diff --git a/.buildkite/scripts/steps/on_merge_ts_refs_api_docs.sh b/.buildkite/scripts/steps/on_merge_ts_refs_api_docs.sh index 35bc137ee4a02..d1542a884cf42 100755 --- a/.buildkite/scripts/steps/on_merge_ts_refs_api_docs.sh +++ b/.buildkite/scripts/steps/on_merge_ts_refs_api_docs.sh @@ -10,4 +10,4 @@ export BUILD_TS_REFS_DISABLE=false .buildkite/scripts/bootstrap.sh echo "--- Build API Docs" -node scripts/build_api_docs +node --max-old-space-size=12000 scripts/build_api_docs diff --git a/.ci/Jenkinsfile_baseline_capture b/.ci/Jenkinsfile_baseline_capture index 9d662f4b39fb9..8318998618ee9 100644 --- a/.ci/Jenkinsfile_baseline_capture +++ b/.ci/Jenkinsfile_baseline_capture @@ -35,7 +35,6 @@ kibanaPipeline(timeoutMinutes: 210) { kibanaPipeline.withCiTaskQueue([parallel: 2]) { catchErrors { tasks([ - kibanaPipeline.functionalTestProcess('oss-baseline', './test/scripts/jenkins_baseline.sh'), kibanaPipeline.functionalTestProcess('xpack-baseline', './test/scripts/jenkins_xpack_baseline.sh'), kibanaPipeline.scriptTask('Check Public API Docs', 'test/scripts/checks/baseline_plugin_public_api_docs.sh'), ]) diff --git a/.eslintrc.js b/.eslintrc.js index 67c52117399cc..9e0e749e74e51 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -895,7 +895,8 @@ module.exports = { { files: ['x-pack/plugins/cases/**/*.{js,mjs,ts,tsx}'], rules: { - 'no-duplicate-imports': 'error', + 'no-duplicate-imports': 'off', + '@typescript-eslint/no-duplicate-imports': ['error'], }, }, @@ -912,6 +913,8 @@ module.exports = { ], rules: { 'import/no-nodejs-modules': 'error', + 'no-duplicate-imports': 'off', + '@typescript-eslint/no-duplicate-imports': ['error'], 'no-restricted-imports': [ 'error', { @@ -954,7 +957,7 @@ module.exports = { 'no-continue': 'error', 'no-dupe-keys': 'error', 'no-duplicate-case': 'error', - 'no-duplicate-imports': 'error', + 'no-duplicate-imports': 'off', 'no-empty-character-class': 'error', 'no-empty-pattern': 'error', 'no-ex-assign': 'error', @@ -1025,6 +1028,7 @@ module.exports = { 'require-atomic-updates': 'error', 'symbol-description': 'error', 'vars-on-top': 'error', + '@typescript-eslint/no-duplicate-imports': ['error'], }, }, diff --git a/.gitignore b/.gitignore index d5a5104954078..c0588d850062e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ target *.iml *.log +# Ignore example plugin builds +/examples/*/build + # Ignore certain functional test runner artifacts /test/*/failure_debug /test/*/screenshots/diff @@ -76,6 +79,6 @@ report.asciidoc .yarn-local-mirror # Bazel -bazel -bazel-* +/bazel +/bazel-* .bazelrc.user diff --git a/api_docs/actions.json b/api_docs/actions.json index 8ee6cfbc7d4f9..b123ab24e8d84 100644 --- a/api_docs/actions.json +++ b/api_docs/actions.json @@ -127,7 +127,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 62 + "lineNumber": 64 }, "deprecated": false, "children": [ @@ -140,7 +140,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 63 + "lineNumber": 65 }, "deprecated": false }, @@ -153,7 +153,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 64 + "lineNumber": 66 }, "deprecated": false }, @@ -166,7 +166,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 65 + "lineNumber": 67 }, "deprecated": false }, @@ -182,7 +182,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 66 + "lineNumber": 68 }, "deprecated": false }, @@ -198,7 +198,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 67 + "lineNumber": 69 }, "deprecated": false }, @@ -211,7 +211,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 68 + "lineNumber": 70 }, "deprecated": false } @@ -227,7 +227,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 39 + "lineNumber": 40 }, "deprecated": false, "children": [ @@ -250,7 +250,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 40 + "lineNumber": 41 }, "deprecated": false, "returnComment": [], @@ -276,7 +276,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 41 + "lineNumber": 42 }, "deprecated": false, "returnComment": [], @@ -294,7 +294,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 48 + "lineNumber": 49 }, "deprecated": false, "children": [ @@ -316,7 +316,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 49 + "lineNumber": 50 }, "deprecated": false }, @@ -338,7 +338,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 50 + "lineNumber": 51 }, "deprecated": false } @@ -364,7 +364,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 96 + "lineNumber": 98 }, "deprecated": false, "children": [ @@ -377,7 +377,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 102 + "lineNumber": 104 }, "deprecated": false }, @@ -390,7 +390,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 103 + "lineNumber": 105 }, "deprecated": false }, @@ -406,7 +406,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 104 + "lineNumber": 106 }, "deprecated": false }, @@ -422,7 +422,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 105 + "lineNumber": 107 }, "deprecated": false }, @@ -438,7 +438,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 106 + "lineNumber": 108 }, "deprecated": false }, @@ -454,7 +454,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 111 + "lineNumber": 113 }, "deprecated": false, "children": [ @@ -470,7 +470,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 112 + "lineNumber": 114 }, "deprecated": false, "isRequired": true @@ -487,7 +487,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 113 + "lineNumber": 115 }, "deprecated": false, "isRequired": true @@ -504,7 +504,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 114 + "lineNumber": 116 }, "deprecated": false, "isRequired": false @@ -540,7 +540,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 116 + "lineNumber": 118 }, "deprecated": false, "returnComment": [], @@ -564,7 +564,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 84 + "lineNumber": 86 }, "deprecated": false } @@ -592,7 +592,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 54 + "lineNumber": 55 }, "deprecated": false, "children": [ @@ -605,7 +605,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 55 + "lineNumber": 56 }, "deprecated": false }, @@ -621,7 +621,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 56 + "lineNumber": 57 }, "deprecated": false }, @@ -637,7 +637,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 57 + "lineNumber": 58 }, "deprecated": false }, @@ -653,7 +653,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 58 + "lineNumber": 59 }, "deprecated": false }, @@ -669,7 +669,23 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 59 + "lineNumber": 60 + }, + "deprecated": false + }, + { + "parentPluginId": "actions", + "id": "def-server.ActionTypeExecutorOptions.isEphemeral", + "type": "CompoundType", + "tags": [], + "label": "isEphemeral", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "x-pack/plugins/actions/server/types.ts", + "lineNumber": 61 }, "deprecated": false } @@ -703,7 +719,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 71 + "lineNumber": 73 }, "deprecated": false, "children": [ @@ -719,7 +735,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/types.ts", - "lineNumber": 75 + "lineNumber": 77 }, "deprecated": false } @@ -971,7 +987,7 @@ }, ">>; execute: ({ actionId, params, source, relatedSavedObjects, }: Pick<", "ExecuteOptions", - ", \"source\" | \"params\" | \"actionId\" | \"taskInfo\" | \"relatedSavedObjects\">) => Promise<", + ", \"source\" | \"params\" | \"actionId\" | \"isEphemeral\" | \"taskInfo\" | \"relatedSavedObjects\">) => Promise<", { "pluginId": "actions", "scope": "common", @@ -991,7 +1007,17 @@ }, ">[]>; enqueueExecution: (options: ", "ExecuteOptions", - ") => Promise; listTypes: () => Promise<", + ") => Promise; ephemeralEnqueuedExecution: (options: ", + "ExecuteOptions", + ") => Promise<", + { + "pluginId": "taskManager", + "scope": "server", + "docId": "kibTaskManagerPluginApi", + "section": "def-server.RunNowResult", + "text": "RunNowResult" + }, + ">; listTypes: () => Promise<", { "pluginId": "actions", "scope": "common", @@ -1206,7 +1232,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 87 + "lineNumber": 90 }, "deprecated": false, "children": [ @@ -1230,7 +1256,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 88 + "lineNumber": 91 }, "deprecated": false, "children": [ @@ -1253,7 +1279,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 94 + "lineNumber": 97 }, "deprecated": false, "isRequired": true @@ -1274,7 +1300,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 98 + "lineNumber": 101 }, "deprecated": false, "children": [ @@ -1290,7 +1316,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 99 + "lineNumber": 102 }, "deprecated": false, "children": [ @@ -1306,7 +1332,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 99 + "lineNumber": 102 }, "deprecated": false, "isRequired": true @@ -1320,7 +1346,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 99 + "lineNumber": 102 }, "deprecated": false, "children": [ @@ -1333,7 +1359,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 99 + "lineNumber": 102 }, "deprecated": false } @@ -1354,7 +1380,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 100 + "lineNumber": 103 }, "deprecated": false, "children": [ @@ -1370,7 +1396,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 101 + "lineNumber": 104 }, "deprecated": false, "isRequired": true @@ -1387,7 +1413,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 102 + "lineNumber": 105 }, "deprecated": false, "isRequired": true @@ -1401,7 +1427,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 103 + "lineNumber": 106 }, "deprecated": false, "children": [ @@ -1414,7 +1440,7 @@ "description": [], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 103 + "lineNumber": 106 }, "deprecated": false } @@ -1447,11 +1473,11 @@ "section": "def-server.ActionsClient", "text": "ActionsClient" }, - ", \"get\" | \"delete\" | \"create\" | \"update\" | \"execute\" | \"getAll\" | \"getBulk\" | \"enqueueExecution\" | \"listTypes\" | \"isActionTypeEnabled\">>" + ", \"get\" | \"delete\" | \"create\" | \"update\" | \"execute\" | \"getAll\" | \"getBulk\" | \"enqueueExecution\" | \"ephemeralEnqueuedExecution\" | \"listTypes\" | \"isActionTypeEnabled\">>" ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 105 + "lineNumber": 108 }, "deprecated": false, "children": [ @@ -1474,7 +1500,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 105 + "lineNumber": 108 }, "deprecated": false, "isRequired": true @@ -1510,7 +1536,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 106 + "lineNumber": 109 }, "deprecated": false, "children": [ @@ -1533,7 +1559,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 106 + "lineNumber": 109 }, "deprecated": false, "isRequired": true @@ -1560,7 +1586,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 107 + "lineNumber": 110 }, "deprecated": false }, @@ -1576,7 +1602,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 108 + "lineNumber": 111 }, "deprecated": false, "children": [ @@ -1592,7 +1618,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 109 + "lineNumber": 112 }, "deprecated": false, "isRequired": true @@ -1609,7 +1635,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 110 + "lineNumber": 113 }, "deprecated": false, "isRequired": true @@ -1626,7 +1652,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 111 + "lineNumber": 114 }, "deprecated": false, "isRequired": true @@ -1643,7 +1669,7 @@ ], "source": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 112 + "lineNumber": 115 }, "deprecated": false, "isRequired": true diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx index 854541bbdf85d..1020fa063d1c0 100644 --- a/api_docs/actions.mdx +++ b/api_docs/actions.mdx @@ -18,7 +18,7 @@ import actionsObj from './actions.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 116 | 0 | 116 | 7 | +| 117 | 0 | 117 | 7 | ## Server diff --git a/api_docs/advanced_settings.mdx b/api_docs/advanced_settings.mdx index 5be4696f40b3e..ae48f0931f67e 100644 --- a/api_docs/advanced_settings.mdx +++ b/api_docs/advanced_settings.mdx @@ -12,7 +12,7 @@ import advancedSettingsObj from './advanced_settings.json'; - +Contact [Kibana App](https://github.com/orgs/elastic/teams/kibana-app) for questions regarding this plugin. **Code health stats** diff --git a/api_docs/alerting.json b/api_docs/alerting.json index 7c860a5c19e34..2f45b57616f32 100644 --- a/api_docs/alerting.json +++ b/api_docs/alerting.json @@ -24,7 +24,7 @@ "section": "def-common.Alert", "text": "Alert" }, - ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">) => string | ", + ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">) => string | ", "JsonObject" ], "source": { @@ -126,7 +126,7 @@ "section": "def-common.Alert", "text": "Alert" }, - ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">) => string | ", + ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">) => string | ", "JsonObject" ], "source": { @@ -197,7 +197,7 @@ "section": "def-common.Alert", "text": "Alert" }, - ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">) => string | ", + ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">) => string | ", "JsonObject" ], "source": { @@ -279,7 +279,429 @@ } }, "server": { - "classes": [], + "classes": [ + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization", + "type": "Class", + "tags": [], + "label": "AlertingAuthorization", + "description": [], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 78 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 88 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "{\n ruleTypeRegistry,\n request,\n authorization,\n features,\n auditLogger,\n getSpace,\n getSpaceId,\n exemptConsumerIds,\n }", + "description": [], + "signature": [ + "ConstructorOptions" + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 88 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.getSpaceId", + "type": "Function", + "tags": [], + "label": "getSpaceId", + "description": [], + "signature": [ + "() => string | undefined" + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 147 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.getAugmentedRuleTypesWithAuthorization", + "type": "Function", + "tags": [], + "label": "getAugmentedRuleTypesWithAuthorization", + "description": [], + "signature": [ + "(featureIds: readonly string[], operations: (", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.ReadOperations", + "text": "ReadOperations" + }, + " | ", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.WriteOperations", + "text": "WriteOperations" + }, + ")[], authorizationEntity: ", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.AlertingAuthorizationEntity", + "text": "AlertingAuthorizationEntity" + }, + ") => Promise<{ username?: string | undefined; hasAllRequested: boolean; authorizedRuleTypes: Set<", + "RegistryAlertTypeWithAuth", + ">; }>" + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 155 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.getAugmentedRuleTypesWithAuthorization.$1", + "type": "Object", + "tags": [], + "label": "featureIds", + "description": [], + "signature": [ + "readonly string[]" + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 156 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.getAugmentedRuleTypesWithAuthorization.$2", + "type": "Array", + "tags": [], + "label": "operations", + "description": [], + "signature": [ + "(", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.ReadOperations", + "text": "ReadOperations" + }, + " | ", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.WriteOperations", + "text": "WriteOperations" + }, + ")[]" + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 157 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.getAugmentedRuleTypesWithAuthorization.$3", + "type": "Enum", + "tags": [], + "label": "authorizationEntity", + "description": [], + "signature": [ + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.AlertingAuthorizationEntity", + "text": "AlertingAuthorizationEntity" + } + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 158 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.ensureAuthorized", + "type": "Function", + "tags": [], + "label": "ensureAuthorized", + "description": [], + "signature": [ + "({ ruleTypeId, consumer, operation, entity }: ", + "EnsureAuthorizedOpts", + ") => Promise" + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 172 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.ensureAuthorized.$1", + "type": "Object", + "tags": [], + "label": "{ ruleTypeId, consumer, operation, entity }", + "description": [], + "signature": [ + "EnsureAuthorizedOpts" + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 172 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.getFindAuthorizationFilter", + "type": "Function", + "tags": [], + "label": "getFindAuthorizationFilter", + "description": [], + "signature": [ + "(authorizationEntity: ", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.AlertingAuthorizationEntity", + "text": "AlertingAuthorizationEntity" + }, + ", filterOpts: ", + "AlertingAuthorizationFilterOpts", + ") => Promise<{ filter?: ", + "KueryNode", + " | ", + "JsonObject", + " | undefined; ensureRuleTypeIsAuthorized: (ruleTypeId: string, consumer: string, auth: string) => void; logSuccessfulAuthorization: () => void; }>" + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 277 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.getFindAuthorizationFilter.$1", + "type": "Enum", + "tags": [], + "label": "authorizationEntity", + "description": [], + "signature": [ + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.AlertingAuthorizationEntity", + "text": "AlertingAuthorizationEntity" + } + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 278 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.getFindAuthorizationFilter.$2", + "type": "Object", + "tags": [], + "label": "filterOpts", + "description": [], + "signature": [ + "AlertingAuthorizationFilterOpts" + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 279 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.filterByRuleTypeAuthorization", + "type": "Function", + "tags": [], + "label": "filterByRuleTypeAuthorization", + "description": [], + "signature": [ + "(ruleTypes: Set<", + "RegistryRuleType", + ">, operations: (", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.ReadOperations", + "text": "ReadOperations" + }, + " | ", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.WriteOperations", + "text": "WriteOperations" + }, + ")[], authorizationEntity: ", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.AlertingAuthorizationEntity", + "text": "AlertingAuthorizationEntity" + }, + ") => Promise>" + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 359 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.filterByRuleTypeAuthorization.$1", + "type": "Object", + "tags": [], + "label": "ruleTypes", + "description": [], + "signature": [ + "Set<", + "RegistryRuleType", + ">" + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 360 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.filterByRuleTypeAuthorization.$2", + "type": "Array", + "tags": [], + "label": "operations", + "description": [], + "signature": [ + "(", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.ReadOperations", + "text": "ReadOperations" + }, + " | ", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.WriteOperations", + "text": "WriteOperations" + }, + ")[]" + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 361 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorization.filterByRuleTypeAuthorization.$3", + "type": "Enum", + "tags": [], + "label": "authorizationEntity", + "description": [], + "signature": [ + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.AlertingAuthorizationEntity", + "text": "AlertingAuthorizationEntity" + } + ], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 362 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + } + ], "functions": [ { "parentPluginId": "alerting", @@ -553,7 +975,7 @@ "section": "def-common.Alert", "text": "Alert" }, - ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">, \"enabled\" | \"name\" | \"actions\" | \"tags\" | \"consumer\" | \"schedule\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"throttle\" | \"notifyWhen\"> & { producer: string; ruleTypeId: string; ruleTypeName: string; }" + ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">, \"enabled\" | \"name\" | \"actions\" | \"throttle\" | \"tags\" | \"consumer\" | \"schedule\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"notifyWhen\"> & { producer: string; ruleTypeId: string; ruleTypeName: string; }" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", @@ -701,7 +1123,7 @@ "description": [], "signature": [ "() => Set<", - "RegistryAlertType", + "RegistryRuleType", ">" ], "source": { @@ -768,7 +1190,7 @@ "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 222 + "lineNumber": 232 }, "deprecated": false, "children": [ @@ -790,7 +1212,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 223 + "lineNumber": 233 }, "deprecated": false }, @@ -812,7 +1234,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 224 + "lineNumber": 234 }, "deprecated": false } @@ -895,11 +1317,11 @@ "section": "def-server.AlertType", "text": "AlertType" }, - "" + "" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 115 + "lineNumber": 120 }, "deprecated": false, "children": [ @@ -912,7 +1334,7 @@ "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 123 + "lineNumber": 129 }, "deprecated": false }, @@ -925,7 +1347,7 @@ "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 124 + "lineNumber": 130 }, "deprecated": false }, @@ -943,7 +1365,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 125 + "lineNumber": 131 }, "deprecated": false }, @@ -966,7 +1388,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 128 + "lineNumber": 134 }, "deprecated": false }, @@ -982,7 +1404,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 129 + "lineNumber": 135 }, "deprecated": false }, @@ -1005,7 +1427,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 130 + "lineNumber": 136 }, "deprecated": false }, @@ -1037,7 +1459,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 131 + "lineNumber": 137 }, "deprecated": false, "returnComment": [], @@ -1061,7 +1483,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 109 + "lineNumber": 114 }, "deprecated": false } @@ -1076,7 +1498,7 @@ "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 142 + "lineNumber": 148 }, "deprecated": false }, @@ -1116,7 +1538,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 143 + "lineNumber": 149 }, "deprecated": false }, @@ -1132,7 +1554,33 @@ ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 148 + "lineNumber": 154 + }, + "deprecated": false + }, + { + "parentPluginId": "alerting", + "id": "def-server.AlertType.useSavedObjectReferences", + "type": "Object", + "tags": [], + "label": "useSavedObjectReferences", + "description": [], + "signature": [ + "{ extractReferences: (params: Params) => ", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.RuleParamsAndRefs", + "text": "RuleParamsAndRefs" + }, + "; injectReferences: (params: ExtractedParams, references: ", + "SavedObjectReference", + "[]) => Params; } | undefined" + ], + "source": { + "path": "x-pack/plugins/alerting/server/types.ts", + "lineNumber": 155 }, "deprecated": false }, @@ -1145,7 +1593,7 @@ "description": [], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 149 + "lineNumber": 159 }, "deprecated": false } @@ -1171,7 +1619,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", - "lineNumber": 140 + "lineNumber": 141 }, "deprecated": false, "children": [ @@ -1184,7 +1632,7 @@ "description": [], "source": { "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", - "lineNumber": 141 + "lineNumber": 142 }, "deprecated": false }, @@ -1197,7 +1645,7 @@ "description": [], "source": { "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", - "lineNumber": 142 + "lineNumber": 143 }, "deprecated": false }, @@ -1210,7 +1658,7 @@ "description": [], "source": { "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", - "lineNumber": 143 + "lineNumber": 144 }, "deprecated": false }, @@ -1230,11 +1678,11 @@ "section": "def-common.Alert", "text": "Alert" }, - ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[]" + ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[]" ], "source": { "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", - "lineNumber": 144 + "lineNumber": 145 }, "deprecated": false } @@ -1262,7 +1710,7 @@ "label": "registerType", "description": [], "signature": [ - " = Record, State extends Record = Record, InstanceState extends { [x: string]: unknown; } = { [x: string]: unknown; }, InstanceContext extends { [x: string]: unknown; } = { [x: string]: unknown; }, ActionGroupIds extends string = never, RecoveryActionGroupId extends string = never>(alertType: ", + " = Record, ExtractedParams extends Record = Record, State extends Record = Record, InstanceState extends { [x: string]: unknown; } = { [x: string]: unknown; }, InstanceContext extends { [x: string]: unknown; } = { [x: string]: unknown; }, ActionGroupIds extends string = never, RecoveryActionGroupId extends string = never>(alertType: ", { "pluginId": "alerting", "scope": "server", @@ -1270,7 +1718,7 @@ "section": "def-server.AlertType", "text": "AlertType" }, - ") => void" + ") => void" ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", @@ -1293,11 +1741,11 @@ "section": "def-server.AlertType", "text": "AlertType" }, - "" + "" ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", - "lineNumber": 96 + "lineNumber": 97 }, "deprecated": false, "isRequired": true @@ -1317,7 +1765,7 @@ "description": [], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", - "lineNumber": 107 + "lineNumber": 109 }, "deprecated": false, "children": [ @@ -1330,12 +1778,12 @@ "description": [], "signature": [ "() => Set<", - "RegistryAlertType", + "RegistryRuleType", ">" ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", - "lineNumber": 108 + "lineNumber": 110 }, "deprecated": false, "returnComment": [], @@ -1369,7 +1817,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", - "lineNumber": 109 + "lineNumber": 111 }, "deprecated": false, "children": [ @@ -1392,7 +1840,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", - "lineNumber": 109 + "lineNumber": 111 }, "deprecated": false, "isRequired": true @@ -1417,12 +1865,18 @@ "text": "KibanaRequest" }, ") => Pick<", - "AlertingAuthorization", - ", \"ensureAuthorized\" | \"getFindAuthorizationFilter\" | \"filterByRuleTypeAuthorization\">" + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.AlertingAuthorization", + "text": "AlertingAuthorization" + }, + ", \"ensureAuthorized\" | \"getSpaceId\" | \"getAugmentedRuleTypesWithAuthorization\" | \"getFindAuthorizationFilter\" | \"filterByRuleTypeAuthorization\">" ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", - "lineNumber": 110 + "lineNumber": 112 }, "deprecated": false, "children": [ @@ -1445,7 +1899,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", - "lineNumber": 111 + "lineNumber": 113 }, "deprecated": false, "isRequired": true @@ -1473,7 +1927,7 @@ ], "source": { "path": "x-pack/plugins/alerting/server/plugin.ts", - "lineNumber": 113 + "lineNumber": 115 }, "deprecated": false, "returnComment": [], @@ -1481,9 +1935,125 @@ } ], "initialIsOpen": false + }, + { + "parentPluginId": "alerting", + "id": "def-server.RuleParamsAndRefs", + "type": "Interface", + "tags": [], + "label": "RuleParamsAndRefs", + "description": [], + "signature": [ + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.RuleParamsAndRefs", + "text": "RuleParamsAndRefs" + }, + "" + ], + "source": { + "path": "x-pack/plugins/alerting/server/types.ts", + "lineNumber": 102 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "alerting", + "id": "def-server.RuleParamsAndRefs.references", + "type": "Array", + "tags": [], + "label": "references", + "description": [], + "signature": [ + "SavedObjectReference", + "[]" + ], + "source": { + "path": "x-pack/plugins/alerting/server/types.ts", + "lineNumber": 103 + }, + "deprecated": false + }, + { + "parentPluginId": "alerting", + "id": "def-server.RuleParamsAndRefs.params", + "type": "Uncategorized", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Params" + ], + "source": { + "path": "x-pack/plugins/alerting/server/types.ts", + "lineNumber": 104 + }, + "deprecated": false + } + ], + "initialIsOpen": false + } + ], + "enums": [ + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorizationEntity", + "type": "Enum", + "tags": [], + "label": "AlertingAuthorizationEntity", + "description": [], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 25 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "alerting", + "id": "def-server.AlertingAuthorizationFilterType", + "type": "Enum", + "tags": [], + "label": "AlertingAuthorizationFilterType", + "description": [], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization_kuery.ts", + "lineNumber": 14 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "alerting", + "id": "def-server.ReadOperations", + "type": "Enum", + "tags": [], + "label": "ReadOperations", + "description": [], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 30 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "alerting", + "id": "def-server.WriteOperations", + "type": "Enum", + "tags": [], + "label": "WriteOperations", + "description": [], + "source": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 37 + }, + "deprecated": false, + "initialIsOpen": false } ], - "enums": [], "misc": [ { "parentPluginId": "alerting", @@ -1571,108 +2141,50 @@ }, { "parentPluginId": "alerting", - "id": "def-server.RulesClient", + "id": "def-server.AlertTypeParams", "type": "Type", "tags": [], - "label": "RulesClient", + "label": "AlertTypeParams", "description": [], "signature": [ - "{ get: = never>({ id, }: { id: string; }) => Promise, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">>; delete: ({ id }: { id: string; }) => Promise<{}>; create: = never>({ data, options, }: ", - "CreateOptions", - ") => Promise, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">>; find: = never>({ options: { fields, ...options }, }?: { options?: ", - "FindOptions", - " | undefined; }) => Promise<", - { - "pluginId": "alerting", - "scope": "server", - "docId": "kibAlertingPluginApi", - "section": "def-server.FindResult", - "text": "FindResult" - }, - ">; update: = never>({ id, data, }: ", - "UpdateOptions", - ") => Promise<", - { - "pluginId": "alerting", - "scope": "server", - "docId": "kibAlertingPluginApi", - "section": "def-server.PartialAlert", - "text": "PartialAlert" - }, - ">; aggregate: ({ options: { fields, ...options }, }?: { options?: ", - "AggregateOptions", - " | undefined; }) => Promise<", - "AggregateResult", - ">; enable: ({ id }: { id: string; }) => Promise; disable: ({ id }: { id: string; }) => Promise; muteAll: ({ id }: { id: string; }) => Promise; getAlertState: ({ id }: { id: string; }) => Promise; getAlertInstanceSummary: ({ id, dateStart, }: ", - "GetAlertInstanceSummaryParams", - ") => Promise<", - { - "pluginId": "alerting", - "scope": "common", - "docId": "kibAlertingPluginApi", - "section": "def-common.AlertInstanceSummary", - "text": "AlertInstanceSummary" - }, - ">; updateApiKey: ({ id }: { id: string; }) => Promise; unmuteAll: ({ id }: { id: string; }) => Promise; muteInstance: ({ alertId, alertInstanceId }: ", - "MuteOptions", - ") => Promise; unmuteInstance: ({ alertId, alertInstanceId }: ", - "MuteOptions", - ") => Promise; listAlertTypes: () => Promise>; }" + "{ [x: string]: unknown; }" ], "source": { - "path": "x-pack/plugins/alerting/server/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/alerting/common/alert.ts", + "lineNumber": 12 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", - "id": "def-server.AlertTypeParams", + "id": "def-server.AlertTypeState", "type": "Type", "tags": [], - "label": "AlertTypeParams", + "label": "AlertTypeState", "description": [], "signature": [ "{ [x: string]: unknown; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", - "lineNumber": 12 + "lineNumber": 11 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "alerting", - "id": "def-server.AlertTypeState", - "type": "Type", + "id": "def-server.DEFAULT_MAX_EPHEMERAL_ACTIONS_PER_ALERT", + "type": "number", "tags": [], - "label": "AlertTypeState", + "label": "DEFAULT_MAX_EPHEMERAL_ACTIONS_PER_ALERT", "description": [], "signature": [ - "{ [x: string]: unknown; }" + "10" ], "source": { - "path": "x-pack/plugins/alerting/common/alert.ts", + "path": "x-pack/plugins/alerting/server/config.ts", "lineNumber": 11 }, "deprecated": false, @@ -1702,11 +2214,11 @@ "section": "def-common.Alert", "text": "Alert" }, - ", \"enabled\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"apiKey\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">>" + ", \"enabled\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"apiKey\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">>" ], "source": { "path": "x-pack/plugins/alerting/server/types.ts", - "lineNumber": 182 + "lineNumber": 192 }, "deprecated": false, "initialIsOpen": false @@ -1733,6 +2245,81 @@ }, "deprecated": false, "initialIsOpen": false + }, + { + "parentPluginId": "alerting", + "id": "def-server.RulesClient", + "type": "Type", + "tags": [], + "label": "RulesClient", + "description": [], + "signature": [ + "{ get: = never>({ id, }: { id: string; }) => Promise, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">>; delete: ({ id }: { id: string; }) => Promise<{}>; create: = never>({ data, options, }: ", + "CreateOptions", + ") => Promise, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">>; find: = never>({ options: { fields, ...options }, }?: { options?: ", + "FindOptions", + " | undefined; }) => Promise<", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.FindResult", + "text": "FindResult" + }, + ">; update: = never>({ id, data, }: ", + "UpdateOptions", + ") => Promise<", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.PartialAlert", + "text": "PartialAlert" + }, + ">; aggregate: ({ options: { fields, ...options }, }?: { options?: ", + "AggregateOptions", + " | undefined; }) => Promise<", + "AggregateResult", + ">; enable: ({ id }: { id: string; }) => Promise; disable: ({ id }: { id: string; }) => Promise; muteAll: ({ id }: { id: string; }) => Promise; getAlertState: ({ id }: { id: string; }) => Promise; getAlertInstanceSummary: ({ id, dateStart, }: ", + "GetAlertInstanceSummaryParams", + ") => Promise<", + { + "pluginId": "alerting", + "scope": "common", + "docId": "kibAlertingPluginApi", + "section": "def-common.AlertInstanceSummary", + "text": "AlertInstanceSummary" + }, + ">; updateApiKey: ({ id }: { id: string; }) => Promise; unmuteAll: ({ id }: { id: string; }) => Promise; muteInstance: ({ alertId, alertInstanceId }: ", + "MuteOptions", + ") => Promise; unmuteInstance: ({ alertId, alertInstanceId }: ", + "MuteOptions", + ") => Promise; listAlertTypes: () => Promise>; }" + ], + "source": { + "path": "x-pack/plugins/alerting/server/index.ts", + "lineNumber": 15 + }, + "deprecated": false, + "initialIsOpen": false } ], "objects": [] @@ -3931,7 +4518,7 @@ "section": "def-common.AlertAction", "text": "AlertAction" }, - "[]; tags: string[]; alertTypeId: string; consumer: string; schedule: ", + "[]; throttle: string | null; tags: string[]; alertTypeId: string; consumer: string; schedule: ", { "pluginId": "alerting", "scope": "common", @@ -3939,7 +4526,7 @@ "section": "def-common.IntervalSchedule", "text": "IntervalSchedule" }, - "; scheduledTaskId?: string | undefined; createdBy: string | null; updatedBy: string | null; createdAt: Date; updatedAt: Date; apiKeyOwner: string | null; throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null; muteAll: boolean; mutedInstanceIds: string[]; executionStatus: ", + "; scheduledTaskId?: string | undefined; createdBy: string | null; updatedBy: string | null; createdAt: Date; updatedAt: Date; apiKeyOwner: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null; muteAll: boolean; mutedInstanceIds: string[]; executionStatus: ", { "pluginId": "alerting", "scope": "common", @@ -3972,7 +4559,7 @@ "section": "def-common.Alert", "text": "Alert" }, - ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">, \"enabled\" | \"name\" | \"actions\" | \"tags\" | \"consumer\" | \"schedule\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"throttle\" | \"notifyWhen\"> & { producer: string; ruleTypeId: string; ruleTypeName: string; }" + ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">, \"enabled\" | \"name\" | \"actions\" | \"throttle\" | \"tags\" | \"consumer\" | \"schedule\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"notifyWhen\"> & { producer: string; ruleTypeId: string; ruleTypeName: string; }" ], "source": { "path": "x-pack/plugins/alerting/common/alert.ts", diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx index ae36d22d013b8..252a3b45c6c12 100644 --- a/api_docs/alerting.mdx +++ b/api_docs/alerting.mdx @@ -18,7 +18,7 @@ import alertingObj from './alerting.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 216 | 0 | 208 | 14 | +| 242 | 0 | 234 | 16 | ## Client @@ -36,9 +36,15 @@ import alertingObj from './alerting.json'; ### Functions +### Classes + + ### Interfaces +### Enums + + ### Consts, variables and types diff --git a/api_docs/apm.json b/api_docs/apm.json index 1d0776a8d1953..daf6170ffefa9 100644 --- a/api_docs/apm.json +++ b/api_docs/apm.json @@ -78,7 +78,7 @@ ], "source": { "path": "x-pack/plugins/apm/public/plugin.ts", - "lineNumber": 47 + "lineNumber": 52 }, "deprecated": false, "lifecycle": "setup", @@ -96,7 +96,7 @@ ], "source": { "path": "x-pack/plugins/apm/public/plugin.ts", - "lineNumber": 49 + "lineNumber": 54 }, "deprecated": false, "lifecycle": "start", @@ -144,7 +144,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/plugin.ts", - "lineNumber": 55 + "lineNumber": 56 }, "deprecated": false, "children": [ @@ -160,7 +160,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/plugin.ts", - "lineNumber": 65 + "lineNumber": 66 }, "deprecated": false, "children": [ @@ -183,7 +183,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/plugin.ts", - "lineNumber": 65 + "lineNumber": 66 }, "deprecated": false, "isRequired": true @@ -215,7 +215,7 @@ "Observable", "<{ 'apm_oss.transactionIndices': string; 'apm_oss.spanIndices': string; 'apm_oss.errorIndices': string; 'apm_oss.metricsIndices': string; 'apm_oss.sourcemapIndices': string; 'apm_oss.onboardingIndices': string; 'apm_oss.indexPattern': string; 'xpack.apm.serviceMapEnabled': boolean; 'xpack.apm.serviceMapFingerprintBucketSize': number; 'xpack.apm.serviceMapTraceIdBucketSize': number; 'xpack.apm.serviceMapFingerprintGlobalBucketSize': number; 'xpack.apm.serviceMapTraceIdGlobalBucketSize': number; 'xpack.apm.serviceMapMaxTracesPerRequest': number; 'xpack.apm.ui.enabled': boolean; 'xpack.apm.maxServiceEnvironments': number; 'xpack.apm.maxServiceSelection': number; 'xpack.apm.ui.maxTraceItems': number; 'xpack.apm.ui.transactionGroupBucketSize': number; 'xpack.apm.autocreateApmIndexPattern': boolean; 'xpack.apm.telemetryCollectionEnabled': boolean; 'xpack.apm.searchAggregatedTransactions': ", "SearchAggregatedTransactionSetting", - "; 'xpack.apm.metricsInterval': number; }>; getApmIndices: () => Promise<", + "; 'xpack.apm.metricsInterval': number; 'xpack.apm.agent.migrations.enabled': boolean; }>; getApmIndices: () => Promise<", "ApmIndicesConfig", ">; createApmEventClient: ({ request, context, debug, }: { debug?: boolean | undefined; request: ", { @@ -237,7 +237,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/plugin.ts", - "lineNumber": 69 + "lineNumber": 70 }, "deprecated": false, "children": [ @@ -262,7 +262,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/plugin.ts", - "lineNumber": 70 + "lineNumber": 71 }, "deprecated": false, "isRequired": true @@ -281,7 +281,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/plugin.ts", - "lineNumber": 71 + "lineNumber": 72 }, "deprecated": false, "isRequired": true @@ -309,7 +309,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/plugin.ts", - "lineNumber": 270 + "lineNumber": 302 }, "deprecated": false, "children": [ @@ -331,7 +331,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/plugin.ts", - "lineNumber": 270 + "lineNumber": 302 }, "deprecated": false, "isRequired": true @@ -351,7 +351,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/plugin.ts", - "lineNumber": 289 + "lineNumber": 321 }, "deprecated": false, "children": [], @@ -372,13 +372,13 @@ "signature": [ "(apmOssConfig: Readonly<{} & { enabled: boolean; transactionIndices: string; spanIndices: string; errorIndices: string; metricsIndices: string; sourcemapIndices: string; onboardingIndices: string; indexPattern: string; fleetMode: boolean; }>, apmConfig: Readonly<{} & { enabled: boolean; serviceMapEnabled: boolean; serviceMapFingerprintBucketSize: number; serviceMapTraceIdBucketSize: number; serviceMapFingerprintGlobalBucketSize: number; serviceMapTraceIdGlobalBucketSize: number; serviceMapMaxTracesPerRequest: number; autocreateApmIndexPattern: boolean; ui: Readonly<{} & { enabled: boolean; transactionGroupBucketSize: number; maxTraceItems: number; }>; searchAggregatedTransactions: ", "SearchAggregatedTransactionSetting", - "; telemetryCollectionEnabled: boolean; metricsInterval: number; maxServiceEnvironments: number; maxServiceSelection: number; profilingEnabled: boolean; }>) => { 'apm_oss.transactionIndices': string; 'apm_oss.spanIndices': string; 'apm_oss.errorIndices': string; 'apm_oss.metricsIndices': string; 'apm_oss.sourcemapIndices': string; 'apm_oss.onboardingIndices': string; 'apm_oss.indexPattern': string; 'xpack.apm.serviceMapEnabled': boolean; 'xpack.apm.serviceMapFingerprintBucketSize': number; 'xpack.apm.serviceMapTraceIdBucketSize': number; 'xpack.apm.serviceMapFingerprintGlobalBucketSize': number; 'xpack.apm.serviceMapTraceIdGlobalBucketSize': number; 'xpack.apm.serviceMapMaxTracesPerRequest': number; 'xpack.apm.ui.enabled': boolean; 'xpack.apm.maxServiceEnvironments': number; 'xpack.apm.maxServiceSelection': number; 'xpack.apm.ui.maxTraceItems': number; 'xpack.apm.ui.transactionGroupBucketSize': number; 'xpack.apm.autocreateApmIndexPattern': boolean; 'xpack.apm.telemetryCollectionEnabled': boolean; 'xpack.apm.searchAggregatedTransactions': ", + "; telemetryCollectionEnabled: boolean; metricsInterval: number; maxServiceEnvironments: number; maxServiceSelection: number; profilingEnabled: boolean; agent: Readonly<{} & { migrations: Readonly<{} & { enabled: boolean; }>; }>; }>) => { 'apm_oss.transactionIndices': string; 'apm_oss.spanIndices': string; 'apm_oss.errorIndices': string; 'apm_oss.metricsIndices': string; 'apm_oss.sourcemapIndices': string; 'apm_oss.onboardingIndices': string; 'apm_oss.indexPattern': string; 'xpack.apm.serviceMapEnabled': boolean; 'xpack.apm.serviceMapFingerprintBucketSize': number; 'xpack.apm.serviceMapTraceIdBucketSize': number; 'xpack.apm.serviceMapFingerprintGlobalBucketSize': number; 'xpack.apm.serviceMapTraceIdGlobalBucketSize': number; 'xpack.apm.serviceMapMaxTracesPerRequest': number; 'xpack.apm.ui.enabled': boolean; 'xpack.apm.maxServiceEnvironments': number; 'xpack.apm.maxServiceSelection': number; 'xpack.apm.ui.maxTraceItems': number; 'xpack.apm.ui.transactionGroupBucketSize': number; 'xpack.apm.autocreateApmIndexPattern': boolean; 'xpack.apm.telemetryCollectionEnabled': boolean; 'xpack.apm.searchAggregatedTransactions': ", "SearchAggregatedTransactionSetting", - "; 'xpack.apm.metricsInterval': number; }" + "; 'xpack.apm.metricsInterval': number; 'xpack.apm.agent.migrations.enabled': boolean; }" ], "source": { "path": "x-pack/plugins/apm/server/index.ts", - "lineNumber": 59 + "lineNumber": 62 }, "deprecated": false, "children": [ @@ -394,7 +394,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/index.ts", - "lineNumber": 60 + "lineNumber": 63 }, "deprecated": false, "isRequired": true @@ -409,11 +409,11 @@ "signature": [ "Readonly<{} & { enabled: boolean; serviceMapEnabled: boolean; serviceMapFingerprintBucketSize: number; serviceMapTraceIdBucketSize: number; serviceMapFingerprintGlobalBucketSize: number; serviceMapTraceIdGlobalBucketSize: number; serviceMapMaxTracesPerRequest: number; autocreateApmIndexPattern: boolean; ui: Readonly<{} & { enabled: boolean; transactionGroupBucketSize: number; maxTraceItems: number; }>; searchAggregatedTransactions: ", "SearchAggregatedTransactionSetting", - "; telemetryCollectionEnabled: boolean; metricsInterval: number; maxServiceEnvironments: number; maxServiceSelection: number; profilingEnabled: boolean; }>" + "; telemetryCollectionEnabled: boolean; metricsInterval: number; maxServiceEnvironments: number; maxServiceSelection: number; profilingEnabled: boolean; agent: Readonly<{} & { migrations: Readonly<{} & { enabled: boolean; }>; }>; }>" ], "source": { "path": "x-pack/plugins/apm/server/index.ts", - "lineNumber": 61 + "lineNumber": 64 }, "deprecated": false, "isRequired": true @@ -433,7 +433,7 @@ "description": [], "source": { "path": "x-pack/plugins/apm/server/routes/typings.ts", - "lineNumber": 46 + "lineNumber": 55 }, "deprecated": false, "children": [ @@ -456,7 +456,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/routes/typings.ts", - "lineNumber": 47 + "lineNumber": 56 }, "deprecated": false }, @@ -472,7 +472,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/routes/typings.ts", - "lineNumber": 48 + "lineNumber": 57 }, "deprecated": false }, @@ -488,7 +488,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/routes/typings.ts", - "lineNumber": 49 + "lineNumber": 58 }, "deprecated": false }, @@ -502,11 +502,11 @@ "signature": [ "{ 'apm_oss.transactionIndices': string; 'apm_oss.spanIndices': string; 'apm_oss.errorIndices': string; 'apm_oss.metricsIndices': string; 'apm_oss.sourcemapIndices': string; 'apm_oss.onboardingIndices': string; 'apm_oss.indexPattern': string; 'xpack.apm.serviceMapEnabled': boolean; 'xpack.apm.serviceMapFingerprintBucketSize': number; 'xpack.apm.serviceMapTraceIdBucketSize': number; 'xpack.apm.serviceMapFingerprintGlobalBucketSize': number; 'xpack.apm.serviceMapTraceIdGlobalBucketSize': number; 'xpack.apm.serviceMapMaxTracesPerRequest': number; 'xpack.apm.ui.enabled': boolean; 'xpack.apm.maxServiceEnvironments': number; 'xpack.apm.maxServiceSelection': number; 'xpack.apm.ui.maxTraceItems': number; 'xpack.apm.ui.transactionGroupBucketSize': number; 'xpack.apm.autocreateApmIndexPattern': boolean; 'xpack.apm.telemetryCollectionEnabled': boolean; 'xpack.apm.searchAggregatedTransactions': ", "SearchAggregatedTransactionSetting", - "; 'xpack.apm.metricsInterval': number; }" + "; 'xpack.apm.metricsInterval': number; 'xpack.apm.agent.migrations.enabled': boolean; }" ], "source": { "path": "x-pack/plugins/apm/server/routes/typings.ts", - "lineNumber": 54 + "lineNumber": 63 }, "deprecated": false }, @@ -522,7 +522,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/routes/typings.ts", - "lineNumber": 55 + "lineNumber": 64 }, "deprecated": false }, @@ -554,7 +554,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/routes/typings.ts", - "lineNumber": 56 + "lineNumber": 65 }, "deprecated": false }, @@ -660,7 +660,15 @@ "section": "def-server.RuleRegistryPluginSetupContract", "text": "RuleRegistryPluginSetupContract" }, - "; start: () => Promise; }; security?: { setup: ", + "; start: () => Promise<", + { + "pluginId": "ruleRegistry", + "scope": "server", + "docId": "kibRuleRegistryPluginApi", + "section": "def-server.RuleRegistryPluginStartContract", + "text": "RuleRegistryPluginStartContract" + }, + ">; }; security?: { setup: ", { "pluginId": "security", "scope": "server", @@ -786,7 +794,7 @@ ], "source": { "path": "x-pack/plugins/apm/server/routes/typings.ts", - "lineNumber": 60 + "lineNumber": 69 }, "deprecated": false }, @@ -808,7 +816,30 @@ ], "source": { "path": "x-pack/plugins/apm/server/routes/typings.ts", - "lineNumber": 66 + "lineNumber": 75 + }, + "deprecated": false + }, + { + "parentPluginId": "apm", + "id": "def-server.APMRouteHandlerResources.telemetryUsageCounter", + "type": "Object", + "tags": [], + "label": "telemetryUsageCounter", + "description": [], + "signature": [ + { + "pluginId": "usageCollection", + "scope": "server", + "docId": "kibUsageCollectionPluginApi", + "section": "def-server.IUsageCounter", + "text": "IUsageCounter" + }, + " | undefined" + ], + "source": { + "path": "x-pack/plugins/apm/server/routes/typings.ts", + "lineNumber": 76 }, "deprecated": false } @@ -833,6 +864,23 @@ } ], "misc": [ + { + "parentPluginId": "apm", + "id": "def-server.APM_SERVER_FEATURE_ID", + "type": "string", + "tags": [], + "label": "APM_SERVER_FEATURE_ID", + "description": [], + "signature": [ + "\"apm\"" + ], + "source": { + "path": "x-pack/plugins/apm/common/alert_types.ts", + "lineNumber": 13 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "apm", "id": "def-server.APMConfig", @@ -843,11 +891,11 @@ "signature": [ "{ 'apm_oss.transactionIndices': string; 'apm_oss.spanIndices': string; 'apm_oss.errorIndices': string; 'apm_oss.metricsIndices': string; 'apm_oss.sourcemapIndices': string; 'apm_oss.onboardingIndices': string; 'apm_oss.indexPattern': string; 'xpack.apm.serviceMapEnabled': boolean; 'xpack.apm.serviceMapFingerprintBucketSize': number; 'xpack.apm.serviceMapTraceIdBucketSize': number; 'xpack.apm.serviceMapFingerprintGlobalBucketSize': number; 'xpack.apm.serviceMapTraceIdGlobalBucketSize': number; 'xpack.apm.serviceMapMaxTracesPerRequest': number; 'xpack.apm.ui.enabled': boolean; 'xpack.apm.maxServiceEnvironments': number; 'xpack.apm.maxServiceSelection': number; 'xpack.apm.ui.maxTraceItems': number; 'xpack.apm.ui.transactionGroupBucketSize': number; 'xpack.apm.autocreateApmIndexPattern': boolean; 'xpack.apm.telemetryCollectionEnabled': boolean; 'xpack.apm.searchAggregatedTransactions': ", "SearchAggregatedTransactionSetting", - "; 'xpack.apm.metricsInterval': number; }" + "; 'xpack.apm.metricsInterval': number; 'xpack.apm.agent.migrations.enabled': boolean; }" ], "source": { "path": "x-pack/plugins/apm/server/index.ts", - "lineNumber": 56 + "lineNumber": 59 }, "deprecated": false, "initialIsOpen": false @@ -1944,26 +1992,12 @@ "; serviceNodeName: ", "StringC", "; }>; query: ", - "IntersectionC", - "<[", - "TypeC", - "<{ transactionType: ", - "StringC", - "; }>, ", - "PartialC", - "<{ environment: ", - "StringC", - "; }>, ", - "PartialC", - "<{ kuery: ", - "StringC", - "; }>, ", "TypeC", "<{ start: ", "Type", "; end: ", "Type", - "; }>]>; }>, ", + "; }>; }>, ", { "pluginId": "apm", "scope": "server", @@ -1971,7 +2005,7 @@ "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, - ", { '@timestamp'?: undefined; agent?: undefined; service?: undefined; container?: undefined; kubernetes?: undefined; host?: undefined; cloud?: undefined; } | { '@timestamp': string; agent: ", + ", { '@timestamp': string; agent: ", "Agent", " | { name: string; version: string; }; service: any; container: any; kubernetes: any; host: any; cloud: any; }, ", "APMRouteCreateOptions", @@ -2173,7 +2207,11 @@ "Type", "; end: ", "Type", - "; }>]>; }>, ", + "; }>, ", + "PartialC", + "<{ offset: ", + "StringC", + "; }>]>; }>, ", { "pluginId": "apm", "scope": "server", @@ -2181,9 +2219,21 @@ "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, - ", { serviceDependencies: ", - "ServiceDependencyItem", - "[]; }, ", + ", { serviceDependencies: { currentStats: { latency: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; throughput: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; errorRate: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; } & { impact: number; }; previousStats: ({ latency: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; throughput: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; errorRate: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; } & { impact: number; }) | null; location: ", + "Node", + "; }[]; }, ", "APMRouteCreateOptions", ">; } & { \"GET /api/apm/services/{serviceName}/profiling/timeline\": ", "ServerRoute", @@ -3593,7 +3643,7 @@ "StringC", "; sourcemap: ", "Type", - "<{ version: number; sources: string[]; mappings: string; } & { names?: string[] | undefined; file?: string | undefined; sourceRoot?: string | undefined; sourcesContent?: string[] | undefined; }, string, unknown>; }>; }>, ", + "<{ version: number; sources: string[]; mappings: string; } & { names?: string[] | undefined; file?: string | undefined; sourceRoot?: string | undefined; sourcesContent?: string[] | undefined; }, string | Buffer, unknown>; }>; }>, ", { "pluginId": "apm", "scope": "server", @@ -3651,13 +3701,253 @@ "section": "def-server.APMRouteHandlerResources", "text": "APMRouteHandlerResources" }, - ", { cloudStandaloneSetup: { apmServerUrl: string | undefined; secretToken: string | undefined; } | undefined; fleetAgents: { id: string; name: string; apmServerUrl: any; secretToken: any; }[]; }, ", + ", { cloudStandaloneSetup: { apmServerUrl: string | undefined; secretToken: string | undefined; } | undefined; isFleetEnabled: boolean; fleetAgents: { id: string; name: string; apmServerUrl: any; secretToken: any; }[]; }, ", + "APMRouteCreateOptions", + ">; } & { \"POST /api/apm/fleet/apm_server_schema\": ", + "ServerRoute", + "<\"POST /api/apm/fleet/apm_server_schema\", ", + "TypeC", + "<{ body: ", + "TypeC", + "<{ schema: ", + "RecordC", + "<", + "StringC", + ", ", + "UnknownC", + ">; }>; }>, ", + { + "pluginId": "apm", + "scope": "server", + "docId": "kibApmPluginApi", + "section": "def-server.APMRouteHandlerResources", + "text": "APMRouteHandlerResources" + }, + ", void, ", + "APMRouteCreateOptions", + ">; } & { \"GET /api/apm/fleet/apm_server_schema/unsupported\": ", + "ServerRoute", + "<\"GET /api/apm/fleet/apm_server_schema/unsupported\", undefined, ", + { + "pluginId": "apm", + "scope": "server", + "docId": "kibApmPluginApi", + "section": "def-server.APMRouteHandlerResources", + "text": "APMRouteHandlerResources" + }, + ", { unsupported: { key: string; value: any; }[]; }, ", + "APMRouteCreateOptions", + ">; } & { \"GET /api/apm/fleet/migration_check\": ", + "ServerRoute", + "<\"GET /api/apm/fleet/migration_check\", undefined, ", + { + "pluginId": "apm", + "scope": "server", + "docId": "kibApmPluginApi", + "section": "def-server.APMRouteHandlerResources", + "text": "APMRouteHandlerResources" + }, + ", { has_cloud_agent_policy: boolean; has_cloud_apm_package_policy: boolean; cloud_apm_migration_enabled: boolean; has_required_role: boolean | undefined; }, ", + "APMRouteCreateOptions", + ">; } & { \"POST /api/apm/fleet/cloud_apm_package_policy\": ", + "ServerRoute", + "<\"POST /api/apm/fleet/cloud_apm_package_policy\", undefined, ", + { + "pluginId": "apm", + "scope": "server", + "docId": "kibApmPluginApi", + "section": "def-server.APMRouteHandlerResources", + "text": "APMRouteHandlerResources" + }, + ", { cloudApmPackagePolicy: ", + { + "pluginId": "fleet", + "scope": "common", + "docId": "kibFleetPluginApi", + "section": "def-common.PackagePolicy", + "text": "PackagePolicy" + }, + "; }, ", + "APMRouteCreateOptions", + ">; } & { \"GET /api/apm/backends/top_backends\": ", + "ServerRoute", + "<\"GET /api/apm/backends/top_backends\", ", + "IntersectionC", + "<[", + "TypeC", + "<{ query: ", + "IntersectionC", + "<[", + "TypeC", + "<{ start: ", + "Type", + "; end: ", + "Type", + "; }>, ", + "TypeC", + "<{ numBuckets: ", + "Type", + "; }>]>; }>, ", + "PartialC", + "<{ query: ", + "IntersectionC", + "<[", + "PartialC", + "<{ environment: ", + "StringC", + "; }>, ", + "PartialC", + "<{ offset: ", + "StringC", + "; }>]>; }>]>, ", + { + "pluginId": "apm", + "scope": "server", + "docId": "kibApmPluginApi", + "section": "def-server.APMRouteHandlerResources", + "text": "APMRouteHandlerResources" + }, + ", { backends: { currentStats: { latency: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; throughput: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; errorRate: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; } & { impact: number; }; previousStats: ({ latency: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; throughput: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; errorRate: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; } & { impact: number; }) | null; location: ", + "Node", + "; }[]; }, ", + "APMRouteCreateOptions", + ">; } & { \"GET /api/apm/backends/{backendName}/upstream_services\": ", + "ServerRoute", + "<\"GET /api/apm/backends/{backendName}/upstream_services\", ", + "IntersectionC", + "<[", + "TypeC", + "<{ path: ", + "TypeC", + "<{ backendName: ", + "StringC", + "; }>; query: ", + "IntersectionC", + "<[", + "TypeC", + "<{ start: ", + "Type", + "; end: ", + "Type", + "; }>, ", + "TypeC", + "<{ numBuckets: ", + "Type", + "; }>]>; }>, ", + "PartialC", + "<{ query: ", + "IntersectionC", + "<[", + "PartialC", + "<{ environment: ", + "StringC", + "; }>, ", + "PartialC", + "<{ offset: ", + "StringC", + "; }>]>; }>]>, ", + { + "pluginId": "apm", + "scope": "server", + "docId": "kibApmPluginApi", + "section": "def-server.APMRouteHandlerResources", + "text": "APMRouteHandlerResources" + }, + ", { services: { currentStats: { latency: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; throughput: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; errorRate: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; } & { impact: number; }; previousStats: ({ latency: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; throughput: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; errorRate: { value: number | null; timeseries: ", + "Coordinate", + "[]; }; } & { impact: number; }) | null; location: ", + "Node", + "; }[]; }, ", + "APMRouteCreateOptions", + ">; } & { \"GET /api/apm/backends/{backendName}/metadata\": ", + "ServerRoute", + "<\"GET /api/apm/backends/{backendName}/metadata\", ", + "TypeC", + "<{ path: ", + "TypeC", + "<{ backendName: ", + "StringC", + "; }>; query: ", + "TypeC", + "<{ start: ", + "Type", + "; end: ", + "Type", + "; }>; }>, ", + { + "pluginId": "apm", + "scope": "server", + "docId": "kibApmPluginApi", + "section": "def-server.APMRouteHandlerResources", + "text": "APMRouteHandlerResources" + }, + ", { metadata: { 'span.type': any; 'span.subtype': any; }; }, ", + "APMRouteCreateOptions", + ">; } & { \"GET /api/apm/backends/{backendName}/charts/latency\": ", + "ServerRoute", + "<\"GET /api/apm/backends/{backendName}/charts/latency\", ", + "TypeC", + "<{ path: ", + "TypeC", + "<{ backendName: ", + "StringC", + "; }>; query: ", + "IntersectionC", + "<[", + "TypeC", + "<{ start: ", + "Type", + "; end: ", + "Type", + "; }>, ", + "PartialC", + "<{ kuery: ", + "StringC", + "; }>, ", + "PartialC", + "<{ environment: ", + "StringC", + "; }>, ", + "PartialC", + "<{ offset: ", + "StringC", + "; }>]>; }>, ", + { + "pluginId": "apm", + "scope": "server", + "docId": "kibApmPluginApi", + "section": "def-server.APMRouteHandlerResources", + "text": "APMRouteHandlerResources" + }, + ", { currentTimeseries: any; comparisonTimeseries: any; }, ", "APMRouteCreateOptions", ">; }>" ], "source": { "path": "x-pack/plugins/apm/server/routes/get_global_apm_server_route_repository.ts", - "lineNumber": 64 + "lineNumber": 66 }, "deprecated": false, "initialIsOpen": false @@ -3672,11 +3962,11 @@ "signature": [ "{ readonly enabled: boolean; readonly serviceMapEnabled: boolean; readonly serviceMapFingerprintBucketSize: number; readonly serviceMapTraceIdBucketSize: number; readonly serviceMapFingerprintGlobalBucketSize: number; readonly serviceMapTraceIdGlobalBucketSize: number; readonly serviceMapMaxTracesPerRequest: number; readonly autocreateApmIndexPattern: boolean; readonly ui: Readonly<{} & { enabled: boolean; transactionGroupBucketSize: number; maxTraceItems: number; }>; readonly searchAggregatedTransactions: ", "SearchAggregatedTransactionSetting", - "; readonly telemetryCollectionEnabled: boolean; readonly metricsInterval: number; readonly maxServiceEnvironments: number; readonly maxServiceSelection: number; readonly profilingEnabled: boolean; }" + "; readonly telemetryCollectionEnabled: boolean; readonly metricsInterval: number; readonly maxServiceEnvironments: number; readonly maxServiceSelection: number; readonly profilingEnabled: boolean; readonly agent: Readonly<{} & { migrations: Readonly<{} & { enabled: boolean; }>; }>; }" ], "source": { "path": "x-pack/plugins/apm/server/index.ts", - "lineNumber": 55 + "lineNumber": 58 }, "deprecated": false, "initialIsOpen": false @@ -3689,11 +3979,11 @@ "label": "InspectResponse", "description": [], "signature": [ - "{ response: any; duration: number; requestType: string; requestParams: Record; esError: Error; }[]" + "{ response: any; duration: number; requestType: string; requestParams: Record; esError: Error; operationName: string; }[]" ], "source": { "path": "x-pack/plugins/apm/server/routes/typings.ts", - "lineNumber": 26 + "lineNumber": 29 }, "deprecated": false, "initialIsOpen": false @@ -3724,7 +4014,7 @@ "Observable", "<{ 'apm_oss.transactionIndices': string; 'apm_oss.spanIndices': string; 'apm_oss.errorIndices': string; 'apm_oss.metricsIndices': string; 'apm_oss.sourcemapIndices': string; 'apm_oss.onboardingIndices': string; 'apm_oss.indexPattern': string; 'xpack.apm.serviceMapEnabled': boolean; 'xpack.apm.serviceMapFingerprintBucketSize': number; 'xpack.apm.serviceMapTraceIdBucketSize': number; 'xpack.apm.serviceMapFingerprintGlobalBucketSize': number; 'xpack.apm.serviceMapTraceIdGlobalBucketSize': number; 'xpack.apm.serviceMapMaxTracesPerRequest': number; 'xpack.apm.ui.enabled': boolean; 'xpack.apm.maxServiceEnvironments': number; 'xpack.apm.maxServiceSelection': number; 'xpack.apm.ui.maxTraceItems': number; 'xpack.apm.ui.transactionGroupBucketSize': number; 'xpack.apm.autocreateApmIndexPattern': boolean; 'xpack.apm.telemetryCollectionEnabled': boolean; 'xpack.apm.searchAggregatedTransactions': ", "SearchAggregatedTransactionSetting", - "; 'xpack.apm.metricsInterval': number; }>" + "; 'xpack.apm.metricsInterval': number; 'xpack.apm.agent.migrations.enabled': boolean; }>" ], "source": { "path": "x-pack/plugins/apm/server/types.ts", diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx index 39a83ca232d38..b2aabfd4b4214 100644 --- a/api_docs/apm.mdx +++ b/api_docs/apm.mdx @@ -12,13 +12,13 @@ import apmObj from './apm.json'; - +Contact APM UI for questions regarding this plugin. **Code health stats** | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 37 | 0 | 37 | 30 | +| 39 | 0 | 39 | 30 | ## Client diff --git a/api_docs/apm_oss.json b/api_docs/apm_oss.json index c09f772ea0a55..dbfe635d10394 100644 --- a/api_docs/apm_oss.json +++ b/api_docs/apm_oss.json @@ -26,7 +26,7 @@ ], "source": { "path": "src/plugins/apm_oss/server/index.ts", - "lineNumber": 31 + "lineNumber": 34 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/apm_oss.mdx b/api_docs/apm_oss.mdx index 21ea33f8e0a80..76ae19ec8f2cf 100644 --- a/api_docs/apm_oss.mdx +++ b/api_docs/apm_oss.mdx @@ -12,7 +12,7 @@ import apmOssObj from './apm_oss.json'; - +Contact APM UI for questions regarding this plugin. **Code health stats** diff --git a/api_docs/canvas.json b/api_docs/canvas.json index 8e7707b993643..4fdc3104e3924 100644 --- a/api_docs/canvas.json +++ b/api_docs/canvas.json @@ -66,7 +66,7 @@ ], "source": { "path": "x-pack/plugins/canvas/public/plugin.tsx", - "lineNumber": 68 + "lineNumber": 70 }, "deprecated": false, "lifecycle": "setup", @@ -84,7 +84,7 @@ ], "source": { "path": "x-pack/plugins/canvas/public/plugin.tsx", - "lineNumber": 69 + "lineNumber": 71 }, "deprecated": false, "lifecycle": "start", diff --git a/api_docs/cases.json b/api_docs/cases.json index ed244cfe1f985..9fde1aebaa8f4 100644 --- a/api_docs/cases.json +++ b/api_docs/cases.json @@ -605,7 +605,7 @@ ], "source": { "path": "x-pack/plugins/cases/public/components/case_view/index.tsx", - "lineNumber": 65 + "lineNumber": 64 }, "deprecated": false, "children": [ @@ -629,7 +629,7 @@ ], "source": { "path": "x-pack/plugins/cases/public/components/case_view/index.tsx", - "lineNumber": 66 + "lineNumber": 65 }, "deprecated": false }, @@ -646,7 +646,7 @@ ], "source": { "path": "x-pack/plugins/cases/public/components/case_view/index.tsx", - "lineNumber": 67 + "lineNumber": 66 }, "deprecated": false } @@ -673,7 +673,7 @@ ], "source": { "path": "x-pack/plugins/cases/public/components/configure_cases/index.tsx", - "lineNumber": 51 + "lineNumber": 52 }, "deprecated": false, "children": [ @@ -686,7 +686,7 @@ "description": [], "source": { "path": "x-pack/plugins/cases/public/components/configure_cases/index.tsx", - "lineNumber": 52 + "lineNumber": 53 }, "deprecated": false } @@ -1572,48 +1572,6 @@ ], "functions": [], "interfaces": [ - { - "parentPluginId": "cases", - "id": "def-server.CaseRequestContext", - "type": "Interface", - "tags": [], - "label": "CaseRequestContext", - "description": [], - "source": { - "path": "x-pack/plugins/cases/server/types.ts", - "lineNumber": 18 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "cases", - "id": "def-server.CaseRequestContext.getCasesClient", - "type": "Function", - "tags": [], - "label": "getCasesClient", - "description": [], - "signature": [ - "() => Promise<", - { - "pluginId": "cases", - "scope": "server", - "docId": "kibCasesPluginApi", - "section": "def-server.CasesClient", - "text": "CasesClient" - }, - ">" - ], - "source": { - "path": "x-pack/plugins/cases/server/types.ts", - "lineNumber": 19 - }, - "deprecated": false, - "returnComment": [], - "children": [] - } - ], - "initialIsOpen": false - }, { "parentPluginId": "cases", "id": "def-server.PluginStartContract", @@ -1878,6 +1836,52 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "cases", + "id": "def-common.getAllConnectorsUrl", + "type": "Function", + "tags": [], + "label": "getAllConnectorsUrl", + "description": [ + "\n" + ], + "signature": [ + "() => string" + ], + "source": { + "path": "x-pack/plugins/cases/common/utils/connectors_api.ts", + "lineNumber": 38 + }, + "deprecated": false, + "children": [], + "returnComment": [ + "All connectors endpoint" + ], + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.getAllConnectorTypesUrl", + "type": "Function", + "tags": [], + "label": "getAllConnectorTypesUrl", + "description": [ + "\n" + ], + "signature": [ + "() => string" + ], + "source": { + "path": "x-pack/plugins/cases/common/utils/connectors_api.ts", + "lineNumber": 18 + }, + "deprecated": false, + "children": [], + "returnComment": [ + "Connector types endpoint" + ], + "initialIsOpen": false + }, { "parentPluginId": "cases", "id": "def-common.getCaseCommentDetailsUrl", @@ -2171,6 +2175,70 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "cases", + "id": "def-common.getCreateConnectorUrl", + "type": "Function", + "tags": [], + "label": "getCreateConnectorUrl", + "description": [ + "\n" + ], + "signature": [ + "() => string" + ], + "source": { + "path": "x-pack/plugins/cases/common/utils/connectors_api.ts", + "lineNumber": 32 + }, + "deprecated": false, + "children": [], + "returnComment": [ + "Create connector endpoint" + ], + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.getExecuteConnectorUrl", + "type": "Function", + "tags": [], + "label": "getExecuteConnectorUrl", + "description": [ + "\n" + ], + "signature": [ + "(connectorId: string) => string" + ], + "source": { + "path": "x-pack/plugins/cases/common/utils/connectors_api.ts", + "lineNumber": 25 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "cases", + "id": "def-common.getExecuteConnectorUrl.$1", + "type": "string", + "tags": [], + "label": "connectorId", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "x-pack/plugins/cases/common/utils/connectors_api.ts", + "lineNumber": 25 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [ + "Execute connector endpoint" + ], + "initialIsOpen": false + }, { "parentPluginId": "cases", "id": "def-common.getSubCaseDetailsUrl", @@ -4790,9 +4858,6 @@ "tags": [], "label": "ACTION_TYPES_URL", "description": [], - "signature": [ - "\"/api/actions/list_action_types\"" - ], "source": { "path": "x-pack/plugins/cases/common/constants.ts", "lineNumber": 63 @@ -4947,11 +5012,27 @@ "section": "def-common.AssociationType", "text": "AssociationType" }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[]" ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 134 + "lineNumber": 172 }, "deprecated": false, "initialIsOpen": false @@ -5007,6 +5088,39 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "cases", + "id": "def-common.AttributesTypeActions", + "type": "Type", + "tags": [], + "label": "AttributesTypeActions", + "description": [], + "signature": [ + "{ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; }" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/comment.ts", + "lineNumber": 164 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "cases", "id": "def-common.AttributesTypeAlerts", @@ -5043,7 +5157,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 128 + "lineNumber": 165 }, "deprecated": false, "initialIsOpen": false @@ -5076,7 +5190,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 129 + "lineNumber": 166 }, "deprecated": false, "initialIsOpen": false @@ -5802,6 +5916,22 @@ "section": "def-common.AssociationType", "text": "AssociationType" }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[] | undefined; comments?: (({ comment: string; type: ", { "pluginId": "cases", @@ -5842,6 +5972,22 @@ "section": "def-common.AssociationType", "text": "AssociationType" }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; }" ], "source": { @@ -6539,6 +6685,22 @@ "section": "def-common.AssociationType", "text": "AssociationType" }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[] | undefined; comments?: (({ comment: string; type: ", { "pluginId": "cases", @@ -6579,6 +6741,22 @@ "section": "def-common.AssociationType", "text": "AssociationType" }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[]; page: number; per_page: number; total: number; } & { count_open_cases: number; count_in_progress_cases: number; count_closed_cases: number; }" ], "source": { @@ -6789,6 +6967,22 @@ "section": "def-common.AssociationType", "text": "AssociationType" }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[] | undefined; comments?: (({ comment: string; type: ", { "pluginId": "cases", @@ -6829,20 +7023,36 @@ "section": "def-common.AssociationType", "text": "AssociationType" }, - "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[]" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/case.ts", - "lineNumber": 319 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CasesStatusRequest", - "type": "Type", - "tags": [], + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[]" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/case.ts", + "lineNumber": 319 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CasesStatusRequest", + "type": "Type", + "tags": [], "label": "CasesStatusRequest", "description": [], "signature": [ @@ -7106,6 +7316,38 @@ "section": "def-common.ElasticUser", "text": "ElasticUser" }, + " | null; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + "; id: string; createdAt: string; createdBy: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ElasticUser", + "text": "ElasticUser" + }, + "; pushedAt: string | null; pushedBy: string | null; updatedAt: string | null; updatedBy: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ElasticUser", + "text": "ElasticUser" + }, " | null; version: string; })" ], "source": { @@ -7163,11 +7405,27 @@ "section": "def-common.AssociationType", "text": "AssociationType" }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; })" ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 130 + "lineNumber": 167 }, "deprecated": false, "initialIsOpen": false @@ -7216,7 +7474,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 137 + "lineNumber": 175 }, "deprecated": false, "initialIsOpen": false @@ -7253,11 +7511,19 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".user; owner: string; } & { id: string; version: string; })" + ".user; owner: string; } & { id: string; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { id: string; version: string; })" ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 136 + "lineNumber": 174 }, "deprecated": false, "initialIsOpen": false @@ -7294,11 +7560,44 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".user; owner: string; }" + ".user; owner: string; } | { type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; }" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/comment.ts", + "lineNumber": 168 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CommentRequestActionsType", + "type": "Type", + "tags": [], + "label": "CommentRequestActionsType", + "description": [], + "signature": [ + "{ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; }" ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 131 + "lineNumber": 178 }, "deprecated": false, "initialIsOpen": false @@ -7331,7 +7630,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 139 + "lineNumber": 177 }, "deprecated": false, "initialIsOpen": false @@ -7356,7 +7655,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 138 + "lineNumber": 176 }, "deprecated": false, "initialIsOpen": false @@ -7409,11 +7708,60 @@ "section": "def-common.AssociationType", "text": "AssociationType" }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; })" ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 132 + "lineNumber": 169 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CommentResponseActionsType", + "type": "Type", + "tags": [], + "label": "CommentResponseActionsType", + "description": [], + "signature": [ + "{ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/comment.ts", + "lineNumber": 171 }, "deprecated": false, "initialIsOpen": false @@ -7454,7 +7802,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 133 + "lineNumber": 170 }, "deprecated": false, "initialIsOpen": false @@ -7507,11 +7855,27 @@ "section": "def-common.AssociationType", "text": "AssociationType" }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[]; page: number; per_page: number; total: number; }" ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 135 + "lineNumber": 173 }, "deprecated": false, "initialIsOpen": false @@ -7634,6 +7998,20 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "cases", + "id": "def-common.CONNECTORS_URL", + "type": "string", + "tags": [], + "label": "CONNECTORS_URL", + "description": [], + "source": { + "path": "x-pack/plugins/cases/common/constants.ts", + "lineNumber": 64 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "cases", "id": "def-common.ConnectorServiceNowITSMTypeFields", @@ -7846,7 +8224,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/constants.ts", - "lineNumber": 89 + "lineNumber": 91 }, "deprecated": false, "initialIsOpen": false @@ -8171,7 +8549,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 127 + "lineNumber": 163 }, "deprecated": false, "initialIsOpen": false @@ -8258,7 +8636,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/constants.ts", - "lineNumber": 75 + "lineNumber": 77 }, "deprecated": false, "initialIsOpen": false @@ -8275,7 +8653,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/constants.ts", - "lineNumber": 96 + "lineNumber": 98 }, "deprecated": false, "initialIsOpen": false @@ -8292,7 +8670,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/constants.ts", - "lineNumber": 95 + "lineNumber": 97 }, "deprecated": false, "initialIsOpen": false @@ -8309,7 +8687,26 @@ ], "source": { "path": "x-pack/plugins/cases/common/constants.ts", - "lineNumber": 76 + "lineNumber": 78 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.MAX_TITLE_LENGTH", + "type": "number", + "tags": [], + "label": "MAX_TITLE_LENGTH", + "description": [ + "\nValidation" + ], + "signature": [ + "64" + ], + "source": { + "path": "x-pack/plugins/cases/common/constants.ts", + "lineNumber": 104 }, "deprecated": false, "initialIsOpen": false @@ -8400,7 +8797,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/constants.ts", - "lineNumber": 84 + "lineNumber": 86 }, "deprecated": false, "initialIsOpen": false @@ -8652,6 +9049,22 @@ "section": "def-common.AssociationType", "text": "AssociationType" }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; }" ], "source": { @@ -8742,6 +9155,22 @@ "section": "def-common.AssociationType", "text": "AssociationType" }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[]; page: number; per_page: number; total: number; } & { count_open_cases: number; count_in_progress_cases: number; count_closed_cases: number; }" ], "source": { @@ -8832,6 +9261,22 @@ "section": "def-common.AssociationType", "text": "AssociationType" }, + "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }) | ({ type: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions; comment: string; actions: { targets: { hostname: string; endpointId: string; }[]; type: string; }; owner: string; } & { associationType: ", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, "; created_at: string; created_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; }; owner: string; pushed_at: string | null; pushed_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; updated_at: string | null; updated_by: { email: string | null | undefined; full_name: string | null | undefined; username: string | null | undefined; } | null; } & { id: string; version: string; }))[] | undefined; })[]" ], "source": { @@ -8853,7 +9298,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/constants.ts", - "lineNumber": 64 + "lineNumber": 66 }, "deprecated": false, "initialIsOpen": false @@ -8979,6 +9424,50 @@ } ], "objects": [ + { + "parentPluginId": "cases", + "id": "def-common.ActionsCommentRequestRt", + "type": "Object", + "tags": [], + "label": "ActionsCommentRequestRt", + "description": [], + "signature": [ + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions>; comment: ", + "StringC", + "; actions: ", + "TypeC", + "<{ targets: ", + "ArrayC", + "<", + "TypeC", + "<{ hostname: ", + "StringC", + "; endpointId: ", + "StringC", + "; }>>; type: ", + "StringC", + "; }>; owner: ", + "StringC", + "; }>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/comment.ts", + "lineNumber": 67 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "cases", "id": "def-common.AlertCommentRequestRt", @@ -9048,7 +9537,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 55 + "lineNumber": 56 }, "deprecated": false, "initialIsOpen": false @@ -9420,6 +9909,162 @@ "StringC", "]>; }>, ", "NullC", + "]>; }>]>, ", + "IntersectionC", + "<[", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions>; comment: ", + "StringC", + "; actions: ", + "TypeC", + "<{ targets: ", + "ArrayC", + "<", + "TypeC", + "<{ hostname: ", + "StringC", + "; endpointId: ", + "StringC", + "; }>>; type: ", + "StringC", + "; }>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ associationType: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; pushed_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", "]>; }>]>]>, ", "TypeC", "<{ id: ", @@ -9430,7 +10075,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 117 + "lineNumber": 153 }, "deprecated": false, "initialIsOpen": false @@ -9776,65 +10421,221 @@ "StringC", "]>; }>, ", "NullC", - "]>; }>]>]>, ", + "]>; }>]>, ", + "IntersectionC", + "<[", "TypeC", - "<{ id: ", - "StringC", - "; version: ", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions>; comment: ", "StringC", - "; }>]>>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 88 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.AllReportersFindRequestRt", - "type": "Object", - "tags": [], - "label": "AllReportersFindRequestRt", - "description": [], - "signature": [ - "PartialC", - "<{ owner: ", - "UnionC", - "<[", + "; actions: ", + "TypeC", + "<{ targets: ", "ArrayC", "<", + "TypeC", + "<{ hostname: ", "StringC", - ">, ", + "; endpointId: ", "StringC", - "]>; }>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/case.ts", - "lineNumber": 308 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.AllTagsFindRequestRt", - "type": "Object", - "tags": [], - "label": "AllTagsFindRequestRt", - "description": [], - "signature": [ - "PartialC", - "<{ owner: ", - "UnionC", - "<[", - "ArrayC", - "<", + "; }>>; type: ", "StringC", - ">, ", + "; }>; owner: ", "StringC", - "]>; }>" + "; }>, ", + "TypeC", + "<{ associationType: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; pushed_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; }>]>]>, ", + "TypeC", + "<{ id: ", + "StringC", + "; version: ", + "StringC", + "; }>]>>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/comment.ts", + "lineNumber": 124 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.AllReportersFindRequestRt", + "type": "Object", + "tags": [], + "label": "AllReportersFindRequestRt", + "description": [], + "signature": [ + "PartialC", + "<{ owner: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; }>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/case.ts", + "lineNumber": 308 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.AllTagsFindRequestRt", + "type": "Object", + "tags": [], + "label": "AllTagsFindRequestRt", + "description": [], + "signature": [ + "PartialC", + "<{ owner: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; }>" ], "source": { "path": "x-pack/plugins/cases/common/api/cases/case.ts", @@ -13214,25 +14015,11 @@ "StringC", "]>; }>, ", "NullC", - "]>; }>]>]>, ", - "TypeC", - "<{ id: ", - "StringC", - "; version: ", - "StringC", - "; }>]>>; }>]>>; comments: ", - "ArrayC", - "<", - "IntersectionC", - "<[", - "UnionC", - "<[", + "]>; }>]>, ", "IntersectionC", "<[", "TypeC", - "<{ comment: ", - "StringC", - "; type: ", + "<{ type: ", "LiteralC", "<", { @@ -13242,7 +14029,21 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".user>; owner: ", + ".actions>; comment: ", + "StringC", + "; actions: ", + "TypeC", + "<{ targets: ", + "ArrayC", + "<", + "TypeC", + "<{ hostname: ", + "StringC", + "; endpointId: ", + "StringC", + "; }>>; type: ", + "StringC", + "; }>; owner: ", "StringC", "; }>, ", "TypeC", @@ -13370,13 +14171,25 @@ "StringC", "]>; }>, ", "NullC", - "]>; }>]>, ", + "]>; }>]>]>, ", + "TypeC", + "<{ id: ", + "StringC", + "; version: ", + "StringC", + "; }>]>>; }>]>>; comments: ", + "ArrayC", + "<", "IntersectionC", "<[", - "TypeC", - "<{ type: ", "UnionC", "<[", + "IntersectionC", + "<[", + "TypeC", + "<{ comment: ", + "StringC", + "; type: ", "LiteralC", "<", { @@ -13386,64 +14199,24 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".generatedAlert>, ", + ".user>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ associationType: ", + "UnionC", + "<[", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" + "section": "def-common.AssociationType", + "text": "AssociationType" }, - ".alert>]>; alertId: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; index: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; rule: ", - "TypeC", - "<{ id: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; name: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; }>; owner: ", - "StringC", - "; }>, ", - "TypeC", - "<{ associationType: ", - "UnionC", - "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.AssociationType", - "text": "AssociationType" - }, - ".case>, ", - "LiteralC", + ".case>, ", + "LiteralC", "<", { "pluginId": "cases", @@ -13554,81 +14327,9 @@ "StringC", "]>; }>, ", "NullC", - "]>; }>]>]>, ", - "TypeC", - "<{ id: ", - "StringC", - "; version: ", - "StringC", - "; }>]>>; }>]>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/case.ts", - "lineNumber": 239 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CasesByAlertIDRequestRt", - "type": "Object", - "tags": [], - "label": "CasesByAlertIDRequestRt", - "description": [], - "signature": [ - "PartialC", - "<{ owner: ", - "UnionC", + "]>; }>]>, ", + "IntersectionC", "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; }>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/case.ts", - "lineNumber": 231 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CasesByAlertIdRt", - "type": "Object", - "tags": [], - "label": "CasesByAlertIdRt", - "description": [], - "signature": [ - "ArrayC", - "<", - "TypeC", - "<{ id: ", - "StringC", - "; title: ", - "StringC", - "; }>>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/case.ts", - "lineNumber": 32 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CasesClientPostRequestRt", - "type": "Object", - "tags": [], - "label": "CasesClientPostRequestRt", - "description": [ - "\nThis type is used for validating a create case request. It requires that the type field be defined." - ], - "signature": [ "TypeC", "<{ type: ", "UnionC", @@ -13639,228 +14340,180 @@ "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CaseType", - "text": "CaseType" + "section": "def-common.CommentType", + "text": "CommentType" }, - ".collection>, ", + ".generatedAlert>, ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CaseType", - "text": "CaseType" + "section": "def-common.CommentType", + "text": "CommentType" }, - ".individual>]>; description: ", - "StringC", - "; tags: ", + ".alert>]>; alertId: ", + "UnionC", + "<[", "ArrayC", "<", "StringC", - ">; title: ", - "StringC", - "; connector: ", - "IntersectionC", - "<[", - "TypeC", - "<{ id: ", - "StringC", - "; name: ", + ">, ", "StringC", - "; }>, ", + "]>; index: ", "UnionC", "<[", - "TypeC", - "<{ type: ", - "LiteralC", + "ArrayC", "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".jira>; fields: ", - "UnionC", - "<[", + "StringC", + ">, ", + "StringC", + "]>; rule: ", "TypeC", - "<{ issueType: ", + "<{ id: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; priority: ", + "]>; name: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; parent: ", - "UnionC", - "<[", + "]>; }>; owner: ", "StringC", - ", ", - "NullC", - "]>; }>, ", - "NullC", - "]>; }>, ", + "; }>, ", "TypeC", - "<{ type: ", + "<{ associationType: ", + "UnionC", + "<[", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" + "section": "def-common.AssociationType", + "text": "AssociationType" }, - ".none>; fields: ", - "NullC", - "; }>, ", - "TypeC", - "<{ type: ", + ".case>, ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" + "section": "def-common.AssociationType", + "text": "AssociationType" }, - ".resilient>; fields: ", + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", + "TypeC", + "<{ email: ", "UnionC", "<[", - "TypeC", - "<{ incidentTypes: ", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", - "ArrayC", - "<", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", - ">, ", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", "NullC", - "]>; severityCode: ", + ", ", + "StringC", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; }>, ", - "NullC", - "]>; }>, ", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".serviceNowITSM>; fields: ", + "]>; pushed_by: ", "UnionC", "<[", "TypeC", - "<{ impact: ", + "<{ email: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", - "]>; severity: ", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", - "]>; urgency: ", + ", ", + "StringC", + "]>; username: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", - "]>; category: ", - "UnionC", - "<[", - "StringC", ", ", + "StringC", + "]>; }>, ", "NullC", - "]>; subcategory: ", + "]>; updated_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; }>, ", - "NullC", - "]>; }>, ", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".serviceNowSIR>; fields: ", + "]>; updated_by: ", "UnionC", "<[", "TypeC", - "<{ category: ", + "<{ email: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", - "]>; destIp: ", - "UnionC", - "<[", - "BooleanC", ", ", - "NullC", - "]>; malwareHash: ", + "StringC", + "]>; full_name: ", "UnionC", "<[", - "BooleanC", + "UndefinedC", ", ", "NullC", - "]>; malwareUrl: ", - "UnionC", - "<[", - "BooleanC", ", ", - "NullC", - "]>; priority: ", - "UnionC", - "<[", "StringC", - ", ", - "NullC", - "]>; sourceIp: ", + "]>; username: ", "UnionC", "<[", - "BooleanC", + "UndefinedC", ", ", "NullC", - "]>; subcategory: ", - "UnionC", - "<[", - "StringC", ", ", - "NullC", + "StringC", "]>; }>, ", "NullC", - "]>; }>, ", + "]>; }>]>, ", + "IntersectionC", + "<[", "TypeC", "<{ type: ", "LiteralC", @@ -13869,302 +14522,258 @@ "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" + "section": "def-common.CommentType", + "text": "CommentType" }, - ".swimlane>; fields: ", - "UnionC", - "<[", - "TypeC", - "<{ caseId: ", - "UnionC", - "<[", + ".actions>; comment: ", "StringC", - ", ", - "NullC", - "]>; }>, ", - "NullC", - "]>; }>]>]>; settings: ", + "; actions: ", "TypeC", - "<{ syncAlerts: ", - "BooleanC", - "; }>; owner: ", - "StringC", - "; }>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/case.ts", - "lineNumber": 153 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CasesConfigurePatchRt", - "type": "Object", - "tags": [], - "label": "CasesConfigurePatchRt", - "description": [], - "signature": [ - "IntersectionC", - "<[", - "PartialC", - "<{ connector: ", - "IntersectionC", - "<[", + "<{ targets: ", + "ArrayC", + "<", "TypeC", - "<{ id: ", + "<{ hostname: ", "StringC", - "; name: ", + "; endpointId: ", + "StringC", + "; }>>; type: ", + "StringC", + "; }>; owner: ", "StringC", "; }>, ", + "TypeC", + "<{ associationType: ", "UnionC", "<[", - "TypeC", - "<{ type: ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" + "section": "def-common.AssociationType", + "text": "AssociationType" }, - ".jira>; fields: ", - "UnionC", - "<[", + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", "TypeC", - "<{ issueType: ", + "<{ email: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", - "]>; priority: ", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", - "]>; parent: ", + ", ", + "StringC", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; }>, ", - "NullC", - "]>; }>, ", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".none>; fields: ", - "NullC", - "; }>, ", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".resilient>; fields: ", + "]>; pushed_by: ", "UnionC", "<[", "TypeC", - "<{ incidentTypes: ", + "<{ email: ", "UnionC", "<[", - "ArrayC", - "<", - "StringC", - ">, ", + "UndefinedC", + ", ", "NullC", - "]>; severityCode: ", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", + ", ", + "StringC", "]>; }>, ", "NullC", - "]>; }>, ", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".serviceNowITSM>; fields: ", - "UnionC", - "<[", - "TypeC", - "<{ impact: ", + "]>; updated_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; severity: ", + "]>; updated_by: ", "UnionC", "<[", - "StringC", - ", ", - "NullC", - "]>; urgency: ", + "TypeC", + "<{ email: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", - "]>; category: ", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", - "]>; subcategory: ", + ", ", + "StringC", + "]>; username: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", + ", ", + "StringC", "]>; }>, ", "NullC", - "]>; }>, ", + "]>; }>]>]>, ", "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".serviceNowSIR>; fields: ", - "UnionC", - "<[", - "TypeC", - "<{ category: ", - "UnionC", - "<[", + "<{ id: ", "StringC", - ", ", - "NullC", - "]>; destIp: ", - "UnionC", - "<[", - "BooleanC", - ", ", - "NullC", - "]>; malwareHash: ", - "UnionC", - "<[", - "BooleanC", - ", ", - "NullC", - "]>; malwareUrl: ", - "UnionC", - "<[", - "BooleanC", - ", ", - "NullC", - "]>; priority: ", - "UnionC", - "<[", + "; version: ", "StringC", - ", ", - "NullC", - "]>; sourceIp: ", - "UnionC", - "<[", - "BooleanC", - ", ", - "NullC", - "]>; subcategory: ", + "; }>]>>; }>]>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/case.ts", + "lineNumber": 239 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CasesByAlertIDRequestRt", + "type": "Object", + "tags": [], + "label": "CasesByAlertIDRequestRt", + "description": [], + "signature": [ + "PartialC", + "<{ owner: ", "UnionC", "<[", + "ArrayC", + "<", "StringC", - ", ", - "NullC", - "]>; }>, ", - "NullC", - "]>; }>, ", - "TypeC", - "<{ type: ", - "LiteralC", + ">, ", + "StringC", + "]>; }>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/case.ts", + "lineNumber": 231 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CasesByAlertIdRt", + "type": "Object", + "tags": [], + "label": "CasesByAlertIdRt", + "description": [], + "signature": [ + "ArrayC", "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".swimlane>; fields: ", - "UnionC", - "<[", "TypeC", - "<{ caseId: ", - "UnionC", - "<[", + "<{ id: ", "StringC", - ", ", - "NullC", - "]>; }>, ", - "NullC", - "]>; }>]>]>; closure_type: ", - "UnionC", - "<[", - "LiteralC", - "<\"close-by-user\">, ", - "LiteralC", - "<\"close-by-pushing\">]>; }>, ", - "TypeC", - "<{ version: ", + "; title: ", "StringC", - "; }>]>" + "; }>>" ], "source": { - "path": "x-pack/plugins/cases/common/api/cases/configure.ts", - "lineNumber": 38 + "path": "x-pack/plugins/cases/common/api/cases/case.ts", + "lineNumber": 32 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "cases", - "id": "def-common.CasesConfigureRequestRt", + "id": "def-common.CasesClientPostRequestRt", "type": "Object", "tags": [], - "label": "CasesConfigureRequestRt", - "description": [], + "label": "CasesClientPostRequestRt", + "description": [ + "\nThis type is used for validating a create case request. It requires that the type field be defined." + ], "signature": [ - "IntersectionC", - "<[", "TypeC", - "<{ connector: ", + "<{ type: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseType", + "text": "CaseType" + }, + ".collection>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseType", + "text": "CaseType" + }, + ".individual>]>; description: ", + "StringC", + "; tags: ", + "ArrayC", + "<", + "StringC", + ">; title: ", + "StringC", + "; connector: ", "IntersectionC", "<[", "TypeC", @@ -14388,291 +14997,89 @@ "NullC", "]>; }>, ", "NullC", - "]>; }>]>]>; closure_type: ", - "UnionC", - "<[", - "LiteralC", - "<\"close-by-user\">, ", - "LiteralC", - "<\"close-by-pushing\">]>; }>, ", + "]>; }>]>]>; settings: ", "TypeC", - "<{ owner: ", + "<{ syncAlerts: ", + "BooleanC", + "; }>; owner: ", "StringC", - "; }>]>" + "; }>" ], "source": { - "path": "x-pack/plugins/cases/common/api/cases/configure.ts", - "lineNumber": 37 + "path": "x-pack/plugins/cases/common/api/cases/case.ts", + "lineNumber": 153 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "cases", - "id": "def-common.CasesFindRequestRt", + "id": "def-common.CasesConfigurePatchRt", "type": "Object", "tags": [], - "label": "CasesFindRequestRt", + "label": "CasesConfigurePatchRt", "description": [], "signature": [ + "IntersectionC", + "<[", "PartialC", - "<{ type: ", + "<{ connector: ", + "IntersectionC", + "<[", + "TypeC", + "<{ id: ", + "StringC", + "; name: ", + "StringC", + "; }>, ", "UnionC", "<[", + "TypeC", + "<{ type: ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CaseType", - "text": "CaseType" - }, - ".collection>, ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CaseType", - "text": "CaseType" + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" }, - ".individual>]>; tags: ", + ".jira>; fields: ", + "UnionC", + "<[", + "TypeC", + "<{ issueType: ", "UnionC", "<[", - "ArrayC", - "<", "StringC", - ">, ", + ", ", + "NullC", + "]>; priority: ", + "UnionC", + "<[", "StringC", - "]>; status: ", + ", ", + "NullC", + "]>; parent: ", "UnionC", "<[", + "StringC", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>, ", + "TypeC", + "<{ type: ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CaseStatuses", - "text": "CaseStatuses" - }, - ".open>, ", - "LiteralC", - ", ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CaseStatuses", - "text": "CaseStatuses" - }, - ".closed>]>; reporters: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; defaultSearchOperator: ", - "UnionC", - "<[", - "LiteralC", - "<\"AND\">, ", - "LiteralC", - "<\"OR\">]>; fields: ", - "ArrayC", - "<", - "StringC", - ">; page: ", - "Type", - "; perPage: ", - "Type", - "; search: ", - "StringC", - "; searchFields: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; sortField: ", - "StringC", - "; sortOrder: ", - "UnionC", - "<[", - "LiteralC", - "<\"desc\">, ", - "LiteralC", - "<\"asc\">]>; owner: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; }>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/case.ts", - "lineNumber": 172 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CasesFindResponseRt", - "type": "Object", - "tags": [], - "label": "CasesFindResponseRt", - "description": [], - "signature": [ - "IntersectionC", - "<[", - "TypeC", - "<{ cases: ", - "ArrayC", - "<", - "IntersectionC", - "<[", - "IntersectionC", - "<[", - "TypeC", - "<{ description: ", - "StringC", - "; status: ", - "UnionC", - "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CaseStatuses", - "text": "CaseStatuses" - }, - ".open>, ", - "LiteralC", - ", ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CaseStatuses", - "text": "CaseStatuses" - }, - ".closed>]>; tags: ", - "ArrayC", - "<", - "StringC", - ">; title: ", - "StringC", - "; type: ", - "UnionC", - "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CaseType", - "text": "CaseType" - }, - ".collection>, ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CaseType", - "text": "CaseType" - }, - ".individual>]>; connector: ", - "IntersectionC", - "<[", - "TypeC", - "<{ id: ", - "StringC", - "; name: ", - "StringC", - "; }>, ", - "UnionC", - "<[", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".jira>; fields: ", - "UnionC", - "<[", - "TypeC", - "<{ issueType: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; priority: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; parent: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; }>, ", - "NullC", - "]>; }>, ", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" }, ".none>; fields: ", "NullC", @@ -14840,28 +15247,1668 @@ "NullC", "]>; }>, ", "NullC", - "]>; }>]>]>; settings: ", - "TypeC", - "<{ syncAlerts: ", - "BooleanC", - "; }>; owner: ", - "StringC", - "; }>, ", - "TypeC", - "<{ closed_at: ", + "]>; }>]>]>; closure_type: ", "UnionC", "<[", + "LiteralC", + "<\"close-by-user\">, ", + "LiteralC", + "<\"close-by-pushing\">]>; }>, ", + "TypeC", + "<{ version: ", "StringC", - ", ", - "NullC", - "]>; closed_by: ", - "UnionC", + "; }>]>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/configure.ts", + "lineNumber": 38 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CasesConfigureRequestRt", + "type": "Object", + "tags": [], + "label": "CasesConfigureRequestRt", + "description": [], + "signature": [ + "IntersectionC", "<[", "TypeC", - "<{ email: ", - "UnionC", + "<{ connector: ", + "IntersectionC", "<[", - "UndefinedC", + "TypeC", + "<{ id: ", + "StringC", + "; name: ", + "StringC", + "; }>, ", + "UnionC", + "<[", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".jira>; fields: ", + "UnionC", + "<[", + "TypeC", + "<{ issueType: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; priority: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; parent: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".none>; fields: ", + "NullC", + "; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".resilient>; fields: ", + "UnionC", + "<[", + "TypeC", + "<{ incidentTypes: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "NullC", + "]>; severityCode: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".serviceNowITSM>; fields: ", + "UnionC", + "<[", + "TypeC", + "<{ impact: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; severity: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; urgency: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; category: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; subcategory: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".serviceNowSIR>; fields: ", + "UnionC", + "<[", + "TypeC", + "<{ category: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; destIp: ", + "UnionC", + "<[", + "BooleanC", + ", ", + "NullC", + "]>; malwareHash: ", + "UnionC", + "<[", + "BooleanC", + ", ", + "NullC", + "]>; malwareUrl: ", + "UnionC", + "<[", + "BooleanC", + ", ", + "NullC", + "]>; priority: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; sourceIp: ", + "UnionC", + "<[", + "BooleanC", + ", ", + "NullC", + "]>; subcategory: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".swimlane>; fields: ", + "UnionC", + "<[", + "TypeC", + "<{ caseId: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>]>]>; closure_type: ", + "UnionC", + "<[", + "LiteralC", + "<\"close-by-user\">, ", + "LiteralC", + "<\"close-by-pushing\">]>; }>, ", + "TypeC", + "<{ owner: ", + "StringC", + "; }>]>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/configure.ts", + "lineNumber": 37 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CasesFindRequestRt", + "type": "Object", + "tags": [], + "label": "CasesFindRequestRt", + "description": [], + "signature": [ + "PartialC", + "<{ type: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseType", + "text": "CaseType" + }, + ".collection>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseType", + "text": "CaseType" + }, + ".individual>]>; tags: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; status: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseStatuses", + "text": "CaseStatuses" + }, + ".open>, ", + "LiteralC", + ", ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseStatuses", + "text": "CaseStatuses" + }, + ".closed>]>; reporters: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; defaultSearchOperator: ", + "UnionC", + "<[", + "LiteralC", + "<\"AND\">, ", + "LiteralC", + "<\"OR\">]>; fields: ", + "ArrayC", + "<", + "StringC", + ">; page: ", + "Type", + "; perPage: ", + "Type", + "; search: ", + "StringC", + "; searchFields: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; sortField: ", + "StringC", + "; sortOrder: ", + "UnionC", + "<[", + "LiteralC", + "<\"desc\">, ", + "LiteralC", + "<\"asc\">]>; owner: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; }>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/case.ts", + "lineNumber": 172 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CasesFindResponseRt", + "type": "Object", + "tags": [], + "label": "CasesFindResponseRt", + "description": [], + "signature": [ + "IntersectionC", + "<[", + "TypeC", + "<{ cases: ", + "ArrayC", + "<", + "IntersectionC", + "<[", + "IntersectionC", + "<[", + "TypeC", + "<{ description: ", + "StringC", + "; status: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseStatuses", + "text": "CaseStatuses" + }, + ".open>, ", + "LiteralC", + ", ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseStatuses", + "text": "CaseStatuses" + }, + ".closed>]>; tags: ", + "ArrayC", + "<", + "StringC", + ">; title: ", + "StringC", + "; type: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseType", + "text": "CaseType" + }, + ".collection>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseType", + "text": "CaseType" + }, + ".individual>]>; connector: ", + "IntersectionC", + "<[", + "TypeC", + "<{ id: ", + "StringC", + "; name: ", + "StringC", + "; }>, ", + "UnionC", + "<[", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".jira>; fields: ", + "UnionC", + "<[", + "TypeC", + "<{ issueType: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; priority: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; parent: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".none>; fields: ", + "NullC", + "; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".resilient>; fields: ", + "UnionC", + "<[", + "TypeC", + "<{ incidentTypes: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "NullC", + "]>; severityCode: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".serviceNowITSM>; fields: ", + "UnionC", + "<[", + "TypeC", + "<{ impact: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; severity: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; urgency: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; category: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; subcategory: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".serviceNowSIR>; fields: ", + "UnionC", + "<[", + "TypeC", + "<{ category: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; destIp: ", + "UnionC", + "<[", + "BooleanC", + ", ", + "NullC", + "]>; malwareHash: ", + "UnionC", + "<[", + "BooleanC", + ", ", + "NullC", + "]>; malwareUrl: ", + "UnionC", + "<[", + "BooleanC", + ", ", + "NullC", + "]>; priority: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; sourceIp: ", + "UnionC", + "<[", + "BooleanC", + ", ", + "NullC", + "]>; subcategory: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".swimlane>; fields: ", + "UnionC", + "<[", + "TypeC", + "<{ caseId: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>]>]>; settings: ", + "TypeC", + "<{ syncAlerts: ", + "BooleanC", + "; }>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ closed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; closed_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; created_at: ", + "StringC", + "; created_by: ", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>; external_service: ", + "UnionC", + "<[", + "IntersectionC", + "<[", + "TypeC", + "<{ connector_id: ", + "StringC", + "; connector_name: ", + "StringC", + "; external_id: ", + "StringC", + "; external_title: ", + "StringC", + "; external_url: ", + "StringC", + "; }>, ", + "TypeC", + "<{ pushed_at: ", + "StringC", + "; pushed_by: ", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>; }>]>, ", + "NullC", + "]>; updated_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; }>]>, ", + "TypeC", + "<{ id: ", + "StringC", + "; totalComment: ", + "NumberC", + "; totalAlerts: ", + "NumberC", + "; version: ", + "StringC", + "; }>, ", + "PartialC", + "<{ subCaseIds: ", + "ArrayC", + "<", + "StringC", + ">; subCases: ", + "ArrayC", + "<", + "IntersectionC", + "<[", + "IntersectionC", + "<[", + "TypeC", + "<{ status: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseStatuses", + "text": "CaseStatuses" + }, + ".open>, ", + "LiteralC", + ", ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseStatuses", + "text": "CaseStatuses" + }, + ".closed>]>; }>, ", + "TypeC", + "<{ closed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; closed_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; created_at: ", + "StringC", + "; created_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; owner: ", + "StringC", + "; }>]>, ", + "TypeC", + "<{ id: ", + "StringC", + "; totalComment: ", + "NumberC", + "; totalAlerts: ", + "NumberC", + "; version: ", + "StringC", + "; }>, ", + "PartialC", + "<{ comments: ", + "ArrayC", + "<", + "IntersectionC", + "<[", + "UnionC", + "<[", + "IntersectionC", + "<[", + "TypeC", + "<{ comment: ", + "StringC", + "; type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".user>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ associationType: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; pushed_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; }>]>, ", + "IntersectionC", + "<[", + "TypeC", + "<{ type: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".generatedAlert>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".alert>]>; alertId: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; index: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; rule: ", + "TypeC", + "<{ id: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; name: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ associationType: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; pushed_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; }>]>, ", + "IntersectionC", + "<[", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions>; comment: ", + "StringC", + "; actions: ", + "TypeC", + "<{ targets: ", + "ArrayC", + "<", + "TypeC", + "<{ hostname: ", + "StringC", + "; endpointId: ", + "StringC", + "; }>>; type: ", + "StringC", + "; }>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ associationType: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; pushed_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; }>]>]>, ", + "TypeC", + "<{ id: ", + "StringC", + "; version: ", + "StringC", + "; }>]>>; }>]>>; comments: ", + "ArrayC", + "<", + "IntersectionC", + "<[", + "UnionC", + "<[", + "IntersectionC", + "<[", + "TypeC", + "<{ comment: ", + "StringC", + "; type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".user>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ associationType: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; pushed_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", ", ", @@ -14884,7 +16931,89 @@ "StringC", "]>; }>, ", "NullC", - "]>; created_at: ", + "]>; }>]>, ", + "IntersectionC", + "<[", + "TypeC", + "<{ type: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".generatedAlert>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".alert>]>; alertId: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; index: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; rule: ", + "TypeC", + "<{ id: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; name: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ associationType: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", "StringC", "; created_by: ", "TypeC", @@ -14912,27 +17041,173 @@ "NullC", ", ", "StringC", - "]>; }>; external_service: ", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; pushed_by: ", "UnionC", "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; }>]>, ", "IntersectionC", "<[", "TypeC", - "<{ connector_id: ", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions>; comment: ", "StringC", - "; connector_name: ", + "; actions: ", + "TypeC", + "<{ targets: ", + "ArrayC", + "<", + "TypeC", + "<{ hostname: ", "StringC", - "; external_id: ", + "; endpointId: ", + "StringC", + "; }>>; type: ", + "StringC", + "; }>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ associationType: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", - "; external_title: ", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", - "; external_url: ", + "]>; }>; owner: ", "StringC", - "; }>, ", - "TypeC", - "<{ pushed_at: ", + "; pushed_at: ", + "UnionC", + "<[", "StringC", - "; pushed_by: ", + ", ", + "NullC", + "]>; pushed_by: ", + "UnionC", + "<[", "TypeC", "<{ email: ", "UnionC", @@ -14958,7 +17233,7 @@ "NullC", ", ", "StringC", - "]>; }>; }>]>, ", + "]>; }>, ", "NullC", "]>; updated_at: ", "UnionC", @@ -14996,31 +17271,53 @@ "StringC", "]>; }>, ", "NullC", - "]>; }>]>, ", + "]>; }>]>]>, ", "TypeC", "<{ id: ", "StringC", - "; totalComment: ", - "NumberC", - "; totalAlerts: ", - "NumberC", "; version: ", "StringC", + "; }>]>>; }>]>>; page: ", + "NumberC", + "; per_page: ", + "NumberC", + "; total: ", + "NumberC", "; }>, ", - "PartialC", - "<{ subCaseIds: ", - "ArrayC", - "<", - "StringC", - ">; subCases: ", + "TypeC", + "<{ count_open_cases: ", + "NumberC", + "; count_in_progress_cases: ", + "NumberC", + "; count_closed_cases: ", + "NumberC", + "; }>]>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/case.ts", + "lineNumber": 254 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CasesPatchRequestRt", + "type": "Object", + "tags": [], + "label": "CasesPatchRequestRt", + "description": [], + "signature": [ + "TypeC", + "<{ cases: ", "ArrayC", "<", "IntersectionC", "<[", - "IntersectionC", - "<[", - "TypeC", - "<{ status: ", + "PartialC", + "<{ description: ", + "StringC", + "; status: ", "UnionC", "<[", "LiteralC", @@ -15052,337 +17349,297 @@ "section": "def-common.CaseStatuses", "text": "CaseStatuses" }, - ".closed>]>; }>, ", - "TypeC", - "<{ closed_at: ", - "UnionC", - "<[", + ".closed>]>; tags: ", + "ArrayC", + "<", "StringC", - ", ", - "NullC", - "]>; closed_by: ", - "UnionC", - "<[", - "TypeC", - "<{ email: ", - "UnionC", - "<[", - "UndefinedC", - ", ", - "NullC", - ", ", + ">; title: ", "StringC", - "]>; full_name: ", + "; type: ", "UnionC", "<[", - "UndefinedC", - ", ", - "NullC", - ", ", - "StringC", - "]>; username: ", - "UnionC", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseType", + "text": "CaseType" + }, + ".collection>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseType", + "text": "CaseType" + }, + ".individual>]>; connector: ", + "IntersectionC", "<[", - "UndefinedC", - ", ", - "NullC", - ", ", + "TypeC", + "<{ id: ", "StringC", - "]>; }>, ", - "NullC", - "]>; created_at: ", + "; name: ", "StringC", - "; created_by: ", + "; }>, ", "UnionC", "<[", "TypeC", - "<{ email: ", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".jira>; fields: ", "UnionC", "<[", - "UndefinedC", - ", ", - "NullC", - ", ", - "StringC", - "]>; full_name: ", + "TypeC", + "<{ issueType: ", "UnionC", "<[", - "UndefinedC", - ", ", - "NullC", - ", ", "StringC", - "]>; username: ", - "UnionC", - "<[", - "UndefinedC", ", ", "NullC", - ", ", - "StringC", - "]>; }>, ", - "NullC", - "]>; updated_at: ", + "]>; priority: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; updated_by: ", - "UnionC", - "<[", - "TypeC", - "<{ email: ", - "UnionC", - "<[", - "UndefinedC", - ", ", - "NullC", - ", ", - "StringC", - "]>; full_name: ", + "]>; parent: ", "UnionC", "<[", - "UndefinedC", - ", ", - "NullC", - ", ", "StringC", - "]>; username: ", - "UnionC", - "<[", - "UndefinedC", ", ", "NullC", - ", ", - "StringC", "]>; }>, ", "NullC", - "]>; owner: ", - "StringC", - "; }>]>, ", + "]>; }>, ", "TypeC", - "<{ id: ", - "StringC", - "; totalComment: ", - "NumberC", - "; totalAlerts: ", - "NumberC", - "; version: ", - "StringC", - "; }>, ", - "PartialC", - "<{ comments: ", - "ArrayC", + "<{ type: ", + "LiteralC", "<", - "IntersectionC", - "<[", - "UnionC", - "<[", - "IntersectionC", - "<[", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".none>; fields: ", + "NullC", + "; }>, ", "TypeC", - "<{ comment: ", - "StringC", - "; type: ", + "<{ type: ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" }, - ".user>; owner: ", - "StringC", - "; }>, ", + ".resilient>; fields: ", + "UnionC", + "<[", "TypeC", - "<{ associationType: ", + "<{ incidentTypes: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "NullC", + "]>; severityCode: ", "UnionC", "<[", + "StringC", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>, ", + "TypeC", + "<{ type: ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.AssociationType", - "text": "AssociationType" - }, - ".case>, ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.AssociationType", - "text": "AssociationType" + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" }, - ".subCase>]>; created_at: ", - "StringC", - "; created_by: ", + ".serviceNowITSM>; fields: ", + "UnionC", + "<[", "TypeC", - "<{ email: ", + "<{ impact: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", - "StringC", - "]>; full_name: ", + "]>; severity: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", - "StringC", - "]>; username: ", + "]>; urgency: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", - "StringC", - "]>; }>; owner: ", + "]>; category: ", + "UnionC", + "<[", "StringC", - "; pushed_at: ", + ", ", + "NullC", + "]>; subcategory: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; pushed_by: ", + "]>; }>, ", + "NullC", + "]>; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".serviceNowSIR>; fields: ", "UnionC", "<[", "TypeC", - "<{ email: ", + "<{ category: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", - "StringC", - "]>; full_name: ", + "]>; destIp: ", "UnionC", "<[", - "UndefinedC", + "BooleanC", ", ", "NullC", - ", ", - "StringC", - "]>; username: ", + "]>; malwareHash: ", "UnionC", "<[", - "UndefinedC", - ", ", - "NullC", + "BooleanC", ", ", - "StringC", - "]>; }>, ", "NullC", - "]>; updated_at: ", + "]>; malwareUrl: ", "UnionC", "<[", - "StringC", + "BooleanC", ", ", "NullC", - "]>; updated_by: ", - "UnionC", - "<[", - "TypeC", - "<{ email: ", + "]>; priority: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", - "StringC", - "]>; full_name: ", + "]>; sourceIp: ", "UnionC", "<[", - "UndefinedC", + "BooleanC", ", ", "NullC", - ", ", - "StringC", - "]>; username: ", + "]>; subcategory: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", - "StringC", "]>; }>, ", "NullC", - "]>; }>]>, ", - "IntersectionC", - "<[", + "]>; }>, ", "TypeC", "<{ type: ", - "UnionC", - "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" - }, - ".generatedAlert>, ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" }, - ".alert>]>; alertId: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; index: ", + ".swimlane>; fields: ", "UnionC", "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; rule: ", "TypeC", - "<{ id: ", + "<{ caseId: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; name: ", - "UnionC", - "<[", - "StringC", - ", ", + "]>; }>, ", "NullC", - "]>; }>; owner: ", + "]>; }>]>]>; settings: ", + "TypeC", + "<{ syncAlerts: ", + "BooleanC", + "; }>; owner: ", "StringC", "; }>, ", "TypeC", - "<{ associationType: ", + "<{ id: ", + "StringC", + "; version: ", + "StringC", + "; }>]>>; }>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/case.ts", + "lineNumber": 272 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CasesResponseRt", + "type": "Object", + "tags": [], + "label": "CasesResponseRt", + "description": [], + "signature": [ + "ArrayC", + "<", + "IntersectionC", + "<[", + "IntersectionC", + "<[", + "TypeC", + "<{ description: ", + "StringC", + "; status: ", "UnionC", "<[", "LiteralC", @@ -15391,360 +17648,326 @@ "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.AssociationType", - "text": "AssociationType" + "section": "def-common.CaseStatuses", + "text": "CaseStatuses" }, - ".case>, ", + ".open>, ", + "LiteralC", + ", ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.AssociationType", - "text": "AssociationType" + "section": "def-common.CaseStatuses", + "text": "CaseStatuses" }, - ".subCase>]>; created_at: ", + ".closed>]>; tags: ", + "ArrayC", + "<", "StringC", - "; created_by: ", - "TypeC", - "<{ email: ", - "UnionC", - "<[", - "UndefinedC", - ", ", - "NullC", - ", ", + ">; title: ", "StringC", - "]>; full_name: ", + "; type: ", "UnionC", "<[", - "UndefinedC", - ", ", - "NullC", - ", ", - "StringC", - "]>; username: ", - "UnionC", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseType", + "text": "CaseType" + }, + ".collection>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseType", + "text": "CaseType" + }, + ".individual>]>; connector: ", + "IntersectionC", "<[", - "UndefinedC", - ", ", - "NullC", - ", ", - "StringC", - "]>; }>; owner: ", + "TypeC", + "<{ id: ", "StringC", - "; pushed_at: ", - "UnionC", - "<[", + "; name: ", "StringC", - ", ", - "NullC", - "]>; pushed_by: ", + "; }>, ", "UnionC", "<[", "TypeC", - "<{ email: ", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".jira>; fields: ", "UnionC", "<[", - "UndefinedC", - ", ", - "NullC", - ", ", - "StringC", - "]>; full_name: ", + "TypeC", + "<{ issueType: ", "UnionC", "<[", - "UndefinedC", - ", ", - "NullC", - ", ", "StringC", - "]>; username: ", - "UnionC", - "<[", - "UndefinedC", - ", ", - "NullC", ", ", - "StringC", - "]>; }>, ", "NullC", - "]>; updated_at: ", + "]>; priority: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; updated_by: ", - "UnionC", - "<[", - "TypeC", - "<{ email: ", - "UnionC", - "<[", - "UndefinedC", - ", ", - "NullC", - ", ", - "StringC", - "]>; full_name: ", + "]>; parent: ", "UnionC", "<[", - "UndefinedC", - ", ", - "NullC", - ", ", "StringC", - "]>; username: ", - "UnionC", - "<[", - "UndefinedC", ", ", "NullC", - ", ", - "StringC", "]>; }>, ", "NullC", - "]>; }>]>]>, ", - "TypeC", - "<{ id: ", - "StringC", - "; version: ", - "StringC", - "; }>]>>; }>]>>; comments: ", - "ArrayC", - "<", - "IntersectionC", - "<[", - "UnionC", - "<[", - "IntersectionC", - "<[", + "]>; }>, ", "TypeC", - "<{ comment: ", - "StringC", - "; type: ", + "<{ type: ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" }, - ".user>; owner: ", - "StringC", + ".none>; fields: ", + "NullC", "; }>, ", "TypeC", - "<{ associationType: ", - "UnionC", - "<[", + "<{ type: ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.AssociationType", - "text": "AssociationType" + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" }, - ".case>, ", + ".resilient>; fields: ", + "UnionC", + "<[", + "TypeC", + "<{ incidentTypes: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "NullC", + "]>; severityCode: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>, ", + "TypeC", + "<{ type: ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.AssociationType", - "text": "AssociationType" + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" }, - ".subCase>]>; created_at: ", - "StringC", - "; created_by: ", + ".serviceNowITSM>; fields: ", + "UnionC", + "<[", "TypeC", - "<{ email: ", + "<{ impact: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", - "StringC", - "]>; full_name: ", + "]>; severity: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", - "StringC", - "]>; username: ", + "]>; urgency: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", - "StringC", - "]>; }>; owner: ", + "]>; category: ", + "UnionC", + "<[", "StringC", - "; pushed_at: ", + ", ", + "NullC", + "]>; subcategory: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; pushed_by: ", + "]>; }>, ", + "NullC", + "]>; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" + }, + ".serviceNowSIR>; fields: ", "UnionC", "<[", "TypeC", - "<{ email: ", + "<{ category: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", - "StringC", - "]>; full_name: ", + "]>; destIp: ", "UnionC", "<[", - "UndefinedC", + "BooleanC", ", ", "NullC", - ", ", - "StringC", - "]>; username: ", + "]>; malwareHash: ", "UnionC", "<[", - "UndefinedC", - ", ", - "NullC", + "BooleanC", ", ", - "StringC", - "]>; }>, ", "NullC", - "]>; updated_at: ", + "]>; malwareUrl: ", "UnionC", "<[", - "StringC", + "BooleanC", ", ", "NullC", - "]>; updated_by: ", - "UnionC", - "<[", - "TypeC", - "<{ email: ", + "]>; priority: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", - "StringC", - "]>; full_name: ", + "]>; sourceIp: ", "UnionC", "<[", - "UndefinedC", + "BooleanC", ", ", "NullC", - ", ", - "StringC", - "]>; username: ", + "]>; subcategory: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", - "StringC", "]>; }>, ", "NullC", - "]>; }>]>, ", - "IntersectionC", - "<[", + "]>; }>, ", "TypeC", "<{ type: ", - "UnionC", - "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" - }, - ".generatedAlert>, ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" + "section": "def-common.ConnectorTypes", + "text": "ConnectorTypes" }, - ".alert>]>; alertId: ", + ".swimlane>; fields: ", "UnionC", "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; index: ", + "TypeC", + "<{ caseId: ", "UnionC", "<[", - "ArrayC", - "<", "StringC", - ">, ", + ", ", + "NullC", + "]>; }>, ", + "NullC", + "]>; }>]>]>; settings: ", + "TypeC", + "<{ syncAlerts: ", + "BooleanC", + "; }>; owner: ", "StringC", - "]>; rule: ", + "; }>, ", "TypeC", - "<{ id: ", + "<{ closed_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; name: ", + "]>; closed_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", "UnionC", "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", - "]>; }>; owner: ", + ", ", "StringC", - "; }>, ", - "TypeC", - "<{ associationType: ", + "]>; username: ", "UnionC", "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.AssociationType", - "text": "AssociationType" - }, - ".case>, ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.AssociationType", - "text": "AssociationType" - }, - ".subCase>]>; created_at: ", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; created_at: ", "StringC", "; created_by: ", "TypeC", @@ -15772,18 +17995,28 @@ "NullC", ", ", "StringC", - "]>; }>; owner: ", - "StringC", - "; pushed_at: ", + "]>; }>; external_service: ", "UnionC", "<[", - "StringC", - ", ", - "NullC", - "]>; pushed_by: ", - "UnionC", + "IntersectionC", "<[", "TypeC", + "<{ connector_id: ", + "StringC", + "; connector_name: ", + "StringC", + "; external_id: ", + "StringC", + "; external_title: ", + "StringC", + "; external_url: ", + "StringC", + "; }>, ", + "TypeC", + "<{ pushed_at: ", + "StringC", + "; pushed_by: ", + "TypeC", "<{ email: ", "UnionC", "<[", @@ -15808,7 +18041,7 @@ "NullC", ", ", "StringC", - "]>; }>, ", + "]>; }>; }>]>, ", "NullC", "]>; updated_at: ", "UnionC", @@ -15846,53 +18079,31 @@ "StringC", "]>; }>, ", "NullC", - "]>; }>]>]>, ", + "]>; }>]>, ", "TypeC", "<{ id: ", "StringC", - "; version: ", - "StringC", - "; }>]>>; }>]>>; page: ", - "NumberC", - "; per_page: ", + "; totalComment: ", "NumberC", - "; total: ", + "; totalAlerts: ", "NumberC", + "; version: ", + "StringC", "; }>, ", - "TypeC", - "<{ count_open_cases: ", - "NumberC", - "; count_in_progress_cases: ", - "NumberC", - "; count_closed_cases: ", - "NumberC", - "; }>]>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/case.ts", - "lineNumber": 254 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CasesPatchRequestRt", - "type": "Object", - "tags": [], - "label": "CasesPatchRequestRt", - "description": [], - "signature": [ - "TypeC", - "<{ cases: ", + "PartialC", + "<{ subCaseIds: ", + "ArrayC", + "<", + "StringC", + ">; subCases: ", "ArrayC", "<", "IntersectionC", "<[", - "PartialC", - "<{ description: ", - "StringC", - "; status: ", + "IntersectionC", + "<[", + "TypeC", + "<{ status: ", "UnionC", "<[", "LiteralC", @@ -15921,338 +18132,284 @@ "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CaseStatuses", - "text": "CaseStatuses" - }, - ".closed>]>; tags: ", - "ArrayC", - "<", - "StringC", - ">; title: ", - "StringC", - "; type: ", - "UnionC", - "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CaseType", - "text": "CaseType" - }, - ".collection>, ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CaseType", - "text": "CaseType" - }, - ".individual>]>; connector: ", - "IntersectionC", - "<[", - "TypeC", - "<{ id: ", - "StringC", - "; name: ", - "StringC", - "; }>, ", - "UnionC", - "<[", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".jira>; fields: ", - "UnionC", - "<[", - "TypeC", - "<{ issueType: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; priority: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; parent: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; }>, ", - "NullC", - "]>; }>, ", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".none>; fields: ", - "NullC", - "; }>, ", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" + "section": "def-common.CaseStatuses", + "text": "CaseStatuses" }, - ".resilient>; fields: ", + ".closed>]>; }>, ", + "TypeC", + "<{ closed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; closed_by: ", "UnionC", "<[", "TypeC", - "<{ incidentTypes: ", + "<{ email: ", "UnionC", "<[", - "ArrayC", - "<", - "StringC", - ">, ", + "UndefinedC", + ", ", "NullC", - "]>; severityCode: ", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", + ", ", + "StringC", "]>; }>, ", "NullC", - "]>; }>, ", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".serviceNowITSM>; fields: ", + "]>; created_at: ", + "StringC", + "; created_by: ", "UnionC", "<[", "TypeC", - "<{ impact: ", + "<{ email: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", - "]>; severity: ", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", - "]>; urgency: ", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; category: ", + "]>; updated_by: ", "UnionC", "<[", - "StringC", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", - "]>; subcategory: ", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", + ", ", + "StringC", "]>; }>, ", "NullC", - "]>; }>, ", + "]>; owner: ", + "StringC", + "; }>]>, ", "TypeC", - "<{ type: ", + "<{ id: ", + "StringC", + "; totalComment: ", + "NumberC", + "; totalAlerts: ", + "NumberC", + "; version: ", + "StringC", + "; }>, ", + "PartialC", + "<{ comments: ", + "ArrayC", + "<", + "IntersectionC", + "<[", + "UnionC", + "<[", + "IntersectionC", + "<[", + "TypeC", + "<{ comment: ", + "StringC", + "; type: ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" + "section": "def-common.CommentType", + "text": "CommentType" }, - ".serviceNowSIR>; fields: ", - "UnionC", - "<[", + ".user>; owner: ", + "StringC", + "; }>, ", "TypeC", - "<{ category: ", + "<{ associationType: ", "UnionC", "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", "StringC", - ", ", - "NullC", - "]>; destIp: ", + "; created_by: ", + "TypeC", + "<{ email: ", "UnionC", "<[", - "BooleanC", + "UndefinedC", ", ", "NullC", - "]>; malwareHash: ", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", - "BooleanC", + "UndefinedC", ", ", "NullC", - "]>; malwareUrl: ", + ", ", + "StringC", + "]>; username: ", "UnionC", "<[", - "BooleanC", + "UndefinedC", ", ", "NullC", - "]>; priority: ", + ", ", + "StringC", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; sourceIp: ", + "]>; pushed_by: ", "UnionC", "<[", - "BooleanC", - ", ", - "NullC", - "]>; subcategory: ", + "TypeC", + "<{ email: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", - "]>; }>, ", - "NullC", - "]>; }>, ", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".swimlane>; fields: ", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", - "TypeC", - "<{ caseId: ", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", + ", ", + "StringC", "]>; }>, ", "NullC", - "]>; }>]>]>; settings: ", - "TypeC", - "<{ syncAlerts: ", - "BooleanC", - "; }>; owner: ", - "StringC", - "; }>, ", - "TypeC", - "<{ id: ", - "StringC", - "; version: ", - "StringC", - "; }>]>>; }>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/case.ts", - "lineNumber": 272 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CasesResponseRt", - "type": "Object", - "tags": [], - "label": "CasesResponseRt", - "description": [], - "signature": [ - "ArrayC", - "<", - "IntersectionC", + "]>; updated_at: ", + "UnionC", "<[", - "IntersectionC", + "StringC", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", "<[", "TypeC", - "<{ description: ", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", - "; status: ", + "]>; full_name: ", "UnionC", "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CaseStatuses", - "text": "CaseStatuses" - }, - ".open>, ", - "LiteralC", - ", ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CaseStatuses", - "text": "CaseStatuses" - }, - ".closed>]>; tags: ", - "ArrayC", - "<", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", - ">; title: ", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", - "; type: ", + "]>; }>, ", + "NullC", + "]>; }>]>, ", + "IntersectionC", + "<[", + "TypeC", + "<{ type: ", "UnionC", "<[", "LiteralC", @@ -16261,258 +18418,304 @@ "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CaseType", - "text": "CaseType" + "section": "def-common.CommentType", + "text": "CommentType" }, - ".collection>, ", + ".generatedAlert>, ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CaseType", - "text": "CaseType" + "section": "def-common.CommentType", + "text": "CommentType" }, - ".individual>]>; connector: ", - "IntersectionC", + ".alert>]>; alertId: ", + "UnionC", "<[", - "TypeC", - "<{ id: ", + "ArrayC", + "<", "StringC", - "; name: ", + ">, ", "StringC", - "; }>, ", + "]>; index: ", "UnionC", "<[", - "TypeC", - "<{ type: ", - "LiteralC", + "ArrayC", "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".jira>; fields: ", - "UnionC", - "<[", + "StringC", + ">, ", + "StringC", + "]>; rule: ", "TypeC", - "<{ issueType: ", + "<{ id: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; priority: ", + "]>; name: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; parent: ", - "UnionC", - "<[", + "]>; }>; owner: ", "StringC", - ", ", - "NullC", - "]>; }>, ", - "NullC", - "]>; }>, ", + "; }>, ", "TypeC", - "<{ type: ", + "<{ associationType: ", + "UnionC", + "<[", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" + "section": "def-common.AssociationType", + "text": "AssociationType" }, - ".none>; fields: ", - "NullC", - "; }>, ", - "TypeC", - "<{ type: ", + ".case>, ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" + "section": "def-common.AssociationType", + "text": "AssociationType" }, - ".resilient>; fields: ", + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", + "TypeC", + "<{ email: ", "UnionC", "<[", - "TypeC", - "<{ incidentTypes: ", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", - "ArrayC", - "<", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", - ">, ", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", "NullC", - "]>; severityCode: ", + ", ", + "StringC", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; }>, ", - "NullC", - "]>; }>, ", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".serviceNowITSM>; fields: ", + "]>; pushed_by: ", "UnionC", "<[", "TypeC", - "<{ impact: ", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", - "]>; severity: ", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; urgency: ", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", "UnionC", "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", - "]>; category: ", + ", ", + "StringC", + "]>; username: ", "UnionC", "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; }>]>, ", + "IntersectionC", + "<[", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions>; comment: ", + "StringC", + "; actions: ", + "TypeC", + "<{ targets: ", + "ArrayC", + "<", + "TypeC", + "<{ hostname: ", "StringC", - ", ", - "NullC", - "]>; subcategory: ", - "UnionC", - "<[", + "; endpointId: ", "StringC", - ", ", - "NullC", - "]>; }>, ", - "NullC", - "]>; }>, ", + "; }>>; type: ", + "StringC", + "; }>; owner: ", + "StringC", + "; }>, ", "TypeC", - "<{ type: ", + "<{ associationType: ", + "UnionC", + "<[", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" + "section": "def-common.AssociationType", + "text": "AssociationType" }, - ".serviceNowSIR>; fields: ", - "UnionC", - "<[", + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", "TypeC", - "<{ category: ", + "<{ email: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", - "]>; destIp: ", - "UnionC", - "<[", - "BooleanC", ", ", - "NullC", - "]>; malwareHash: ", + "StringC", + "]>; full_name: ", "UnionC", "<[", - "BooleanC", + "UndefinedC", ", ", "NullC", - "]>; malwareUrl: ", + ", ", + "StringC", + "]>; username: ", "UnionC", "<[", - "BooleanC", + "UndefinedC", ", ", "NullC", - "]>; priority: ", + ", ", + "StringC", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; sourceIp: ", + "]>; pushed_by: ", "UnionC", "<[", - "BooleanC", - ", ", - "NullC", - "]>; subcategory: ", + "TypeC", + "<{ email: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", - "]>; }>, ", - "NullC", - "]>; }>, ", - "TypeC", - "<{ type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.ConnectorTypes", - "text": "ConnectorTypes" - }, - ".swimlane>; fields: ", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", - "TypeC", - "<{ caseId: ", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", + ", ", + "StringC", "]>; }>, ", "NullC", - "]>; }>]>]>; settings: ", - "TypeC", - "<{ syncAlerts: ", - "BooleanC", - "; }>; owner: ", - "StringC", - "; }>, ", - "TypeC", - "<{ closed_at: ", + "]>; updated_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; closed_by: ", + "]>; updated_by: ", "UnionC", "<[", "TypeC", @@ -16542,7 +18745,61 @@ "StringC", "]>; }>, ", "NullC", - "]>; created_at: ", + "]>; }>]>]>, ", + "TypeC", + "<{ id: ", + "StringC", + "; version: ", + "StringC", + "; }>]>>; }>]>>; comments: ", + "ArrayC", + "<", + "IntersectionC", + "<[", + "UnionC", + "<[", + "IntersectionC", + "<[", + "TypeC", + "<{ comment: ", + "StringC", + "; type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".user>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ associationType: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", "StringC", "; created_by: ", "TypeC", @@ -16570,27 +18827,17 @@ "NullC", ", ", "StringC", - "]>; }>; external_service: ", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", "UnionC", "<[", - "IntersectionC", - "<[", - "TypeC", - "<{ connector_id: ", - "StringC", - "; connector_name: ", - "StringC", - "; external_id: ", - "StringC", - "; external_title: ", - "StringC", - "; external_url: ", - "StringC", - "; }>, ", - "TypeC", - "<{ pushed_at: ", "StringC", - "; pushed_by: ", + ", ", + "NullC", + "]>; pushed_by: ", + "UnionC", + "<[", "TypeC", "<{ email: ", "UnionC", @@ -16616,7 +18863,7 @@ "NullC", ", ", "StringC", - "]>; }>; }>]>, ", + "]>; }>, ", "NullC", "]>; updated_at: ", "UnionC", @@ -16655,30 +18902,66 @@ "]>; }>, ", "NullC", "]>; }>]>, ", + "IntersectionC", + "<[", "TypeC", - "<{ id: ", - "StringC", - "; totalComment: ", - "NumberC", - "; totalAlerts: ", - "NumberC", - "; version: ", - "StringC", - "; }>, ", - "PartialC", - "<{ subCaseIds: ", + "<{ type: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".generatedAlert>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".alert>]>; alertId: ", + "UnionC", + "<[", "ArrayC", "<", "StringC", - ">; subCases: ", + ">, ", + "StringC", + "]>; index: ", + "UnionC", + "<[", "ArrayC", "<", - "IntersectionC", + "StringC", + ">, ", + "StringC", + "]>; rule: ", + "TypeC", + "<{ id: ", + "UnionC", "<[", - "IntersectionC", + "StringC", + ", ", + "NullC", + "]>; name: ", + "UnionC", "<[", + "StringC", + ", ", + "NullC", + "]>; }>; owner: ", + "StringC", + "; }>, ", "TypeC", - "<{ status: ", + "<{ associationType: ", "UnionC", "<[", "LiteralC", @@ -16687,40 +18970,22 @@ "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CaseStatuses", - "text": "CaseStatuses" - }, - ".open>, ", - "LiteralC", - ", ", + ".case>, ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CaseStatuses", - "text": "CaseStatuses" + "section": "def-common.AssociationType", + "text": "AssociationType" }, - ".closed>]>; }>, ", - "TypeC", - "<{ closed_at: ", - "UnionC", - "<[", + ".subCase>]>; created_at: ", "StringC", - ", ", - "NullC", - "]>; closed_by: ", - "UnionC", - "<[", + "; created_by: ", "TypeC", "<{ email: ", "UnionC", @@ -16746,11 +19011,15 @@ "NullC", ", ", "StringC", - "]>; }>, ", - "NullC", - "]>; created_at: ", + "]>; }>; owner: ", "StringC", - "; created_by: ", + "; pushed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; pushed_by: ", "UnionC", "<[", "TypeC", @@ -16816,33 +19085,11 @@ "StringC", "]>; }>, ", "NullC", - "]>; owner: ", - "StringC", - "; }>]>, ", - "TypeC", - "<{ id: ", - "StringC", - "; totalComment: ", - "NumberC", - "; totalAlerts: ", - "NumberC", - "; version: ", - "StringC", - "; }>, ", - "PartialC", - "<{ comments: ", - "ArrayC", - "<", - "IntersectionC", - "<[", - "UnionC", - "<[", + "]>; }>]>, ", "IntersectionC", "<[", "TypeC", - "<{ comment: ", - "StringC", - "; type: ", + "<{ type: ", "LiteralC", "<", { @@ -16852,7 +19099,21 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".user>; owner: ", + ".actions>; comment: ", + "StringC", + "; actions: ", + "TypeC", + "<{ targets: ", + "ArrayC", + "<", + "TypeC", + "<{ hostname: ", + "StringC", + "; endpointId: ", + "StringC", + "; }>>; type: ", + "StringC", + "; }>; owner: ", "StringC", "; }>, ", "TypeC", @@ -16980,11 +19241,79 @@ "StringC", "]>; }>, ", "NullC", - "]>; }>]>, ", - "IntersectionC", + "]>; }>]>]>, ", + "TypeC", + "<{ id: ", + "StringC", + "; version: ", + "StringC", + "; }>]>>; }>]>>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/case.ts", + "lineNumber": 273 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CasesStatusRequestRt", + "type": "Object", + "tags": [], + "label": "CasesStatusRequestRt", + "description": [], + "signature": [ + "PartialC", + "<{ owner: ", + "UnionC", "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; }>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/status.ts", + "lineNumber": 30 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CasesStatusResponseRt", + "type": "Object", + "tags": [], + "label": "CasesStatusResponseRt", + "description": [], + "signature": [ "TypeC", - "<{ type: ", + "<{ count_open_cases: ", + "NumberC", + "; count_in_progress_cases: ", + "NumberC", + "; count_closed_cases: ", + "NumberC", + "; }>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/status.ts", + "lineNumber": 24 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CaseStatusRt", + "type": "Object", + "tags": [], + "label": "CaseStatusRt", + "description": [], + "signature": [ "UnionC", "<[", "LiteralC", @@ -16993,78 +19322,86 @@ "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" + "section": "def-common.CaseStatuses", + "text": "CaseStatuses" }, - ".generatedAlert>, ", + ".open>, ", "LiteralC", - "<", + "]>; alertId: ", - "UnionC", - "<[", - "ArrayC", + "[\"in-progress\"]>, ", + "LiteralC", "<", - "StringC", - ">, ", - "StringC", - "]>; index: ", - "UnionC", - "<[", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CaseStatuses", + "text": "CaseStatuses" + }, + ".closed>]>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/status.ts", + "lineNumber": 16 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CaseUserActionAttributesRt", + "type": "Object", + "tags": [], + "label": "CaseUserActionAttributesRt", + "description": [], + "signature": [ + "TypeC", + "<{ action_field: ", "ArrayC", "<", - "StringC", - ">, ", - "StringC", - "]>; rule: ", - "TypeC", - "<{ id: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; name: ", "UnionC", "<[", - "StringC", - ", ", - "NullC", - "]>; }>; owner: ", - "StringC", - "; }>, ", - "TypeC", - "<{ associationType: ", + "LiteralC", + "<\"comment\">, ", + "LiteralC", + "<\"connector\">, ", + "LiteralC", + "<\"description\">, ", + "LiteralC", + "<\"pushed\">, ", + "LiteralC", + "<\"tags\">, ", + "LiteralC", + "<\"title\">, ", + "LiteralC", + "<\"status\">, ", + "LiteralC", + "<\"settings\">, ", + "LiteralC", + "<\"sub_case\">, ", + "LiteralC", + "<\"owner\">]>>; action: ", "UnionC", "<[", "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.AssociationType", - "text": "AssociationType" - }, - ".case>, ", + "<\"add\">, ", + "LiteralC", + "<\"create\">, ", "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.AssociationType", - "text": "AssociationType" - }, - ".subCase>]>; created_at: ", + "<\"delete\">, ", + "LiteralC", + "<\"update\">, ", + "LiteralC", + "<\"push-to-service\">]>; action_at: ", "StringC", - "; created_by: ", + "; action_by: ", "TypeC", "<{ email: ", "UnionC", @@ -17090,17 +19427,81 @@ "NullC", ", ", "StringC", - "]>; }>; owner: ", + "]>; }>; new_value: ", + "UnionC", + "<[", "StringC", - "; pushed_at: ", + ", ", + "NullC", + "]>; old_value: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; pushed_by: ", + "]>; owner: ", + "StringC", + "; }>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/user_actions.ts", + "lineNumber": 58 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CaseUserActionsResponseRt", + "type": "Object", + "tags": [], + "label": "CaseUserActionsResponseRt", + "description": [], + "signature": [ + "ArrayC", + "<", + "IntersectionC", + "<[", + "TypeC", + "<{ action_field: ", + "ArrayC", + "<", + "UnionC", + "<[", + "LiteralC", + "<\"comment\">, ", + "LiteralC", + "<\"connector\">, ", + "LiteralC", + "<\"description\">, ", + "LiteralC", + "<\"pushed\">, ", + "LiteralC", + "<\"tags\">, ", + "LiteralC", + "<\"title\">, ", + "LiteralC", + "<\"status\">, ", + "LiteralC", + "<\"settings\">, ", + "LiteralC", + "<\"sub_case\">, ", + "LiteralC", + "<\"owner\">]>>; action: ", "UnionC", "<[", + "LiteralC", + "<\"add\">, ", + "LiteralC", + "<\"create\">, ", + "LiteralC", + "<\"delete\">, ", + "LiteralC", + "<\"update\">, ", + "LiteralC", + "<\"push-to-service\">]>; action_at: ", + "StringC", + "; action_by: ", "TypeC", "<{ email: ", "UnionC", @@ -17126,75 +19527,53 @@ "NullC", ", ", "StringC", - "]>; }>, ", - "NullC", - "]>; updated_at: ", + "]>; }>; new_value: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; updated_by: ", - "UnionC", - "<[", - "TypeC", - "<{ email: ", - "UnionC", - "<[", - "UndefinedC", - ", ", - "NullC", - ", ", - "StringC", - "]>; full_name: ", + "]>; old_value: ", "UnionC", "<[", - "UndefinedC", - ", ", - "NullC", - ", ", "StringC", - "]>; username: ", - "UnionC", - "<[", - "UndefinedC", ", ", "NullC", - ", ", + "]>; owner: ", "StringC", - "]>; }>, ", - "NullC", - "]>; }>]>]>, ", + "; }>, ", "TypeC", - "<{ id: ", + "<{ action_id: ", "StringC", - "; version: ", + "; case_id: ", "StringC", - "; }>]>>; }>]>>; comments: ", - "ArrayC", - "<", - "IntersectionC", - "<[", + "; comment_id: ", "UnionC", "<[", - "IntersectionC", - "<[", - "TypeC", - "<{ comment: ", "StringC", - "; type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" - }, - ".user>; owner: ", + ", ", + "NullC", + "]>; }>, ", + "PartialC", + "<{ sub_case_id: ", "StringC", - "; }>, ", + "; }>]>>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/user_actions.ts", + "lineNumber": 60 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CommentAttributesBasicRt", + "type": "Object", + "tags": [], + "label": "CommentAttributesBasicRt", + "description": [], + "signature": [ "TypeC", "<{ associationType: ", "UnionC", @@ -17274,112 +19653,76 @@ "NullC", ", ", "StringC", - "]>; username: ", - "UnionC", - "<[", - "UndefinedC", - ", ", - "NullC", - ", ", - "StringC", - "]>; }>, ", - "NullC", - "]>; updated_at: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; updated_by: ", - "UnionC", - "<[", - "TypeC", - "<{ email: ", - "UnionC", - "<[", - "UndefinedC", - ", ", - "NullC", - ", ", - "StringC", - "]>; full_name: ", - "UnionC", - "<[", - "UndefinedC", - ", ", - "NullC", - ", ", - "StringC", - "]>; username: ", - "UnionC", - "<[", - "UndefinedC", - ", ", - "NullC", - ", ", - "StringC", - "]>; }>, ", - "NullC", - "]>; }>]>, ", - "IntersectionC", - "<[", - "TypeC", - "<{ type: ", - "UnionC", - "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" - }, - ".generatedAlert>, ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" - }, - ".alert>]>; alertId: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; index: ", + "]>; username: ", "UnionC", "<[", - "ArrayC", - "<", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", - ">, ", + "]>; }>, ", + "NullC", + "]>; updated_at: ", + "UnionC", + "<[", "StringC", - "]>; rule: ", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", + "<[", "TypeC", - "<{ id: ", + "<{ email: ", "UnionC", "<[", - "StringC", + "UndefinedC", ", ", "NullC", - "]>; name: ", + ", ", + "StringC", + "]>; full_name: ", "UnionC", "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", - "]>; }>; owner: ", + ", ", "StringC", - "; }>, ", - "TypeC", + "]>; }>, ", + "NullC", + "]>; }>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/comment.ts", + "lineNumber": 24 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CommentPatchAttributesRt", + "type": "Object", + "tags": [], + "label": "CommentPatchAttributesRt", + "description": [ + "\nThis type is used by the CaseService.\nBecause the type for the attributes of savedObjectClient update function is Partial\nwe need to make all of our attributes partial too.\nWe ensure that partial updates of CommentContext is not going to happen inside the patch comment route." + ], + "signature": [ + "IntersectionC", + "<[", + "UnionC", + "<[", + "PartialC", "<{ associationType: ", "UnionC", "<[", @@ -17504,31 +19847,39 @@ "StringC", "]>; }>, ", "NullC", - "]>; }>]>]>, ", - "TypeC", - "<{ id: ", + "]>; }>, ", + "PartialC", + "<{ type: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".generatedAlert>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".alert>]>; alertId: ", + "UnionC", + "<[", + "ArrayC", + "<", "StringC", - "; version: ", + ">, ", "StringC", - "; }>]>>; }>]>>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/case.ts", - "lineNumber": 273 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CasesStatusRequestRt", - "type": "Object", - "tags": [], - "label": "CasesStatusRequestRt", - "description": [], - "signature": [ - "PartialC", - "<{ owner: ", + "]>; index: ", "UnionC", "<[", "ArrayC", @@ -17536,47 +19887,25 @@ "StringC", ">, ", "StringC", - "]>; }>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/status.ts", - "lineNumber": 30 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CasesStatusResponseRt", - "type": "Object", - "tags": [], - "label": "CasesStatusResponseRt", - "description": [], - "signature": [ + "]>; rule: ", "TypeC", - "<{ count_open_cases: ", - "NumberC", - "; count_in_progress_cases: ", - "NumberC", - "; count_closed_cases: ", - "NumberC", - "; }>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/status.ts", - "lineNumber": 24 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CaseStatusRt", - "type": "Object", - "tags": [], - "label": "CaseStatusRt", - "description": [], - "signature": [ + "<{ id: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; name: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>; owner: ", + "StringC", + "; }>]>, ", + "PartialC", + "<{ associationType: ", "UnionC", "<[", "LiteralC", @@ -17585,86 +19914,22 @@ "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CaseStatuses", - "text": "CaseStatuses" - }, - ".open>, ", - "LiteralC", - ", ", + ".case>, ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CaseStatuses", - "text": "CaseStatuses" + "section": "def-common.AssociationType", + "text": "AssociationType" }, - ".closed>]>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/status.ts", - "lineNumber": 16 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CaseUserActionAttributesRt", - "type": "Object", - "tags": [], - "label": "CaseUserActionAttributesRt", - "description": [], - "signature": [ - "TypeC", - "<{ action_field: ", - "ArrayC", - "<", - "UnionC", - "<[", - "LiteralC", - "<\"comment\">, ", - "LiteralC", - "<\"connector\">, ", - "LiteralC", - "<\"description\">, ", - "LiteralC", - "<\"pushed\">, ", - "LiteralC", - "<\"tags\">, ", - "LiteralC", - "<\"title\">, ", - "LiteralC", - "<\"status\">, ", - "LiteralC", - "<\"settings\">, ", - "LiteralC", - "<\"sub_case\">, ", - "LiteralC", - "<\"owner\">]>>; action: ", - "UnionC", - "<[", - "LiteralC", - "<\"add\">, ", - "LiteralC", - "<\"create\">, ", - "LiteralC", - "<\"delete\">, ", - "LiteralC", - "<\"update\">, ", - "LiteralC", - "<\"push-to-service\">]>; action_at: ", + ".subCase>]>; created_at: ", "StringC", - "; action_by: ", + "; created_by: ", "TypeC", "<{ email: ", "UnionC", @@ -17690,81 +19955,17 @@ "NullC", ", ", "StringC", - "]>; }>; new_value: ", - "UnionC", - "<[", + "]>; }>; owner: ", "StringC", - ", ", - "NullC", - "]>; old_value: ", + "; pushed_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; owner: ", - "StringC", - "; }>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/user_actions.ts", - "lineNumber": 58 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CaseUserActionsResponseRt", - "type": "Object", - "tags": [], - "label": "CaseUserActionsResponseRt", - "description": [], - "signature": [ - "ArrayC", - "<", - "IntersectionC", - "<[", - "TypeC", - "<{ action_field: ", - "ArrayC", - "<", - "UnionC", - "<[", - "LiteralC", - "<\"comment\">, ", - "LiteralC", - "<\"connector\">, ", - "LiteralC", - "<\"description\">, ", - "LiteralC", - "<\"pushed\">, ", - "LiteralC", - "<\"tags\">, ", - "LiteralC", - "<\"title\">, ", - "LiteralC", - "<\"status\">, ", - "LiteralC", - "<\"settings\">, ", - "LiteralC", - "<\"sub_case\">, ", - "LiteralC", - "<\"owner\">]>>; action: ", + "]>; pushed_by: ", "UnionC", "<[", - "LiteralC", - "<\"add\">, ", - "LiteralC", - "<\"create\">, ", - "LiteralC", - "<\"delete\">, ", - "LiteralC", - "<\"update\">, ", - "LiteralC", - "<\"push-to-service\">]>; action_at: ", - "StringC", - "; action_by: ", "TypeC", "<{ email: ", "UnionC", @@ -17790,55 +19991,83 @@ "NullC", ", ", "StringC", - "]>; }>; new_value: ", + "]>; }>, ", + "NullC", + "]>; updated_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; old_value: ", + "]>; updated_by: ", "UnionC", "<[", - "StringC", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", - "]>; owner: ", - "StringC", - "; }>, ", - "TypeC", - "<{ action_id: ", - "StringC", - "; case_id: ", + ", ", "StringC", - "; comment_id: ", + "]>; full_name: ", "UnionC", "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", - "]>; }>, ", - "PartialC", - "<{ sub_case_id: ", + ", ", "StringC", - "; }>]>>" + "]>; }>, ", + "NullC", + "]>; }>]>" ], "source": { - "path": "x-pack/plugins/cases/common/api/cases/user_actions.ts", - "lineNumber": 60 + "path": "x-pack/plugins/cases/common/api/cases/comment.ts", + "lineNumber": 141 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "cases", - "id": "def-common.CommentAttributesBasicRt", + "id": "def-common.CommentPatchRequestRt", "type": "Object", "tags": [], - "label": "CommentAttributesBasicRt", + "label": "CommentPatchRequestRt", "description": [], "signature": [ + "IntersectionC", + "<[", + "UnionC", + "<[", "TypeC", - "<{ associationType: ", + "<{ comment: ", + "StringC", + "; type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".user>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ type: ", "UnionC", "<[", "LiteralC", @@ -17847,145 +20076,243 @@ "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.AssociationType", - "text": "AssociationType" + "section": "def-common.CommentType", + "text": "CommentType" }, - ".case>, ", + ".generatedAlert>, ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.AssociationType", - "text": "AssociationType" + "section": "def-common.CommentType", + "text": "CommentType" }, - ".subCase>]>; created_at: ", + ".alert>]>; alertId: ", + "UnionC", + "<[", + "ArrayC", + "<", "StringC", - "; created_by: ", + ">, ", + "StringC", + "]>; index: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; rule: ", "TypeC", - "<{ email: ", + "<{ id: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", - "StringC", - "]>; full_name: ", + "]>; name: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", + "]>; }>; owner: ", "StringC", - "]>; username: ", + "; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions>; comment: ", + "StringC", + "; actions: ", + "TypeC", + "<{ targets: ", + "ArrayC", + "<", + "TypeC", + "<{ hostname: ", + "StringC", + "; endpointId: ", + "StringC", + "; }>>; type: ", + "StringC", + "; }>; owner: ", + "StringC", + "; }>]>, ", + "TypeC", + "<{ id: ", + "StringC", + "; version: ", + "StringC", + "; }>]>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/comment.ts", + "lineNumber": 126 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CommentRequestRt", + "type": "Object", + "tags": [], + "label": "CommentRequestRt", + "description": [], + "signature": [ + "UnionC", + "<[", + "TypeC", + "<{ comment: ", + "StringC", + "; type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".user>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ type: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".generatedAlert>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".alert>]>; alertId: ", "UnionC", "<[", - "UndefinedC", - ", ", - "NullC", - ", ", + "ArrayC", + "<", "StringC", - "]>; }>; owner: ", + ">, ", "StringC", - "; pushed_at: ", + "]>; index: ", "UnionC", "<[", + "ArrayC", + "<", "StringC", - ", ", - "NullC", - "]>; pushed_by: ", - "UnionC", - "<[", + ">, ", + "StringC", + "]>; rule: ", "TypeC", - "<{ email: ", + "<{ id: ", "UnionC", "<[", - "UndefinedC", - ", ", - "NullC", - ", ", "StringC", - "]>; full_name: ", - "UnionC", - "<[", - "UndefinedC", ", ", "NullC", - ", ", - "StringC", - "]>; username: ", + "]>; name: ", "UnionC", "<[", - "UndefinedC", + "StringC", ", ", "NullC", - ", ", + "]>; }>; owner: ", "StringC", - "]>; }>, ", - "NullC", - "]>; updated_at: ", - "UnionC", - "<[", + "; }>, ", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions>; comment: ", "StringC", - ", ", - "NullC", - "]>; updated_by: ", - "UnionC", - "<[", + "; actions: ", "TypeC", - "<{ email: ", - "UnionC", - "<[", - "UndefinedC", - ", ", - "NullC", - ", ", + "<{ targets: ", + "ArrayC", + "<", + "TypeC", + "<{ hostname: ", "StringC", - "]>; full_name: ", - "UnionC", - "<[", - "UndefinedC", - ", ", - "NullC", - ", ", + "; endpointId: ", "StringC", - "]>; username: ", - "UnionC", - "<[", - "UndefinedC", - ", ", - "NullC", - ", ", + "; }>>; type: ", "StringC", - "]>; }>, ", - "NullC", - "]>; }>" + "; }>; owner: ", + "StringC", + "; }>]>" ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 24 + "lineNumber": 94 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "cases", - "id": "def-common.CommentPatchAttributesRt", + "id": "def-common.CommentResponseRt", "type": "Object", "tags": [], - "label": "CommentPatchAttributesRt", - "description": [ - "\nThis type is used by the CaseService.\nBecause the type for the attributes of savedObjectClient update function is Partial\nwe need to make all of our attributes partial too.\nWe ensure that partial updates of CommentContext is not going to happen inside the patch comment route." - ], + "label": "CommentResponseRt", + "description": [], "signature": [ "IntersectionC", "<[", "UnionC", "<[", - "PartialC", + "IntersectionC", + "<[", + "TypeC", + "<{ comment: ", + "StringC", + "; type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".user>; owner: ", + "StringC", + "; }>, ", + "TypeC", "<{ associationType: ", "UnionC", "<[", @@ -18110,8 +20437,10 @@ "StringC", "]>; }>, ", "NullC", - "]>; }>, ", - "PartialC", + "]>; }>]>, ", + "IntersectionC", + "<[", + "TypeC", "<{ type: ", "UnionC", "<[", @@ -18166,8 +20495,8 @@ "NullC", "]>; }>; owner: ", "StringC", - "; }>]>, ", - "PartialC", + "; }>, ", + "TypeC", "<{ associationType: ", "UnionC", "<[", @@ -18292,127 +20621,11 @@ "StringC", "]>; }>, ", "NullC", - "]>; }>]>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 105 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CommentPatchRequestRt", - "type": "Object", - "tags": [], - "label": "CommentPatchRequestRt", - "description": [], - "signature": [ + "]>; }>]>, ", "IntersectionC", "<[", - "UnionC", - "<[", - "TypeC", - "<{ comment: ", - "StringC", - "; type: ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" - }, - ".user>; owner: ", - "StringC", - "; }>, ", - "TypeC", - "<{ type: ", - "UnionC", - "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" - }, - ".generatedAlert>, ", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" - }, - ".alert>]>; alertId: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; index: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; rule: ", - "TypeC", - "<{ id: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; name: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; }>; owner: ", - "StringC", - "; }>]>, ", - "TypeC", - "<{ id: ", - "StringC", - "; version: ", - "StringC", - "; }>]>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 90 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CommentRequestRt", - "type": "Object", - "tags": [], - "label": "CommentRequestRt", - "description": [], - "signature": [ - "UnionC", - "<[", "TypeC", - "<{ comment: ", - "StringC", - "; type: ", + "<{ type: ", "LiteralC", "<", { @@ -18422,11 +20635,25 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".user>; owner: ", + ".actions>; comment: ", + "StringC", + "; actions: ", + "TypeC", + "<{ targets: ", + "ArrayC", + "<", + "TypeC", + "<{ hostname: ", + "StringC", + "; endpointId: ", + "StringC", + "; }>>; type: ", + "StringC", + "; }>; owner: ", "StringC", "; }>, ", "TypeC", - "<{ type: ", + "<{ associationType: ", "UnionC", "<[", "LiteralC", @@ -18435,78 +20662,150 @@ "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" + "section": "def-common.AssociationType", + "text": "AssociationType" }, - ".generatedAlert>, ", + ".case>, ", "LiteralC", "<", { "pluginId": "cases", "scope": "common", "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" + "section": "def-common.AssociationType", + "text": "AssociationType" }, - ".alert>]>; alertId: ", + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", + "TypeC", + "<{ email: ", "UnionC", "<[", - "ArrayC", - "<", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", - ">, ", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", - "]>; index: ", + "]>; username: ", "UnionC", "<[", - "ArrayC", - "<", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", - ">, ", + "]>; }>; owner: ", "StringC", - "]>; rule: ", + "; pushed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; pushed_by: ", + "UnionC", + "<[", "TypeC", - "<{ id: ", + "<{ email: ", "UnionC", "<[", + "UndefinedC", + ", ", + "NullC", + ", ", "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", ", ", "NullC", - "]>; name: ", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", "UnionC", "<[", "StringC", ", ", "NullC", - "]>; }>; owner: ", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; }>]>]>, ", + "TypeC", + "<{ id: ", + "StringC", + "; version: ", "StringC", "; }>]>" ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 70 + "lineNumber": 100 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "cases", - "id": "def-common.CommentResponseRt", + "id": "def-common.CommentResponseTypeActionsRt", "type": "Object", "tags": [], - "label": "CommentResponseRt", + "label": "CommentResponseTypeActionsRt", "description": [], "signature": [ "IntersectionC", "<[", - "UnionC", - "<[", "IntersectionC", "<[", "TypeC", - "<{ comment: ", - "StringC", - "; type: ", + "<{ type: ", "LiteralC", "<", { @@ -18516,7 +20815,21 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".user>; owner: ", + ".actions>; comment: ", + "StringC", + "; actions: ", + "TypeC", + "<{ targets: ", + "ArrayC", + "<", + "TypeC", + "<{ hostname: ", + "StringC", + "; endpointId: ", + "StringC", + "; }>>; type: ", + "StringC", + "; }>; owner: ", "StringC", "; }>, ", "TypeC", @@ -18645,6 +20958,30 @@ "]>; }>, ", "NullC", "]>; }>]>, ", + "TypeC", + "<{ id: ", + "StringC", + "; version: ", + "StringC", + "; }>]>" + ], + "source": { + "path": "x-pack/plugins/cases/common/api/cases/comment.ts", + "lineNumber": 116 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "cases", + "id": "def-common.CommentResponseTypeAlertsRt", + "type": "Object", + "tags": [], + "label": "CommentResponseTypeAlertsRt", + "description": [], + "signature": [ + "IntersectionC", + "<[", "IntersectionC", "<[", "TypeC", @@ -18828,7 +21165,7 @@ "StringC", "]>; }>, ", "NullC", - "]>; }>]>]>, ", + "]>; }>]>, ", "TypeC", "<{ id: ", "StringC", @@ -18838,37 +21175,33 @@ ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 72 + "lineNumber": 108 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "cases", - "id": "def-common.CommentResponseTypeAlertsRt", + "id": "def-common.CommentsResponseRt", "type": "Object", "tags": [], - "label": "CommentResponseTypeAlertsRt", + "label": "CommentsResponseRt", "description": [], "signature": [ + "TypeC", + "<{ comments: ", + "ArrayC", + "<", "IntersectionC", "<[", + "UnionC", + "<[", "IntersectionC", "<[", "TypeC", - "<{ type: ", - "UnionC", - "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" - }, - ".generatedAlert>, ", + "<{ comment: ", + "StringC", + "; type: ", "LiteralC", "<", { @@ -18878,37 +21211,7 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".alert>]>; alertId: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; index: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", - "StringC", - "]>; rule: ", - "TypeC", - "<{ id: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; name: ", - "UnionC", - "<[", - "StringC", - ", ", - "NullC", - "]>; }>; owner: ", + ".user>; owner: ", "StringC", "; }>, ", "TypeC", @@ -19034,45 +21337,15 @@ "NullC", ", ", "StringC", - "]>; }>, ", - "NullC", - "]>; }>]>, ", - "TypeC", - "<{ id: ", - "StringC", - "; version: ", - "StringC", - "; }>]>" - ], - "source": { - "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 80 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "cases", - "id": "def-common.CommentsResponseRt", - "type": "Object", - "tags": [], - "label": "CommentsResponseRt", - "description": [], - "signature": [ - "TypeC", - "<{ comments: ", - "ArrayC", - "<", + "]>; }>, ", + "NullC", + "]>; }>]>, ", "IntersectionC", "<[", + "TypeC", + "<{ type: ", "UnionC", "<[", - "IntersectionC", - "<[", - "TypeC", - "<{ comment: ", - "StringC", - "; type: ", "LiteralC", "<", { @@ -19082,7 +21355,47 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".user>; owner: ", + ".generatedAlert>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".alert>]>; alertId: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; index: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; rule: ", + "TypeC", + "<{ id: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; name: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>; owner: ", "StringC", "; }>, ", "TypeC", @@ -19215,18 +21528,6 @@ "<[", "TypeC", "<{ type: ", - "UnionC", - "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" - }, - ".generatedAlert>, ", "LiteralC", "<", { @@ -19236,37 +21537,21 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".alert>]>; alertId: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", + ".actions>; comment: ", "StringC", - "]>; index: ", - "UnionC", - "<[", + "; actions: ", + "TypeC", + "<{ targets: ", "ArrayC", "<", - "StringC", - ">, ", - "StringC", - "]>; rule: ", "TypeC", - "<{ id: ", - "UnionC", - "<[", + "<{ hostname: ", "StringC", - ", ", - "NullC", - "]>; name: ", - "UnionC", - "<[", + "; endpointId: ", "StringC", - ", ", - "NullC", - "]>; }>; owner: ", + "; }>>; type: ", + "StringC", + "; }>; owner: ", "StringC", "; }>, ", "TypeC", @@ -19410,7 +21695,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 110 + "lineNumber": 146 }, "deprecated": false, "initialIsOpen": false @@ -19892,7 +22177,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 44 + "lineNumber": 45 }, "deprecated": false, "initialIsOpen": false @@ -20008,7 +22293,7 @@ ], "source": { "path": "x-pack/plugins/cases/common/api/cases/comment.ts", - "lineNumber": 119 + "lineNumber": 155 }, "deprecated": false, "initialIsOpen": false @@ -20602,11 +22887,171 @@ "UnionC", "<[", "StringC", - ", ", - "NullC", - "]>; closed_by: ", - "UnionC", - "<[", + ", ", + "NullC", + "]>; closed_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; created_at: ", + "StringC", + "; created_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; owner: ", + "StringC", + "; }>]>, ", + "TypeC", + "<{ id: ", + "StringC", + "; totalComment: ", + "NumberC", + "; totalAlerts: ", + "NumberC", + "; version: ", + "StringC", + "; }>, ", + "PartialC", + "<{ comments: ", + "ArrayC", + "<", + "IntersectionC", + "<[", + "UnionC", + "<[", + "IntersectionC", + "<[", + "TypeC", + "<{ comment: ", + "StringC", + "; type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".user>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ associationType: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", "TypeC", "<{ email: ", "UnionC", @@ -20632,11 +23077,15 @@ "NullC", ", ", "StringC", - "]>; }>, ", - "NullC", - "]>; created_at: ", + "]>; }>; owner: ", "StringC", - "; created_by: ", + "; pushed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; pushed_by: ", "UnionC", "<[", "TypeC", @@ -20702,33 +23151,13 @@ "StringC", "]>; }>, ", "NullC", - "]>; owner: ", - "StringC", - "; }>]>, ", - "TypeC", - "<{ id: ", - "StringC", - "; totalComment: ", - "NumberC", - "; totalAlerts: ", - "NumberC", - "; version: ", - "StringC", - "; }>, ", - "PartialC", - "<{ comments: ", - "ArrayC", - "<", + "]>; }>]>, ", "IntersectionC", "<[", + "TypeC", + "<{ type: ", "UnionC", "<[", - "IntersectionC", - "<[", - "TypeC", - "<{ comment: ", - "StringC", - "; type: ", "LiteralC", "<", { @@ -20738,7 +23167,47 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".user>; owner: ", + ".generatedAlert>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".alert>]>; alertId: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; index: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; rule: ", + "TypeC", + "<{ id: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; name: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>; owner: ", "StringC", "; }>, ", "TypeC", @@ -20871,18 +23340,6 @@ "<[", "TypeC", "<{ type: ", - "UnionC", - "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" - }, - ".generatedAlert>, ", "LiteralC", "<", { @@ -20892,37 +23349,21 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".alert>]>; alertId: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", + ".actions>; comment: ", "StringC", - "]>; index: ", - "UnionC", - "<[", + "; actions: ", + "TypeC", + "<{ targets: ", "ArrayC", "<", - "StringC", - ">, ", - "StringC", - "]>; rule: ", "TypeC", - "<{ id: ", - "UnionC", - "<[", + "<{ hostname: ", "StringC", - ", ", - "NullC", - "]>; name: ", - "UnionC", - "<[", + "; endpointId: ", "StringC", - ", ", - "NullC", - "]>; }>; owner: ", + "; }>>; type: ", + "StringC", + "; }>; owner: ", "StringC", "; }>, ", "TypeC", @@ -21326,9 +23767,153 @@ "IntersectionC", "<[", "TypeC", - "<{ comment: ", - "StringC", - "; type: ", + "<{ comment: ", + "StringC", + "; type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".user>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ associationType: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; pushed_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; }>]>, ", + "IntersectionC", + "<[", + "TypeC", + "<{ type: ", + "UnionC", + "<[", "LiteralC", "<", { @@ -21338,7 +23923,47 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".user>; owner: ", + ".generatedAlert>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".alert>]>; alertId: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; index: ", + "UnionC", + "<[", + "ArrayC", + "<", + "StringC", + ">, ", + "StringC", + "]>; rule: ", + "TypeC", + "<{ id: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; name: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; }>; owner: ", "StringC", "; }>, ", "TypeC", @@ -21471,18 +24096,6 @@ "<[", "TypeC", "<{ type: ", - "UnionC", - "<[", - "LiteralC", - "<", - { - "pluginId": "cases", - "scope": "common", - "docId": "kibCasesPluginApi", - "section": "def-common.CommentType", - "text": "CommentType" - }, - ".generatedAlert>, ", "LiteralC", "<", { @@ -21492,37 +24105,21 @@ "section": "def-common.CommentType", "text": "CommentType" }, - ".alert>]>; alertId: ", - "UnionC", - "<[", - "ArrayC", - "<", - "StringC", - ">, ", + ".actions>; comment: ", "StringC", - "]>; index: ", - "UnionC", - "<[", + "; actions: ", + "TypeC", + "<{ targets: ", "ArrayC", "<", - "StringC", - ">, ", - "StringC", - "]>; rule: ", "TypeC", - "<{ id: ", - "UnionC", - "<[", + "<{ hostname: ", "StringC", - ", ", - "NullC", - "]>; name: ", - "UnionC", - "<[", + "; endpointId: ", "StringC", - ", ", - "NullC", - "]>; }>; owner: ", + "; }>>; type: ", + "StringC", + "; }>; owner: ", "StringC", "; }>, ", "TypeC", @@ -22242,6 +24839,162 @@ "StringC", "]>; }>, ", "NullC", + "]>; }>]>, ", + "IntersectionC", + "<[", + "TypeC", + "<{ type: ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.CommentType", + "text": "CommentType" + }, + ".actions>; comment: ", + "StringC", + "; actions: ", + "TypeC", + "<{ targets: ", + "ArrayC", + "<", + "TypeC", + "<{ hostname: ", + "StringC", + "; endpointId: ", + "StringC", + "; }>>; type: ", + "StringC", + "; }>; owner: ", + "StringC", + "; }>, ", + "TypeC", + "<{ associationType: ", + "UnionC", + "<[", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".case>, ", + "LiteralC", + "<", + { + "pluginId": "cases", + "scope": "common", + "docId": "kibCasesPluginApi", + "section": "def-common.AssociationType", + "text": "AssociationType" + }, + ".subCase>]>; created_at: ", + "StringC", + "; created_by: ", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>; owner: ", + "StringC", + "; pushed_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; pushed_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", + "]>; updated_at: ", + "UnionC", + "<[", + "StringC", + ", ", + "NullC", + "]>; updated_by: ", + "UnionC", + "<[", + "TypeC", + "<{ email: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; full_name: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; username: ", + "UnionC", + "<[", + "UndefinedC", + ", ", + "NullC", + ", ", + "StringC", + "]>; }>, ", + "NullC", "]>; }>]>]>, ", "TypeC", "<{ id: ", diff --git a/api_docs/cases.mdx b/api_docs/cases.mdx index d52ead0690ff1..4358b94d4bf6f 100644 --- a/api_docs/cases.mdx +++ b/api_docs/cases.mdx @@ -18,7 +18,7 @@ Contact [Security Solution Threat Hunting](https://github.com/orgs/elastic/teams | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 441 | 0 | 404 | 14 | +| 451 | 0 | 409 | 14 | ## Client diff --git a/api_docs/charts.mdx b/api_docs/charts.mdx index 16f129214ca95..5a8c7838f7d9a 100644 --- a/api_docs/charts.mdx +++ b/api_docs/charts.mdx @@ -12,7 +12,7 @@ import chartsObj from './charts.json'; - +Contact [Kibana App](https://github.com/orgs/elastic/teams/kibana-app) for questions regarding this plugin. **Code health stats** diff --git a/api_docs/console.json b/api_docs/console.json deleted file mode 100644 index cc47365cf552e..0000000000000 --- a/api_docs/console.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "id": "console", - "client": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - }, - "server": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [], - "setup": { - "parentPluginId": "console", - "id": "def-server.ConsoleSetup", - "type": "Type", - "tags": [], - "label": "ConsoleSetup", - "description": [], - "signature": [ - "{ addExtensionSpecFilePath: (path: string) => void; }" - ], - "source": { - "path": "src/plugins/console/server/types.ts", - "lineNumber": 13 - }, - "deprecated": false, - "lifecycle": "setup", - "initialIsOpen": true - }, - "start": { - "parentPluginId": "console", - "id": "def-server.ConsoleStart", - "type": "Type", - "tags": [], - "label": "ConsoleStart", - "description": [], - "signature": [ - "{ addProcessorDefinition: (processor: unknown) => void; }" - ], - "source": { - "path": "src/plugins/console/server/types.ts", - "lineNumber": 18 - }, - "deprecated": false, - "lifecycle": "start", - "initialIsOpen": true - } - }, - "common": { - "classes": [], - "functions": [], - "interfaces": [], - "enums": [], - "misc": [], - "objects": [] - } -} \ No newline at end of file diff --git a/api_docs/console.mdx b/api_docs/console.mdx deleted file mode 100644 index 1f12ef44d7c82..0000000000000 --- a/api_docs/console.mdx +++ /dev/null @@ -1,30 +0,0 @@ ---- -id: kibConsolePluginApi -slug: /kibana-dev-docs/consolePluginApi -title: console -image: https://source.unsplash.com/400x175/?github -summary: API docs for the console plugin -date: 2020-11-16 -tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console'] -warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info. ---- -import consoleObj from './console.json'; - - - - - -**Code health stats** - -| Public API count | Any count | Items lacking comments | Missing exports | -|-------------------|-----------|------------------------|-----------------| -| 2 | 0 | 2 | 0 | - -## Server - -### Setup - - -### Start - - diff --git a/api_docs/core.json b/api_docs/core.json index 711dfd57cdf0d..8e3dd5bc30728 100644 --- a/api_docs/core.json +++ b/api_docs/core.json @@ -1112,7 +1112,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 206 + "lineNumber": 211 }, "deprecated": false, "children": [ @@ -1136,7 +1136,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 208 + "lineNumber": 213 }, "deprecated": false }, @@ -1160,7 +1160,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 210 + "lineNumber": 215 }, "deprecated": false }, @@ -1184,7 +1184,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 212 + "lineNumber": 217 }, "deprecated": false }, @@ -1208,7 +1208,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 214 + "lineNumber": 219 }, "deprecated": false }, @@ -1232,7 +1232,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 216 + "lineNumber": 221 }, "deprecated": false }, @@ -1252,7 +1252,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 223 + "lineNumber": 228 }, "deprecated": true, "references": [] @@ -1279,7 +1279,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 227 + "lineNumber": 232 }, "deprecated": false, "returnComment": [], @@ -1299,7 +1299,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 251 + "lineNumber": 256 }, "deprecated": false, "children": [ @@ -1323,7 +1323,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 253 + "lineNumber": 258 }, "deprecated": false }, @@ -1347,7 +1347,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 255 + "lineNumber": 260 }, "deprecated": false }, @@ -1371,7 +1371,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 257 + "lineNumber": 262 }, "deprecated": false }, @@ -1395,7 +1395,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 259 + "lineNumber": 264 }, "deprecated": false }, @@ -1419,7 +1419,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 261 + "lineNumber": 266 }, "deprecated": false }, @@ -1443,7 +1443,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 263 + "lineNumber": 268 }, "deprecated": false }, @@ -1467,7 +1467,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 265 + "lineNumber": 270 }, "deprecated": false }, @@ -1491,7 +1491,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 267 + "lineNumber": 272 }, "deprecated": false }, @@ -1515,7 +1515,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 269 + "lineNumber": 274 }, "deprecated": false }, @@ -1539,7 +1539,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 271 + "lineNumber": 276 }, "deprecated": false }, @@ -1563,7 +1563,31 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 273 + "lineNumber": 278 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-public.CoreStart.executionContext", + "type": "Object", + "tags": [], + "label": "executionContext", + "description": [ + "{@link ExecutionContextServiceStart}" + ], + "signature": [ + { + "pluginId": "core", + "scope": "public", + "docId": "kibCorePluginApi", + "section": "def-public.ExecutionContextServiceStart", + "text": "ExecutionContextServiceStart" + } + ], + "source": { + "path": "src/core/public/index.ts", + "lineNumber": 280 }, "deprecated": false }, @@ -1583,7 +1607,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 280 + "lineNumber": 287 }, "deprecated": true, "references": [ @@ -1591,7 +1615,7 @@ "plugin": "monitoring", "link": { "path": "x-pack/plugins/monitoring/public/legacy_shims.ts", - "lineNumber": 81 + "lineNumber": 89 } } ] @@ -1770,7 +1794,7 @@ "description": [], "source": { "path": "src/core/public/doc_links/doc_links_service.ts", - "lineNumber": 426 + "lineNumber": 444 }, "deprecated": false, "children": [ @@ -1783,7 +1807,7 @@ "description": [], "source": { "path": "src/core/public/doc_links/doc_links_service.ts", - "lineNumber": 427 + "lineNumber": 445 }, "deprecated": false }, @@ -1796,7 +1820,7 @@ "description": [], "source": { "path": "src/core/public/doc_links/doc_links_service.ts", - "lineNumber": 428 + "lineNumber": 446 }, "deprecated": false }, @@ -1808,11 +1832,11 @@ "label": "links", "description": [], "signature": [ - "{ readonly settings: string; readonly canvas: { readonly guide: string; }; readonly dashboard: { readonly guide: string; readonly drilldowns: string; readonly drilldownsTriggerPicker: string; readonly urlDrilldownTemplateSyntax: string; readonly urlDrilldownVariables: string; }; readonly discover: Record; readonly filebeat: { readonly base: string; readonly installation: string; readonly configuration: string; readonly elasticsearchOutput: string; readonly elasticsearchModule: string; readonly startup: string; readonly exportedFields: string; }; readonly auditbeat: { readonly base: string; }; readonly metricbeat: { readonly base: string; readonly configure: string; readonly httpEndpoint: string; readonly install: string; readonly start: string; }; readonly enterpriseSearch: { readonly base: string; readonly appSearchBase: string; readonly workplaceSearchBase: string; }; readonly heartbeat: { readonly base: string; }; readonly logstash: { readonly base: string; }; readonly functionbeat: { readonly base: string; }; readonly winlogbeat: { readonly base: string; }; readonly aggs: { readonly composite: string; readonly composite_missing_bucket: string; readonly date_histogram: string; readonly date_range: string; readonly date_format_pattern: string; readonly filter: string; readonly filters: string; readonly geohash_grid: string; readonly histogram: string; readonly ip_range: string; readonly range: string; readonly significant_terms: string; readonly terms: string; readonly avg: string; readonly avg_bucket: string; readonly max_bucket: string; readonly min_bucket: string; readonly sum_bucket: string; readonly cardinality: string; readonly count: string; readonly cumulative_sum: string; readonly derivative: string; readonly geo_bounds: string; readonly geo_centroid: string; readonly max: string; readonly median: string; readonly min: string; readonly moving_avg: string; readonly percentile_ranks: string; readonly serial_diff: string; readonly std_dev: string; readonly sum: string; readonly top_hits: string; }; readonly runtimeFields: { readonly overview: string; readonly mapping: string; }; readonly scriptedFields: { readonly scriptFields: string; readonly scriptAggs: string; readonly painless: string; readonly painlessApi: string; readonly painlessLangSpec: string; readonly painlessSyntax: string; readonly painlessWalkthrough: string; readonly luceneExpressions: string; }; readonly search: { readonly sessions: string; readonly sessionLimits: string; }; readonly indexPatterns: { readonly introduction: string; readonly fieldFormattersNumber: string; readonly fieldFormattersString: string; readonly runtimeFields: string; }; readonly addData: string; readonly kibana: string; readonly upgradeAssistant: string; readonly rollupJobs: string; readonly elasticsearch: Record; readonly siem: { readonly guide: string; readonly gettingStarted: string; }; readonly query: { readonly eql: string; readonly kueryQuerySyntax: string; readonly luceneQuerySyntax: string; readonly percolate: string; readonly queryDsl: string; }; readonly date: { readonly dateMath: string; readonly dateMathIndexNames: string; }; readonly management: Record; readonly ml: Record; readonly transforms: Record; readonly visualize: Record; readonly apis: Readonly<{ bulkIndexAlias: string; byteSizeUnits: string; createAutoFollowPattern: string; createFollower: string; createIndex: string; createSnapshotLifecyclePolicy: string; createRoleMapping: string; createRoleMappingTemplates: string; createRollupJobsRequest: string; createApiKey: string; createPipeline: string; createTransformRequest: string; cronExpressions: string; executeWatchActionModes: string; indexExists: string; openIndex: string; putComponentTemplate: string; painlessExecute: string; painlessExecuteAPIContexts: string; putComponentTemplateMetadata: string; putSnapshotLifecyclePolicy: string; putIndexTemplateV1: string; putWatch: string; simulatePipeline: string; timeUnits: string; updateTransform: string; }>; readonly observability: Record; readonly alerting: Record; readonly maps: Record; readonly monitoring: Record; readonly security: Readonly<{ apiKeyServiceSettings: string; clusterPrivileges: string; elasticsearchSettings: string; elasticsearchEnableSecurity: string; indicesPrivileges: string; kibanaTLS: string; kibanaPrivileges: string; mappingRoles: string; mappingRolesFieldRules: string; runAsPrivilege: string; }>; readonly watcher: Record; readonly ccs: Record; readonly plugins: Record; readonly snapshotRestore: Record; readonly ingest: Record; readonly fleet: Readonly<{ guide: string; fleetServer: string; fleetServerAddFleetServer: string; settings: string; settingsFleetServerHostSettings: string; troubleshooting: string; elasticAgent: string; datastreams: string; datastreamsNamingScheme: string; upgradeElasticAgent: string; upgradeElasticAgent712lower: string; }>; }" + "{ readonly settings: string; readonly canvas: { readonly guide: string; }; readonly dashboard: { readonly guide: string; readonly drilldowns: string; readonly drilldownsTriggerPicker: string; readonly urlDrilldownTemplateSyntax: string; readonly urlDrilldownVariables: string; }; readonly discover: Record; readonly filebeat: { readonly base: string; readonly installation: string; readonly configuration: string; readonly elasticsearchOutput: string; readonly elasticsearchModule: string; readonly startup: string; readonly exportedFields: string; readonly suricataModule: string; readonly zeekModule: string; }; readonly auditbeat: { readonly base: string; readonly auditdModule: string; readonly systemModule: string; }; readonly metricbeat: { readonly base: string; readonly configure: string; readonly httpEndpoint: string; readonly install: string; readonly start: string; }; readonly enterpriseSearch: { readonly base: string; readonly appSearchBase: string; readonly workplaceSearchBase: string; }; readonly heartbeat: { readonly base: string; }; readonly libbeat: { readonly getStarted: string; }; readonly logstash: { readonly base: string; }; readonly functionbeat: { readonly base: string; }; readonly winlogbeat: { readonly base: string; }; readonly aggs: { readonly composite: string; readonly composite_missing_bucket: string; readonly date_histogram: string; readonly date_range: string; readonly date_format_pattern: string; readonly filter: string; readonly filters: string; readonly geohash_grid: string; readonly histogram: string; readonly ip_range: string; readonly range: string; readonly significant_terms: string; readonly terms: string; readonly avg: string; readonly avg_bucket: string; readonly max_bucket: string; readonly min_bucket: string; readonly sum_bucket: string; readonly cardinality: string; readonly count: string; readonly cumulative_sum: string; readonly derivative: string; readonly geo_bounds: string; readonly geo_centroid: string; readonly max: string; readonly median: string; readonly min: string; readonly moving_avg: string; readonly percentile_ranks: string; readonly serial_diff: string; readonly std_dev: string; readonly sum: string; readonly top_hits: string; }; readonly runtimeFields: { readonly overview: string; readonly mapping: string; }; readonly scriptedFields: { readonly scriptFields: string; readonly scriptAggs: string; readonly painless: string; readonly painlessApi: string; readonly painlessLangSpec: string; readonly painlessSyntax: string; readonly painlessWalkthrough: string; readonly luceneExpressions: string; }; readonly search: { readonly sessions: string; readonly sessionLimits: string; }; readonly indexPatterns: { readonly introduction: string; readonly fieldFormattersNumber: string; readonly fieldFormattersString: string; readonly runtimeFields: string; }; readonly addData: string; readonly kibana: string; readonly upgradeAssistant: string; readonly rollupJobs: string; readonly elasticsearch: Record; readonly siem: { readonly guide: string; readonly gettingStarted: string; readonly ml: string; readonly ruleChangeLog: string; readonly detectionsReq: string; readonly networkMap: string; }; readonly query: { readonly eql: string; readonly kueryQuerySyntax: string; readonly luceneQuerySyntax: string; readonly percolate: string; readonly queryDsl: string; readonly autocompleteChanges: string; }; readonly date: { readonly dateMath: string; readonly dateMathIndexNames: string; }; readonly management: Record; readonly ml: Record; readonly transforms: Record; readonly visualize: Record; readonly apis: Readonly<{ bulkIndexAlias: string; byteSizeUnits: string; createAutoFollowPattern: string; createFollower: string; createIndex: string; createSnapshotLifecyclePolicy: string; createRoleMapping: string; createRoleMappingTemplates: string; createRollupJobsRequest: string; createApiKey: string; createPipeline: string; createTransformRequest: string; cronExpressions: string; executeWatchActionModes: string; indexExists: string; openIndex: string; putComponentTemplate: string; painlessExecute: string; painlessExecuteAPIContexts: string; putComponentTemplateMetadata: string; putSnapshotLifecyclePolicy: string; putIndexTemplateV1: string; putWatch: string; simulatePipeline: string; timeUnits: string; updateTransform: string; }>; readonly observability: Record; readonly alerting: Record; readonly maps: Record; readonly monitoring: Record; readonly security: Readonly<{ apiKeyServiceSettings: string; clusterPrivileges: string; elasticsearchSettings: string; elasticsearchEnableSecurity: string; indicesPrivileges: string; kibanaTLS: string; kibanaPrivileges: string; mappingRoles: string; mappingRolesFieldRules: string; runAsPrivilege: string; }>; readonly watcher: Record; readonly ccs: Record; readonly plugins: Record; readonly snapshotRestore: Record; readonly ingest: Record; readonly fleet: Readonly<{ guide: string; fleetServer: string; fleetServerAddFleetServer: string; settings: string; settingsFleetServerHostSettings: string; troubleshooting: string; elasticAgent: string; datastreams: string; datastreamsNamingScheme: string; upgradeElasticAgent: string; upgradeElasticAgent712lower: string; }>; readonly ecs: { readonly guide: string; }; }" ], "source": { "path": "src/core/public/doc_links/doc_links_service.ts", - "lineNumber": 429 + "lineNumber": 447 }, "deprecated": false } @@ -1988,6 +2012,68 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "core", + "id": "def-public.ExecutionContextServiceStart", + "type": "Interface", + "tags": [], + "label": "ExecutionContextServiceStart", + "description": [], + "source": { + "path": "src/core/public/execution_context/execution_context_service.ts", + "lineNumber": 17 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-public.ExecutionContextServiceStart.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [ + "\nCreates a context container carrying the meta-data of a runtime operation.\nProvided meta-data will be propagated to Kibana and Elasticsearch servers.\n```js\nconst context = executionContext.create(...);\nhttp.fetch('/endpoint/', { context });\n```" + ], + "signature": [ + "(context: ", + "KibanaExecutionContext", + ") => ", + { + "pluginId": "core", + "scope": "public", + "docId": "kibCorePluginApi", + "section": "def-public.IExecutionContextContainer", + "text": "IExecutionContextContainer" + } + ], + "source": { + "path": "src/core/public/execution_context/execution_context_service.ts", + "lineNumber": 26 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "core", + "id": "def-public.context", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + "KibanaExecutionContext" + ], + "source": { + "path": "src/core/public/execution_context/execution_context_service.ts", + "lineNumber": 26 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "core", "id": "def-public.FatalErrorInfo", @@ -2195,6 +2281,60 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "core", + "id": "def-public.IExecutionContextContainer", + "type": "Interface", + "tags": [], + "label": "IExecutionContextContainer", + "description": [], + "source": { + "path": "src/core/public/execution_context/execution_context_container.ts", + "lineNumber": 31 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-public.IExecutionContextContainer.toHeader", + "type": "Function", + "tags": [], + "label": "toHeader", + "description": [], + "signature": [ + "() => Record" + ], + "source": { + "path": "src/core/public/execution_context/execution_context_container.ts", + "lineNumber": 32 + }, + "deprecated": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "core", + "id": "def-public.IExecutionContextContainer.toJSON", + "type": "Function", + "tags": [], + "label": "toJSON", + "description": [], + "signature": [ + "() => Readonly<", + "KibanaExecutionContext", + ">" + ], + "source": { + "path": "src/core/public/execution_context/execution_context_container.ts", + "lineNumber": 33 + }, + "deprecated": false, + "returnComment": [], + "children": [] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "core", "id": "def-public.IExternalUrlPolicy", @@ -2672,6 +2812,100 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "core", + "id": "def-public.KibanaExecutionContext", + "type": "Interface", + "tags": [], + "label": "KibanaExecutionContext", + "description": [], + "source": { + "path": "src/core/types/execution_context.ts", + "lineNumber": 11 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-public.KibanaExecutionContext.type", + "type": "string", + "tags": [], + "label": "type", + "description": [ + "\nKibana application initated an operation." + ], + "source": { + "path": "src/core/types/execution_context.ts", + "lineNumber": 15 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-public.KibanaExecutionContext.name", + "type": "string", + "tags": [], + "label": "name", + "description": [ + "public name of a user-facing feature" + ], + "source": { + "path": "src/core/types/execution_context.ts", + "lineNumber": 17 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-public.KibanaExecutionContext.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "unique value to identify the source" + ], + "source": { + "path": "src/core/types/execution_context.ts", + "lineNumber": 19 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-public.KibanaExecutionContext.description", + "type": "string", + "tags": [], + "label": "description", + "description": [ + "human readable description. For example, a vis title, action name" + ], + "source": { + "path": "src/core/types/execution_context.ts", + "lineNumber": 21 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-public.KibanaExecutionContext.url", + "type": "string", + "tags": [], + "label": "url", + "description": [ + "in browser - url to navigate to a current page, on server - endpoint path, for task: task SO url" + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/core/types/execution_context.ts", + "lineNumber": 23 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "core", "id": "def-public.NotificationsSetup", @@ -5152,7 +5386,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 162 + "lineNumber": 163 }, "deprecated": false, "children": [ @@ -5170,7 +5404,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 164 + "lineNumber": 165 }, "deprecated": false } @@ -5229,7 +5463,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 78 + "lineNumber": 79 }, "deprecated": false, "children": [ @@ -5245,7 +5479,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 79 + "lineNumber": 80 }, "deprecated": false }, @@ -5261,7 +5495,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 80 + "lineNumber": 81 }, "deprecated": false }, @@ -5277,7 +5511,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 81 + "lineNumber": 82 }, "deprecated": false }, @@ -5293,7 +5527,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 82 + "lineNumber": 83 }, "deprecated": false }, @@ -5309,7 +5543,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 83 + "lineNumber": 84 }, "deprecated": false }, @@ -5327,7 +5561,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 89 + "lineNumber": 90 }, "deprecated": false }, @@ -5345,7 +5579,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 91 + "lineNumber": 92 }, "deprecated": false }, @@ -5363,7 +5597,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 93 + "lineNumber": 94 }, "deprecated": false }, @@ -5381,7 +5615,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 97 + "lineNumber": 98 }, "deprecated": false }, @@ -5399,7 +5633,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 102 + "lineNumber": 103 }, "deprecated": false }, @@ -5432,7 +5666,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 108 + "lineNumber": 109 }, "deprecated": false }, @@ -5450,7 +5684,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 112 + "lineNumber": 113 }, "deprecated": false }, @@ -5468,7 +5702,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 117 + "lineNumber": 118 }, "deprecated": false }, @@ -5484,7 +5718,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 118 + "lineNumber": 119 }, "deprecated": false }, @@ -5506,7 +5740,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 140 + "lineNumber": 141 }, "deprecated": false }, @@ -5522,7 +5756,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 141 + "lineNumber": 142 }, "deprecated": false }, @@ -5540,7 +5774,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 149 + "lineNumber": 150 }, "deprecated": false }, @@ -5558,7 +5792,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 151 + "lineNumber": 152 }, "deprecated": false }, @@ -5583,7 +5817,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 155 + "lineNumber": 156 }, "deprecated": false } @@ -5599,7 +5833,7 @@ "description": [], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 61 + "lineNumber": 62 }, "deprecated": false, "children": [ @@ -5612,7 +5846,7 @@ "description": [], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 62 + "lineNumber": 63 }, "deprecated": false }, @@ -5625,7 +5859,7 @@ "description": [], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 63 + "lineNumber": 64 }, "deprecated": false } @@ -7483,7 +7717,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 249 + "lineNumber": 250 }, "deprecated": false, "initialIsOpen": false @@ -7510,7 +7744,7 @@ ], "source": { "path": "src/core/public/index.ts", - "lineNumber": 237 + "lineNumber": 242 }, "deprecated": false, "initialIsOpen": false @@ -7525,7 +7759,7 @@ "signature": [ "Pick<", "Toast", - ", \"children\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"toastLifeTimeMs\" | \"iconType\" | \"onClose\" | \"data-test-subj\"> & { title?: string | ", + ", \"children\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"toastLifeTimeMs\" | \"iconType\" | \"onClose\" | \"data-test-subj\"> & { title?: string | ", { "pluginId": "core", "scope": "public", @@ -7588,7 +7822,7 @@ "signature": [ "Pick<", "Toast", - ", \"children\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"toastLifeTimeMs\" | \"iconType\" | \"onClose\" | \"data-test-subj\"> & { title?: string | ", + ", \"children\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"toastLifeTimeMs\" | \"iconType\" | \"onClose\" | \"data-test-subj\"> & { title?: string | ", { "pluginId": "core", "scope": "public", @@ -8157,7 +8391,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 210 + "lineNumber": 222 }, "deprecated": false, "children": [ @@ -8175,7 +8409,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 214 + "lineNumber": 226 }, "deprecated": false }, @@ -8190,7 +8424,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 219 + "lineNumber": 231 }, "deprecated": false }, @@ -8205,7 +8439,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 224 + "lineNumber": 236 }, "deprecated": false }, @@ -8223,7 +8457,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 230 + "lineNumber": 242 }, "deprecated": false }, @@ -8241,7 +8475,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 237 + "lineNumber": 249 }, "deprecated": false }, @@ -8259,7 +8493,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 242 + "lineNumber": 254 }, "deprecated": false }, @@ -8277,7 +8511,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 247 + "lineNumber": 259 }, "deprecated": false }, @@ -8295,7 +8529,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 252 + "lineNumber": 264 }, "deprecated": false }, @@ -8310,7 +8544,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 258 + "lineNumber": 270 }, "deprecated": false }, @@ -8328,7 +8562,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 264 + "lineNumber": 276 }, "deprecated": false }, @@ -8343,7 +8577,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 270 + "lineNumber": 282 }, "deprecated": false }, @@ -8354,14 +8588,14 @@ "tags": [], "label": "username", "description": [ - "\nIf Elasticsearch is protected with basic authentication, this setting provides\nthe username that the Kibana server uses to perform its administrative functions." + "\nIf Elasticsearch is protected with basic authentication, this setting provides\nthe username that the Kibana server uses to perform its administrative functions.\nCannot be used in conjunction with serviceAccountToken." ], "signature": [ "string | undefined" ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 276 + "lineNumber": 289 }, "deprecated": false }, @@ -8379,7 +8613,25 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 282 + "lineNumber": 295 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-server.ElasticsearchConfig.serviceAccountToken", + "type": "string", + "tags": [], + "label": "serviceAccountToken", + "description": [ + "\nIf Elasticsearch security features are enabled, this setting provides the service account\ntoken that the Kibana server users to perform its administrative functions.\n\nThis is an alternative to specifying a username and password." + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/core/server/elasticsearch/elasticsearch_config.ts", + "lineNumber": 303 }, "deprecated": false }, @@ -8397,7 +8649,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 289 + "lineNumber": 310 }, "deprecated": false }, @@ -8415,7 +8667,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 299 + "lineNumber": 320 }, "deprecated": false }, @@ -8431,7 +8683,7 @@ ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 301 + "lineNumber": 322 }, "deprecated": false, "children": [ @@ -8443,11 +8695,11 @@ "label": "rawConfig", "description": [], "signature": [ - "Readonly<{ password?: string | undefined; username?: string | undefined; } & { ssl: Readonly<{ key?: string | undefined; certificate?: string | undefined; certificateAuthorities?: string | string[] | undefined; keyPassphrase?: string | undefined; } & { verificationMode: \"none\" | \"certificate\" | \"full\"; keystore: Readonly<{ path?: string | undefined; password?: string | undefined; } & {}>; truststore: Readonly<{ path?: string | undefined; password?: string | undefined; } & {}>; alwaysPresentCertificate: boolean; }>; shardTimeout: moment.Duration; requestTimeout: moment.Duration; pingTimeout: moment.Duration; sniffOnStart: boolean; sniffInterval: false | moment.Duration; sniffOnConnectionFault: boolean; hosts: string | string[]; requestHeadersWhitelist: string | string[]; customHeaders: Record; logQueries: boolean; apiVersion: string; healthCheck: Readonly<{} & { delay: moment.Duration; }>; ignoreVersionMismatch: boolean; }>" + "Readonly<{ username?: string | undefined; password?: string | undefined; serviceAccountToken?: string | undefined; } & { ssl: Readonly<{ key?: string | undefined; certificate?: string | undefined; certificateAuthorities?: string | string[] | undefined; keyPassphrase?: string | undefined; } & { verificationMode: \"none\" | \"certificate\" | \"full\"; keystore: Readonly<{ path?: string | undefined; password?: string | undefined; } & {}>; truststore: Readonly<{ path?: string | undefined; password?: string | undefined; } & {}>; alwaysPresentCertificate: boolean; }>; shardTimeout: moment.Duration; requestTimeout: moment.Duration; pingTimeout: moment.Duration; sniffOnStart: boolean; sniffInterval: false | moment.Duration; sniffOnConnectionFault: boolean; hosts: string | string[]; requestHeadersWhitelist: string | string[]; customHeaders: Record; logQueries: boolean; apiVersion: string; healthCheck: Readonly<{} & { delay: moment.Duration; }>; ignoreVersionMismatch: boolean; }>" ], "source": { "path": "src/core/server/elasticsearch/elasticsearch_config.ts", - "lineNumber": 301 + "lineNumber": 322 }, "deprecated": false, "isRequired": true @@ -8621,225 +8873,7 @@ "lineNumber": 143 }, "deprecated": true, - "references": [ - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 107 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 111 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 185 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_usage_collector.ts", - "lineNumber": 107 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/register_monitoring_telemetry_collection.ts", - "lineNumber": 148 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/telemetry/sender.ts", - "lineNumber": 125 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/telemetry/sender.ts", - "lineNumber": 218 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/telemetry/sender.ts", - "lineNumber": 235 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 73 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 87 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 97 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 98 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 108 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 127 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 142 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 159 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 176 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 187 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 192 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 218 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 249 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 258 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 261 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 265 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 284 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 293 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 303 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 306 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 328 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 334 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 338 - } - } - ], + "references": [], "children": [ { "parentPluginId": "core", @@ -8922,7 +8956,7 @@ ], "source": { "path": "src/core/server/elasticsearch/legacy/cluster_client.ts", - "lineNumber": 161 + "lineNumber": 168 }, "deprecated": false, "children": [], @@ -8974,7 +9008,7 @@ ], "source": { "path": "src/core/server/elasticsearch/legacy/cluster_client.ts", - "lineNumber": 184 + "lineNumber": 191 }, "deprecated": false, "children": [ @@ -9015,7 +9049,7 @@ ], "source": { "path": "src/core/server/elasticsearch/legacy/cluster_client.ts", - "lineNumber": 184 + "lineNumber": 191 }, "deprecated": false, "isRequired": false @@ -9330,29 +9364,7 @@ }, "deprecated": true, "removeBy": "7.16", - "references": [ - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 103 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 104 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 121 - } - } - ], + "references": [], "children": [ { "parentPluginId": "core", @@ -9450,41 +9462,6 @@ "deprecated": true, "removeBy": "7.16", "references": [ - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 114 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 115 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 116 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 119 - } - }, - { - "plugin": "data", - "link": { - "path": "src/plugins/data/server/autocomplete/value_suggestions_route.ts", - "lineNumber": 65 - } - }, { "plugin": "indexManagement", "link": { @@ -9680,209 +9657,27 @@ "path": "x-pack/plugins/index_management/server/routes/api/component_templates/privileges.ts", "lineNumber": 48 } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/server/routes/read_privileges_route.ts", - "lineNumber": 31 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/server/routes/read_privileges_route.ts", - "lineNumber": 35 - } - }, + } + ], + "children": [ { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_usage_collector.ts", - "lineNumber": 106 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/register_monitoring_telemetry_collection.ts", - "lineNumber": 147 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/plugin.ts", - "lineNumber": 361 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/framework/kibana_framework_adapter.ts", - "lineNumber": 34 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/query_signals_route.ts", - "lineNumber": 60 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/open_close_signals_route.ts", - "lineNumber": 60 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/privileges/read_privileges_route.ts", - "lineNumber": 41 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/routes/api/v1/alerts/enable.ts", - "lineNumber": 96 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/routes/api/v1/elasticsearch_settings/check/internal_monitoring.ts", - "lineNumber": 48 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/privileges/read_privileges_route.test.ts", - "lineNumber": 20 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/privileges/read_privileges_route.test.ts", - "lineNumber": 63 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/add_prepackaged_rules_route.test.ts", - "lineNumber": 93 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/create_rules_bulk_route.test.ts", - "lineNumber": 38 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/create_rules_route.test.ts", - "lineNumber": 40 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/get_prepackaged_rules_status_route.test.ts", - "lineNumber": 77 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/rules/import_rules_route.test.ts", - "lineNumber": 48 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/open_close_signals.test.ts", - "lineNumber": 28 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/open_close_signals.test.ts", - "lineNumber": 56 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/query_signals_route.test.ts", - "lineNumber": 28 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/query_signals_route.test.ts", - "lineNumber": 38 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/query_signals_route.test.ts", - "lineNumber": 48 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/query_signals_route.test.ts", - "lineNumber": 58 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/query_signals_route.test.ts", - "lineNumber": 70 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/timeline/routes/prepackaged_timelines/install_prepackaged_timelines/helpers.test.ts", - "lineNumber": 50 - } - } - ], - "children": [ - { - "parentPluginId": "core", - "id": "def-server.LegacyScopedClusterClient.callAsCurrentUser.$1", - "type": "string", - "tags": [], - "label": "endpoint", - "description": [ - "- String descriptor of the endpoint e.g. `cluster.getSettings` or `ping`." - ], - "signature": [ - "string" - ], - "source": { - "path": "src/core/server/elasticsearch/legacy/scoped_cluster_client.ts", - "lineNumber": 77 - }, - "deprecated": false, - "isRequired": true + "parentPluginId": "core", + "id": "def-server.LegacyScopedClusterClient.callAsCurrentUser.$1", + "type": "string", + "tags": [], + "label": "endpoint", + "description": [ + "- String descriptor of the endpoint e.g. `cluster.getSettings` or `ping`." + ], + "signature": [ + "string" + ], + "source": { + "path": "src/core/server/elasticsearch/legacy/scoped_cluster_client.ts", + "lineNumber": 77 + }, + "deprecated": false, + "isRequired": true }, { "parentPluginId": "core", @@ -10170,7 +9965,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 322 + "lineNumber": 355 }, "deprecated": true, "references": [ @@ -10185,7 +9980,7 @@ "plugin": "fleet", "link": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 190 + "lineNumber": 184 } }, { @@ -10224,7 +10019,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 328 + "lineNumber": 361 }, "deprecated": false, "children": [ @@ -10247,7 +10042,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 328 + "lineNumber": 361 }, "deprecated": false, "isRequired": true @@ -10264,7 +10059,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 328 + "lineNumber": 361 }, "deprecated": false, "isRequired": true @@ -10292,7 +10087,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 330 + "lineNumber": 363 }, "deprecated": false, "children": [ @@ -10314,7 +10109,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 330 + "lineNumber": 363 }, "deprecated": false, "isRequired": true @@ -10331,7 +10126,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 330 + "lineNumber": 363 }, "deprecated": false, "isRequired": true @@ -10351,7 +10146,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 332 + "lineNumber": 365 }, "deprecated": false, "children": [], @@ -10983,7 +10778,7 @@ ], "source": { "path": "src/core/server/context/context_service.ts", - "lineNumber": 92 + "lineNumber": 107 }, "deprecated": false, "children": [ @@ -11008,7 +10803,7 @@ ], "source": { "path": "src/core/server/context/context_service.ts", - "lineNumber": 96 + "lineNumber": 111 }, "deprecated": false, "children": [], @@ -11017,6 +10812,96 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "core", + "id": "def-server.CorePreboot", + "type": "Interface", + "tags": [], + "label": "CorePreboot", + "description": [ + "\nContext passed to the `setup` method of `preboot` plugins." + ], + "source": { + "path": "src/core/server/index.ts", + "lineNumber": 485 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-server.CorePreboot.elasticsearch", + "type": "Object", + "tags": [], + "label": "elasticsearch", + "description": [ + "{@link ElasticsearchServicePreboot}" + ], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.ElasticsearchServicePreboot", + "text": "ElasticsearchServicePreboot" + } + ], + "source": { + "path": "src/core/server/index.ts", + "lineNumber": 487 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-server.CorePreboot.http", + "type": "Object", + "tags": [], + "label": "http", + "description": [ + "{@link HttpServicePreboot}" + ], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreHttpPluginApi", + "section": "def-server.HttpServicePreboot", + "text": "HttpServicePreboot" + } + ], + "source": { + "path": "src/core/server/index.ts", + "lineNumber": 489 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-server.CorePreboot.preboot", + "type": "Object", + "tags": [], + "label": "preboot", + "description": [ + "{@link PrebootServicePreboot}" + ], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.PrebootServicePreboot", + "text": "PrebootServicePreboot" + } + ], + "source": { + "path": "src/core/server/index.ts", + "lineNumber": 491 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "core", "id": "def-server.CoreSetup", @@ -11024,7 +10909,7 @@ "tags": [], "label": "CoreSetup", "description": [ - "\nContext passed to the plugins `setup` method.\n" + "\nContext passed to the `setup` method of `standard` plugins.\n" ], "signature": [ { @@ -11038,7 +10923,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 471 + "lineNumber": 503 }, "deprecated": false, "children": [ @@ -11062,7 +10947,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 473 + "lineNumber": 505 }, "deprecated": false }, @@ -11086,7 +10971,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 475 + "lineNumber": 507 }, "deprecated": false }, @@ -11110,7 +10995,31 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 477 + "lineNumber": 509 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-server.CoreSetup.executionContext", + "type": "Object", + "tags": [], + "label": "executionContext", + "description": [ + "{@link ExecutionContextSetup}" + ], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.ExecutionContextSetup", + "text": "ExecutionContextSetup" + } + ], + "source": { + "path": "src/core/server/index.ts", + "lineNumber": 511 }, "deprecated": false }, @@ -11143,7 +11052,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 479 + "lineNumber": 513 }, "deprecated": false }, @@ -11167,7 +11076,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 484 + "lineNumber": 518 }, "deprecated": false }, @@ -11191,7 +11100,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 486 + "lineNumber": 520 }, "deprecated": false }, @@ -11215,7 +11124,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 488 + "lineNumber": 522 }, "deprecated": false }, @@ -11239,7 +11148,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 490 + "lineNumber": 524 }, "deprecated": false }, @@ -11263,7 +11172,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 492 + "lineNumber": 526 }, "deprecated": false }, @@ -11287,7 +11196,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 494 + "lineNumber": 528 }, "deprecated": false }, @@ -11311,7 +11220,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 496 + "lineNumber": 530 }, "deprecated": false }, @@ -11337,7 +11246,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 498 + "lineNumber": 532 }, "deprecated": false, "returnComment": [], @@ -11357,7 +11266,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 519 + "lineNumber": 553 }, "deprecated": false, "children": [ @@ -11381,7 +11290,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 521 + "lineNumber": 555 }, "deprecated": false }, @@ -11405,7 +11314,31 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 523 + "lineNumber": 557 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-server.CoreStart.executionContext", + "type": "Object", + "tags": [], + "label": "executionContext", + "description": [ + "{@link ExecutionContextStart}" + ], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.ExecutionContextSetup", + "text": "ExecutionContextSetup" + } + ], + "source": { + "path": "src/core/server/index.ts", + "lineNumber": 559 }, "deprecated": false }, @@ -11429,7 +11362,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 525 + "lineNumber": 561 }, "deprecated": false }, @@ -11453,7 +11386,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 527 + "lineNumber": 563 }, "deprecated": false }, @@ -11477,7 +11410,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 529 + "lineNumber": 565 }, "deprecated": false }, @@ -11501,7 +11434,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 531 + "lineNumber": 567 }, "deprecated": false } @@ -12087,24 +12020,40 @@ }, { "parentPluginId": "core", - "id": "def-server.DeprecationsDetails.correctiveActions", - "type": "Object", + "id": "def-server.DeprecationsDetails.requireRestart", + "type": "CompoundType", "tags": [], - "label": "correctiveActions", + "label": "requireRestart", "description": [], "signature": [ - "{ api?: { path: string; method: \"PUT\" | \"POST\"; body?: { [key: string]: any; } | undefined; } | undefined; manualSteps: string[]; }" + "boolean | undefined" ], "source": { "path": "src/core/server/deprecations/types.ts", "lineNumber": 41 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { + }, + { + "parentPluginId": "core", + "id": "def-server.DeprecationsDetails.correctiveActions", + "type": "Object", + "tags": [], + "label": "correctiveActions", + "description": [], + "signature": [ + "{ api?: { path: string; method: \"PUT\" | \"POST\"; body?: { [key: string]: any; } | undefined; } | undefined; manualSteps: string[]; }" + ], + "source": { + "path": "src/core/server/deprecations/types.ts", + "lineNumber": 43 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { "parentPluginId": "core", "id": "def-server.DeprecationSettings", "type": "Interface", @@ -12232,7 +12181,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 239 + "lineNumber": 256 }, "deprecated": false, "children": [ @@ -12247,7 +12196,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 243 + "lineNumber": 260 }, "deprecated": false }, @@ -12265,7 +12214,31 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 248 + "lineNumber": 265 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-server.DiscoveredPlugin.type", + "type": "Enum", + "tags": [], + "label": "type", + "description": [ + "\nType of the plugin, defaults to `standard`." + ], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.PluginType", + "text": "PluginType" + } + ], + "source": { + "path": "src/core/server/plugins/types.ts", + "lineNumber": 270 }, "deprecated": false }, @@ -12283,7 +12256,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 254 + "lineNumber": 276 }, "deprecated": false }, @@ -12301,7 +12274,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 261 + "lineNumber": 283 }, "deprecated": false }, @@ -12319,9 +12292,171 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 273 + "lineNumber": 295 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "core", + "id": "def-server.ElasticsearchConfigPreboot", + "type": "Interface", + "tags": [], + "label": "ElasticsearchConfigPreboot", + "description": [ + "\nA limited set of Elasticsearch configuration entries exposed to the `preboot` plugins at `setup`.\n" + ], + "source": { + "path": "src/core/server/elasticsearch/types.ts", + "lineNumber": 248 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-server.ElasticsearchConfigPreboot.hosts", + "type": "Array", + "tags": [], + "label": "hosts", + "description": [ + "\nHosts that the client will connect to. If sniffing is enabled, this list will\nbe used as seeds to discover the rest of your cluster." + ], + "signature": [ + "string[]" + ], + "source": { + "path": "src/core/server/elasticsearch/types.ts", + "lineNumber": 253 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-server.ElasticsearchConfigPreboot.credentialsSpecified", + "type": "boolean", + "tags": [], + "label": "credentialsSpecified", + "description": [ + "\nIndicates whether Elasticsearch configuration includes credentials (`username`, `password` or `serviceAccountToken`)." + ], + "source": { + "path": "src/core/server/elasticsearch/types.ts", + "lineNumber": 258 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "core", + "id": "def-server.ElasticsearchServicePreboot", + "type": "Interface", + "tags": [], + "label": "ElasticsearchServicePreboot", + "description": [], + "source": { + "path": "src/core/server/elasticsearch/types.ts", + "lineNumber": 25 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-server.ElasticsearchServicePreboot.config", + "type": "Object", + "tags": [], + "label": "config", + "description": [ + "\nA limited set of Elasticsearch configuration entries.\n" + ], + "signature": [ + "{ readonly hosts: string[]; readonly credentialsSpecified: boolean; }" + ], + "source": { + "path": "src/core/server/elasticsearch/types.ts", + "lineNumber": 34 }, "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-server.ElasticsearchServicePreboot.createClient", + "type": "Function", + "tags": [], + "label": "createClient", + "description": [ + "\nCreate application specific Elasticsearch cluster API client with customized config. See {@link IClusterClient}.\n" + ], + "signature": [ + "(type: string, clientConfig?: Partial<", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.ElasticsearchClientConfig", + "text": "ElasticsearchClientConfig" + }, + "> | undefined) => ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.ICustomClusterClient", + "text": "ICustomClusterClient" + } + ], + "source": { + "path": "src/core/server/elasticsearch/types.ts", + "lineNumber": 53 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "core", + "id": "def-server.type", + "type": "string", + "tags": [], + "label": "type", + "description": [ + "Unique identifier of the client" + ], + "source": { + "path": "src/core/server/elasticsearch/types.ts", + "lineNumber": 54 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-server.clientConfig", + "type": "Object", + "tags": [], + "label": "clientConfig", + "description": [ + "A config consists of Elasticsearch JS client options and\nvalid sub-set of Elasticsearch service config.\nWe fill all the missing properties in the `clientConfig` using the default\nElasticsearch config so that we don't depend on default values set and\ncontrolled by underlying Elasticsearch JS client.\nWe don't run validation against the passed config and expect it to be valid." + ], + "signature": [ + "Partial<", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.ElasticsearchClientConfig", + "text": "ElasticsearchClientConfig" + }, + "> | undefined" + ], + "source": { + "path": "src/core/server/elasticsearch/types.ts", + "lineNumber": 55 + }, + "deprecated": false + } + ] } ], "initialIsOpen": false @@ -12335,7 +12470,7 @@ "description": [], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 25 + "lineNumber": 62 }, "deprecated": false, "children": [ @@ -12387,32 +12522,10 @@ ], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 30 + "lineNumber": 67 }, "deprecated": true, - "references": [ - { - "plugin": "console", - "link": { - "path": "src/plugins/console/server/plugin.ts", - "lineNumber": 42 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/plugin.ts", - "lineNumber": 94 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/plugin.ts", - "lineNumber": 105 - } - } - ] + "references": [] } ], "initialIsOpen": false @@ -12426,7 +12539,7 @@ "description": [], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 89 + "lineNumber": 129 }, "deprecated": false, "children": [ @@ -12450,7 +12563,7 @@ ], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 98 + "lineNumber": 138 }, "deprecated": false }, @@ -12483,7 +12596,7 @@ ], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 116 + "lineNumber": 156 }, "deprecated": false, "returnComment": [], @@ -12499,7 +12612,7 @@ ], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 117 + "lineNumber": 157 }, "deprecated": false }, @@ -12525,7 +12638,7 @@ ], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 118 + "lineNumber": 158 }, "deprecated": false } @@ -12579,24 +12692,10 @@ ], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 126 + "lineNumber": 166 }, "deprecated": true, "references": [ - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 106 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 118 - } - }, { "plugin": "indexManagement", "link": { @@ -12612,52 +12711,17 @@ } }, { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 41 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/telemetry/sender.ts", - "lineNumber": 125 - } - }, - { - "plugin": "securitySolution", + "plugin": "globalSearch", "link": { - "path": "x-pack/plugins/security_solution/server/lib/telemetry/sender.ts", - "lineNumber": 218 + "path": "x-pack/plugins/global_search/server/services/context.test.ts", + "lineNumber": 24 } }, { - "plugin": "securitySolution", + "plugin": "globalSearch", "link": { - "path": "x-pack/plugins/security_solution/server/lib/telemetry/sender.ts", - "lineNumber": 235 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 42 - } - }, - { - "plugin": "globalSearch", - "link": { - "path": "x-pack/plugins/global_search/server/services/context.test.ts", - "lineNumber": 24 - } - }, - { - "plugin": "globalSearch", - "link": { - "path": "x-pack/plugins/global_search/server/services/context.test.ts", - "lineNumber": 25 + "path": "x-pack/plugins/global_search/server/services/context.test.ts", + "lineNumber": 25 } } ] @@ -12674,7 +12738,7 @@ "description": [], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 179 + "lineNumber": 219 }, "deprecated": false, "children": [ @@ -12690,7 +12754,7 @@ ], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 180 + "lineNumber": 220 }, "deprecated": false }, @@ -12706,7 +12770,7 @@ ], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 181 + "lineNumber": 221 }, "deprecated": false }, @@ -12722,7 +12786,7 @@ ], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 182 + "lineNumber": 222 }, "deprecated": false } @@ -12790,6 +12854,104 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "core", + "id": "def-server.ExecutionContextSetup", + "type": "Interface", + "tags": [], + "label": "ExecutionContextSetup", + "description": [], + "source": { + "path": "src/core/server/execution_context/execution_context_service.ts", + "lineNumber": 52 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-server.ExecutionContextSetup.set", + "type": "Function", + "tags": [], + "label": "set", + "description": [ + "\nStores the meta-data of a runtime operation.\nData are carried over all async operations automatically.\nThe sequential calls merge provided \"context\" object shallowly." + ], + "signature": [ + "(context: Partial<", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.KibanaServerExecutionContext", + "text": "KibanaServerExecutionContext" + }, + ">) => void" + ], + "source": { + "path": "src/core/server/execution_context/execution_context_service.ts", + "lineNumber": 58 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-server.ExecutionContextSetup.set.$1", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + "Partial<", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.KibanaServerExecutionContext", + "text": "KibanaServerExecutionContext" + }, + ">" + ], + "source": { + "path": "src/core/server/execution_context/execution_context_service.ts", + "lineNumber": 58 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "core", + "id": "def-server.ExecutionContextSetup.get", + "type": "Function", + "tags": [], + "label": "get", + "description": [ + "\nRetrieves an opearation meta-data for the current async context." + ], + "signature": [ + "() => ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.IExecutionContextContainer", + "text": "IExecutionContextContainer" + }, + " | undefined" + ], + "source": { + "path": "src/core/server/execution_context/execution_context_service.ts", + "lineNumber": 62 + }, + "deprecated": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "core", "id": "def-server.FakeRequest", @@ -12801,7 +12963,7 @@ ], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 189 + "lineNumber": 229 }, "deprecated": false, "children": [ @@ -12819,7 +12981,7 @@ ], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 191 + "lineNumber": 231 }, "deprecated": false } @@ -12835,7 +12997,7 @@ "description": [], "source": { "path": "src/core/server/deprecations/types.ts", - "lineNumber": 70 + "lineNumber": 72 }, "deprecated": false, "children": [ @@ -12857,7 +13019,7 @@ ], "source": { "path": "src/core/server/deprecations/types.ts", - "lineNumber": 71 + "lineNumber": 73 }, "deprecated": false }, @@ -13173,7 +13335,7 @@ ], "source": { "path": "src/core/server/deprecations/types.ts", - "lineNumber": 72 + "lineNumber": 74 }, "deprecated": false } @@ -13340,7 +13502,7 @@ ], "source": { "path": "src/core/server/http_resources/types.ts", - "lineNumber": 99 + "lineNumber": 105 }, "deprecated": false, "children": [ @@ -13572,7 +13734,7 @@ ], "source": { "path": "src/core/server/http_resources/types.ts", - "lineNumber": 101 + "lineNumber": 107 }, "deprecated": false, "returnComment": [], @@ -13596,7 +13758,7 @@ ], "source": { "path": "src/core/server/http_resources/types.ts", - "lineNumber": 102 + "lineNumber": 108 }, "deprecated": false }, @@ -13818,7 +13980,7 @@ ], "source": { "path": "src/core/server/http_resources/types.ts", - "lineNumber": 103 + "lineNumber": 109 }, "deprecated": false } @@ -14128,7 +14290,7 @@ "description": [], "source": { "path": "src/core/server/i18n/i18n_service.ts", - "lineNumber": 27 + "lineNumber": 32 }, "deprecated": false, "children": [ @@ -14146,7 +14308,7 @@ ], "source": { "path": "src/core/server/i18n/i18n_service.ts", - "lineNumber": 31 + "lineNumber": 36 }, "deprecated": false, "children": [], @@ -14166,7 +14328,7 @@ ], "source": { "path": "src/core/server/i18n/i18n_service.ts", - "lineNumber": 36 + "lineNumber": 41 }, "deprecated": false, "children": [], @@ -14186,7 +14348,7 @@ ], "source": { "path": "src/core/server/elasticsearch/client/cluster_client.ts", - "lineNumber": 29 + "lineNumber": 30 }, "deprecated": false, "children": [ @@ -14202,7 +14364,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\" | \"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: ", + ", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"helpers\" | \"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", @@ -14214,7 +14376,7 @@ ], "source": { "path": "src/core/server/elasticsearch/client/cluster_client.ts", - "lineNumber": 33 + "lineNumber": 34 }, "deprecated": false }, @@ -14247,7 +14409,7 @@ ], "source": { "path": "src/core/server/elasticsearch/client/cluster_client.ts", - "lineNumber": 37 + "lineNumber": 38 }, "deprecated": false, "returnComment": [], @@ -14286,7 +14448,7 @@ ], "source": { "path": "src/core/server/elasticsearch/client/cluster_client.ts", - "lineNumber": 37 + "lineNumber": 38 }, "deprecated": false } @@ -15170,7 +15332,7 @@ ], "source": { "path": "src/core/server/elasticsearch/client/cluster_client.ts", - "lineNumber": 45 + "lineNumber": 46 }, "deprecated": false, "children": [ @@ -15188,7 +15350,7 @@ ], "source": { "path": "src/core/server/elasticsearch/client/cluster_client.ts", - "lineNumber": 50 + "lineNumber": 51 }, "deprecated": false, "returnComment": [], @@ -15197,6 +15359,66 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "core", + "id": "def-server.IExecutionContextContainer", + "type": "Interface", + "tags": [], + "label": "IExecutionContextContainer", + "description": [], + "source": { + "path": "src/core/server/execution_context/execution_context_container.ts", + "lineNumber": 48 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-server.IExecutionContextContainer.toString", + "type": "Function", + "tags": [], + "label": "toString", + "description": [], + "signature": [ + "() => string" + ], + "source": { + "path": "src/core/server/execution_context/execution_context_container.ts", + "lineNumber": 49 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "core", + "id": "def-server.IExecutionContextContainer.toJSON", + "type": "Function", + "tags": [], + "label": "toJSON", + "description": [], + "signature": [ + "() => Readonly<", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.KibanaServerExecutionContext", + "text": "KibanaServerExecutionContext" + }, + ">" + ], + "source": { + "path": "src/core/server/execution_context/execution_context_container.ts", + "lineNumber": 50 + }, + "deprecated": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "core", "id": "def-server.IExternalUrlConfig", @@ -15354,7 +15576,7 @@ "description": [], "source": { "path": "src/core/server/rendering/types.ts", - "lineNumber": 69 + "lineNumber": 80 }, "deprecated": false, "children": [ @@ -15372,7 +15594,7 @@ ], "source": { "path": "src/core/server/rendering/types.ts", - "lineNumber": 74 + "lineNumber": 85 }, "deprecated": false } @@ -15406,7 +15628,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\" | \"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: ", + ", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"helpers\" | \"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", @@ -15434,7 +15656,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\" | \"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: ", + ", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"helpers\" | \"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", @@ -15797,599 +16019,181 @@ }, { "parentPluginId": "core", - "id": "def-server.LegacyAPICaller", + "id": "def-server.KibanaExecutionContext", "type": "Interface", - "tags": [ - "deprecated" - ], - "label": "LegacyAPICaller", + "tags": [], + "label": "KibanaExecutionContext", "description": [], "source": { - "path": "src/core/server/elasticsearch/legacy/api_types.ts", - "lineNumber": 164 + "path": "src/core/types/execution_context.ts", + "lineNumber": 11 }, - "deprecated": true, - "removeBy": "7.16", - "references": [ - { - "plugin": "crossClusterReplication", - "link": { - "path": "x-pack/plugins/cross_cluster_replication/server/plugin.ts", - "lineNumber": 16 - } - }, - { - "plugin": "crossClusterReplication", - "link": { - "path": "x-pack/plugins/cross_cluster_replication/server/plugin.ts", - "lineNumber": 27 - } - }, + "deprecated": false, + "children": [ { - "plugin": "indexLifecycleManagement", - "link": { - "path": "x-pack/plugins/index_lifecycle_management/server/plugin.ts", - "lineNumber": 14 - } + "parentPluginId": "core", + "id": "def-server.KibanaExecutionContext.type", + "type": "string", + "tags": [], + "label": "type", + "description": [ + "\nKibana application initated an operation." + ], + "source": { + "path": "src/core/types/execution_context.ts", + "lineNumber": 15 + }, + "deprecated": false }, { - "plugin": "indexLifecycleManagement", - "link": { - "path": "x-pack/plugins/index_lifecycle_management/server/plugin.ts", - "lineNumber": 29 - } + "parentPluginId": "core", + "id": "def-server.KibanaExecutionContext.name", + "type": "string", + "tags": [], + "label": "name", + "description": [ + "public name of a user-facing feature" + ], + "source": { + "path": "src/core/types/execution_context.ts", + "lineNumber": 17 + }, + "deprecated": false }, { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_es_usage.ts", - "lineNumber": 8 - } + "parentPluginId": "core", + "id": "def-server.KibanaExecutionContext.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "unique value to identify the source" + ], + "source": { + "path": "src/core/types/execution_context.ts", + "lineNumber": 19 + }, + "deprecated": false }, { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_es_usage.ts", - "lineNumber": 45 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_stack_product_usage.ts", - "lineNumber": 9 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_stack_product_usage.ts", - "lineNumber": 36 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/get_stack_products_usage.ts", - "lineNumber": 8 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/get_stack_products_usage.ts", - "lineNumber": 27 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_license_type.ts", - "lineNumber": 9 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_license_type.ts", - "lineNumber": 14 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_high_level_stats.ts", - "lineNumber": 10 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_high_level_stats.ts", - "lineNumber": 251 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_high_level_stats.ts", - "lineNumber": 272 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_logstash_stats.ts", - "lineNumber": 9 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_logstash_stats.ts", - "lineNumber": 264 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_logstash_stats.ts", - "lineNumber": 328 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_logstash_stats.ts", - "lineNumber": 395 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_beats_stats.ts", - "lineNumber": 10 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_beats_stats.ts", - "lineNumber": 322 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_beats_stats.ts", - "lineNumber": 386 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_beats_stats.ts", - "lineNumber": 396 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_beats_stats.ts", - "lineNumber": 414 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_es_stats.ts", - "lineNumber": 9 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_es_stats.ts", - "lineNumber": 20 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_es_stats.ts", - "lineNumber": 38 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_kibana_stats.ts", - "lineNumber": 11 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_kibana_stats.ts", - "lineNumber": 186 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_all_stats.ts", - "lineNumber": 12 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_all_stats.ts", - "lineNumber": 31 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_cluster_uuids.ts", - "lineNumber": 10 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_cluster_uuids.ts", + "parentPluginId": "core", + "id": "def-server.KibanaExecutionContext.description", + "type": "string", + "tags": [], + "label": "description", + "description": [ + "human readable description. For example, a vis title, action name" + ], + "source": { + "path": "src/core/types/execution_context.ts", "lineNumber": 21 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_cluster_uuids.ts", - "lineNumber": 33 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_licenses.ts", - "lineNumber": 9 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_licenses.ts", - "lineNumber": 18 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/get_licenses.ts", - "lineNumber": 35 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/telemetry/sender.ts", - "lineNumber": 10 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/telemetry/sender.ts", - "lineNumber": 462 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/telemetry/sender.ts", - "lineNumber": 481 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/server/schemas/common/get_call_cluster.mock.ts", - "lineNumber": 9 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/server/schemas/common/get_call_cluster.mock.ts", - "lineNumber": 27 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/server/schemas/common/get_call_cluster.mock.ts", - "lineNumber": 31 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/lib/alerts/disable_watcher_cluster_alerts.ts", - "lineNumber": 9 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/lib/alerts/disable_watcher_cluster_alerts.ts", - "lineNumber": 25 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/lib/alerts/disable_watcher_cluster_alerts.ts", - "lineNumber": 36 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_es_stats.d.ts", - "lineNumber": 2 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_es_stats.d.ts", - "lineNumber": 10 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_es_stats.d.ts", - "lineNumber": 20 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_high_level_stats.d.ts", - "lineNumber": 2 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_high_level_stats.d.ts", - "lineNumber": 78 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_high_level_stats.d.ts", - "lineNumber": 83 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_kibana_stats.d.ts", - "lineNumber": 2 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_kibana_stats.d.ts", - "lineNumber": 82 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_beats_stats.d.ts", - "lineNumber": 2 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_beats_stats.d.ts", - "lineNumber": 120 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_beats_stats.d.ts", - "lineNumber": 123 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_beats_stats.d.ts", - "lineNumber": 129 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_logstash_stats.d.ts", - "lineNumber": 2 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_logstash_stats.d.ts", - "lineNumber": 100 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_logstash_stats.d.ts", - "lineNumber": 103 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_logstash_stats.d.ts", - "lineNumber": 109 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_all_stats.d.ts", - "lineNumber": 1 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_all_stats.d.ts", - "lineNumber": 11 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_cluster_uuids.d.ts", - "lineNumber": 1 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_cluster_uuids.d.ts", - "lineNumber": 5 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_cluster_uuids.d.ts", - "lineNumber": 10 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_licenses.d.ts", - "lineNumber": 2 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_licenses.d.ts", - "lineNumber": 7 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_licenses.d.ts", - "lineNumber": 20 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/target/types/server/schemas/common/get_call_cluster.mock.d.ts", - "lineNumber": 2 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/target/types/server/schemas/common/get_call_cluster.mock.d.ts", - "lineNumber": 4 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/target/types/server/schemas/common/get_call_cluster.mock.d.ts", - "lineNumber": 5 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/lib/alerts/disable_watcher_cluster_alerts.d.ts", - "lineNumber": 2 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/lib/alerts/disable_watcher_cluster_alerts.d.ts", - "lineNumber": 3 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/fetch_es_usage.d.ts", - "lineNumber": 1 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/fetch_es_usage.d.ts", - "lineNumber": 4 - } + }, + "deprecated": false }, { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/fetch_license_type.d.ts", - "lineNumber": 1 - } - }, + "parentPluginId": "core", + "id": "def-server.KibanaExecutionContext.url", + "type": "string", + "tags": [], + "label": "url", + "description": [ + "in browser - url to navigate to a current page, on server - endpoint path, for task: task SO url" + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/core/types/execution_context.ts", + "lineNumber": 23 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "core", + "id": "def-server.KibanaServerExecutionContext", + "type": "Interface", + "tags": [], + "label": "KibanaServerExecutionContext", + "description": [], + "signature": [ { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/fetch_license_type.d.ts", - "lineNumber": 2 - } + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.KibanaServerExecutionContext", + "text": "KibanaServerExecutionContext" }, + " extends Partial<", + "KibanaExecutionContext", + ">" + ], + "source": { + "path": "src/core/server/execution_context/execution_context_service.ts", + "lineNumber": 25 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-server.KibanaServerExecutionContext.requestId", + "type": "string", + "tags": [], + "label": "requestId", + "description": [], + "source": { + "path": "src/core/server/execution_context/execution_context_service.ts", + "lineNumber": 26 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "core", + "id": "def-server.LegacyAPICaller", + "type": "Interface", + "tags": [ + "deprecated" + ], + "label": "LegacyAPICaller", + "description": [], + "source": { + "path": "src/core/server/elasticsearch/legacy/api_types.ts", + "lineNumber": 164 + }, + "deprecated": true, + "removeBy": "7.16", + "references": [ { - "plugin": "monitoring", + "plugin": "crossClusterReplication", "link": { - "path": "x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/fetch_stack_product_usage.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/cross_cluster_replication/server/plugin.ts", + "lineNumber": 16 } }, { - "plugin": "monitoring", + "plugin": "crossClusterReplication", "link": { - "path": "x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/fetch_stack_product_usage.d.ts", - "lineNumber": 4 + "path": "x-pack/plugins/cross_cluster_replication/server/plugin.ts", + "lineNumber": 27 } }, { - "plugin": "monitoring", + "plugin": "indexLifecycleManagement", "link": { - "path": "x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/get_stack_products_usage.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/index_lifecycle_management/server/plugin.ts", + "lineNumber": 14 } }, { - "plugin": "monitoring", + "plugin": "indexLifecycleManagement", "link": { - "path": "x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/get_stack_products_usage.d.ts", - "lineNumber": 4 + "path": "x-pack/plugins/index_lifecycle_management/server/plugin.ts", + "lineNumber": 29 } } ], @@ -18334,22 +18138,7 @@ }, "deprecated": true, "removeBy": "7.16", - "references": [ - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/types.ts", - "lineNumber": 55 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/types.ts", - "lineNumber": 111 - } - } - ], + "references": [], "children": [ { "parentPluginId": "core", @@ -19798,7 +19587,7 @@ "tags": [], "label": "Plugin", "description": [ - "\nThe interface that should be returned by a `PluginInitializer`.\n" + "\nThe interface that should be returned by a `PluginInitializer` for a `standard` plugin.\n" ], "signature": [ { @@ -19812,7 +19601,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 303 + "lineNumber": 336 }, "deprecated": false, "children": [ @@ -19836,7 +19625,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 309 + "lineNumber": 342 }, "deprecated": false, "children": [ @@ -19859,7 +19648,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 309 + "lineNumber": 342 }, "deprecated": false, "isRequired": true @@ -19876,7 +19665,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 309 + "lineNumber": 342 }, "deprecated": false, "isRequired": true @@ -19904,7 +19693,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 311 + "lineNumber": 344 }, "deprecated": false, "children": [ @@ -19926,7 +19715,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 311 + "lineNumber": 344 }, "deprecated": false, "isRequired": true @@ -19943,7 +19732,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 311 + "lineNumber": 344 }, "deprecated": false, "isRequired": true @@ -19963,7 +19752,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 313 + "lineNumber": 346 }, "deprecated": false, "children": [], @@ -20102,7 +19891,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 358 + "lineNumber": 391 }, "deprecated": false, "children": [ @@ -20118,7 +19907,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 359 + "lineNumber": 392 }, "deprecated": false }, @@ -20134,11 +19923,11 @@ "EnvironmentMode", "; packageInfo: Readonly<", "PackageInfo", - ">; instanceUuid: string; }" + ">; instanceUuid: string; configs: readonly string[]; }" ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 360 + "lineNumber": 393 }, "deprecated": false }, @@ -20156,7 +19945,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 383 + "lineNumber": 417 }, "deprecated": false }, @@ -20190,7 +19979,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 387 + "lineNumber": 421 }, "deprecated": false } @@ -20208,7 +19997,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 135 + "lineNumber": 147 }, "deprecated": false, "children": [ @@ -20223,7 +20012,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 140 + "lineNumber": 152 }, "deprecated": false }, @@ -20238,7 +20027,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 145 + "lineNumber": 157 }, "deprecated": false }, @@ -20253,7 +20042,31 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 150 + "lineNumber": 162 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-server.PluginManifest.type", + "type": "Enum", + "tags": [], + "label": "type", + "description": [ + "\nType of the plugin, defaults to `standard`." + ], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.PluginType", + "text": "PluginType" + } + ], + "source": { + "path": "src/core/server/plugins/types.ts", + "lineNumber": 167 }, "deprecated": false }, @@ -20271,7 +20084,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 160 + "lineNumber": 177 }, "deprecated": false }, @@ -20289,7 +20102,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 166 + "lineNumber": 183 }, "deprecated": false }, @@ -20307,7 +20120,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 178 + "lineNumber": 195 }, "deprecated": false }, @@ -20325,7 +20138,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 185 + "lineNumber": 202 }, "deprecated": false }, @@ -20340,7 +20153,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 191 + "lineNumber": 208 }, "deprecated": false }, @@ -20355,7 +20168,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 196 + "lineNumber": 213 }, "deprecated": false }, @@ -20375,7 +20188,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 204 + "lineNumber": 221 }, "deprecated": true, "references": [] @@ -20394,7 +20207,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 210 + "lineNumber": 227 }, "deprecated": false }, @@ -20412,7 +20225,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 215 + "lineNumber": 232 }, "deprecated": false }, @@ -20430,13 +20243,218 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 231 + "lineNumber": 248 }, "deprecated": false } ], "initialIsOpen": false }, + { + "parentPluginId": "core", + "id": "def-server.PrebootPlugin", + "type": "Interface", + "tags": [], + "label": "PrebootPlugin", + "description": [ + "\nThe interface that should be returned by a `PluginInitializer` for a `preboot` plugin.\n" + ], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.PrebootPlugin", + "text": "PrebootPlugin" + }, + "" + ], + "source": { + "path": "src/core/server/plugins/types.ts", + "lineNumber": 325 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-server.PrebootPlugin.setup", + "type": "Function", + "tags": [], + "label": "setup", + "description": [], + "signature": [ + "(core: ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.CorePreboot", + "text": "CorePreboot" + }, + ", plugins: TPluginsSetup) => TSetup" + ], + "source": { + "path": "src/core/server/plugins/types.ts", + "lineNumber": 326 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-server.PrebootPlugin.setup.$1", + "type": "Object", + "tags": [], + "label": "core", + "description": [], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.CorePreboot", + "text": "CorePreboot" + } + ], + "source": { + "path": "src/core/server/plugins/types.ts", + "lineNumber": 326 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "core", + "id": "def-server.PrebootPlugin.setup.$2", + "type": "Uncategorized", + "tags": [], + "label": "plugins", + "description": [], + "signature": [ + "TPluginsSetup" + ], + "source": { + "path": "src/core/server/plugins/types.ts", + "lineNumber": 326 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "core", + "id": "def-server.PrebootPlugin.stop", + "type": "Function", + "tags": [], + "label": "stop", + "description": [], + "signature": [ + "(() => void) | undefined" + ], + "source": { + "path": "src/core/server/plugins/types.ts", + "lineNumber": 328 + }, + "deprecated": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "core", + "id": "def-server.PrebootServicePreboot", + "type": "Interface", + "tags": [], + "label": "PrebootServicePreboot", + "description": [ + "\nKibana Preboot Service allows to control the boot flow of Kibana. Preboot plugins can use it to hold the boot until certain condition is met.\n" + ], + "source": { + "path": "src/core/server/preboot/types.ts", + "lineNumber": 67 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-server.PrebootServicePreboot.isSetupOnHold", + "type": "Function", + "tags": [], + "label": "isSetupOnHold", + "description": [ + "\nIndicates whether Kibana is currently on hold and cannot proceed to `setup` yet." + ], + "signature": [ + "() => boolean" + ], + "source": { + "path": "src/core/server/preboot/types.ts", + "lineNumber": 71 + }, + "deprecated": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "core", + "id": "def-server.PrebootServicePreboot.holdSetupUntilResolved", + "type": "Function", + "tags": [], + "label": "holdSetupUntilResolved", + "description": [ + "\nRegisters a `Promise` as a precondition before Kibana can proceed to `setup`. This method can be invoked multiple\ntimes and from multiple `preboot` plugins. Kibana will proceed to `setup` only when all registered `Promises`\ninstances are resolved, or it will shut down if any of them is rejected." + ], + "signature": [ + "(reason: string, promise: Promise<{ shouldReloadConfig: boolean; } | undefined>) => void" + ], + "source": { + "path": "src/core/server/preboot/types.ts", + "lineNumber": 81 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "core", + "id": "def-server.reason", + "type": "string", + "tags": [], + "label": "reason", + "description": [ + "A string that explains the reason why this promise should hold `setup`. It's supposed to be a human\nreadable string that will be recorded in the logs or standard output." + ], + "source": { + "path": "src/core/server/preboot/types.ts", + "lineNumber": 82 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-server.promise", + "type": "Object", + "tags": [], + "label": "promise", + "description": [ + "A `Promise` that should resolved before Kibana can proceed to `setup`." + ], + "signature": [ + "Promise<{ shouldReloadConfig: boolean; } | undefined>" + ], + "source": { + "path": "src/core/server/preboot/types.ts", + "lineNumber": 83 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "core", "id": "def-server.RegisterDeprecationsConfig", @@ -20446,7 +20464,7 @@ "description": [], "source": { "path": "src/core/server/deprecations/types.ts", - "lineNumber": 66 + "lineNumber": 68 }, "deprecated": false, "children": [ @@ -20478,7 +20496,7 @@ ], "source": { "path": "src/core/server/deprecations/types.ts", - "lineNumber": 67 + "lineNumber": 69 }, "deprecated": false, "returnComment": [], @@ -20501,7 +20519,7 @@ ], "source": { "path": "src/core/server/deprecations/types.ts", - "lineNumber": 67 + "lineNumber": 69 }, "deprecated": false } @@ -20521,7 +20539,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 438 + "lineNumber": 457 }, "deprecated": false, "children": [ @@ -20625,7 +20643,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 439 + "lineNumber": 458 }, "deprecated": false } @@ -21895,7 +21913,7 @@ "description": [], "source": { "path": "src/core/server/ui_settings/types.ts", - "lineNumber": 80 + "lineNumber": 88 }, "deprecated": false, "children": [ @@ -21915,7 +21933,7 @@ ], "source": { "path": "src/core/server/ui_settings/types.ts", - "lineNumber": 98 + "lineNumber": 106 }, "deprecated": false, "children": [ @@ -21933,7 +21951,7 @@ ], "source": { "path": "src/core/server/ui_settings/types.ts", - "lineNumber": 98 + "lineNumber": 106 }, "deprecated": false, "isRequired": true @@ -21953,7 +21971,7 @@ "description": [], "source": { "path": "src/core/server/ui_settings/types.ts", - "lineNumber": 102 + "lineNumber": 110 }, "deprecated": false, "children": [ @@ -21986,7 +22004,7 @@ ], "source": { "path": "src/core/server/ui_settings/types.ts", - "lineNumber": 117 + "lineNumber": 125 }, "deprecated": false, "children": [ @@ -22010,7 +22028,7 @@ ], "source": { "path": "src/core/server/ui_settings/types.ts", - "lineNumber": 117 + "lineNumber": 125 }, "deprecated": false, "isRequired": true @@ -22076,7 +22094,22 @@ "initialIsOpen": false } ], - "enums": [], + "enums": [ + { + "parentPluginId": "core", + "id": "def-server.PluginType", + "type": "Enum", + "tags": [], + "label": "PluginType", + "description": [], + "source": { + "path": "src/core/server/plugins/types.ts", + "lineNumber": 120 + }, + "deprecated": false, + "initialIsOpen": false + } + ], "misc": [ { "parentPluginId": "core", @@ -22401,7 +22434,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\" | \"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: ", + ", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"helpers\" | \"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", @@ -22436,7 +22469,7 @@ "section": "def-server.ElasticsearchConfig", "text": "ElasticsearchConfig" }, - ", \"password\" | \"sniffOnStart\" | \"sniffInterval\" | \"sniffOnConnectionFault\" | \"hosts\" | \"username\" | \"requestHeadersWhitelist\" | \"customHeaders\"> & { pingTimeout?: number | moment.Duration | undefined; requestTimeout?: number | moment.Duration | undefined; ssl?: Partial; truststore: Readonly<{ path?: string | undefined; password?: string | undefined; } & {}>; alwaysPresentCertificate: boolean; }>, \"key\" | \"certificate\" | \"verificationMode\" | \"keyPassphrase\" | \"alwaysPresentCertificate\"> & { certificateAuthorities?: string[] | undefined; }> | undefined; keepAlive?: boolean | undefined; }" + ", \"username\" | \"password\" | \"sniffOnStart\" | \"sniffInterval\" | \"sniffOnConnectionFault\" | \"hosts\" | \"serviceAccountToken\" | \"requestHeadersWhitelist\" | \"customHeaders\"> & { pingTimeout?: number | moment.Duration | undefined; requestTimeout?: number | moment.Duration | undefined; ssl?: Partial; truststore: Readonly<{ path?: string | undefined; password?: string | undefined; } & {}>; alwaysPresentCertificate: boolean; }>, \"key\" | \"certificate\" | \"verificationMode\" | \"keyPassphrase\" | \"alwaysPresentCertificate\"> & { certificateAuthorities?: string[] | undefined; }> | undefined; keepAlive?: boolean | undefined; }" ], "source": { "path": "src/core/server/elasticsearch/client/client_config.ts", @@ -22445,6 +22478,29 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "core", + "id": "def-server.ExecutionContextStart", + "type": "Type", + "tags": [], + "label": "ExecutionContextStart", + "description": [], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.ExecutionContextSetup", + "text": "ExecutionContextSetup" + } + ], + "source": { + "path": "src/core/server/execution_context/execution_context_service.ts", + "lineNumber": 68 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "core", "id": "def-server.HandlerContextType", @@ -22926,301 +22982,104 @@ "scope": "server", "docId": "kibCoreHttpPluginApi", "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, - ") => ", - "KibanaResponse", - " | Buffer | ", - "Stream", - ">; accepted: (options?: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreHttpPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, - ") => ", - "KibanaResponse", - " | Buffer | ", - "Stream", - ">; noContent: (options?: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreHttpPluginApi", - "section": "def-server.HttpResponseOptions", - "text": "HttpResponseOptions" - }, - ") => ", - "KibanaResponse", - "; }) => Context[ContextName] | Promise" - ], - "source": { - "path": "src/core/server/context/container/context.ts", - "lineNumber": 27 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "core", - "id": "def-server.ILegacyClusterClient", - "type": "Type", - "tags": [ - "deprecated" - ], - "label": "ILegacyClusterClient", - "description": [ - "\nRepresents an Elasticsearch cluster API client created by the platform.\nIt allows to call API on behalf of the internal Kibana user and\nthe actual user that is derived from the request headers (via `asScoped(...)`).\n\nSee {@link LegacyClusterClient}.\n" - ], - "signature": [ - "{ callAsInternalUser: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.LegacyAPICaller", - "text": "LegacyAPICaller" - }, - "; asScoped: (request?: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreHttpPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, - " | ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreHttpPluginApi", - "section": "def-server.LegacyRequest", - "text": "LegacyRequest" - }, - " | ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.FakeRequest", - "text": "FakeRequest" - }, - " | undefined) => Pick<", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.LegacyScopedClusterClient", - "text": "LegacyScopedClusterClient" - }, - ", \"callAsCurrentUser\" | \"callAsInternalUser\">; }" - ], - "source": { - "path": "src/core/server/elasticsearch/legacy/cluster_client.ts", - "lineNumber": 84 - }, - "deprecated": true, - "removeBy": "7.16", - "references": [ - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 9 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 85 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 110 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 18 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 110 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 154 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 183 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 18 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.test.ts", - "lineNumber": 33 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/types.ts", - "lineNumber": 11 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/types.ts", - "lineNumber": 90 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_usage_collector.ts", - "lineNumber": 9 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_usage_collector.ts", - "lineNumber": 22 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/index.ts", - "lineNumber": 8 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/kibana_monitoring/collectors/index.ts", - "lineNumber": 19 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/register_monitoring_telemetry_collection.ts", - "lineNumber": 8 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/telemetry_collection/register_monitoring_telemetry_collection.ts", - "lineNumber": 34 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/target/types/server/types.d.ts", - "lineNumber": 2 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/target/types/server/types.d.ts", - "lineNumber": 70 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/target/types/server/types.d.ts", - "lineNumber": 94 - } + "text": "HttpResponseOptions" }, + ") => ", + "KibanaResponse", + " | Buffer | ", + "Stream", + ">; accepted: (options?: ", { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/types.d.ts", - "lineNumber": 2 - } + "pluginId": "core", + "scope": "server", + "docId": "kibCoreHttpPluginApi", + "section": "def-server.HttpResponseOptions", + "text": "HttpResponseOptions" }, + ") => ", + "KibanaResponse", + " | Buffer | ", + "Stream", + ">; noContent: (options?: ", { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/types.d.ts", - "lineNumber": 61 - } + "pluginId": "core", + "scope": "server", + "docId": "kibCoreHttpPluginApi", + "section": "def-server.HttpResponseOptions", + "text": "HttpResponseOptions" }, + ") => ", + "KibanaResponse", + "; }) => Context[ContextName] | Promise" + ], + "source": { + "path": "src/core/server/context/container/context.ts", + "lineNumber": 27 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "core", + "id": "def-server.ILegacyClusterClient", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "ILegacyClusterClient", + "description": [ + "\nRepresents an Elasticsearch cluster API client created by the platform.\nIt allows to call API on behalf of the internal Kibana user and\nthe actual user that is derived from the request headers (via `asScoped(...)`).\n\nSee {@link LegacyClusterClient}.\n" + ], + "signature": [ + "{ callAsInternalUser: ", { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/index.d.ts", - "lineNumber": 1 - } + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.LegacyAPICaller", + "text": "LegacyAPICaller" }, + "; asScoped: (request?: ", { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/index.d.ts", - "lineNumber": 5 - } + "pluginId": "core", + "scope": "server", + "docId": "kibCoreHttpPluginApi", + "section": "def-server.KibanaRequest", + "text": "KibanaRequest" }, + " | ", { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/register_monitoring_telemetry_collection.d.ts", - "lineNumber": 1 - } + "pluginId": "core", + "scope": "server", + "docId": "kibCoreHttpPluginApi", + "section": "def-server.LegacyRequest", + "text": "LegacyRequest" }, + " | ", { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/telemetry_collection/register_monitoring_telemetry_collection.d.ts", - "lineNumber": 3 - } + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.FakeRequest", + "text": "FakeRequest" }, + " | undefined) => Pick<", { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/get_usage_collector.d.ts", - "lineNumber": 2 - } + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.LegacyScopedClusterClient", + "text": "LegacyScopedClusterClient" }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/get_usage_collector.d.ts", - "lineNumber": 5 - } - } + ", \"callAsCurrentUser\" | \"callAsInternalUser\">; }" ], + "source": { + "path": "src/core/server/elasticsearch/legacy/cluster_client.ts", + "lineNumber": 84 + }, + "deprecated": true, + "removeBy": "7.16", + "references": [], "initialIsOpen": false }, { @@ -23297,167 +23156,6 @@ "path": "x-pack/plugins/index_management/server/plugin.ts", "lineNumber": 38 } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/types.ts", - "lineNumber": 13 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/types.ts", - "lineNumber": 74 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/es_client/instantiate_client.ts", - "lineNumber": 9 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/es_client/instantiate_client.ts", - "lineNumber": 29 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/license_service.ts", - "lineNumber": 9 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/license_service.ts", - "lineNumber": 18 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/static_globals.ts", - "lineNumber": 8 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/static_globals.ts", - "lineNumber": 18 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/static_globals.ts", - "lineNumber": 43 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/plugin.ts", - "lineNumber": 18 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/plugin.ts", - "lineNumber": 74 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/server/plugin.ts", - "lineNumber": 284 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/types.d.ts", - "lineNumber": 2 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/types.d.ts", - "lineNumber": 47 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/plugin.d.ts", - "lineNumber": 1 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/plugin.d.ts", - "lineNumber": 29 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/license_service.d.ts", - "lineNumber": 1 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/license_service.d.ts", - "lineNumber": 8 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/static_globals.d.ts", - "lineNumber": 1 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/static_globals.d.ts", - "lineNumber": 8 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/static_globals.d.ts", - "lineNumber": 15 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/es_client/instantiate_client.d.ts", - "lineNumber": 2 - } - }, - { - "plugin": "monitoring", - "link": { - "path": "x-pack/plugins/monitoring/target/types/server/es_client/instantiate_client.d.ts", - "lineNumber": 5 - } } ], "initialIsOpen": false @@ -23499,48 +23197,6 @@ "deprecated": true, "removeBy": "7.16", "references": [ - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 19 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 103 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 104 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 112 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 115 - } - }, - { - "plugin": "licensing", - "link": { - "path": "x-pack/plugins/licensing/server/plugin.ts", - "lineNumber": 116 - } - }, { "plugin": "indexManagement", "link": { @@ -23635,7 +23291,7 @@ "section": "def-server.ElasticsearchConfig", "text": "ElasticsearchConfig" }, - ", \"password\" | \"sniffOnStart\" | \"sniffOnConnectionFault\" | \"hosts\" | \"username\" | \"requestHeadersWhitelist\" | \"customHeaders\" | \"apiVersion\"> & { pingTimeout?: number | moment.Duration | undefined; requestTimeout?: number | moment.Duration | undefined; sniffInterval?: number | false | moment.Duration | undefined; ssl?: Partial; truststore: Readonly<{ path?: string | undefined; password?: string | undefined; } & {}>; alwaysPresentCertificate: boolean; }>, \"key\" | \"certificate\" | \"verificationMode\" | \"keyPassphrase\" | \"alwaysPresentCertificate\"> & { certificateAuthorities?: string[] | undefined; }> | undefined; }" + ", \"username\" | \"password\" | \"sniffOnStart\" | \"sniffOnConnectionFault\" | \"hosts\" | \"serviceAccountToken\" | \"requestHeadersWhitelist\" | \"customHeaders\" | \"apiVersion\"> & { pingTimeout?: number | moment.Duration | undefined; requestTimeout?: number | moment.Duration | undefined; sniffInterval?: number | false | moment.Duration | undefined; ssl?: Partial; truststore: Readonly<{ path?: string | undefined; password?: string | undefined; } & {}>; alwaysPresentCertificate: boolean; }>, \"key\" | \"certificate\" | \"verificationMode\" | \"keyPassphrase\" | \"alwaysPresentCertificate\"> & { certificateAuthorities?: string[] | undefined; }> | undefined; }" ], "source": { "path": "src/core/server/elasticsearch/legacy/elasticsearch_client_config.ts", @@ -23890,6 +23546,14 @@ "text": "Plugin" }, " | ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.PrebootPlugin", + "text": "PrebootPlugin" + }, + " | ", { "pluginId": "core", "scope": "server", @@ -23901,7 +23565,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 465 + "lineNumber": 499 }, "deprecated": false, "initialIsOpen": false @@ -24045,7 +23709,7 @@ ], "source": { "path": "src/core/server/elasticsearch/types.ts", - "lineNumber": 201 + "lineNumber": 241 }, "deprecated": false, "initialIsOpen": false @@ -24087,7 +23751,7 @@ ], "source": { "path": "src/core/server/plugins/types.ts", - "lineNumber": 346 + "lineNumber": 379 }, "deprecated": false, "initialIsOpen": false @@ -24114,7 +23778,7 @@ ], "source": { "path": "src/core/server/index.ts", - "lineNumber": 509 + "lineNumber": 543 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/core.mdx b/api_docs/core.mdx index 40cd04f3746d2..7dbeb6f4c05c1 100644 --- a/api_docs/core.mdx +++ b/api_docs/core.mdx @@ -18,7 +18,7 @@ import coreObj from './core.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 2296 | 148 | 1056 | 30 | +| 2363 | 148 | 1081 | 31 | ## Client @@ -42,6 +42,9 @@ import coreObj from './core.json'; ### Interfaces +### Enums + + ### Consts, variables and types diff --git a/api_docs/core_application.json b/api_docs/core_application.json index dcae7ae11c3c3..ff689d1e17945 100644 --- a/api_docs/core_application.json +++ b/api_docs/core_application.json @@ -1697,52 +1697,52 @@ } }, { - "plugin": "maps", + "plugin": "lens", "link": { - "path": "x-pack/plugins/maps/public/render_app.tsx", - "lineNumber": 68 + "path": "x-pack/plugins/lens/public/app_plugin/types.ts", + "lineNumber": 47 } }, { - "plugin": "maps", + "plugin": "lens", "link": { - "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", - "lineNumber": 67 + "path": "x-pack/plugins/lens/public/app_plugin/types.ts", + "lineNumber": 75 } }, { - "plugin": "maps", + "plugin": "lens", "link": { - "path": "x-pack/plugins/maps/public/routes/map_page/map_page.tsx", - "lineNumber": 19 + "path": "x-pack/plugins/lens/public/app_plugin/mounter.tsx", + "lineNumber": 247 } }, { - "plugin": "lens", + "plugin": "maps", "link": { - "path": "x-pack/plugins/lens/public/app_plugin/types.ts", - "lineNumber": 47 + "path": "x-pack/plugins/maps/public/render_app.tsx", + "lineNumber": 68 } }, { - "plugin": "lens", + "plugin": "maps", "link": { - "path": "x-pack/plugins/lens/public/app_plugin/types.ts", - "lineNumber": 74 + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 67 } }, { - "plugin": "lens", + "plugin": "maps", "link": { - "path": "x-pack/plugins/lens/public/app_plugin/mounter.tsx", - "lineNumber": 209 + "path": "x-pack/plugins/maps/public/routes/map_page/map_page.tsx", + "lineNumber": 19 } }, { "plugin": "ml", "link": { "path": "x-pack/plugins/ml/public/application/app.tsx", - "lineNumber": 135 + "lineNumber": 133 } }, { @@ -2304,7 +2304,7 @@ "plugin": "securitySolution", "link": { "path": "x-pack/plugins/security_solution/public/app/home/template_wrapper/bottom_bar/index.tsx", - "lineNumber": 25 + "lineNumber": 23 } }, { @@ -2332,7 +2332,7 @@ "plugin": "securitySolution", "link": { "path": "x-pack/plugins/security_solution/public/app/home/index.tsx", - "lineNumber": 26 + "lineNumber": 28 } }, { diff --git a/api_docs/core_application.mdx b/api_docs/core_application.mdx index 6f6a99ceba26d..9ce48ced2d738 100644 --- a/api_docs/core_application.mdx +++ b/api_docs/core_application.mdx @@ -18,7 +18,7 @@ import coreApplicationObj from './core_application.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 2296 | 148 | 1056 | 30 | +| 2363 | 148 | 1081 | 31 | ## Client diff --git a/api_docs/core_chrome.mdx b/api_docs/core_chrome.mdx index 6edaaa8054250..d8c9cb76483c5 100644 --- a/api_docs/core_chrome.mdx +++ b/api_docs/core_chrome.mdx @@ -18,7 +18,7 @@ import coreChromeObj from './core_chrome.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 2296 | 148 | 1056 | 30 | +| 2363 | 148 | 1081 | 31 | ## Client diff --git a/api_docs/core_http.json b/api_docs/core_http.json index 9e58ad14528f6..654d0fabdd076 100644 --- a/api_docs/core_http.json +++ b/api_docs/core_http.json @@ -32,7 +32,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 245 + "lineNumber": 246 }, "deprecated": false, "children": [ @@ -57,7 +57,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 249 + "lineNumber": 250 }, "deprecated": false }, @@ -75,7 +75,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 254 + "lineNumber": 255 }, "deprecated": false }, @@ -100,7 +100,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 259 + "lineNumber": 260 }, "deprecated": false }, @@ -118,7 +118,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 266 + "lineNumber": 267 }, "deprecated": false }, @@ -136,7 +136,30 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 272 + "lineNumber": 273 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-public.HttpFetchOptions.context", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + { + "pluginId": "core", + "scope": "public", + "docId": "kibCorePluginApi", + "section": "def-public.IExecutionContextContainer", + "text": "IExecutionContextContainer" + }, + " | undefined" + ], + "source": { + "path": "src/core/public/http/types.ts", + "lineNumber": 275 }, "deprecated": false } @@ -171,7 +194,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 279 + "lineNumber": 282 }, "deprecated": false, "children": [ @@ -184,7 +207,7 @@ "description": [], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 283 + "lineNumber": 286 }, "deprecated": false } @@ -200,7 +223,7 @@ "description": [], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 225 + "lineNumber": 226 }, "deprecated": false, "children": [ @@ -218,7 +241,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 238 + "lineNumber": 239 }, "deprecated": false } @@ -236,7 +259,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 295 + "lineNumber": 298 }, "deprecated": false, "children": [ @@ -252,7 +275,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 296 + "lineNumber": 299 }, "deprecated": false }, @@ -268,7 +291,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 299 + "lineNumber": 302 }, "deprecated": false }, @@ -284,7 +307,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 302 + "lineNumber": 305 }, "deprecated": false }, @@ -300,7 +323,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 303 + "lineNumber": 306 }, "deprecated": false } @@ -318,7 +341,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 144 + "lineNumber": 145 }, "deprecated": false, "children": [ @@ -334,7 +357,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 145 + "lineNumber": 146 }, "deprecated": false } @@ -352,7 +375,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 362 + "lineNumber": 365 }, "deprecated": false, "children": [ @@ -402,7 +425,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 368 + "lineNumber": 371 }, "deprecated": false, "children": [ @@ -426,7 +449,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 369 + "lineNumber": 372 }, "deprecated": false, "isRequired": true @@ -449,7 +472,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 370 + "lineNumber": 373 }, "deprecated": false, "isRequired": true @@ -503,7 +526,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 378 + "lineNumber": 381 }, "deprecated": false, "children": [ @@ -525,7 +548,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 379 + "lineNumber": 382 }, "deprecated": false, "isRequired": true @@ -548,7 +571,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 380 + "lineNumber": 383 }, "deprecated": false, "isRequired": true @@ -602,7 +625,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 388 + "lineNumber": 391 }, "deprecated": false, "children": [ @@ -625,7 +648,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 389 + "lineNumber": 392 }, "deprecated": false, "isRequired": true @@ -648,7 +671,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 390 + "lineNumber": 393 }, "deprecated": false, "isRequired": true @@ -702,7 +725,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 398 + "lineNumber": 401 }, "deprecated": false, "children": [ @@ -724,7 +747,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 399 + "lineNumber": 402 }, "deprecated": false, "isRequired": true @@ -747,7 +770,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 400 + "lineNumber": 403 }, "deprecated": false, "isRequired": true @@ -767,7 +790,7 @@ "description": [], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 351 + "lineNumber": 354 }, "deprecated": false, "children": [ @@ -795,11 +818,19 @@ "section": "def-public.HttpHeadersInit", "text": "HttpHeadersInit" }, - " | undefined; readonly asSystemRequest?: boolean | undefined; readonly asResponse?: boolean | undefined; readonly body?: string | Blob | ArrayBufferView | ArrayBuffer | FormData | URLSearchParams | ReadableStream | null | undefined; readonly cache?: \"default\" | \"reload\" | \"force-cache\" | \"no-cache\" | \"no-store\" | \"only-if-cached\" | undefined; readonly credentials?: \"include\" | \"omit\" | \"same-origin\" | undefined; readonly integrity?: string | undefined; readonly keepalive?: boolean | undefined; readonly method?: string | undefined; readonly mode?: \"same-origin\" | \"cors\" | \"navigate\" | \"no-cors\" | undefined; readonly redirect?: \"error\" | \"follow\" | \"manual\" | undefined; readonly referrer?: string | undefined; readonly referrerPolicy?: \"\" | \"origin\" | \"no-referrer\" | \"unsafe-url\" | \"same-origin\" | \"no-referrer-when-downgrade\" | \"origin-when-cross-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | undefined; readonly signal?: AbortSignal | null | undefined; readonly window?: null | undefined; }" + " | undefined; readonly asSystemRequest?: boolean | undefined; readonly asResponse?: boolean | undefined; readonly context?: ", + { + "pluginId": "core", + "scope": "public", + "docId": "kibCorePluginApi", + "section": "def-public.IExecutionContextContainer", + "text": "IExecutionContextContainer" + }, + " | undefined; readonly body?: string | Blob | ArrayBufferView | ArrayBuffer | FormData | URLSearchParams | ReadableStream | null | undefined; readonly cache?: \"default\" | \"reload\" | \"force-cache\" | \"no-cache\" | \"no-store\" | \"only-if-cached\" | undefined; readonly credentials?: \"include\" | \"omit\" | \"same-origin\" | undefined; readonly integrity?: string | undefined; readonly keepalive?: boolean | undefined; readonly method?: string | undefined; readonly mode?: \"same-origin\" | \"cors\" | \"navigate\" | \"no-cors\" | undefined; readonly redirect?: \"error\" | \"follow\" | \"manual\" | undefined; readonly referrer?: string | undefined; readonly referrerPolicy?: \"\" | \"origin\" | \"no-referrer\" | \"unsafe-url\" | \"same-origin\" | \"no-referrer-when-downgrade\" | \"origin-when-cross-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | undefined; readonly signal?: AbortSignal | null | undefined; readonly window?: null | undefined; }" ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 352 + "lineNumber": 355 }, "deprecated": false }, @@ -815,7 +846,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 353 + "lineNumber": 356 }, "deprecated": false } @@ -849,7 +880,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 346 + "lineNumber": 349 }, "deprecated": false, "children": [ @@ -865,7 +896,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 347 + "lineNumber": 350 }, "deprecated": false }, @@ -888,7 +919,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 348 + "lineNumber": 351 }, "deprecated": false } @@ -906,7 +937,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 154 + "lineNumber": 155 }, "deprecated": false, "children": [ @@ -924,7 +955,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 158 + "lineNumber": 159 }, "deprecated": false }, @@ -942,7 +973,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 164 + "lineNumber": 165 }, "deprecated": false }, @@ -960,7 +991,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 170 + "lineNumber": 171 }, "deprecated": false }, @@ -985,7 +1016,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 173 + "lineNumber": 174 }, "deprecated": false }, @@ -1003,7 +1034,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 179 + "lineNumber": 180 }, "deprecated": false }, @@ -1021,7 +1052,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 182 + "lineNumber": 183 }, "deprecated": false }, @@ -1039,7 +1070,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 185 + "lineNumber": 186 }, "deprecated": false }, @@ -1057,7 +1088,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 191 + "lineNumber": 192 }, "deprecated": false }, @@ -1075,7 +1106,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 197 + "lineNumber": 198 }, "deprecated": false }, @@ -1093,7 +1124,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 204 + "lineNumber": 205 }, "deprecated": false }, @@ -1111,7 +1142,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 210 + "lineNumber": 211 }, "deprecated": false }, @@ -1129,7 +1160,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 216 + "lineNumber": 217 }, "deprecated": false }, @@ -1147,7 +1178,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 221 + "lineNumber": 222 }, "deprecated": false } @@ -1173,7 +1204,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 307 + "lineNumber": 310 }, "deprecated": false, "children": [ @@ -1203,11 +1234,19 @@ "section": "def-public.HttpHeadersInit", "text": "HttpHeadersInit" }, - " | undefined; readonly asSystemRequest?: boolean | undefined; readonly asResponse?: boolean | undefined; readonly body?: string | Blob | ArrayBufferView | ArrayBuffer | FormData | URLSearchParams | ReadableStream | null | undefined; readonly cache?: \"default\" | \"reload\" | \"force-cache\" | \"no-cache\" | \"no-store\" | \"only-if-cached\" | undefined; readonly credentials?: \"include\" | \"omit\" | \"same-origin\" | undefined; readonly integrity?: string | undefined; readonly keepalive?: boolean | undefined; readonly method?: string | undefined; readonly mode?: \"same-origin\" | \"cors\" | \"navigate\" | \"no-cors\" | undefined; readonly redirect?: \"error\" | \"follow\" | \"manual\" | undefined; readonly referrer?: string | undefined; readonly referrerPolicy?: \"\" | \"origin\" | \"no-referrer\" | \"unsafe-url\" | \"same-origin\" | \"no-referrer-when-downgrade\" | \"origin-when-cross-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | undefined; readonly signal?: AbortSignal | null | undefined; readonly window?: null | undefined; }" + " | undefined; readonly asSystemRequest?: boolean | undefined; readonly asResponse?: boolean | undefined; readonly context?: ", + { + "pluginId": "core", + "scope": "public", + "docId": "kibCorePluginApi", + "section": "def-public.IExecutionContextContainer", + "text": "IExecutionContextContainer" + }, + " | undefined; readonly body?: string | Blob | ArrayBufferView | ArrayBuffer | FormData | URLSearchParams | ReadableStream | null | undefined; readonly cache?: \"default\" | \"reload\" | \"force-cache\" | \"no-cache\" | \"no-store\" | \"only-if-cached\" | undefined; readonly credentials?: \"include\" | \"omit\" | \"same-origin\" | undefined; readonly integrity?: string | undefined; readonly keepalive?: boolean | undefined; readonly method?: string | undefined; readonly mode?: \"same-origin\" | \"cors\" | \"navigate\" | \"no-cors\" | undefined; readonly redirect?: \"error\" | \"follow\" | \"manual\" | undefined; readonly referrer?: string | undefined; readonly referrerPolicy?: \"\" | \"origin\" | \"no-referrer\" | \"unsafe-url\" | \"same-origin\" | \"no-referrer-when-downgrade\" | \"origin-when-cross-origin\" | \"strict-origin\" | \"strict-origin-when-cross-origin\" | undefined; readonly signal?: AbortSignal | null | undefined; readonly window?: null | undefined; }" ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 309 + "lineNumber": 312 }, "deprecated": false }, @@ -1225,7 +1264,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 311 + "lineNumber": 314 }, "deprecated": false }, @@ -1243,7 +1282,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 313 + "lineNumber": 316 }, "deprecated": false }, @@ -1261,7 +1300,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 315 + "lineNumber": 318 }, "deprecated": false } @@ -1277,7 +1316,7 @@ "description": [], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 13 + "lineNumber": 14 }, "deprecated": false, "children": [ @@ -1301,7 +1340,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 18 + "lineNumber": 19 }, "deprecated": false }, @@ -1325,7 +1364,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 23 + "lineNumber": 24 }, "deprecated": false }, @@ -1347,7 +1386,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 25 + "lineNumber": 26 }, "deprecated": false }, @@ -1373,7 +1412,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 32 + "lineNumber": 33 }, "deprecated": false, "children": [ @@ -1397,7 +1436,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 32 + "lineNumber": 33 }, "deprecated": false, "isRequired": true @@ -1427,7 +1466,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 35 + "lineNumber": 36 }, "deprecated": false }, @@ -1451,7 +1490,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 37 + "lineNumber": 38 }, "deprecated": false }, @@ -1475,7 +1514,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 39 + "lineNumber": 40 }, "deprecated": false }, @@ -1499,7 +1538,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 41 + "lineNumber": 42 }, "deprecated": false }, @@ -1523,7 +1562,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 43 + "lineNumber": 44 }, "deprecated": false }, @@ -1547,7 +1586,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 45 + "lineNumber": 46 }, "deprecated": false }, @@ -1571,7 +1610,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 47 + "lineNumber": 48 }, "deprecated": false }, @@ -1595,7 +1634,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 49 + "lineNumber": 50 }, "deprecated": false }, @@ -1615,7 +1654,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 56 + "lineNumber": 57 }, "deprecated": false, "children": [ @@ -1634,7 +1673,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 56 + "lineNumber": 57 }, "deprecated": false, "isRequired": true @@ -1658,7 +1697,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 61 + "lineNumber": 62 }, "deprecated": false, "children": [], @@ -1678,7 +1717,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 127 + "lineNumber": 128 }, "deprecated": false, "children": [ @@ -1696,7 +1735,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 131 + "lineNumber": 132 }, "deprecated": false, "children": [ @@ -1712,7 +1751,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 131 + "lineNumber": 132 }, "deprecated": false, "isRequired": true @@ -1734,7 +1773,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 136 + "lineNumber": 137 }, "deprecated": false, "children": [ @@ -1750,7 +1789,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 136 + "lineNumber": 137 }, "deprecated": false, "isRequired": true @@ -1772,7 +1811,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 74 + "lineNumber": 75 }, "deprecated": false, "children": [ @@ -1790,7 +1829,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 78 + "lineNumber": 79 }, "deprecated": false, "returnComment": [], @@ -1810,7 +1849,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 83 + "lineNumber": 84 }, "deprecated": false, "returnComment": [], @@ -1824,7 +1863,7 @@ "description": [], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 83 + "lineNumber": 84 }, "deprecated": false } @@ -1844,7 +1883,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 88 + "lineNumber": 89 }, "deprecated": false, "returnComment": [], @@ -1858,7 +1897,7 @@ "description": [], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 88 + "lineNumber": 89 }, "deprecated": false } @@ -1875,7 +1914,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 95 + "lineNumber": 96 }, "deprecated": false }, @@ -1893,7 +1932,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 104 + "lineNumber": 105 }, "deprecated": false } @@ -1911,7 +1950,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 111 + "lineNumber": 112 }, "deprecated": false, "children": [ @@ -1929,7 +1968,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 121 + "lineNumber": 122 }, "deprecated": false, "children": [ @@ -1945,7 +1984,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 121 + "lineNumber": 122 }, "deprecated": false, "isRequired": true @@ -1975,7 +2014,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 330 + "lineNumber": 333 }, "deprecated": false, "children": [ @@ -1988,7 +2027,7 @@ "description": [], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 331 + "lineNumber": 334 }, "deprecated": false }, @@ -2004,7 +2043,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 332 + "lineNumber": 335 }, "deprecated": false }, @@ -2020,7 +2059,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 333 + "lineNumber": 336 }, "deprecated": false }, @@ -2038,7 +2077,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 337 + "lineNumber": 340 }, "deprecated": true, "references": [ @@ -2072,7 +2111,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 341 + "lineNumber": 344 }, "deprecated": true, "references": [] @@ -2089,7 +2128,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 342 + "lineNumber": 345 }, "deprecated": false } @@ -2107,7 +2146,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 408 + "lineNumber": 411 }, "deprecated": false, "children": [ @@ -2122,7 +2161,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 410 + "lineNumber": 413 }, "deprecated": false }, @@ -2140,7 +2179,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 412 + "lineNumber": 415 }, "deprecated": false, "children": [], @@ -2170,7 +2209,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 322 + "lineNumber": 325 }, "deprecated": false, "children": [ @@ -2188,7 +2227,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 324 + "lineNumber": 327 }, "deprecated": false }, @@ -2206,7 +2245,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 326 + "lineNumber": 329 }, "deprecated": false } @@ -2236,7 +2275,7 @@ ], "source": { "path": "src/core/public/http/types.ts", - "lineNumber": 68 + "lineNumber": 69 }, "deprecated": false, "initialIsOpen": false @@ -3736,7 +3775,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 341 + "lineNumber": 439 }, "deprecated": false, "children": [ @@ -3751,7 +3790,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 343 + "lineNumber": 441 }, "deprecated": false }, @@ -3766,7 +3805,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 345 + "lineNumber": 443 }, "deprecated": false }, @@ -3781,7 +3820,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 347 + "lineNumber": 445 }, "deprecated": false }, @@ -3799,7 +3838,162 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 349 + "lineNumber": 447 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "core", + "id": "def-server.HttpServicePreboot", + "type": "Interface", + "tags": [], + "label": "HttpServicePreboot", + "description": [ + "\nKibana HTTP Service provides an abstraction to work with the HTTP stack at the `preboot` stage. This functionality\nallows Kibana to serve user requests even before Kibana becomes fully operational. Only Core and `preboot` plugins\ncan define HTTP routes at this stage.\n" + ], + "source": { + "path": "src/core/server/http/types.ts", + "lineNumber": 120 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-server.HttpServicePreboot.registerRoutes", + "type": "Function", + "tags": [], + "label": "registerRoutes", + "description": [ + "\nProvides ability to acquire `preboot` {@link IRouter} instance for a particular top-level path and register handler\nfunctions for any number of nested routes.\n" + ], + "signature": [ + "(path: string, callback: (router: ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreHttpPluginApi", + "section": "def-server.IRouter", + "text": "IRouter" + }, + "<", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.RequestHandlerContext", + "text": "RequestHandlerContext" + }, + ">) => void) => void" + ], + "source": { + "path": "src/core/server/http/types.ts", + "lineNumber": 138 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "core", + "id": "def-server.HttpServicePreboot.registerRoutes.$1", + "type": "string", + "tags": [], + "label": "path", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/core/server/http/types.ts", + "lineNumber": 138 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "core", + "id": "def-server.HttpServicePreboot.registerRoutes.$2", + "type": "Function", + "tags": [], + "label": "callback", + "description": [], + "signature": [ + "(router: ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreHttpPluginApi", + "section": "def-server.IRouter", + "text": "IRouter" + }, + "<", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.RequestHandlerContext", + "text": "RequestHandlerContext" + }, + ">) => void" + ], + "source": { + "path": "src/core/server/http/types.ts", + "lineNumber": 138 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "core", + "id": "def-server.HttpServicePreboot.basePath", + "type": "Object", + "tags": [], + "label": "basePath", + "description": [ + "\nAccess or manipulate the Kibana base path\nSee {@link IBasePath}." + ], + "signature": [ + "{ remove: (path: string) => string; get: (request: ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreHttpPluginApi", + "section": "def-server.KibanaRequest", + "text": "KibanaRequest" + }, + " | ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreHttpPluginApi", + "section": "def-server.LegacyRequest", + "text": "LegacyRequest" + }, + ") => string; prepend: (path: string) => string; set: (request: ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreHttpPluginApi", + "section": "def-server.KibanaRequest", + "text": "KibanaRequest" + }, + " | ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreHttpPluginApi", + "section": "def-server.LegacyRequest", + "text": "LegacyRequest" + }, + ", requestSpecificBasePath: string) => void; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }" + ], + "source": { + "path": "src/core/server/http/types.ts", + "lineNumber": 144 }, "deprecated": false } @@ -3817,7 +4011,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 131 + "lineNumber": 234 }, "deprecated": false, "children": [ @@ -3851,7 +4045,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 136 + "lineNumber": 239 }, "deprecated": false, "returnComment": [], @@ -3875,7 +4069,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 137 + "lineNumber": 240 }, "deprecated": false } @@ -3903,7 +4097,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 150 + "lineNumber": 253 }, "deprecated": false, "returnComment": [], @@ -4068,7 +4262,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 150 + "lineNumber": 253 }, "deprecated": false } @@ -4096,7 +4290,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 162 + "lineNumber": 265 }, "deprecated": false, "returnComment": [], @@ -4261,7 +4455,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 162 + "lineNumber": 265 }, "deprecated": false } @@ -4289,7 +4483,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 174 + "lineNumber": 277 }, "deprecated": false, "returnComment": [], @@ -4514,7 +4708,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 174 + "lineNumber": 277 }, "deprecated": false } @@ -4542,7 +4736,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 186 + "lineNumber": 289 }, "deprecated": false, "returnComment": [], @@ -4707,7 +4901,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 186 + "lineNumber": 289 }, "deprecated": false } @@ -4735,7 +4929,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 198 + "lineNumber": 301 }, "deprecated": false, "returnComment": [], @@ -4776,7 +4970,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 198 + "lineNumber": 301 }, "deprecated": false } @@ -4808,7 +5002,7 @@ "section": "def-server.LegacyRequest", "text": "LegacyRequest" }, - ") => string; set: (request: ", + ") => string; prepend: (path: string) => string; set: (request: ", { "pluginId": "core", "scope": "server", @@ -4824,11 +5018,11 @@ "section": "def-server.LegacyRequest", "text": "LegacyRequest" }, - ", requestSpecificBasePath: string) => void; prepend: (path: string) => string; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }" + ", requestSpecificBasePath: string) => void; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }" ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 204 + "lineNumber": 307 }, "deprecated": false }, @@ -4854,7 +5048,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 212 + "lineNumber": 315 }, "deprecated": true, "references": [] @@ -4879,7 +5073,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 217 + "lineNumber": 320 }, "deprecated": false }, @@ -4921,7 +5115,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 234 + "lineNumber": 337 }, "deprecated": false, "returnComment": [], @@ -4964,7 +5158,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 266 + "lineNumber": 369 }, "deprecated": false, "returnComment": [], @@ -4981,7 +5175,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 270 + "lineNumber": 373 }, "deprecated": false }, @@ -5179,7 +5373,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 271 + "lineNumber": 374 }, "deprecated": false } @@ -5206,7 +5400,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 277 + "lineNumber": 380 }, "deprecated": false, "returnComment": [], @@ -5224,7 +5418,7 @@ "description": [], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 310 + "lineNumber": 408 }, "deprecated": false, "children": [ @@ -5254,7 +5448,7 @@ "section": "def-server.LegacyRequest", "text": "LegacyRequest" }, - ") => string; set: (request: ", + ") => string; prepend: (path: string) => string; set: (request: ", { "pluginId": "core", "scope": "server", @@ -5270,11 +5464,11 @@ "section": "def-server.LegacyRequest", "text": "LegacyRequest" }, - ", requestSpecificBasePath: string) => void; prepend: (path: string) => string; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }" + ", requestSpecificBasePath: string) => void; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }" ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 315 + "lineNumber": 413 }, "deprecated": false }, @@ -5298,7 +5492,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 321 + "lineNumber": 419 }, "deprecated": false }, @@ -5323,7 +5517,7 @@ ], "source": { "path": "src/core/server/http/types.ts", - "lineNumber": 326 + "lineNumber": 424 }, "deprecated": false, "returnComment": [], @@ -10464,7 +10658,7 @@ "section": "def-server.LegacyRequest", "text": "LegacyRequest" }, - ") => string; set: (request: ", + ") => string; prepend: (path: string) => string; set: (request: ", { "pluginId": "core", "scope": "server", @@ -10480,7 +10674,7 @@ "section": "def-server.LegacyRequest", "text": "LegacyRequest" }, - ", requestSpecificBasePath: string) => void; prepend: (path: string) => string; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }" + ", requestSpecificBasePath: string) => void; readonly serverBasePath: string; readonly publicBaseUrl?: string | undefined; }" ], "source": { "path": "src/core/server/http/base_path_service.ts", diff --git a/api_docs/core_http.mdx b/api_docs/core_http.mdx index 448c05a91a292..99f0cdfbd708e 100644 --- a/api_docs/core_http.mdx +++ b/api_docs/core_http.mdx @@ -18,7 +18,7 @@ import coreHttpObj from './core_http.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 2296 | 148 | 1056 | 30 | +| 2363 | 148 | 1081 | 31 | ## Client diff --git a/api_docs/core_saved_objects.json b/api_docs/core_saved_objects.json index 81680e54f1148..55bf6649d28ba 100644 --- a/api_docs/core_saved_objects.json +++ b/api_docs/core_saved_objects.json @@ -13,7 +13,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 170 + "lineNumber": 169 }, "deprecated": false, "children": [ @@ -47,7 +47,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 225 + "lineNumber": 224 }, "deprecated": false, "children": [ @@ -63,7 +63,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 226 + "lineNumber": 225 }, "deprecated": false, "isRequired": true @@ -80,7 +80,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 227 + "lineNumber": 226 }, "deprecated": false, "isRequired": true @@ -103,7 +103,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 228 + "lineNumber": 227 }, "deprecated": false, "isRequired": true @@ -151,7 +151,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 260 + "lineNumber": 259 }, "deprecated": false, "children": [ @@ -176,7 +176,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 261 + "lineNumber": 260 }, "deprecated": false, "isRequired": true @@ -199,7 +199,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 262 + "lineNumber": 261 }, "deprecated": false, "isRequired": true @@ -225,7 +225,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 288 + "lineNumber": 287 }, "deprecated": false, "children": [ @@ -241,7 +241,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 289 + "lineNumber": 288 }, "deprecated": false, "isRequired": true @@ -258,7 +258,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 290 + "lineNumber": 289 }, "deprecated": false, "isRequired": true @@ -276,7 +276,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 291 + "lineNumber": 290 }, "deprecated": false, "isRequired": false @@ -322,7 +322,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 318 + "lineNumber": 317 }, "deprecated": false, "children": [ @@ -346,7 +346,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 319 + "lineNumber": 318 }, "deprecated": false, "isRequired": true @@ -378,7 +378,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 385 + "lineNumber": 384 }, "deprecated": false, "children": [ @@ -394,7 +394,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 385 + "lineNumber": 384 }, "deprecated": false, "isRequired": true @@ -411,7 +411,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 385 + "lineNumber": 384 }, "deprecated": false, "isRequired": true @@ -443,7 +443,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 408 + "lineNumber": 407 }, "deprecated": false, "children": [ @@ -461,7 +461,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 408 + "lineNumber": 407 }, "deprecated": false, "isRequired": true @@ -493,7 +493,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 435 + "lineNumber": 434 }, "deprecated": false, "children": [ @@ -509,7 +509,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 436 + "lineNumber": 435 }, "deprecated": false, "isRequired": true @@ -526,7 +526,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 437 + "lineNumber": 436 }, "deprecated": false, "isRequired": true @@ -569,7 +569,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 462 + "lineNumber": 461 }, "deprecated": false, "children": [ @@ -585,7 +585,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 463 + "lineNumber": 462 }, "deprecated": false, "isRequired": true @@ -602,7 +602,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 464 + "lineNumber": 463 }, "deprecated": false, "isRequired": true @@ -619,7 +619,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 465 + "lineNumber": 464 }, "deprecated": false, "isRequired": true @@ -643,7 +643,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 466 + "lineNumber": 465 }, "deprecated": false, "isRequired": true @@ -681,7 +681,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 494 + "lineNumber": 493 }, "deprecated": false, "children": [ @@ -706,7 +706,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 494 + "lineNumber": 493 }, "deprecated": false, "isRequired": true @@ -1232,7 +1232,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 91 + "lineNumber": 90 }, "deprecated": false, "children": [ @@ -1255,7 +1255,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 92 + "lineNumber": 91 }, "deprecated": false } @@ -1288,7 +1288,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 58 + "lineNumber": 57 }, "deprecated": false, "children": [ @@ -1301,7 +1301,7 @@ "description": [], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 59 + "lineNumber": 58 }, "deprecated": false }, @@ -1317,7 +1317,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 60 + "lineNumber": 59 }, "deprecated": false } @@ -1333,7 +1333,7 @@ "description": [], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 64 + "lineNumber": 63 }, "deprecated": false, "children": [ @@ -1351,7 +1351,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 66 + "lineNumber": 65 }, "deprecated": false } @@ -1377,7 +1377,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 70 + "lineNumber": 69 }, "deprecated": false, "children": [ @@ -1390,7 +1390,7 @@ "description": [], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 71 + "lineNumber": 70 }, "deprecated": false }, @@ -1403,7 +1403,7 @@ "description": [], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 72 + "lineNumber": 71 }, "deprecated": false }, @@ -1419,7 +1419,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 73 + "lineNumber": 72 }, "deprecated": false }, @@ -1435,7 +1435,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 74 + "lineNumber": 73 }, "deprecated": false }, @@ -1452,7 +1452,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 75 + "lineNumber": 74 }, "deprecated": false } @@ -1468,7 +1468,7 @@ "description": [], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 79 + "lineNumber": 78 }, "deprecated": false, "children": [ @@ -1484,7 +1484,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 80 + "lineNumber": 79 }, "deprecated": false } @@ -1500,7 +1500,7 @@ "description": [], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 38 + "lineNumber": 37 }, "deprecated": false, "children": [ @@ -1518,7 +1518,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 42 + "lineNumber": 41 }, "deprecated": false }, @@ -1536,7 +1536,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 44 + "lineNumber": 43 }, "deprecated": false }, @@ -1555,7 +1555,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 46 + "lineNumber": 45 }, "deprecated": false }, @@ -1573,7 +1573,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 48 + "lineNumber": 47 }, "deprecated": false }, @@ -1590,7 +1590,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 49 + "lineNumber": 48 }, "deprecated": false } @@ -1626,7 +1626,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 109 + "lineNumber": 108 }, "deprecated": false, "children": [ @@ -1642,7 +1642,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 111 + "lineNumber": 110 }, "deprecated": false }, @@ -1655,7 +1655,7 @@ "description": [], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 112 + "lineNumber": 111 }, "deprecated": false }, @@ -1668,7 +1668,7 @@ "description": [], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 113 + "lineNumber": 112 }, "deprecated": false }, @@ -1681,7 +1681,7 @@ "description": [], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 114 + "lineNumber": 113 }, "deprecated": false } @@ -1855,7 +1855,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 84 + "lineNumber": 83 }, "deprecated": false, "children": [ @@ -1871,7 +1871,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 85 + "lineNumber": 84 }, "deprecated": false }, @@ -1887,7 +1887,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 86 + "lineNumber": 85 }, "deprecated": false }, @@ -1904,7 +1904,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 87 + "lineNumber": 86 }, "deprecated": false } @@ -2042,7 +2042,7 @@ ], "source": { "path": "src/core/public/saved_objects/saved_objects_client.ts", - "lineNumber": 143 + "lineNumber": 142 }, "deprecated": false, "initialIsOpen": false @@ -8895,7 +8895,7 @@ ], "source": { "path": "src/core/server/saved_objects/service/lib/repository.ts", - "lineNumber": 1834 + "lineNumber": 1846 }, "deprecated": false, "children": [ @@ -8911,7 +8911,7 @@ ], "source": { "path": "src/core/server/saved_objects/service/lib/repository.ts", - "lineNumber": 1835 + "lineNumber": 1847 }, "deprecated": false, "isRequired": true @@ -8934,7 +8934,7 @@ ], "source": { "path": "src/core/server/saved_objects/service/lib/repository.ts", - "lineNumber": 1836 + "lineNumber": 1848 }, "deprecated": false, "isRequired": true @@ -8974,7 +8974,7 @@ ], "source": { "path": "src/core/server/saved_objects/service/lib/repository.ts", - "lineNumber": 1903 + "lineNumber": 1915 }, "deprecated": false, "children": [ @@ -8990,7 +8990,7 @@ ], "source": { "path": "src/core/server/saved_objects/service/lib/repository.ts", - "lineNumber": 1904 + "lineNumber": 1916 }, "deprecated": false, "isRequired": true @@ -9016,7 +9016,7 @@ ], "source": { "path": "src/core/server/saved_objects/service/lib/repository.ts", - "lineNumber": 1905 + "lineNumber": 1917 }, "deprecated": false, "isRequired": false @@ -9064,7 +9064,7 @@ ], "source": { "path": "src/core/server/saved_objects/service/lib/repository.ts", - "lineNumber": 1959 + "lineNumber": 1971 }, "deprecated": false, "children": [ @@ -9088,7 +9088,7 @@ ], "source": { "path": "src/core/server/saved_objects/service/lib/repository.ts", - "lineNumber": 1960 + "lineNumber": 1972 }, "deprecated": false, "isRequired": true @@ -9112,7 +9112,7 @@ ], "source": { "path": "src/core/server/saved_objects/service/lib/repository.ts", - "lineNumber": 1961 + "lineNumber": 1973 }, "deprecated": false, "isRequired": false @@ -10487,6 +10487,21 @@ "lineNumber": 67 }, "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-server.SavedObjectMigrationContext.isSingleNamespaceType", + "type": "boolean", + "tags": [], + "label": "isSingleNamespaceType", + "description": [ + "\nWhether this is a single-namespace type or not" + ], + "source": { + "path": "src/core/server/saved_objects/migrations/types.ts", + "lineNumber": 71 + }, + "deprecated": false } ], "initialIsOpen": false @@ -10502,7 +10517,7 @@ ], "source": { "path": "src/core/server/saved_objects/migrations/types.ts", - "lineNumber": 87 + "lineNumber": 91 }, "deprecated": false, "children": [ @@ -10518,7 +10533,7 @@ ], "source": { "path": "src/core/server/saved_objects/migrations/types.ts", - "lineNumber": 88 + "lineNumber": 92 }, "deprecated": false } @@ -10656,7 +10671,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 162 + "lineNumber": 163 }, "deprecated": false, "children": [ @@ -10674,7 +10689,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 164 + "lineNumber": 165 }, "deprecated": false } @@ -12711,7 +12726,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 78 + "lineNumber": 79 }, "deprecated": false, "children": [ @@ -12727,7 +12742,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 79 + "lineNumber": 80 }, "deprecated": false }, @@ -12743,7 +12758,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 80 + "lineNumber": 81 }, "deprecated": false }, @@ -12759,7 +12774,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 81 + "lineNumber": 82 }, "deprecated": false }, @@ -12775,7 +12790,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 82 + "lineNumber": 83 }, "deprecated": false }, @@ -12791,7 +12806,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 83 + "lineNumber": 84 }, "deprecated": false }, @@ -12809,7 +12824,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 89 + "lineNumber": 90 }, "deprecated": false }, @@ -12827,7 +12842,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 91 + "lineNumber": 92 }, "deprecated": false }, @@ -12845,7 +12860,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 93 + "lineNumber": 94 }, "deprecated": false }, @@ -12863,7 +12878,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 97 + "lineNumber": 98 }, "deprecated": false }, @@ -12881,7 +12896,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 102 + "lineNumber": 103 }, "deprecated": false }, @@ -12914,7 +12929,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 108 + "lineNumber": 109 }, "deprecated": false }, @@ -12932,7 +12947,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 112 + "lineNumber": 113 }, "deprecated": false }, @@ -12950,7 +12965,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 117 + "lineNumber": 118 }, "deprecated": false }, @@ -12966,7 +12981,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 118 + "lineNumber": 119 }, "deprecated": false }, @@ -12988,7 +13003,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 140 + "lineNumber": 141 }, "deprecated": false }, @@ -13004,7 +13019,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 141 + "lineNumber": 142 }, "deprecated": false }, @@ -13022,7 +13037,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 149 + "lineNumber": 150 }, "deprecated": false }, @@ -13040,7 +13055,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 151 + "lineNumber": 152 }, "deprecated": false }, @@ -13065,7 +13080,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 155 + "lineNumber": 156 }, "deprecated": false } @@ -13081,7 +13096,7 @@ "description": [], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 61 + "lineNumber": 62 }, "deprecated": false, "children": [ @@ -13094,7 +13109,7 @@ "description": [], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 62 + "lineNumber": 63 }, "deprecated": false }, @@ -13107,7 +13122,7 @@ "description": [], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 63 + "lineNumber": 64 }, "deprecated": false } @@ -14848,7 +14863,7 @@ "description": [], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 69 + "lineNumber": 70 }, "deprecated": false, "children": [ @@ -14861,7 +14876,7 @@ "description": [], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 70 + "lineNumber": 71 }, "deprecated": false }, @@ -14877,7 +14892,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 71 + "lineNumber": 72 }, "deprecated": false } @@ -15113,7 +15128,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 226 + "lineNumber": 228 }, "deprecated": false, "children": [ @@ -15147,7 +15162,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 234 + "lineNumber": 236 }, "deprecated": false, "returnComment": [], @@ -15171,7 +15186,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 235 + "lineNumber": 237 }, "deprecated": false }, @@ -15189,7 +15204,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 236 + "lineNumber": 238 }, "deprecated": false } @@ -15217,7 +15232,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 244 + "lineNumber": 246 }, "deprecated": false, "returnComment": [], @@ -15236,7 +15251,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 244 + "lineNumber": 246 }, "deprecated": false } @@ -15650,7 +15665,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 162 + "lineNumber": 164 }, "deprecated": false, "children": [ @@ -15692,7 +15707,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 172 + "lineNumber": 174 }, "deprecated": false, "returnComment": [], @@ -15716,7 +15731,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 173 + "lineNumber": 175 }, "deprecated": false }, @@ -15739,7 +15754,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 174 + "lineNumber": 176 }, "deprecated": false } @@ -15775,7 +15790,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 188 + "lineNumber": 190 }, "deprecated": false, "returnComment": [], @@ -15801,7 +15816,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 189 + "lineNumber": 191 }, "deprecated": false }, @@ -15819,7 +15834,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 190 + "lineNumber": 192 }, "deprecated": false } @@ -15847,7 +15862,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 198 + "lineNumber": 200 }, "deprecated": false, "returnComment": [], @@ -15866,7 +15881,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 198 + "lineNumber": 200 }, "deprecated": false } @@ -15893,7 +15908,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 202 + "lineNumber": 204 }, "deprecated": false, "returnComment": [], @@ -15929,7 +15944,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 206 + "lineNumber": 208 }, "deprecated": false, "returnComment": [], @@ -16246,7 +16261,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 206 + "lineNumber": 208 }, "deprecated": false } @@ -16282,7 +16297,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 210 + "lineNumber": 212 }, "deprecated": false, "returnComment": [], @@ -16599,7 +16614,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 210 + "lineNumber": 212 }, "deprecated": false } @@ -16627,7 +16642,7 @@ ], "source": { "path": "src/core/server/saved_objects/saved_objects_service.ts", - "lineNumber": 215 + "lineNumber": 217 }, "deprecated": false, "returnComment": [], @@ -16647,7 +16662,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 50 + "lineNumber": 51 }, "deprecated": false, "children": [ @@ -16663,7 +16678,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 51 + "lineNumber": 52 }, "deprecated": false } @@ -16689,7 +16704,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 256 + "lineNumber": 257 }, "deprecated": false, "children": [ @@ -16704,7 +16719,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 260 + "lineNumber": 261 }, "deprecated": false }, @@ -16719,7 +16734,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 267 + "lineNumber": 268 }, "deprecated": false }, @@ -16737,7 +16752,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 271 + "lineNumber": 272 }, "deprecated": false }, @@ -16755,7 +16770,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 275 + "lineNumber": 276 }, "deprecated": false }, @@ -16773,7 +16788,32 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 279 + "lineNumber": 280 + }, + "deprecated": false + }, + { + "parentPluginId": "core", + "id": "def-server.SavedObjectsType.excludeOnUpgrade", + "type": "Function", + "tags": [], + "label": "excludeOnUpgrade", + "description": [ + "\nIf defined, allows a type to exclude unneeded documents from the migration process and effectively be deleted.\nSee {@link SavedObjectTypeExcludeFromUpgradeFilterHook} for more details." + ], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreSavedObjectsPluginApi", + "section": "def-server.SavedObjectTypeExcludeFromUpgradeFilterHook", + "text": "SavedObjectTypeExcludeFromUpgradeFilterHook" + }, + " | undefined" + ], + "source": { + "path": "src/core/server/saved_objects/types.ts", + "lineNumber": 285 }, "deprecated": false }, @@ -16797,7 +16837,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 283 + "lineNumber": 289 }, "deprecated": false }, @@ -16830,7 +16870,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 287 + "lineNumber": 293 }, "deprecated": false }, @@ -16848,7 +16888,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 336 + "lineNumber": 342 }, "deprecated": false }, @@ -16873,7 +16913,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 340 + "lineNumber": 346 }, "deprecated": false } @@ -16901,7 +16941,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 348 + "lineNumber": 354 }, "deprecated": false, "children": [ @@ -16919,7 +16959,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 352 + "lineNumber": 358 }, "deprecated": false }, @@ -16937,7 +16977,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 356 + "lineNumber": 362 }, "deprecated": false }, @@ -16955,7 +16995,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 361 + "lineNumber": 367 }, "deprecated": false }, @@ -16975,7 +17015,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 366 + "lineNumber": 372 }, "deprecated": false }, @@ -16995,7 +17035,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 371 + "lineNumber": 377 }, "deprecated": false }, @@ -17015,7 +17055,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 380 + "lineNumber": 386 }, "deprecated": false }, @@ -17040,7 +17080,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 398 + "lineNumber": 404 }, "deprecated": false }, @@ -17065,7 +17105,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 441 + "lineNumber": 447 }, "deprecated": false }, @@ -17084,7 +17124,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 481 + "lineNumber": 487 }, "deprecated": false } @@ -18040,7 +18080,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 171 + "lineNumber": 172 }, "deprecated": false, "initialIsOpen": false @@ -18421,7 +18461,7 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 235 + "lineNumber": 236 }, "deprecated": false, "initialIsOpen": false @@ -18794,7 +18834,40 @@ ], "source": { "path": "src/core/server/saved_objects/types.ts", - "lineNumber": 249 + "lineNumber": 250 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "core", + "id": "def-server.SavedObjectTypeExcludeFromUpgradeFilterHook", + "type": "Type", + "tags": [ + "alpha" + ], + "label": "SavedObjectTypeExcludeFromUpgradeFilterHook", + "description": [ + "\nIf defined, allows a type to run a search query and return a query filter that may match any documents which may\nbe excluded from the next migration upgrade process. Useful for cleaning up large numbers of old documents which\nare no longer needed and may slow the migration process.\n\nIf this hook fails, the migration will proceed without these documents having been filtered out, so this\nshould not be used as a guarantee that these documents have been deleted.\n" + ], + "signature": [ + "(toolkit: { readonlyEsClient: Pick<", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.ElasticsearchClient", + "text": "ElasticsearchClient" + }, + ", \"search\">; }) => ", + "QueryDslQueryContainer", + " | Promise<", + "QueryDslQueryContainer", + ">" + ], + "source": { + "path": "src/core/server/saved_objects/types.ts", + "lineNumber": 508 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/core_saved_objects.mdx b/api_docs/core_saved_objects.mdx index 55da0eea81ac2..bed2039941ed9 100644 --- a/api_docs/core_saved_objects.mdx +++ b/api_docs/core_saved_objects.mdx @@ -18,7 +18,7 @@ import coreSavedObjectsObj from './core_saved_objects.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 2296 | 148 | 1056 | 30 | +| 2363 | 148 | 1081 | 31 | ## Client diff --git a/api_docs/dashboard.json b/api_docs/dashboard.json index 793acb446174f..156f9146cf83f 100644 --- a/api_docs/dashboard.json +++ b/api_docs/dashboard.json @@ -1059,8 +1059,8 @@ "P" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 40 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 150 }, "deprecated": false }, @@ -1076,8 +1076,8 @@ "[]" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 40 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 150 }, "deprecated": false } @@ -1129,8 +1129,8 @@ "P" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 46 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 161 }, "deprecated": false } @@ -1378,14 +1378,7 @@ "\nOptionally apply filers. NOTE: if given and used in conjunction with `dashboardId`, and the\nsaved dashboard has filters saved with it, this will _replace_ those filters." ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined" + "any[] | undefined" ], "source": { "path": "src/plugins/dashboard/public/locator.ts", @@ -1396,21 +1389,14 @@ { "parentPluginId": "dashboard", "id": "def-public.DashboardAppLocatorParams.query", - "type": "Object", + "type": "Any", "tags": [], "label": "query", "description": [ "\nOptionally set a query. NOTE: if given and used in conjunction with `dashboardId`, and the\nsaved dashboard has a query saved with it, this will _replace_ that query." ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | undefined" + "any" ], "source": { "path": "src/plugins/dashboard/public/locator.ts", @@ -1759,14 +1745,7 @@ "label": "filters", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "any[]" ], "source": { "path": "src/plugins/dashboard/public/types.ts", @@ -1790,12 +1769,12 @@ { "parentPluginId": "dashboard", "id": "def-public.DashboardContainerInput.query", - "type": "Object", + "type": "Any", "tags": [], "label": "query", "description": [], "signature": [ - "{ query: string | { [key: string]: any; }; language: string; }" + "any" ], "source": { "path": "src/plugins/dashboard/public/types.ts", @@ -2249,14 +2228,7 @@ "label": "getQuery", "description": [], "signature": [ - "() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - } + "() => any" ], "source": { "path": "src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts", @@ -2274,15 +2246,7 @@ "label": "getFilters", "description": [], "signature": [ - "() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "() => any[]" ], "source": { "path": "src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts", @@ -2424,14 +2388,7 @@ "\nOptionally apply filers. NOTE: if given and used in conjunction with `dashboardId`, and the\nsaved dashboard has filters saved with it, this will _replace_ those filters." ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined" + "any[] | undefined" ], "source": { "path": "src/plugins/dashboard/public/url_generator.ts", @@ -2442,21 +2399,14 @@ { "parentPluginId": "dashboard", "id": "def-public.DashboardUrlGeneratorState.query", - "type": "Object", + "type": "Any", "tags": [], "label": "query", "description": [ "\nOptionally set a query. NOTE: if given and used in conjunction with `dashboardId`, and the\nsaved dashboard has a query saved with it, this will _replace_ that query." ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | undefined" + "any" ], "source": { "path": "src/plugins/dashboard/public/url_generator.ts", diff --git a/api_docs/dashboard.mdx b/api_docs/dashboard.mdx index 2adae80a02061..1ada2f7a695bd 100644 --- a/api_docs/dashboard.mdx +++ b/api_docs/dashboard.mdx @@ -18,7 +18,7 @@ import dashboardObj from './dashboard.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 160 | 1 | 137 | 9 | +| 160 | 4 | 137 | 9 | ## Client diff --git a/api_docs/data.json b/api_docs/data.json index d1d776b5aea84..90e3ded072b82 100644 --- a/api_docs/data.json +++ b/api_docs/data.json @@ -1306,7 +1306,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 78 + "lineNumber": 79 }, "deprecated": false, "children": [ @@ -1328,7 +1328,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 79 + "lineNumber": 80 }, "deprecated": false }, @@ -1351,7 +1351,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 80 + "lineNumber": 81 }, "deprecated": false }, @@ -1367,7 +1367,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 81 + "lineNumber": 82 }, "deprecated": false }, @@ -1383,7 +1383,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 82 + "lineNumber": 83 }, "deprecated": false }, @@ -1399,7 +1399,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 83 + "lineNumber": 84 }, "deprecated": false }, @@ -1422,7 +1422,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 87 + "lineNumber": 88 }, "deprecated": false }, @@ -1438,7 +1438,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 89 + "lineNumber": 90 }, "deprecated": false, "children": [ @@ -1460,7 +1460,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 90 + "lineNumber": 91 }, "deprecated": false, "isRequired": true @@ -1495,7 +1495,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 91 + "lineNumber": 92 }, "deprecated": false, "isRequired": true @@ -1518,7 +1518,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 92 + "lineNumber": 93 }, "deprecated": false, "isRequired": true @@ -1538,7 +1538,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 105 + "lineNumber": 106 }, "deprecated": false, "children": [ @@ -1554,7 +1554,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 105 + "lineNumber": 106 }, "deprecated": false, "isRequired": false @@ -1574,7 +1574,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 109 + "lineNumber": 110 }, "deprecated": false, "children": [ @@ -1590,7 +1590,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 109 + "lineNumber": 110 }, "deprecated": false, "isRequired": false @@ -1618,7 +1618,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 113 + "lineNumber": 114 }, "deprecated": false, "children": [ @@ -1640,7 +1640,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 113 + "lineNumber": 114 }, "deprecated": false, "isRequired": true @@ -1670,7 +1670,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 134 + "lineNumber": 135 }, "deprecated": false, "children": [], @@ -1697,7 +1697,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 144 + "lineNumber": 145 }, "deprecated": false, "children": [ @@ -1713,7 +1713,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 144 + "lineNumber": 145 }, "deprecated": false, "isRequired": true @@ -1767,7 +1767,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 157 + "lineNumber": 158 }, "deprecated": false, "children": [ @@ -1801,7 +1801,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 158 + "lineNumber": 159 }, "deprecated": false, "isRequired": true @@ -1818,7 +1818,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 159 + "lineNumber": 160 }, "deprecated": false, "isRequired": true @@ -1848,7 +1848,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 200 + "lineNumber": 201 }, "deprecated": false, "children": [ @@ -1873,7 +1873,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 200 + "lineNumber": 201 }, "deprecated": false, "isRequired": true @@ -1893,7 +1893,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 212 + "lineNumber": 213 }, "deprecated": false, "children": [], @@ -1919,7 +1919,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 302 + "lineNumber": 303 }, "deprecated": false, "children": [], @@ -1944,7 +1944,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 306 + "lineNumber": 307 }, "deprecated": false, "children": [ @@ -1960,7 +1960,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 306 + "lineNumber": 307 }, "deprecated": false, "isRequired": true @@ -1988,7 +1988,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 310 + "lineNumber": 311 }, "deprecated": false, "children": [ @@ -2004,7 +2004,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 310 + "lineNumber": 311 }, "deprecated": false, "isRequired": true @@ -2032,7 +2032,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 314 + "lineNumber": 315 }, "deprecated": false, "children": [ @@ -2048,7 +2048,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 314 + "lineNumber": 315 }, "deprecated": false, "isRequired": true @@ -2076,7 +2076,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 318 + "lineNumber": 319 }, "deprecated": false, "children": [ @@ -2092,7 +2092,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 318 + "lineNumber": 319 }, "deprecated": false, "isRequired": true @@ -2120,7 +2120,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 322 + "lineNumber": 323 }, "deprecated": false, "children": [ @@ -2136,7 +2136,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 322 + "lineNumber": 323 }, "deprecated": false, "isRequired": true @@ -2164,7 +2164,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 326 + "lineNumber": 327 }, "deprecated": false, "children": [ @@ -2180,7 +2180,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 326 + "lineNumber": 327 }, "deprecated": false, "isRequired": true @@ -2208,7 +2208,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 330 + "lineNumber": 331 }, "deprecated": false, "children": [], @@ -2226,7 +2226,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 344 + "lineNumber": 345 }, "deprecated": false, "children": [], @@ -2244,7 +2244,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 359 + "lineNumber": 360 }, "deprecated": false, "children": [], @@ -2262,7 +2262,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 366 + "lineNumber": 367 }, "deprecated": false, "children": [], @@ -2276,19 +2276,11 @@ "label": "getSearchSourceTimeFilter", "description": [], "signature": [ - "(forceNow?: Date | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - }, - "[] | { meta: { index: string | undefined; params: {}; alias: string; disabled: boolean; negate: boolean; }; query: { bool: { should: { bool: { filter: { range: { [x: string]: { gte: string; lte: string; }; }; }[]; }; }[]; minimum_should_match: number; }; }; }[]" + "(forceNow?: Date | undefined) => any[]" ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 370 + "lineNumber": 371 }, "deprecated": false, "children": [ @@ -2304,7 +2296,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 370 + "lineNumber": 371 }, "deprecated": false, "isRequired": false @@ -2340,7 +2332,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 423 + "lineNumber": 424 }, "deprecated": false, "children": [ @@ -2363,7 +2355,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 423 + "lineNumber": 424 }, "deprecated": false, "isRequired": true @@ -2391,7 +2383,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 442 + "lineNumber": 443 }, "deprecated": false, "children": [ @@ -2407,7 +2399,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 442 + "lineNumber": 443 }, "deprecated": false, "isRequired": true @@ -2439,7 +2431,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 457 + "lineNumber": 458 }, "deprecated": false, "children": [], @@ -2469,7 +2461,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 471 + "lineNumber": 472 }, "deprecated": false, "children": [ @@ -2487,7 +2479,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 471 + "lineNumber": 472 }, "deprecated": false, "isRequired": true @@ -2523,7 +2515,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 480 + "lineNumber": 481 }, "deprecated": false, "children": [ @@ -2547,7 +2539,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 480 + "lineNumber": 481 }, "deprecated": false, "isRequired": true @@ -2571,7 +2563,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 480 + "lineNumber": 481 }, "deprecated": false, "isRequired": false @@ -2770,7 +2762,7 @@ ], "source": { "path": "src/plugins/data/public/plugin.ts", - "lineNumber": 54 + "lineNumber": 55 }, "deprecated": false, "children": [ @@ -2786,7 +2778,7 @@ ], "source": { "path": "src/plugins/data/public/plugin.ts", - "lineNumber": 70 + "lineNumber": 71 }, "deprecated": false, "children": [ @@ -2805,11 +2797,11 @@ "section": "def-public.PluginInitializerContext", "text": "PluginInitializerContext" }, - "; }>; }>; autocomplete: Readonly<{} & { querySuggestions: Readonly<{} & { enabled: boolean; }>; valueSuggestions: Readonly<{} & { enabled: boolean; timeout: moment.Duration; terminateAfter: moment.Duration; }>; }>; }>>" + "; }>; }>; autocomplete: Readonly<{} & { querySuggestions: Readonly<{} & { enabled: boolean; }>; valueSuggestions: Readonly<{} & { enabled: boolean; timeout: moment.Duration; tiers: string[]; terminateAfter: moment.Duration; }>; }>; }>>" ], "source": { "path": "src/plugins/data/public/plugin.ts", - "lineNumber": 70 + "lineNumber": 71 }, "deprecated": false, "isRequired": true @@ -2856,7 +2848,7 @@ ], "source": { "path": "src/plugins/data/public/plugin.ts", - "lineNumber": 79 + "lineNumber": 81 }, "deprecated": false, "children": [ @@ -2889,7 +2881,7 @@ ], "source": { "path": "src/plugins/data/public/plugin.ts", - "lineNumber": 80 + "lineNumber": 82 }, "deprecated": false, "isRequired": true @@ -2906,7 +2898,7 @@ ], "source": { "path": "src/plugins/data/public/plugin.ts", - "lineNumber": 81 + "lineNumber": 83 }, "deprecated": false, "isRequired": true @@ -2943,7 +2935,7 @@ ], "source": { "path": "src/plugins/data/public/plugin.ts", - "lineNumber": 127 + "lineNumber": 136 }, "deprecated": false, "children": [ @@ -2965,7 +2957,7 @@ ], "source": { "path": "src/plugins/data/public/plugin.ts", - "lineNumber": 127 + "lineNumber": 136 }, "deprecated": false, "isRequired": true @@ -2982,7 +2974,7 @@ ], "source": { "path": "src/plugins/data/public/plugin.ts", - "lineNumber": 127 + "lineNumber": 136 }, "deprecated": false, "isRequired": true @@ -3002,7 +2994,7 @@ ], "source": { "path": "src/plugins/data/public/plugin.ts", - "lineNumber": 209 + "lineNumber": 218 }, "deprecated": false, "children": [], @@ -3102,6 +3094,24 @@ }, "deprecated": false }, + { + "parentPluginId": "data", + "id": "def-public.FieldFormat.hidden", + "type": "boolean", + "tags": [ + "property", + "static" + ], + "label": "hidden", + "description": [ + "\nHidden field formats can only be accessed directly by id,\nThey won't appear in field format editor UI,\nBut they can be accessed and used from code internally.\n" + ], + "source": { + "path": "src/plugins/data/common/field_formats/field_format.ts", + "lineNumber": 43 + }, + "deprecated": false + }, { "parentPluginId": "data", "id": "def-public.FieldFormat.title", @@ -3114,7 +3124,7 @@ "description": [], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 38 + "lineNumber": 50 }, "deprecated": false }, @@ -3133,7 +3143,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 44 + "lineNumber": 56 }, "deprecated": false }, @@ -3153,7 +3163,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 52 + "lineNumber": 64 }, "deprecated": false }, @@ -3173,7 +3183,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 60 + "lineNumber": 72 }, "deprecated": false }, @@ -3193,7 +3203,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 68 + "lineNumber": 80 }, "deprecated": false }, @@ -3212,7 +3222,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 74 + "lineNumber": 86 }, "deprecated": false }, @@ -3228,7 +3238,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 75 + "lineNumber": 87 }, "deprecated": false }, @@ -3244,7 +3254,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 77 + "lineNumber": 89 }, "deprecated": false }, @@ -3267,7 +3277,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 78 + "lineNumber": 90 }, "deprecated": false }, @@ -3283,7 +3293,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 80 + "lineNumber": 92 }, "deprecated": false, "children": [ @@ -3299,7 +3309,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 80 + "lineNumber": 92 }, "deprecated": false, "isRequired": true @@ -3323,7 +3333,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 80 + "lineNumber": 92 }, "deprecated": false, "isRequired": false @@ -3357,7 +3367,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 98 + "lineNumber": 110 }, "deprecated": false, "children": [ @@ -3373,7 +3383,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 99 + "lineNumber": 111 }, "deprecated": false, "isRequired": true @@ -3398,7 +3408,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 100 + "lineNumber": 112 }, "deprecated": false, "isRequired": true @@ -3417,7 +3427,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 101 + "lineNumber": 113 }, "deprecated": false, "isRequired": false @@ -3452,7 +3462,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 118 + "lineNumber": 130 }, "deprecated": false, "children": [ @@ -3474,7 +3484,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 119 + "lineNumber": 131 }, "deprecated": false, "isRequired": true @@ -3500,7 +3510,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 133 + "lineNumber": 145 }, "deprecated": false, "children": [], @@ -3524,7 +3534,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 144 + "lineNumber": 156 }, "deprecated": false, "children": [ @@ -3542,7 +3552,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 144 + "lineNumber": 156 }, "deprecated": false, "isRequired": true @@ -3566,7 +3576,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 161 + "lineNumber": 173 }, "deprecated": false, "children": [], @@ -3588,7 +3598,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 172 + "lineNumber": 184 }, "deprecated": false, "children": [], @@ -3609,7 +3619,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 193 + "lineNumber": 205 }, "deprecated": false, "children": [ @@ -3625,7 +3635,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 193 + "lineNumber": 205 }, "deprecated": false, "isRequired": true @@ -3646,7 +3656,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 197 + "lineNumber": 209 }, "deprecated": false, "children": [], @@ -3671,7 +3681,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 204 + "lineNumber": 216 }, "deprecated": false, "children": [ @@ -3687,7 +3697,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 204 + "lineNumber": 216 }, "deprecated": false, "isRequired": true @@ -5751,13 +5761,7 @@ "label": "subType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldSubType", - "text": "IFieldSubType" - }, + "IFieldSubType", " | undefined" ], "source": { @@ -5850,13 +5854,7 @@ "description": [], "signature": [ "() => { count: number; script: string | undefined; lang: \"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined; conflictDescriptions: Record | undefined; name: string; type: string; esTypes: string[] | undefined; scripted: boolean; searchable: boolean; aggregatable: boolean; readFromDocValues: boolean; subType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldSubType", - "text": "IFieldSubType" - }, + "IFieldSubType", " | undefined; customLabel: string | undefined; }" ], "source": { @@ -7322,7 +7320,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 127 + "lineNumber": 126 }, "deprecated": false, "children": [ @@ -7338,7 +7336,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 135 + "lineNumber": 134 }, "deprecated": false }, @@ -7354,7 +7352,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 139 + "lineNumber": 138 }, "deprecated": false, "children": [ @@ -7376,7 +7374,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 139 + "lineNumber": 138 }, "deprecated": false, "isRequired": true @@ -7399,7 +7397,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 139 + "lineNumber": 138 }, "deprecated": false, "isRequired": true @@ -7421,7 +7419,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 157 + "lineNumber": 156 }, "deprecated": false, "children": [ @@ -7437,7 +7435,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 157 + "lineNumber": 156 }, "deprecated": false, "isRequired": true @@ -7467,7 +7465,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 166 + "lineNumber": 165 }, "deprecated": false, "children": [ @@ -7485,7 +7483,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 166 + "lineNumber": 165 }, "deprecated": false, "isRequired": true @@ -7511,7 +7509,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 166 + "lineNumber": 165 }, "deprecated": false, "isRequired": true @@ -7533,7 +7531,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 178 + "lineNumber": 177 }, "deprecated": false, "children": [ @@ -7551,7 +7549,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 178 + "lineNumber": 177 }, "deprecated": false, "isRequired": true @@ -7583,7 +7581,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 189 + "lineNumber": 188 }, "deprecated": false, "children": [ @@ -7607,7 +7605,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 189 + "lineNumber": 188 }, "deprecated": false, "isRequired": true @@ -7629,7 +7627,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 197 + "lineNumber": 196 }, "deprecated": false, "children": [], @@ -7656,7 +7654,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 204 + "lineNumber": 203 }, "deprecated": false, "children": [], @@ -7684,7 +7682,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 211 + "lineNumber": 210 }, "deprecated": false, "children": [ @@ -7700,7 +7698,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 211 + "lineNumber": 210 }, "deprecated": false, "isRequired": true @@ -7717,7 +7715,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 211 + "lineNumber": 210 }, "deprecated": false, "isRequired": true @@ -7747,7 +7745,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 222 + "lineNumber": 221 }, "deprecated": false, "children": [ @@ -7763,7 +7761,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 222 + "lineNumber": 221 }, "deprecated": false, "isRequired": true @@ -7792,7 +7790,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 229 + "lineNumber": 228 }, "deprecated": true, "references": [ @@ -7835,7 +7833,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 236 + "lineNumber": 235 }, "deprecated": false, "children": [], @@ -7862,7 +7860,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 250 + "lineNumber": 249 }, "deprecated": false, "children": [ @@ -7878,7 +7876,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 250 + "lineNumber": 249 }, "deprecated": false, "isRequired": true @@ -7918,7 +7916,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 262 + "lineNumber": 261 }, "deprecated": false, "children": [ @@ -7944,7 +7942,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 262 + "lineNumber": 261 }, "deprecated": false, "isRequired": false @@ -7969,7 +7967,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 262 + "lineNumber": 261 }, "deprecated": false, "isRequired": true @@ -8003,7 +8001,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 272 + "lineNumber": 271 }, "deprecated": false, "children": [], @@ -8043,7 +8041,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 280 + "lineNumber": 279 }, "deprecated": false, "children": [ @@ -8065,7 +8063,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 281 + "lineNumber": 280 }, "deprecated": false, "isRequired": true @@ -8099,7 +8097,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 318 + "lineNumber": 319 }, "deprecated": true, "references": [ @@ -8158,7 +8156,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 318 + "lineNumber": 319 }, "deprecated": false, "isRequired": true @@ -8198,7 +8196,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 331 + "lineNumber": 332 }, "deprecated": false, "children": [ @@ -8230,7 +8228,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 332 + "lineNumber": 333 }, "deprecated": false, "isRequired": true @@ -8252,7 +8250,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 340 + "lineNumber": 341 }, "deprecated": false, "children": [], @@ -8274,7 +8272,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 348 + "lineNumber": 349 }, "deprecated": false, "children": [], @@ -8301,7 +8299,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 848 + "lineNumber": 849 }, "deprecated": false, "children": [ @@ -8317,7 +8315,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 848 + "lineNumber": 849 }, "deprecated": false, "isRequired": true @@ -8341,7 +8339,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 877 + "lineNumber": 878 }, "deprecated": false, "children": [], @@ -8357,47 +8355,66 @@ "id": "def-public.castEsToKbnFieldTypeName", "type": "Function", "tags": [ - "return" + "deprecated" ], "label": "castEsToKbnFieldTypeName", - "description": [ - "\n Get the KbnFieldType name for an esType string\n" - ], + "description": [], "signature": [ "(esType: string) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_types.ts", - "lineNumber": 39 + "path": "src/plugins/data/common/kbn_field_types/index.ts", + "lineNumber": 22 }, - "deprecated": false, + "deprecated": true, + "removeBy": "8.0", + "references": [ + { + "plugin": "indexPatternFieldEditor", + "link": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx", + "lineNumber": 22 + } + }, + { + "plugin": "indexPatternFieldEditor", + "link": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx", + "lineNumber": 83 + } + }, + { + "plugin": "savedObjectsManagement", + "link": { + "path": "src/plugins/saved_objects_management/public/lib/create_field_list.ts", + "lineNumber": 11 + } + }, + { + "plugin": "savedObjectsManagement", + "link": { + "path": "src/plugins/saved_objects_management/public/lib/create_field_list.ts", + "lineNumber": 94 + } + } + ], + "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-public.castEsToKbnFieldTypeName.$1", + "id": "def-public.esType", "type": "string", "tags": [], "label": "esType", "description": [], - "signature": [ - "string" - ], "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_types.ts", - "lineNumber": 39 + "path": "node_modules/@kbn/field-types/target_types/kbn_field_types.d.ts", + "lineNumber": 22 }, - "deprecated": false, - "isRequired": true + "deprecated": false } ], - "returnComment": [], "initialIsOpen": false }, { @@ -8537,27 +8554,65 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "data", + "id": "def-public.getEsQueryConfig", + "type": "Function", + "tags": [], + "label": "getEsQueryConfig", + "description": [], + "signature": [ + "(config: KibanaConfig) => ", + "EsQueryConfig" + ], + "source": { + "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "lineNumber": 16 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.getEsQueryConfig.$1", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "KibanaConfig" + ], + "source": { + "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "lineNumber": 16 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-public.getKbnTypeNames", "type": "Function", "tags": [ - "return" + "deprecated" ], "label": "getKbnTypeNames", - "description": [ - "\n Get the esTypes known by all kbnFieldTypes\n" - ], + "description": [], "signature": [ "() => string[]" ], "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_types.ts", - "lineNumber": 30 + "path": "src/plugins/data/common/kbn_field_types/index.ts", + "lineNumber": 40 }, - "deprecated": false, - "children": [], + "deprecated": true, + "removeBy": "8.0", + "references": [], "returnComment": [], + "children": [], "initialIsOpen": false }, { @@ -8699,19 +8754,11 @@ "section": "def-common.TimeRange", "text": "TimeRange" }, - ", options: { forceNow?: Date | undefined; fieldName?: string | undefined; } | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - }, - " | undefined" + ", options: { forceNow?: Date | undefined; fieldName?: string | undefined; } | undefined) => any" ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 37 + "lineNumber": 38 }, "deprecated": false, "children": [ @@ -8734,7 +8781,7 @@ ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 38 + "lineNumber": 39 }, "deprecated": false, "isRequired": false @@ -8757,7 +8804,7 @@ ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 39 + "lineNumber": 40 }, "deprecated": false, "isRequired": true @@ -8771,7 +8818,7 @@ "description": [], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 40 + "lineNumber": 41 }, "deprecated": false, "children": [ @@ -8787,7 +8834,7 @@ ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 40 + "lineNumber": 41 }, "deprecated": false }, @@ -8803,7 +8850,7 @@ ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 40 + "lineNumber": 41 }, "deprecated": false } @@ -9004,28 +9051,25 @@ "parentPluginId": "data", "id": "def-public.isFilter", "type": "Function", - "tags": [], + "tags": [ + "deprecated" + ], "label": "isFilter", "description": [], "signature": [ - "(x: unknown) => x is ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } + "(x: unknown) => x is any" ], "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 104 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 77 }, - "deprecated": false, + "deprecated": true, + "references": [], + "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-public.isFilter.$1", + "id": "def-public.x", "type": "Unknown", "tags": [], "label": "x", @@ -9034,43 +9078,52 @@ "unknown" ], "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 104 + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 46 }, - "deprecated": false, - "isRequired": true + "deprecated": false } ], - "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "data", "id": "def-public.isFilters", "type": "Function", - "tags": [], + "tags": [ + "deprecated" + ], "label": "isFilters", "description": [], "signature": [ - "(x: unknown) => x is ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "(x: unknown) => x is any[]" ], "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 111 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 138 }, - "deprecated": false, + "deprecated": true, + "references": [ + { + "plugin": "dashboardEnhanced", + "link": { + "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx", + "lineNumber": 15 + } + }, + { + "plugin": "dashboardEnhanced", + "link": { + "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx", + "lineNumber": 70 + } + } + ], + "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-public.isFilters.$1", + "id": "def-public.x", "type": "Unknown", "tags": [], "label": "x", @@ -9079,14 +9132,12 @@ "unknown" ], "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 111 + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 47 }, - "deprecated": false, - "isRequired": true + "deprecated": false } ], - "returnComment": [], "initialIsOpen": false }, { @@ -9151,14 +9202,7 @@ "label": "isQuery", "description": [], "signature": [ - "(x: unknown) => x is ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - } + "(x: unknown) => x is any" ], "source": { "path": "src/plugins/data/common/query/is_query.ts", @@ -9288,7 +9332,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 196 + "lineNumber": 195 }, "deprecated": false, "children": [ @@ -9317,219 +9361,71 @@ "section": "def-common.BUCKET_TYPES", "text": "BUCKET_TYPES" }, - ".FILTER>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ geo_bounding_box?: string | undefined; filter?: string | undefined; }, \"geo_bounding_box\"> & Pick<{ geo_bounding_box?: string | undefined; filter?: string | undefined; }, \"filter\">, \"enabled\" | \"id\" | \"filter\" | \"customLabel\" | \"schema\" | \"geo_bounding_box\" | \"json\" | \"timeShift\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 197 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggFilters", - "type": "Object", - "tags": [], - "label": "aggFilters", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggFilters\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ geo_bounding_box?: ({ type: \"geo_bounding_box\"; } & GeoBox) | ({ type: \"geo_bounding_box\"; } & { top_left: ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.BUCKET_TYPES", - "text": "BUCKET_TYPES" - }, - ".FILTERS>, \"enabled\" | \"id\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ filters?: string | undefined; }, \"filters\"> & Pick<{ filters?: string | undefined; }, never>, \"enabled\" | \"filters\" | \"id\" | \"schema\" | \"json\" | \"timeShift\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 198 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggSignificantTerms", - "type": "Object", - "tags": [], - "label": "aggSignificantTerms", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggSignificantTerms\", any, ", - "AggExpressionFunctionArgs", - "<", + "; bottom_right: ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.BUCKET_TYPES", - "text": "BUCKET_TYPES" - }, - ".SIGNIFICANT_TERMS>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 199 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggIpRange", - "type": "Object", - "tags": [], - "label": "aggIpRange", - "description": [], - "signature": [ + "; }) | ({ type: \"geo_bounding_box\"; } & { top_right: ", { - "pluginId": "expressions", + "pluginId": "data", "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - "<\"aggIpRange\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\"> & Pick<{ ranges?: string | undefined; ipRangeType?: string | undefined; }, \"ipRangeType\" | \"ranges\"> & Pick<{ ranges?: string | undefined; ipRangeType?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ipRangeType\" | \"ranges\">, ", - "AggExpressionType", - ", ", + "; }) | ({ type: \"geo_bounding_box\"; } & WellKnownText) | undefined; filter?: any; }, \"filter\" | \"geo_bounding_box\"> & Pick<{ geo_bounding_box?: ({ type: \"geo_bounding_box\"; } & GeoBox) | ({ type: \"geo_bounding_box\"; } & { top_left: ", { - "pluginId": "expressions", + "pluginId": "data", "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - "<", + "; bottom_right: ", { - "pluginId": "inspector", + "pluginId": "data", "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 200 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggDateRange", - "type": "Object", - "tags": [], - "label": "aggDateRange", - "description": [], - "signature": [ + "; }) | ({ type: \"geo_bounding_box\"; } & { top_right: ", { - "pluginId": "expressions", + "pluginId": "data", "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - "<\"aggDateRange\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\"> & Pick<{ ranges?: string | undefined; }, \"ranges\"> & Pick<{ ranges?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ranges\" | \"time_zone\">, ", + "; }) | ({ type: \"geo_bounding_box\"; } & WellKnownText) | undefined; filter?: any; }, never>, \"enabled\" | \"id\" | \"filter\" | \"customLabel\" | \"schema\" | \"geo_bounding_box\" | \"json\" | \"timeShift\">, ", "AggExpressionType", ", ", { @@ -9553,16 +9449,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 201 + "lineNumber": 196 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggRange", + "id": "def-public.AggFunctionsMapping.aggFilters", "type": "Object", "tags": [], - "label": "aggRange", + "label": "aggFilters", "description": [], "signature": [ { @@ -9572,7 +9468,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggRange\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\"> & Pick<{ ranges?: string | undefined; }, \"ranges\"> & Pick<{ ranges?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ranges\">, ", + ".FILTERS>, \"enabled\" | \"id\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ filters?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"kibana_query_filter\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.QueryFilter", + "text": "QueryFilter" + }, + ">[] | undefined; }, \"filters\"> & Pick<{ filters?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"kibana_query_filter\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.QueryFilter", + "text": "QueryFilter" + }, + ">[] | undefined; }, never>, \"enabled\" | \"filters\" | \"id\" | \"schema\" | \"json\" | \"timeShift\">, ", "AggExpressionType", ", ", { @@ -9606,16 +9534,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 202 + "lineNumber": 197 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggGeoTile", + "id": "def-public.AggFunctionsMapping.aggSignificantTerms", "type": "Object", "tags": [], - "label": "aggGeoTile", + "label": "aggSignificantTerms", "description": [], "signature": [ { @@ -9625,7 +9553,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggGeoTile\", any, ", + "<\"aggSignificantTerms\", any, ", "AggExpressionFunctionArgs", "<", { @@ -9635,7 +9563,7 @@ "section": "def-common.BUCKET_TYPES", "text": "BUCKET_TYPES" }, - ".GEOTILE_GRID>, ", + ".SIGNIFICANT_TERMS>, ", "AggExpressionType", ", ", { @@ -9659,16 +9587,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 203 + "lineNumber": 198 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggGeoHash", + "id": "def-public.AggFunctionsMapping.aggIpRange", "type": "Object", "tags": [], - "label": "aggGeoHash", + "label": "aggIpRange", "description": [], "signature": [ { @@ -9678,7 +9606,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggGeoHash\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"autoPrecision\" | \"precision\" | \"useGeocentroid\" | \"isFilteredByCollar\"> & Pick<{ boundingBox?: string | undefined; }, \"boundingBox\"> & Pick<{ boundingBox?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"autoPrecision\" | \"precision\" | \"useGeocentroid\" | \"isFilteredByCollar\" | \"boundingBox\">, ", + ".IP_RANGE>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\"> & Pick<{ ranges?: (", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"cidr\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.Cidr", + "text": "Cidr" + }, + "> | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"ip_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpRange", + "text": "IpRange" + }, + ">)[] | undefined; ipRangeType?: string | undefined; }, \"ipRangeType\" | \"ranges\"> & Pick<{ ranges?: (", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"cidr\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.Cidr", + "text": "Cidr" + }, + "> | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"ip_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpRange", + "text": "IpRange" + }, + ">)[] | undefined; ipRangeType?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ipRangeType\" | \"ranges\">, ", "AggExpressionType", ", ", { @@ -9712,16 +9704,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 204 + "lineNumber": 199 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggHistogram", + "id": "def-public.AggFunctionsMapping.aggDateRange", "type": "Object", "tags": [], - "label": "aggHistogram", + "label": "aggDateRange", "description": [], "signature": [ { @@ -9731,7 +9723,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggHistogram\", any, Pick, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"used_interval\" | \"maxBars\" | \"intervalBase\" | \"min_doc_count\" | \"has_extended_bounds\"> & Pick<{ extended_bounds?: string | undefined; }, \"extended_bounds\"> & Pick<{ extended_bounds?: string | undefined; }, never>, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"used_interval\" | \"maxBars\" | \"intervalBase\" | \"min_doc_count\" | \"has_extended_bounds\" | \"extended_bounds\">, ", + ".DATE_RANGE>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\"> & Pick<{ ranges?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"date_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.DateRange", + "text": "DateRange" + }, + ">[] | undefined; }, \"ranges\"> & Pick<{ ranges?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"date_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.DateRange", + "text": "DateRange" + }, + ">[] | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ranges\" | \"time_zone\">, ", "AggExpressionType", ", ", { @@ -9765,16 +9789,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 205 + "lineNumber": 200 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggDateHistogram", + "id": "def-public.AggFunctionsMapping.aggRange", "type": "Object", "tags": [], - "label": "aggDateHistogram", + "label": "aggRange", "description": [], "signature": [ { @@ -9784,7 +9808,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggDateHistogram\", any, Pick, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\" | \"used_interval\" | \"min_doc_count\" | \"useNormalizedEsInterval\" | \"scaleMetricValues\" | \"used_time_zone\" | \"drop_partials\" | \"format\"> & Pick<{ timeRange?: string | undefined; extended_bounds?: string | undefined; }, \"timeRange\" | \"extended_bounds\"> & Pick<{ timeRange?: string | undefined; extended_bounds?: string | undefined; }, never>, \"enabled\" | \"interval\" | \"timeRange\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\" | \"used_interval\" | \"min_doc_count\" | \"extended_bounds\" | \"useNormalizedEsInterval\" | \"scaleMetricValues\" | \"used_time_zone\" | \"drop_partials\" | \"format\">, ", + ".RANGE>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\"> & Pick<{ ranges?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"numerical_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.NumericalRange", + "text": "NumericalRange" + }, + ">[] | undefined; }, \"ranges\"> & Pick<{ ranges?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"numerical_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.NumericalRange", + "text": "NumericalRange" + }, + ">[] | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ranges\">, ", "AggExpressionType", ", ", { @@ -9818,16 +9874,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 206 + "lineNumber": 201 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggTerms", + "id": "def-public.AggFunctionsMapping.aggGeoTile", "type": "Object", "tags": [], - "label": "aggTerms", + "label": "aggGeoTile", "description": [], "signature": [ { @@ -9837,7 +9893,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggTerms\", any, Pick, \"enabled\" | \"id\" | \"size\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"orderBy\" | \"order\" | \"missingBucket\" | \"missingBucketLabel\" | \"otherBucket\" | \"otherBucketLabel\" | \"exclude\" | \"include\"> & Pick<{ orderAgg?: ", - "AggExpressionType", - " | undefined; }, \"orderAgg\"> & Pick<{ orderAgg?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"size\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"orderBy\" | \"orderAgg\" | \"order\" | \"missingBucket\" | \"missingBucketLabel\" | \"otherBucket\" | \"otherBucketLabel\" | \"exclude\" | \"include\">, ", + ".GEOTILE_GRID>, ", "AggExpressionType", ", ", { @@ -9875,16 +9927,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 207 + "lineNumber": 202 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggAvg", + "id": "def-public.AggFunctionsMapping.aggGeoHash", "type": "Object", "tags": [], - "label": "aggAvg", + "label": "aggGeoHash", "description": [], "signature": [ { @@ -9894,17 +9946,81 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggAvg\", any, ", + "<\"aggGeoHash\", any, Pick, ", + ".GEOHASH_GRID>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"autoPrecision\" | \"precision\" | \"useGeocentroid\" | \"isFilteredByCollar\"> & Pick<{ boundingBox?: ({ type: \"geo_bounding_box\"; } & GeoBox) | ({ type: \"geo_bounding_box\"; } & { top_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & { top_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & WellKnownText) | undefined; }, \"boundingBox\"> & Pick<{ boundingBox?: ({ type: \"geo_bounding_box\"; } & GeoBox) | ({ type: \"geo_bounding_box\"; } & { top_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & { top_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & WellKnownText) | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"autoPrecision\" | \"precision\" | \"useGeocentroid\" | \"isFilteredByCollar\" | \"boundingBox\">, ", "AggExpressionType", ", ", { @@ -9928,16 +10044,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 208 + "lineNumber": 203 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggBucketAvg", + "id": "def-public.AggFunctionsMapping.aggHistogram", "type": "Object", "tags": [], - "label": "aggBucketAvg", + "label": "aggHistogram", "description": [], "signature": [ { @@ -9947,25 +10063,49 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggBucketAvg\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", + ".HISTOGRAM>, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"used_interval\" | \"maxBars\" | \"intervalBase\" | \"min_doc_count\" | \"has_extended_bounds\"> & Pick<{ extended_bounds?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"extended_bounds\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + "> | undefined; }, \"extended_bounds\"> & Pick<{ extended_bounds?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"extended_bounds\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + "> | undefined; }, never>, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"used_interval\" | \"maxBars\" | \"intervalBase\" | \"min_doc_count\" | \"has_extended_bounds\" | \"extended_bounds\">, ", "AggExpressionType", ", ", { @@ -9989,16 +10129,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 209 + "lineNumber": 204 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggBucketMax", + "id": "def-public.AggFunctionsMapping.aggDateHistogram", "type": "Object", "tags": [], - "label": "aggBucketMax", + "label": "aggDateHistogram", "description": [], "signature": [ { @@ -10008,25 +10148,81 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggBucketMax\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", + ".DATE_HISTOGRAM>, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\" | \"used_interval\" | \"min_doc_count\" | \"useNormalizedEsInterval\" | \"scaleMetricValues\" | \"used_time_zone\" | \"drop_partials\" | \"format\"> & Pick<{ timeRange?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"timerange\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + "> | undefined; extended_bounds?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"extended_bounds\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + "> | undefined; }, \"timeRange\" | \"extended_bounds\"> & Pick<{ timeRange?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"timerange\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + "> | undefined; extended_bounds?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"extended_bounds\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + "> | undefined; }, never>, \"enabled\" | \"interval\" | \"timeRange\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\" | \"used_interval\" | \"min_doc_count\" | \"extended_bounds\" | \"useNormalizedEsInterval\" | \"scaleMetricValues\" | \"used_time_zone\" | \"drop_partials\" | \"format\">, ", "AggExpressionType", ", ", { @@ -10050,16 +10246,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 210 + "lineNumber": 205 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggBucketMin", + "id": "def-public.AggFunctionsMapping.aggTerms", "type": "Object", "tags": [], - "label": "aggBucketMin", + "label": "aggTerms", "description": [], "signature": [ { @@ -10069,25 +10265,21 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggBucketMin\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", + ".TERMS>, \"enabled\" | \"id\" | \"size\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"orderBy\" | \"order\" | \"missingBucket\" | \"missingBucketLabel\" | \"otherBucket\" | \"otherBucketLabel\" | \"exclude\" | \"include\"> & Pick<{ orderAgg?: ", "AggExpressionType", - " | undefined; customMetric?: ", + " | undefined; }, \"orderAgg\"> & Pick<{ orderAgg?: ", "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", + " | undefined; }, never>, \"enabled\" | \"id\" | \"size\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"orderBy\" | \"orderAgg\" | \"order\" | \"missingBucket\" | \"missingBucketLabel\" | \"otherBucket\" | \"otherBucketLabel\" | \"exclude\" | \"include\">, ", "AggExpressionType", ", ", { @@ -10111,16 +10303,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 211 + "lineNumber": 206 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggBucketSum", + "id": "def-public.AggFunctionsMapping.aggAvg", "type": "Object", "tags": [], - "label": "aggBucketSum", + "label": "aggAvg", "description": [], "signature": [ { @@ -10130,7 +10322,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggBucketSum\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", + ".AVG>, ", "AggExpressionType", ", ", { @@ -10172,16 +10356,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 212 + "lineNumber": 207 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggFilteredMetric", + "id": "def-public.AggFunctionsMapping.aggBucketAvg", "type": "Object", "tags": [], - "label": "aggFilteredMetric", + "label": "aggBucketAvg", "description": [], "signature": [ { @@ -10191,7 +10375,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggFilteredMetric\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", + ".AVG_BUCKET>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", "AggExpressionType", " | undefined; customMetric?: ", "AggExpressionType", @@ -10233,16 +10417,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 213 + "lineNumber": 208 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggCardinality", + "id": "def-public.AggFunctionsMapping.aggBucketMax", "type": "Object", "tags": [], - "label": "aggCardinality", + "label": "aggBucketMax", "description": [], "signature": [ { @@ -10252,7 +10436,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggCardinality\", any, ", + "<\"aggBucketMax\", any, Pick, ", + ".MAX_BUCKET>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", "AggExpressionType", ", ", { @@ -10286,16 +10478,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 214 + "lineNumber": 209 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggCount", + "id": "def-public.AggFunctionsMapping.aggBucketMin", "type": "Object", "tags": [], - "label": "aggCount", + "label": "aggBucketMin", "description": [], "signature": [ { @@ -10305,7 +10497,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggCount\", any, ", + "<\"aggBucketMin\", any, Pick, ", + ".MIN_BUCKET>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", "AggExpressionType", ", ", { @@ -10339,16 +10539,16 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 215 + "lineNumber": 210 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-public.AggFunctionsMapping.aggCumulativeSum", + "id": "def-public.AggFunctionsMapping.aggBucketSum", "type": "Object", "tags": [], - "label": "aggCumulativeSum", + "label": "aggBucketSum", "description": [], "signature": [ { @@ -10358,7 +10558,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"aggCumulativeSum\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"buckets_path\" | \"metricAgg\"> & Pick<{ customMetric?: ", + ".SUM_BUCKET>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", "AggExpressionType", - " | undefined; }, \"customMetric\"> & Pick<{ customMetric?: ", + " | undefined; customMetric?: ", "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"buckets_path\" | \"metricAgg\">, ", + " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", "AggExpressionType", ", ", { @@ -10396,7 +10600,231 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 216 + "lineNumber": 211 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.AggFunctionsMapping.aggFilteredMetric", + "type": "Object", + "tags": [], + "label": "aggFilteredMetric", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggFilteredMetric\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 212 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.AggFunctionsMapping.aggCardinality", + "type": "Object", + "tags": [], + "label": "aggCardinality", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggCardinality\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".CARDINALITY>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 213 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.AggFunctionsMapping.aggCount", + "type": "Object", + "tags": [], + "label": "aggCount", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggCount\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".COUNT>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 214 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.AggFunctionsMapping.aggCumulativeSum", + "type": "Object", + "tags": [], + "label": "aggCumulativeSum", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggCumulativeSum\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"buckets_path\" | \"metricAgg\"> & Pick<{ customMetric?: ", + "AggExpressionType", + " | undefined; }, \"customMetric\"> & Pick<{ customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"buckets_path\" | \"metricAgg\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 215 }, "deprecated": false }, @@ -10453,7 +10881,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 217 + "lineNumber": 216 }, "deprecated": false }, @@ -10506,7 +10934,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 218 + "lineNumber": 217 }, "deprecated": false }, @@ -10559,7 +10987,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 219 + "lineNumber": 218 }, "deprecated": false }, @@ -10612,7 +11040,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 220 + "lineNumber": 219 }, "deprecated": false }, @@ -10665,7 +11093,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 221 + "lineNumber": 220 }, "deprecated": false }, @@ -10718,7 +11146,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 222 + "lineNumber": 221 }, "deprecated": false }, @@ -10771,7 +11199,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 223 + "lineNumber": 222 }, "deprecated": false }, @@ -10828,7 +11256,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 224 + "lineNumber": 223 }, "deprecated": false }, @@ -10881,7 +11309,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 225 + "lineNumber": 224 }, "deprecated": false }, @@ -10934,7 +11362,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 226 + "lineNumber": 225 }, "deprecated": false }, @@ -10991,7 +11419,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 227 + "lineNumber": 226 }, "deprecated": false }, @@ -11044,7 +11472,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 228 + "lineNumber": 227 }, "deprecated": false }, @@ -11097,7 +11525,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 229 + "lineNumber": 228 }, "deprecated": false }, @@ -11150,7 +11578,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 230 + "lineNumber": 229 }, "deprecated": false } @@ -11270,14 +11698,7 @@ "label": "filters", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "any[]" ], "source": { "path": "src/plugins/data/public/actions/apply_filter_action.ts", @@ -11361,15 +11782,7 @@ "signature": [ "({ data, negate, }: ", "ValueClickDataContext", - ") => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]>" + ") => Promise" ], "source": { "path": "src/plugins/data/public/types.ts", @@ -11406,15 +11819,7 @@ "signature": [ "(event: ", "RangeSelectDataContext", - ") => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]>" + ") => Promise" ], "source": { "path": "src/plugins/data/public/types.ts", @@ -11526,80 +11931,6 @@ ], "initialIsOpen": false }, - { - "parentPluginId": "data", - "id": "def-public.EsQueryConfig", - "type": "Interface", - "tags": [], - "label": "EsQueryConfig", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 17 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.EsQueryConfig.allowLeadingWildcards", - "type": "boolean", - "tags": [], - "label": "allowLeadingWildcards", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 18 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.EsQueryConfig.queryStringOptions", - "type": "Object", - "tags": [], - "label": "queryStringOptions", - "description": [], - "signature": [ - "{ [x: string]: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 19 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.EsQueryConfig.ignoreFilterIfFieldNotInIndex", - "type": "boolean", - "tags": [], - "label": "ignoreFilterIfFieldNotInIndex", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 20 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.EsQueryConfig.dateFormatTZ", - "type": "string", - "tags": [], - "label": "dateFormatTZ", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 21 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, { "parentPluginId": "data", "id": "def-public.FieldFormatConfig", @@ -11922,54 +12253,6 @@ ], "initialIsOpen": false }, - { - "parentPluginId": "data", - "id": "def-public.IFieldSubType", - "type": "Interface", - "tags": [], - "label": "IFieldSubType", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 153 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.IFieldSubType.multi", - "type": "Object", - "tags": [], - "label": "multi", - "description": [], - "signature": [ - "{ parent: string; } | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 154 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.IFieldSubType.nested", - "type": "Object", - "tags": [], - "label": "nested", - "description": [], - "signature": [ - "{ path: string; } | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 155 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, { "parentPluginId": "data", "id": "def-public.IFieldType", @@ -11979,6 +12262,17 @@ ], "label": "IFieldType", "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + " extends ", + "IndexPatternFieldBase" + ], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 15 @@ -11992,6 +12286,27 @@ "lineNumber": 104 } }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", + "lineNumber": 10 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", + "lineNumber": 33 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", + "lineNumber": 51 + } + }, { "plugin": "maps", "link": { @@ -12370,6 +12685,174 @@ "lineNumber": 222 } }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx", + "lineNumber": 23 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx", + "lineNumber": 56 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx", + "lineNumber": 29 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx", + "lineNumber": 16 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx", + "lineNumber": 18 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx", + "lineNumber": 32 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx", + "lineNumber": 25 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx", + "lineNumber": 45 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx", + "lineNumber": 436 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx", + "lineNumber": 10 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx", + "lineNumber": 15 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx", + "lineNumber": 9 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx", + "lineNumber": 22 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", + "lineNumber": 23 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", + "lineNumber": 57 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", + "lineNumber": 85 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", + "lineNumber": 85 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", + "lineNumber": 93 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", + "lineNumber": 119 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx", + "lineNumber": 37 + } + }, { "plugin": "infra", "link": { @@ -12398,174 +12881,6 @@ "lineNumber": 49 } }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx", - "lineNumber": 23 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx", - "lineNumber": 56 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx", - "lineNumber": 11 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx", - "lineNumber": 29 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx", - "lineNumber": 11 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx", - "lineNumber": 16 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx", - "lineNumber": 18 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx", - "lineNumber": 32 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx", - "lineNumber": 25 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx", - "lineNumber": 45 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx", - "lineNumber": 11 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx", - "lineNumber": 436 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx", - "lineNumber": 10 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx", - "lineNumber": 15 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx", - "lineNumber": 9 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx", - "lineNumber": 22 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", - "lineNumber": 23 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", - "lineNumber": 57 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", - "lineNumber": 85 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", - "lineNumber": 85 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", - "lineNumber": 93 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", - "lineNumber": 119 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx", - "lineNumber": 12 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx", - "lineNumber": 37 - } - }, { "plugin": "infra", "link": { @@ -12580,27 +12895,6 @@ "lineNumber": 21 } }, - { - "plugin": "fleet", - "link": { - "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", - "lineNumber": 10 - } - }, - { - "plugin": "fleet", - "link": { - "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", - "lineNumber": 33 - } - }, - { - "plugin": "fleet", - "link": { - "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", - "lineNumber": 51 - } - }, { "plugin": "fleet", "link": { @@ -12692,20 +12986,6 @@ "lineNumber": 66 } }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts", - "lineNumber": 10 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts", - "lineNumber": 18 - } - }, { "plugin": "maps", "link": { @@ -13168,6 +13448,20 @@ "lineNumber": 53 } }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", + "lineNumber": 8 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", + "lineNumber": 60 + } + }, { "plugin": "maps", "link": { @@ -13234,24824 +13528,13349 @@ { "plugin": "lens", "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", - "lineNumber": 8 + "path": "x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts", + "lineNumber": 1 } }, { "plugin": "lens", "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", - "lineNumber": 60 + "path": "x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts", + "lineNumber": 22 } }, { - "plugin": "lens", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 11 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 23 } }, { - "plugin": "lens", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 141 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 67 } }, { - "plugin": "lens", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 250 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 68 } }, { - "plugin": "lens", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 290 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 77 } }, { - "plugin": "lens", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 332 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 87 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 19 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 15 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 30 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 21 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 54 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 26 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 84 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 26 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 150 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 52 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 11 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 19 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 26 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 53 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 28 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 68 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 57 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 69 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 95 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 78 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 96 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 87 } }, { - "plugin": "lists", + "plugin": "maps", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 101 + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts", + "lineNumber": 10 } }, { - "plugin": "lists", + "plugin": "maps", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 114 + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts", + "lineNumber": 12 } + } + ], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.IFieldType.count", + "type": "number", + "tags": [], + "label": "count", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 16 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 121 - } + "parentPluginId": "data", + "id": "def-public.IFieldType.esTypes", + "type": "Array", + "tags": [], + "label": "esTypes", + "description": [], + "signature": [ + "string[] | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 19 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 125 - } + "parentPluginId": "data", + "id": "def-public.IFieldType.aggregatable", + "type": "CompoundType", + "tags": [], + "label": "aggregatable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 20 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 125 - } + "parentPluginId": "data", + "id": "def-public.IFieldType.filterable", + "type": "CompoundType", + "tags": [], + "label": "filterable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 21 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 130 - } + "parentPluginId": "data", + "id": "def-public.IFieldType.searchable", + "type": "CompoundType", + "tags": [], + "label": "searchable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 22 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 131 - } + "parentPluginId": "data", + "id": "def-public.IFieldType.sortable", + "type": "CompoundType", + "tags": [], + "label": "sortable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 23 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 133 - } + "parentPluginId": "data", + "id": "def-public.IFieldType.visualizable", + "type": "CompoundType", + "tags": [], + "label": "visualizable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 24 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 134 - } + "parentPluginId": "data", + "id": "def-public.IFieldType.readFromDocValues", + "type": "CompoundType", + "tags": [], + "label": "readFromDocValues", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 25 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/operator.tsx", - "lineNumber": 11 - } + "parentPluginId": "data", + "id": "def-public.IFieldType.displayName", + "type": "string", + "tags": [], + "label": "displayName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 26 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/operator.tsx", + "parentPluginId": "data", + "id": "def-public.IFieldType.customLabel", + "type": "string", + "tags": [], + "label": "customLabel", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 27 - } + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 13 - } + "parentPluginId": "data", + "id": "def-public.IFieldType.format", + "type": "Any", + "tags": [], + "label": "format", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 28 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 16 - } - }, + "parentPluginId": "data", + "id": "def-public.IFieldType.toSpec", + "type": "Function", + "tags": [], + "label": "toSpec", + "description": [], + "signature": [ + "((options?: { getFormatterForField?: ((field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + ") => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + }, + ") | undefined; } | undefined) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + ") | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 29 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IIndexPattern", + "type": "Interface", + "tags": [ + "deprecated" + ], + "label": "IIndexPattern", + "description": [], + "signature": [ { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 32 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPattern", + "text": "IIndexPattern" }, + " extends ", + "IndexPatternBase" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 33 + }, + "deprecated": true, + "references": [ { - "plugin": "lists", + "plugin": "savedObjects", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx", - "lineNumber": 19 + "path": "src/plugins/saved_objects/public/types.ts", + "lineNumber": 18 } }, { - "plugin": "lists", + "plugin": "savedObjects", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx", - "lineNumber": 36 + "path": "src/plugins/saved_objects/public/types.ts", + "lineNumber": 37 } }, { - "plugin": "lists", + "plugin": "savedObjects", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx", - "lineNumber": 13 + "path": "src/plugins/saved_objects/public/types.ts", + "lineNumber": 85 } }, { - "plugin": "lists", + "plugin": "discover", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx", - "lineNumber": 23 + "path": "src/plugins/discover/public/kibana_services.ts", + "lineNumber": 101 } }, { - "plugin": "lists", + "plugin": "discover", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_lists.tsx", - "lineNumber": 14 + "path": "src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx", + "lineNumber": 15 } }, { - "plugin": "lists", + "plugin": "discover", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_lists.tsx", - "lineNumber": 29 + "path": "src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx", + "lineNumber": 25 } }, { - "plugin": "lists", + "plugin": "discover", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 31 + "path": "src/plugins/discover/public/application/embeddable/types.ts", + "lineNumber": 16 } }, { - "plugin": "lists", + "plugin": "discover", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 91 + "path": "src/plugins/discover/public/application/embeddable/types.ts", + "lineNumber": 30 } }, { - "plugin": "securitySolution", + "plugin": "savedObjectsManagement", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/types.ts", - "lineNumber": 9 + "path": "src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx", + "lineNumber": 37 } }, { - "plugin": "securitySolution", + "plugin": "savedObjectsManagement", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/types.ts", - "lineNumber": 13 + "path": "src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx", + "lineNumber": 89 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/types.ts", - "lineNumber": 15 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", + "lineNumber": 25 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx", - "lineNumber": 12 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", + "lineNumber": 102 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx", - "lineNumber": 90 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", + "lineNumber": 47 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx", - "lineNumber": 113 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", + "lineNumber": 172 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 19 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", + "lineNumber": 43 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 30 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", + "lineNumber": 97 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 54 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", + "lineNumber": 167 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 84 + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 15 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 150 + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 86 } }, { - "plugin": "securitySolution", + "plugin": "observability", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 11 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", + "lineNumber": 20 } }, { - "plugin": "securitySolution", + "plugin": "observability", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 17 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", + "lineNumber": 95 } }, { - "plugin": "securitySolution", + "plugin": "observability", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 25 + "path": "x-pack/plugins/observability/public/pages/alerts/alerts_search_bar.tsx", + "lineNumber": 10 } }, { - "plugin": "securitySolution", + "plugin": "observability", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 54 + "path": "x-pack/plugins/observability/public/pages/alerts/alerts_search_bar.tsx", + "lineNumber": 20 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 88 + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 12 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 89 + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 16 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 94 + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 31 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 107 + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 74 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 114 + "path": "x-pack/plugins/timelines/public/components/t_grid/helpers.tsx", + "lineNumber": 18 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 118 + "path": "x-pack/plugins/timelines/public/components/t_grid/helpers.tsx", + "lineNumber": 148 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 118 + "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", + "lineNumber": 29 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 123 + "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", + "lineNumber": 120 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 124 + "path": "x-pack/plugins/timelines/public/container/source/index.tsx", + "lineNumber": 24 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 126 + "path": "x-pack/plugins/timelines/public/container/source/index.tsx", + "lineNumber": 40 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 127 + "path": "x-pack/plugins/timelines/public/container/source/index.tsx", + "lineNumber": 93 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx", - "lineNumber": 12 + "path": "x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx", + "lineNumber": 9 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx", - "lineNumber": 43 + "path": "x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx", + "lineNumber": 24 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx", - "lineNumber": 51 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx", + "lineNumber": 15 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 12 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx", + "lineNumber": 28 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 16 + "path": "x-pack/plugins/ml/public/application/util/index_utils.ts", + "lineNumber": 11 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 27 + "path": "x-pack/plugins/ml/public/application/util/index_utils.ts", + "lineNumber": 79 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx", - "lineNumber": 19 + "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts", + "lineNumber": 9 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx", - "lineNumber": 28 + "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts", + "lineNumber": 45 } }, { - "plugin": "lens", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts", + "lineNumber": 10 } }, { - "plugin": "lens", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts", - "lineNumber": 22 + "path": "x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts", + "lineNumber": 13 } }, { - "plugin": "lens", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts", - "lineNumber": 3 + "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts", + "lineNumber": 14 } }, { - "plugin": "lens", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts", - "lineNumber": 7 + "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts", + "lineNumber": 39 } }, { - "plugin": "lens", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts", + "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts", "lineNumber": 8 } }, { - "plugin": "lens", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts", - "lineNumber": 9 + "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts", + "lineNumber": 30 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 19 + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx", + "lineNumber": 21 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 333 + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx", + "lineNumber": 27 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 339 + "path": "x-pack/plugins/infra/public/utils/kuery.ts", + "lineNumber": 8 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 347 + "path": "x-pack/plugins/infra/public/utils/kuery.ts", + "lineNumber": 12 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 355 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts", + "lineNumber": 11 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 363 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts", + "lineNumber": 30 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 371 + "path": "x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts", + "lineNumber": 8 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 380 + "path": "x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts", + "lineNumber": 17 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 62 + "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx", + "lineNumber": 13 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 166 + "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx", + "lineNumber": 37 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 167 + "path": "x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts", + "lineNumber": 11 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 629 + "path": "x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts", + "lineNumber": 36 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 666 + "path": "x-pack/plugins/infra/public/containers/with_source/with_source.tsx", + "lineNumber": 10 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 691 + "path": "x-pack/plugins/infra/public/containers/with_source/with_source.tsx", + "lineNumber": 24 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx", "lineNumber": 11 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 333 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx", + "lineNumber": 31 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 339 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts", + "lineNumber": 9 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 347 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts", + "lineNumber": 32 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 355 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx", + "lineNumber": 11 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 363 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx", + "lineNumber": 27 } }, { - "plugin": "securitySolution", + "plugin": "apm", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 371 + "path": "x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx", + "lineNumber": 14 } }, { - "plugin": "securitySolution", + "plugin": "apm", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 380 + "path": "x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx", + "lineNumber": 32 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 9 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 81 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 32 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts", + "lineNumber": 22 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 86 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts", + "lineNumber": 82 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 305 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts", + "lineNumber": 19 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 27 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts", + "lineNumber": 98 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 82 + "path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx", + "lineNumber": 12 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 242 + "path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx", + "lineNumber": 48 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx", - "lineNumber": 12 + "path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx", + "lineNumber": 122 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx", - "lineNumber": 35 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 17 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 23 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 22 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 67 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 37 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 68 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 80 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 77 + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx", + "lineNumber": 28 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 87 + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx", + "lineNumber": 154 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 15 + "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", + "lineNumber": 13 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 21 + "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", + "lineNumber": 136 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 26 + "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", + "lineNumber": 176 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 26 + "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", + "lineNumber": 13 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 52 + "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", + "lineNumber": 29 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 19 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", + "lineNumber": 16 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 53 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", + "lineNumber": 46 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 68 + "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx", + "lineNumber": 11 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 69 + "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx", + "lineNumber": 50 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 78 + "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx", + "lineNumber": 164 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 87 + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", + "lineNumber": 36 } }, { - "plugin": "maps", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts", - "lineNumber": 10 + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", + "lineNumber": 126 } }, { - "plugin": "maps", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts", - "lineNumber": 12 + "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", + "lineNumber": 28 } - } - ], - "children": [ + }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.name", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 16 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", + "lineNumber": 49 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", "lineNumber": 17 - }, - "deprecated": false + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.script", - "type": "string", - "tags": [], - "label": "script", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 18 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", + "lineNumber": 56 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.lang", - "type": "CompoundType", - "tags": [], - "label": "lang", - "description": [], - "signature": [ - "\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 19 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", + "lineNumber": 18 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.count", - "type": "number", - "tags": [], - "label": "count", - "description": [], - "signature": [ - "number | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 20 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", + "lineNumber": 80 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.esTypes", - "type": "Array", - "tags": [], - "label": "esTypes", - "description": [], - "signature": [ - "string[] | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 23 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts", + "lineNumber": 55 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.aggregatable", - "type": "CompoundType", - "tags": [], - "label": "aggregatable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 24 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts", + "lineNumber": 77 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.filterable", - "type": "CompoundType", - "tags": [], - "label": "filterable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 25 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts", + "lineNumber": 82 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.searchable", - "type": "CompoundType", - "tags": [], - "label": "searchable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 26 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 18 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.sortable", - "type": "CompoundType", - "tags": [], - "label": "sortable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 27 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 51 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.visualizable", - "type": "CompoundType", - "tags": [], - "label": "visualizable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 28 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/pages/details/types.ts", + "lineNumber": 8 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.readFromDocValues", - "type": "CompoundType", - "tags": [], - "label": "readFromDocValues", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 29 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/pages/details/types.ts", + "lineNumber": 41 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.scripted", - "type": "CompoundType", - "tags": [], - "label": "scripted", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 30 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx", + "lineNumber": 12 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.subType", - "type": "Object", - "tags": [], - "label": "subType", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldSubType", - "text": "IFieldSubType" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 31 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx", + "lineNumber": 34 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.displayName", - "type": "string", - "tags": [], - "label": "displayName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 32 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.customLabel", - "type": "string", - "tags": [], - "label": "customLabel", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 33 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "lineNumber": 65 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.format", - "type": "Any", - "tags": [], - "label": "format", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 34 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", + "lineNumber": 20 + } }, { - "parentPluginId": "data", - "id": "def-public.IFieldType.toSpec", - "type": "Function", - "tags": [], - "label": "toSpec", - "description": [], - "signature": [ - "((options?: { getFormatterForField?: ((field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" - }, - ") | undefined; } | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - ") | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 35 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IIndexPattern", - "type": "Interface", - "tags": [ - "deprecated" - ], - "label": "IIndexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IIndexPattern", - "text": "IIndexPattern" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", + "lineNumber": 45 + } }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 33 - }, - "deprecated": true, - "references": [ { - "plugin": "savedObjects", + "plugin": "securitySolution", "link": { - "path": "src/plugins/saved_objects/public/types.ts", - "lineNumber": 18 + "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", + "lineNumber": 22 } }, { - "plugin": "savedObjects", + "plugin": "securitySolution", "link": { - "path": "src/plugins/saved_objects/public/types.ts", - "lineNumber": 37 + "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", + "lineNumber": 35 } }, { - "plugin": "savedObjects", + "plugin": "securitySolution", "link": { - "path": "src/plugins/saved_objects/public/types.ts", - "lineNumber": 85 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", + "lineNumber": 12 } }, { - "plugin": "discover", + "plugin": "securitySolution", "link": { - "path": "src/plugins/discover/public/kibana_services.ts", - "lineNumber": 101 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", + "lineNumber": 28 } }, { - "plugin": "discover", + "plugin": "securitySolution", "link": { - "path": "src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx", + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", "lineNumber": 15 } }, { - "plugin": "discover", + "plugin": "securitySolution", "link": { - "path": "src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx", - "lineNumber": 25 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 58 } }, { - "plugin": "discover", + "plugin": "securitySolution", "link": { - "path": "src/plugins/discover/public/application/embeddable/types.ts", - "lineNumber": 16 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 132 } }, { - "plugin": "discover", + "plugin": "securitySolution", "link": { - "path": "src/plugins/discover/public/application/embeddable/types.ts", - "lineNumber": 30 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 164 } }, { - "plugin": "visualizations", + "plugin": "securitySolution", "link": { - "path": "src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts", - "lineNumber": 22 + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/types.ts", + "lineNumber": 9 } }, { - "plugin": "visualizations", + "plugin": "securitySolution", "link": { - "path": "src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts", - "lineNumber": 96 + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/types.ts", + "lineNumber": 57 } }, { - "plugin": "visualizations", + "plugin": "securitySolution", "link": { - "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", - "lineNumber": 14 + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts", + "lineNumber": 15 } }, { - "plugin": "visualizations", + "plugin": "securitySolution", "link": { - "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", - "lineNumber": 50 - } - }, - { - "plugin": "visualizations", - "link": { - "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", - "lineNumber": 72 - } - }, - { - "plugin": "savedObjectsManagement", - "link": { - "path": "src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx", - "lineNumber": 37 - } - }, - { - "plugin": "savedObjectsManagement", - "link": { - "path": "src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx", - "lineNumber": 89 + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts", + "lineNumber": 54 } }, { - "plugin": "lens", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable.tsx", - "lineNumber": 14 + "path": "x-pack/plugins/timelines/public/mock/index_pattern.ts", + "lineNumber": 8 } }, { - "plugin": "lens", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable.tsx", - "lineNumber": 85 + "path": "x-pack/plugins/timelines/public/mock/index_pattern.ts", + "lineNumber": 10 } }, { "plugin": "lens", "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", - "lineNumber": 25 + "path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts", + "lineNumber": 3 } }, { "plugin": "lens", "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", - "lineNumber": 102 + "path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts", + "lineNumber": 37 } }, { - "plugin": "lens", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", - "lineNumber": 47 + "path": "x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts", + "lineNumber": 2 } }, { - "plugin": "lens", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", - "lineNumber": 172 + "path": "x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts", + "lineNumber": 66 } }, { - "plugin": "lens", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", - "lineNumber": 42 + "path": "x-pack/plugins/infra/target/types/public/containers/with_kuery_autocompletion.d.ts", + "lineNumber": 2 } }, { - "plugin": "lens", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", - "lineNumber": 96 + "path": "x-pack/plugins/infra/target/types/public/containers/with_kuery_autocompletion.d.ts", + "lineNumber": 14 } }, { - "plugin": "lens", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", - "lineNumber": 166 + "path": "x-pack/plugins/infra/target/types/public/containers/with_source/with_source.d.ts", + "lineNumber": 2 } }, { - "plugin": "ml", + "plugin": "infra", "link": { - "path": "x-pack/plugins/ml/public/application/util/index_utils.ts", - "lineNumber": 11 + "path": "x-pack/plugins/infra/target/types/public/containers/with_source/with_source.d.ts", + "lineNumber": 9 } }, { "plugin": "ml", "link": { - "path": "x-pack/plugins/ml/public/application/util/index_utils.ts", - "lineNumber": 79 + "path": "x-pack/plugins/ml/public/application/jobs/new_job/common/index_pattern_context.ts", + "lineNumber": 10 } }, { "plugin": "ml", "link": { - "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts", - "lineNumber": 9 + "path": "x-pack/plugins/ml/public/application/jobs/new_job/common/index_pattern_context.ts", + "lineNumber": 12 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts", - "lineNumber": 45 + "path": "x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts", + "lineNumber": 1 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts", + "path": "x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts", "lineNumber": 10 } }, { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts", - "lineNumber": 13 - } - }, - { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts", - "lineNumber": 14 + "path": "x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts", + "lineNumber": 23 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts", - "lineNumber": 39 + "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", + "lineNumber": 3 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts", - "lineNumber": 8 + "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", + "lineNumber": 25 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts", - "lineNumber": 30 + "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", + "lineNumber": 55 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx", - "lineNumber": 9 + "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts", + "lineNumber": 1 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx", - "lineNumber": 24 + "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts", + "lineNumber": 20 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx", - "lineNumber": 15 + "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts", + "lineNumber": 21 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx", - "lineNumber": 28 + "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts", + "lineNumber": 2 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/public/utils/kuery.ts", - "lineNumber": 8 + "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts", + "lineNumber": 7 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/public/utils/kuery.ts", - "lineNumber": 12 + "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts", + "lineNumber": 1 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts", - "lineNumber": 11 + "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts", + "lineNumber": 4 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts", - "lineNumber": 30 + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts", + "lineNumber": 1 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts", - "lineNumber": 8 + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts", + "lineNumber": 5 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts", - "lineNumber": 17 + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 3 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx", - "lineNumber": 13 + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 9 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx", - "lineNumber": 37 + "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", + "lineNumber": 2 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx", - "lineNumber": 21 + "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", + "lineNumber": 40 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx", - "lineNumber": 27 + "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts", + "lineNumber": 2 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts", - "lineNumber": 11 + "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts", + "lineNumber": 10 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts", - "lineNumber": 36 + "path": "x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts", + "lineNumber": 1 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/containers/with_source/with_source.tsx", - "lineNumber": 10 + "path": "x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts", + "lineNumber": 25 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/containers/with_source/with_source.tsx", - "lineNumber": 24 + "path": "x-pack/plugins/security_solution/target/types/public/ueba/pages/details/types.d.ts", + "lineNumber": 2 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx", - "lineNumber": 11 + "path": "x-pack/plugins/security_solution/target/types/public/ueba/pages/details/types.d.ts", + "lineNumber": 37 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx", - "lineNumber": 31 + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts", + "lineNumber": 1 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts", - "lineNumber": 9 + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts", + "lineNumber": 11 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts", - "lineNumber": 32 + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts", + "lineNumber": 1 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx", - "lineNumber": 11 + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts", + "lineNumber": 4 } }, { - "plugin": "infra", + "plugin": "ml", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx", - "lineNumber": 24 + "path": "x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts", + "lineNumber": 2 } }, { - "plugin": "apm", + "plugin": "ml", "link": { - "path": "x-pack/plugins/apm/public/components/shared/KueryBar/index.tsx", - "lineNumber": 14 + "path": "x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts", + "lineNumber": 3 } }, { - "plugin": "apm", + "plugin": "ml", "link": { - "path": "x-pack/plugins/apm/public/components/shared/KueryBar/index.tsx", - "lineNumber": 31 + "path": "x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts", + "lineNumber": 4 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx", - "lineNumber": 34 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx", + "lineNumber": 12 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx", - "lineNumber": 78 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx", + "lineNumber": 412 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx", - "lineNumber": 86 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/use_delete_action.tsx", + "lineNumber": 12 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx", - "lineNumber": 88 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/use_delete_action.tsx", + "lineNumber": 60 } }, { - "plugin": "timelines", + "plugin": "ml", "link": { - "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", + "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/utils.d.ts", "lineNumber": 8 } }, { - "plugin": "timelines", + "plugin": "ml", "link": { - "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 86 + "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/utils.d.ts", + "lineNumber": 37 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/edit_utils.d.ts", "lineNumber": 8 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 86 + "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/edit_utils.d.ts", + "lineNumber": 11 } }, { - "plugin": "timelines", + "plugin": "infra", "link": { - "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", - "lineNumber": 17 + "path": "x-pack/plugins/infra/public/pages/metrics/index.tsx", + "lineNumber": 14 } }, { - "plugin": "timelines", + "plugin": "infra", "link": { - "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/infra/public/pages/metrics/index.tsx", + "lineNumber": 144 } }, { - "plugin": "timelines", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", - "lineNumber": 37 + "path": "x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts", + "lineNumber": 8 } }, { - "plugin": "timelines", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", - "lineNumber": 80 + "path": "x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts", + "lineNumber": 30 } }, { - "plugin": "timelines", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/timelines/public/components/t_grid/helpers.tsx", - "lineNumber": 20 + "path": "x-pack/plugins/security_solution/public/network/pages/navigation/types.ts", + "lineNumber": 9 } }, { - "plugin": "timelines", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/timelines/public/components/t_grid/helpers.tsx", - "lineNumber": 153 + "path": "x-pack/plugins/security_solution/public/network/pages/navigation/types.ts", + "lineNumber": 35 } }, { - "plugin": "timelines", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", - "lineNumber": 31 + "path": "x-pack/plugins/security_solution/public/network/pages/navigation/types.ts", + "lineNumber": 52 } }, { - "plugin": "timelines", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", - "lineNumber": 121 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", + "lineNumber": 9 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts", - "lineNumber": 23 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", + "lineNumber": 12 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts", - "lineNumber": 81 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", + "lineNumber": 12 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts", - "lineNumber": 20 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", + "lineNumber": 12 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts", - "lineNumber": 100 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", + "lineNumber": 13 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx", - "lineNumber": 12 + "path": "x-pack/plugins/infra/common/dependency_mocks/index_patterns.ts", + "lineNumber": 13 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx", - "lineNumber": 48 + "path": "x-pack/plugins/infra/common/dependency_mocks/index_patterns.ts", + "lineNumber": 30 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx", - "lineNumber": 122 + "path": "x-pack/plugins/security_solution/public/common/mock/index_pattern.ts", + "lineNumber": 8 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", - "lineNumber": 17 + "path": "x-pack/plugins/security_solution/public/common/mock/index_pattern.ts", + "lineNumber": 10 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/infra/target/types/common/dependency_mocks/index_patterns.d.ts", + "lineNumber": 1 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", - "lineNumber": 37 + "path": "x-pack/plugins/infra/target/types/common/dependency_mocks/index_patterns.d.ts", + "lineNumber": 3 } }, { - "plugin": "securitySolution", + "plugin": "observability", "link": { - "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", - "lineNumber": 80 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 10 } }, { - "plugin": "securitySolution", + "plugin": "observability", "link": { - "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx", - "lineNumber": 28 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 59 } }, { - "plugin": "securitySolution", + "plugin": "observability", "link": { - "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx", - "lineNumber": 158 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 67 } }, { - "plugin": "securitySolution", + "plugin": "observability", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", - "lineNumber": 13 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 75 } }, { - "plugin": "securitySolution", + "plugin": "observability", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", - "lineNumber": 29 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 92 } }, { - "plugin": "securitySolution", + "plugin": "maps", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", - "lineNumber": 16 + "path": "x-pack/plugins/maps/public/embeddable/types.ts", + "lineNumber": 8 } }, { - "plugin": "securitySolution", + "plugin": "maps", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", - "lineNumber": 46 + "path": "x-pack/plugins/maps/public/embeddable/types.ts", + "lineNumber": 44 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx", + "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", "lineNumber": 11 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx", - "lineNumber": 50 + "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", + "lineNumber": 34 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx", - "lineNumber": 164 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx", + "lineNumber": 14 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", - "lineNumber": 36 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx", + "lineNumber": 35 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", - "lineNumber": 126 + "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/editor.tsx", + "lineNumber": 32 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", - "lineNumber": 28 + "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/editor.tsx", + "lineNumber": 62 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", - "lineNumber": 48 + "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/tabs/custom_urls.tsx", + "lineNumber": 40 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", - "lineNumber": 17 + "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/tabs/custom_urls.tsx", + "lineNumber": 57 } }, { - "plugin": "securitySolution", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", - "lineNumber": 55 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 24 } }, { - "plugin": "securitySolution", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", - "lineNumber": 18 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 33 } }, { - "plugin": "securitySolution", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", - "lineNumber": 79 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 34 } }, { - "plugin": "securitySolution", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts", - "lineNumber": 55 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 20 } }, { - "plugin": "securitySolution", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts", - "lineNumber": 77 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 25 } }, { - "plugin": "securitySolution", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts", - "lineNumber": 82 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", - "lineNumber": 13 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", - "lineNumber": 128 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 27 } }, { - "plugin": "securitySolution", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", - "lineNumber": 168 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", + "lineNumber": 17 } }, { - "plugin": "securitySolution", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", - "lineNumber": 18 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", + "lineNumber": 70 } }, { - "plugin": "securitySolution", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", - "lineNumber": 51 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", + "lineNumber": 75 } }, { - "plugin": "securitySolution", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/security_solution/public/network/pages/details/types.ts", - "lineNumber": 8 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", + "lineNumber": 92 } }, { - "plugin": "securitySolution", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/security_solution/public/network/pages/details/types.ts", - "lineNumber": 41 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", + "lineNumber": 97 } }, { - "plugin": "securitySolution", + "plugin": "transform", "link": { - "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx", - "lineNumber": 12 + "path": "x-pack/plugins/transform/public/app/services/es_index_service.ts", + "lineNumber": 10 } }, { - "plugin": "securitySolution", + "plugin": "transform", "link": { - "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx", - "lineNumber": 34 + "path": "x-pack/plugins/transform/public/app/services/es_index_service.ts", + "lineNumber": 22 } }, { - "plugin": "securitySolution", + "plugin": "transform", "link": { - "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", - "lineNumber": 9 + "path": "x-pack/plugins/transform/server/routes/api/transforms.ts", + "lineNumber": 63 } }, { - "plugin": "securitySolution", + "plugin": "transform", "link": { - "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", - "lineNumber": 65 + "path": "x-pack/plugins/transform/server/routes/api/transforms.ts", + "lineNumber": 405 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", - "lineNumber": 20 + "path": "x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx", + "lineNumber": 17 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", - "lineNumber": 44 + "path": "x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx", + "lineNumber": 31 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", - "lineNumber": 21 + "path": "x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx", + "lineNumber": 99 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", - "lineNumber": 33 + "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.test.ts", + "lineNumber": 9 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", - "lineNumber": 12 + "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.test.ts", + "lineNumber": 17 } - }, + } + ], + "children": [ { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", - "lineNumber": 28 - } + "parentPluginId": "data", + "id": "def-public.IIndexPattern.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 34 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", - "lineNumber": 15 - } + "parentPluginId": "data", + "id": "def-public.IIndexPattern.fields", + "type": "Array", + "tags": [], + "label": "fields", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 35 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", - "lineNumber": 58 - } + "parentPluginId": "data", + "id": "def-public.IIndexPattern.type", + "type": "string", + "tags": [], + "label": "type", + "description": [ + "\nType is used for identifying rollup indices, otherwise left undefined" + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 39 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", - "lineNumber": 132 - } + "parentPluginId": "data", + "id": "def-public.IIndexPattern.timeFieldName", + "type": "string", + "tags": [], + "label": "timeFieldName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 40 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", - "lineNumber": 164 - } + "parentPluginId": "data", + "id": "def-public.IIndexPattern.getTimeField", + "type": "Function", + "tags": [], + "label": "getTimeField", + "description": [], + "signature": [ + "(() => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + " | undefined) | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 41 + }, + "deprecated": false, + "children": [], + "returnComment": [] }, { - "plugin": "uptime", - "link": { - "path": "x-pack/plugins/uptime/public/hooks/update_kuery_string.ts", - "lineNumber": 8 - } + "parentPluginId": "data", + "id": "def-public.IIndexPattern.fieldFormatMap", + "type": "Object", + "tags": [], + "label": "fieldFormatMap", + "description": [], + "signature": [ + "Record | undefined> | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 42 + }, + "deprecated": false }, { - "plugin": "uptime", - "link": { - "path": "x-pack/plugins/uptime/public/hooks/update_kuery_string.ts", - "lineNumber": 28 - } - }, + "parentPluginId": "data", + "id": "def-public.IIndexPattern.getFormatterForField", + "type": "Function", + "tags": [], + "label": "getFormatterForField", + "description": [ + "\nLook up a formatter for a given field" + ], + "signature": [ + "((field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + ") => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + }, + ") | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 46 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList", + "type": "Interface", + "tags": [], + "label": "IIndexPatternFieldList", + "description": [], + "signature": [ { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/public/mock/index_pattern.ts", - "lineNumber": 8 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPatternFieldList", + "text": "IIndexPatternFieldList" }, + " extends ", { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/public/mock/index_pattern.ts", - "lineNumber": 10 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 17 + }, + "deprecated": false, + "children": [ { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts", - "lineNumber": 10 - } + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.add", + "type": "Function", + "tags": [], + "label": "add", + "description": [], + "signature": [ + "(field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + ") => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 18 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.add.$1", + "type": "Object", + "tags": [], + "label": "field", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 18 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] }, { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts", - "lineNumber": 17 - } + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.getAll", + "type": "Function", + "tags": [], + "label": "getAll", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 19 + }, + "deprecated": false, + "children": [], + "returnComment": [] }, { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/target/types/public/editor_frame_service/embeddable/embeddable.d.ts", - "lineNumber": 2 - } + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.getByName", + "type": "Function", + "tags": [], + "label": "getByName", + "description": [], + "signature": [ + "(name: string) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 20 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.getByName.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 20 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] }, { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/target/types/public/editor_frame_service/embeddable/embeddable.d.ts", - "lineNumber": 36 - } + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.getByType", + "type": "Function", + "tags": [], + "label": "getByType", + "description": [], + "signature": [ + "(type: string) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 21 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.getByType.$1", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 21 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts", - "lineNumber": 1 - } + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.remove", + "type": "Function", + "tags": [], + "label": "remove", + "description": [], + "signature": [ + "(field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + ") => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 22 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.remove.$1", + "type": "Object", + "tags": [], + "label": "field", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 22 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts", - "lineNumber": 66 - } + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.removeAll", + "type": "Function", + "tags": [], + "label": "removeAll", + "description": [], + "signature": [ + "() => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 23 + }, + "deprecated": false, + "children": [], + "returnComment": [] }, { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/target/types/common/search_strategy/index_fields/index.d.ts", - "lineNumber": 1 - } + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.replaceAll", + "type": "Function", + "tags": [], + "label": "replaceAll", + "description": [], + "signature": [ + "(specs: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + "[]) => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 24 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.replaceAll.$1", + "type": "Array", + "tags": [], + "label": "specs", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 24 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] }, { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/target/types/common/search_strategy/index_fields/index.d.ts", - "lineNumber": 66 - } + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.update", + "type": "Function", + "tags": [], + "label": "update", + "description": [], + "signature": [ + "(field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + ") => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 25 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.update.$1", + "type": "Object", + "tags": [], + "label": "field", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 25 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/containers/with_kuery_autocompletion.d.ts", - "lineNumber": 2 - } - }, + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.toSpec", + "type": "Function", + "tags": [], + "label": "toSpec", + "description": [], + "signature": [ + "(options?: { getFormatterForField?: ((field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + ") => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + }, + ") | undefined; } | undefined) => Record" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 26 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.toSpec.$1.options", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 26 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.IIndexPatternFieldList.toSpec.$1.options.getFormatterForField", + "type": "Function", + "tags": [], + "label": "getFormatterForField", + "description": [], + "signature": [ + "((field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + ") => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + }, + ") | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "lineNumber": 27 + }, + "deprecated": false + } + ] + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IKibanaSearchRequest", + "type": "Interface", + "tags": [], + "label": "IKibanaSearchRequest", + "description": [], + "signature": [ { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/containers/with_kuery_autocompletion.d.ts", - "lineNumber": 14 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IKibanaSearchRequest", + "text": "IKibanaSearchRequest" }, + "" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 79 + }, + "deprecated": false, + "children": [ { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/containers/with_source/with_source.d.ts", - "lineNumber": 2 - } + "parentPluginId": "data", + "id": "def-public.IKibanaSearchRequest.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "\nAn id can be used to uniquely identify this request." + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 83 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/containers/with_source/with_source.d.ts", - "lineNumber": 9 - } - }, + "parentPluginId": "data", + "id": "def-public.IKibanaSearchRequest.params", + "type": "Uncategorized", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "Params | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 85 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IKibanaSearchResponse", + "type": "Interface", + "tags": [], + "label": "IKibanaSearchResponse", + "description": [], + "signature": [ { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/jobs/new_job/common/index_pattern_context.ts", - "lineNumber": 10 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IKibanaSearchResponse", + "text": "IKibanaSearchResponse" }, + "" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 40 + }, + "deprecated": false, + "children": [ { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/jobs/new_job/common/index_pattern_context.ts", - "lineNumber": 12 - } + "parentPluginId": "data", + "id": "def-public.IKibanaSearchResponse.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "\nSome responses may contain a unique id to identify the request this response came from." + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 44 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts", - "lineNumber": 1 - } + "parentPluginId": "data", + "id": "def-public.IKibanaSearchResponse.total", + "type": "number", + "tags": [], + "label": "total", + "description": [ + "\nIf relevant to the search strategy, return a total number\nthat represents how progress is indicated." + ], + "signature": [ + "number | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 50 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts", - "lineNumber": 10 - } + "parentPluginId": "data", + "id": "def-public.IKibanaSearchResponse.loaded", + "type": "number", + "tags": [], + "label": "loaded", + "description": [ + "\nIf relevant to the search strategy, return a loaded number\nthat represents how progress is indicated." + ], + "signature": [ + "number | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 56 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts", - "lineNumber": 23 - } + "parentPluginId": "data", + "id": "def-public.IKibanaSearchResponse.isRunning", + "type": "CompoundType", + "tags": [], + "label": "isRunning", + "description": [ + "\nIndicates whether search is still in flight" + ], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 61 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", - "lineNumber": 3 - } + "parentPluginId": "data", + "id": "def-public.IKibanaSearchResponse.isPartial", + "type": "CompoundType", + "tags": [], + "label": "isPartial", + "description": [ + "\nIndicates whether the results returned are complete or partial" + ], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 66 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", - "lineNumber": 25 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", - "lineNumber": 55 - } + "parentPluginId": "data", + "id": "def-public.IKibanaSearchResponse.isRestored", + "type": "CompoundType", + "tags": [], + "label": "isRestored", + "description": [ + "\nIndicates whether the results returned are from the async-search index" + ], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 71 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts", - "lineNumber": 2 - } - }, + "parentPluginId": "data", + "id": "def-public.IKibanaSearchResponse.rawResponse", + "type": "Uncategorized", + "tags": [], + "label": "rawResponse", + "description": [ + "\nThe raw response returned by the internal search method (usually the raw ES response)" + ], + "signature": [ + "RawResponse" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 76 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IndexPatternAttributes", + "type": "Interface", + "tags": [], + "label": "IndexPatternAttributes", + "description": [ + "\nInterface for an index pattern saved object" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 54 + }, + "deprecated": false, + "children": [ { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts", - "lineNumber": 7 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternAttributes.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 55 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts", - "lineNumber": 1 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternAttributes.fields", + "type": "string", + "tags": [], + "label": "fields", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 56 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts", - "lineNumber": 4 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternAttributes.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 57 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts", - "lineNumber": 1 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternAttributes.typeMeta", + "type": "string", + "tags": [], + "label": "typeMeta", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 58 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts", - "lineNumber": 5 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternAttributes.timeFieldName", + "type": "string", + "tags": [], + "label": "timeFieldName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 59 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts", - "lineNumber": 1 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternAttributes.intervalName", + "type": "string", + "tags": [], + "label": "intervalName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 60 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts", - "lineNumber": 20 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternAttributes.sourceFilters", + "type": "string", + "tags": [], + "label": "sourceFilters", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 61 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts", - "lineNumber": 21 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternAttributes.fieldFormatMap", + "type": "string", + "tags": [], + "label": "fieldFormatMap", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 62 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", - "lineNumber": 3 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternAttributes.fieldAttrs", + "type": "string", + "tags": [], + "label": "fieldAttrs", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 63 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", - "lineNumber": 9 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternAttributes.runtimeFieldMap", + "type": "string", + "tags": [], + "label": "runtimeFieldMap", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 64 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", - "lineNumber": 2 - } - }, + "parentPluginId": "data", + "id": "def-public.IndexPatternAttributes.allowNoIndex", + "type": "CompoundType", + "tags": [], + "label": "allowNoIndex", + "description": [ + "\nprevents errors when index pattern exists before indices" + ], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 68 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec", + "type": "Interface", + "tags": [], + "label": "IndexPatternSpec", + "description": [ + "\nStatic index pattern format\nSerialized data object, representing index pattern attributes and state" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 214 + }, + "deprecated": false, + "children": [ { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", - "lineNumber": 40 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "\nsaved object id" + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 218 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts", - "lineNumber": 2 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec.version", + "type": "string", + "tags": [], + "label": "version", + "description": [ + "\nsaved object version string" + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 222 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts", - "lineNumber": 10 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 223 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts", - "lineNumber": 1 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec.intervalName", + "type": "string", + "tags": [ + "deprecated" + ], + "label": "intervalName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 228 + }, + "deprecated": true, + "references": [] }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts", - "lineNumber": 25 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec.timeFieldName", + "type": "string", + "tags": [], + "label": "timeFieldName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 229 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts", - "lineNumber": 1 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec.sourceFilters", + "type": "Array", + "tags": [], + "label": "sourceFilters", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.SourceFilter", + "text": "SourceFilter" + }, + "[] | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 230 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts", - "lineNumber": 11 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec.fields", + "type": "Object", + "tags": [], + "label": "fields", + "description": [], + "signature": [ + "Record | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 231 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts", - "lineNumber": 1 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec.typeMeta", + "type": "Object", + "tags": [], + "label": "typeMeta", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.TypeMeta", + "text": "TypeMeta" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 232 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts", - "lineNumber": 4 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 233 + }, + "deprecated": false }, { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts", - "lineNumber": 2 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec.fieldFormats", + "type": "Object", + "tags": [], + "label": "fieldFormats", + "description": [], + "signature": [ + "Record>> | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 234 + }, + "deprecated": false }, { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts", - "lineNumber": 3 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts", - "lineNumber": 4 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx", - "lineNumber": 12 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx", - "lineNumber": 412 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/use_delete_action.tsx", - "lineNumber": 12 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec.runtimeFieldMap", + "type": "Object", + "tags": [], + "label": "runtimeFieldMap", + "description": [], + "signature": [ + "Record | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 235 + }, + "deprecated": false }, { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/use_delete_action.tsx", - "lineNumber": 60 - } + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec.fieldAttrs", + "type": "Object", + "tags": [], + "label": "fieldAttrs", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldAttrs", + "text": "FieldAttrs" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 236 + }, + "deprecated": false }, { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/utils.d.ts", - "lineNumber": 8 - } - }, + "parentPluginId": "data", + "id": "def-public.IndexPatternSpec.allowNoIndex", + "type": "CompoundType", + "tags": [], + "label": "allowNoIndex", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 237 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.ISearchOptions", + "type": "Interface", + "tags": [], + "label": "ISearchOptions", + "description": [], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 95 + }, + "deprecated": false, + "children": [ { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/utils.d.ts", - "lineNumber": 37 - } + "parentPluginId": "data", + "id": "def-public.ISearchOptions.abortSignal", + "type": "Object", + "tags": [], + "label": "abortSignal", + "description": [ + "\nAn `AbortSignal` that allows the caller of `search` to abort a search request." + ], + "signature": [ + "AbortSignal | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 99 + }, + "deprecated": false }, { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/edit_utils.d.ts", - "lineNumber": 8 - } + "parentPluginId": "data", + "id": "def-public.ISearchOptions.strategy", + "type": "string", + "tags": [], + "label": "strategy", + "description": [ + "\nUse this option to force using a specific server side search strategy. Leave empty to use the default strategy." + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 104 + }, + "deprecated": false }, { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/edit_utils.d.ts", - "lineNumber": 11 - } + "parentPluginId": "data", + "id": "def-public.ISearchOptions.legacyHitsTotal", + "type": "CompoundType", + "tags": [], + "label": "legacyHitsTotal", + "description": [ + "\nRequest the legacy format for the total number of hits. If sending `rest_total_hits_as_int` to\nsomething other than `true`, this should be set to `false`." + ], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 110 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/index.tsx", - "lineNumber": 14 - } + "parentPluginId": "data", + "id": "def-public.ISearchOptions.sessionId", + "type": "string", + "tags": [], + "label": "sessionId", + "description": [ + "\nA session ID, grouping multiple search requests into a single session." + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 115 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/index.tsx", - "lineNumber": 162 - } + "parentPluginId": "data", + "id": "def-public.ISearchOptions.isStored", + "type": "CompoundType", + "tags": [], + "label": "isStored", + "description": [ + "\nWhether the session is already saved (i.e. sent to background)" + ], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 120 + }, + "deprecated": false }, { - "plugin": "visTypeTimeseries", - "link": { - "path": "src/plugins/vis_type_timeseries/common/index_patterns_utils.ts", - "lineNumber": 11 - } + "parentPluginId": "data", + "id": "def-public.ISearchOptions.isRestore", + "type": "CompoundType", + "tags": [], + "label": "isRestore", + "description": [ + "\nWhether the session is restored (i.e. search requests should re-use the stored search IDs,\nrather than starting from scratch)" + ], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 126 + }, + "deprecated": false }, { - "plugin": "visTypeTimeseries", - "link": { - "path": "src/plugins/vis_type_timeseries/common/index_patterns_utils.ts", - "lineNumber": 20 - } + "parentPluginId": "data", + "id": "def-public.ISearchOptions.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [ + "\nIndex pattern reference is used for better error messages" + ], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 131 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 11 - } + "parentPluginId": "data", + "id": "def-public.ISearchOptions.inspector", + "type": "Object", + "tags": [], + "label": "inspector", + "description": [ + "\nInspector integration options" + ], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IInspectorInfo", + "text": "IInspectorInfo" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 136 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 21 - } - }, + "parentPluginId": "data", + "id": "def-public.ISearchOptions.executionContext", + "type": "Object", + "tags": [], + "label": "executionContext", + "description": [], + "signature": [ + "KibanaExecutionContext", + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 138 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.ISearchStartSearchSource", + "type": "Interface", + "tags": [], + "label": "ISearchStartSearchSource", + "description": [ + "\nhigh level search service" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 25 + }, + "deprecated": false, + "children": [ { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 100 - } + "parentPluginId": "data", + "id": "def-public.ISearchStartSearchSource.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [ + "\ncreates {@link SearchSource} based on provided serialized {@link SearchSourceFields}" + ], + "signature": [ + "(fields?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + " | undefined) => Promise>" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 30 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.fields", + "type": "Object", + "tags": [], + "label": "fields", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 30 + }, + "deprecated": false + } + ] }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 121 - } - }, + "parentPluginId": "data", + "id": "def-public.ISearchStartSearchSource.createEmpty", + "type": "Function", + "tags": [], + "label": "createEmpty", + "description": [ + "\ncreates empty {@link SearchSource}" + ], + "signature": [ + "() => Pick<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + ", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\">" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 34 + }, + "deprecated": false, + "returnComment": [], + "children": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.OptionedValueProp", + "type": "Interface", + "tags": [], + "label": "OptionedValueProp", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", + "parentPluginId": "data", + "id": "def-public.OptionedValueProp.value", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", "lineNumber": 13 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 17 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 29 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx", - "lineNumber": 19 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx", - "lineNumber": 38 - } + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx", - "lineNumber": 13 - } + "parentPluginId": "data", + "id": "def-public.OptionedValueProp.text", + "type": "string", + "tags": [], + "label": "text", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 14 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx", - "lineNumber": 25 - } + "parentPluginId": "data", + "id": "def-public.OptionedValueProp.disabled", + "type": "CompoundType", + "tags": [], + "label": "disabled", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 15 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 31 - } - }, + "parentPluginId": "data", + "id": "def-public.OptionedValueProp.isCompatible", + "type": "Function", + "tags": [], + "label": "isCompatible", + "description": [], + "signature": [ + "(agg: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + ") => boolean" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 16 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.agg", + "type": "Object", + "tags": [], + "label": "agg", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + } + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 16 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.RefreshInterval", + "type": "Interface", + "tags": [], + "label": "RefreshInterval", + "description": [], + "source": { + "path": "src/plugins/data/common/query/timefilter/types.ts", + "lineNumber": 11 + }, + "deprecated": false, + "children": [ { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 53 - } + "parentPluginId": "data", + "id": "def-public.RefreshInterval.pause", + "type": "boolean", + "tags": [], + "label": "pause", + "description": [], + "source": { + "path": "src/plugins/data/common/query/timefilter/types.ts", + "lineNumber": 12 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 58 - } - }, + "parentPluginId": "data", + "id": "def-public.RefreshInterval.value", + "type": "number", + "tags": [], + "label": "value", + "description": [], + "source": { + "path": "src/plugins/data/common/query/timefilter/types.ts", + "lineNumber": 13 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.SearchError", + "type": "Interface", + "tags": [], + "label": "SearchError", + "description": [], + "source": { + "path": "src/plugins/data/common/search/search_source/fetch/types.ts", + "lineNumber": 30 + }, + "deprecated": false, + "children": [ { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 61 - } + "parentPluginId": "data", + "id": "def-public.SearchError.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "src/plugins/data/common/search/search_source/fetch/types.ts", + "lineNumber": 31 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx", - "lineNumber": 22 - } + "parentPluginId": "data", + "id": "def-public.SearchError.status", + "type": "string", + "tags": [], + "label": "status", + "description": [], + "source": { + "path": "src/plugins/data/common/search/search_source/fetch/types.ts", + "lineNumber": 32 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx", - "lineNumber": 50 - } + "parentPluginId": "data", + "id": "def-public.SearchError.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "source": { + "path": "src/plugins/data/common/search/search_source/fetch/types.ts", + "lineNumber": 33 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx", - "lineNumber": 55 - } + "parentPluginId": "data", + "id": "def-public.SearchError.message", + "type": "string", + "tags": [], + "label": "message", + "description": [], + "source": { + "path": "src/plugins/data/common/search/search_source/fetch/types.ts", + "lineNumber": 34 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx", - "lineNumber": 58 - } + "parentPluginId": "data", + "id": "def-public.SearchError.path", + "type": "string", + "tags": [], + "label": "path", + "description": [], + "source": { + "path": "src/plugins/data/common/search/search_source/fetch/types.ts", + "lineNumber": 35 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", - "lineNumber": 9 - } - }, + "parentPluginId": "data", + "id": "def-public.SearchError.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "source": { + "path": "src/plugins/data/common/search/search_source/fetch/types.ts", + "lineNumber": 36 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.SearchSourceFields", + "type": "Interface", + "tags": [], + "label": "SearchSourceFields", + "description": [ + "\nsearch source fields" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 69 + }, + "deprecated": false, + "children": [ { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", - "lineNumber": 12 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 70 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", - "lineNumber": 12 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.query", + "type": "Any", + "tags": [], + "label": "query", + "description": [ + "\n{@link Query}" + ], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 74 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", - "lineNumber": 12 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [ + "\n{@link Filter}" + ], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 78 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", - "lineNumber": 13 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.sort", + "type": "CompoundType", + "tags": [], + "label": "sort", + "description": [ + "\n{@link EsQuerySortValue}" + ], + "signature": [ + "Record | Record[] | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 82 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.ts", - "lineNumber": 16 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.highlight", + "type": "Any", + "tags": [], + "label": "highlight", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 83 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.ts", - "lineNumber": 31 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.highlightAll", + "type": "CompoundType", + "tags": [], + "label": "highlightAll", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 84 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx", - "lineNumber": 39 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.trackTotalHits", + "type": "CompoundType", + "tags": [], + "label": "trackTotalHits", + "description": [], + "signature": [ + "number | boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 85 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx", - "lineNumber": 49 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.aggs", + "type": "CompoundType", + "tags": [], + "label": "aggs", + "description": [ + "\n{@link AggConfigs}" + ], + "signature": [ + "object | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfigs", + "text": "AggConfigs" + }, + " | (() => object) | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 89 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx", - "lineNumber": 52 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.from", + "type": "number", + "tags": [], + "label": "from", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 90 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx", - "lineNumber": 504 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.size", + "type": "number", + "tags": [], + "label": "size", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 91 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/network/pages/navigation/types.ts", - "lineNumber": 9 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.source", + "type": "CompoundType", + "tags": [], + "label": "source", + "description": [], + "signature": [ + "string | boolean | string[] | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 92 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/network/pages/navigation/types.ts", - "lineNumber": 35 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.version", + "type": "CompoundType", + "tags": [], + "label": "version", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 93 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/network/pages/navigation/types.ts", - "lineNumber": 52 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.fields", + "type": "Array", + "tags": [], + "label": "fields", + "description": [ + "\nRetrieve fields via the search Fields API" + ], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchFieldValue", + "text": "SearchFieldValue" + }, + "[] | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 97 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 11 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.fieldsFromSource", + "type": "CompoundType", + "tags": [ + "deprecated" + ], + "label": "fieldsFromSource", + "description": [ + "\nRetreive fields directly from _source (legacy behavior)\n" + ], + "signature": [ + "string | string[] | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 103 + }, + "deprecated": true, + "references": [ + { + "plugin": "reporting", + "link": { + "path": "x-pack/plugins/reporting/server/export_types/csv_searchsource/generate_csv/generate_csv.ts", + "lineNumber": 152 + } + }, + { + "plugin": "reporting", + "link": { + "path": "x-pack/plugins/reporting/server/export_types/csv_searchsource/generate_csv/generate_csv.ts", + "lineNumber": 154 + } + } + ] }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 18 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.index", + "type": "Object", + "tags": [], + "label": "index", + "description": [ + "\n{@link IndexPatternService}" + ], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 107 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 93 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.searchAfter", + "type": "Object", + "tags": [], + "label": "searchAfter", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.EsQuerySearchAfter", + "text": "EsQuerySearchAfter" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 108 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 114 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.timeout", + "type": "string", + "tags": [], + "label": "timeout", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 109 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 12 - } + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.terminate_after", + "type": "number", + "tags": [], + "label": "terminate_after", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 110 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 19 - } - }, + "parentPluginId": "data", + "id": "def-public.SearchSourceFields.parent", + "type": "Object", + "tags": [], + "label": "parent", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 112 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.TypeMeta", + "type": "Interface", + "tags": [], + "label": "TypeMeta", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 154 + }, + "deprecated": false, + "children": [ { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 31 - } + "parentPluginId": "data", + "id": "def-public.TypeMeta.aggs", + "type": "Object", + "tags": [], + "label": "aggs", + "description": [], + "signature": [ + "Record> | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 155 + }, + "deprecated": false }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx", - "lineNumber": 19 - } - }, + "parentPluginId": "data", + "id": "def-public.TypeMeta.params", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ rollup_index: string; } | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 156 + }, + "deprecated": false + } + ], + "initialIsOpen": false + } + ], + "enums": [ + { + "parentPluginId": "data", + "id": "def-public.BUCKET_TYPES", + "type": "Enum", + "tags": [], + "label": "BUCKET_TYPES", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/buckets/bucket_agg_types.ts", + "lineNumber": 9 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.ES_FIELD_TYPES", + "type": "Enum", + "tags": [], + "label": "ES_FIELD_TYPES", + "description": [], + "signature": [ + "ES_FIELD_TYPES" + ], + "source": { + "path": "node_modules/@kbn/field-types/target_types/types.d.ts", + "lineNumber": 9 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IndexPatternType", + "type": "Enum", + "tags": [], + "label": "IndexPatternType", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 161 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.KBN_FIELD_TYPES", + "type": "Enum", + "tags": [], + "label": "KBN_FIELD_TYPES", + "description": [], + "signature": [ + "KBN_FIELD_TYPES" + ], + "source": { + "path": "node_modules/@kbn/field-types/target_types/types.d.ts", + "lineNumber": 47 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.METRIC_TYPES", + "type": "Enum", + "tags": [], + "label": "METRIC_TYPES", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/metrics/metric_agg_types.ts", + "lineNumber": 9 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.SortDirection", + "type": "Enum", + "tags": [], + "label": "SortDirection", + "description": [], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 39 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "misc": [ + { + "parentPluginId": "data", + "id": "def-public.ACTION_GLOBAL_APPLY_FILTER", + "type": "string", + "tags": [], + "label": "ACTION_GLOBAL_APPLY_FILTER", + "description": [], + "signature": [ + "\"ACTION_GLOBAL_APPLY_FILTER\"" + ], + "source": { + "path": "src/plugins/data/public/actions/apply_filter_action.ts", + "lineNumber": 16 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.AggConfigOptions", + "type": "Type", + "tags": [], + "label": "AggConfigOptions", + "description": [], + "signature": [ + "{ type: ", { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx", - "lineNumber": 30 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IAggType", + "text": "IAggType" }, + "; enabled?: boolean | undefined; id?: string | undefined; schema?: string | undefined; params?: {} | ", + "SerializableState", + " | undefined; }" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_config.ts", + "lineNumber": 45 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.AggGroupName", + "type": "Type", + "tags": [], + "label": "AggGroupName", + "description": [], + "signature": [ + "\"none\" | \"buckets\" | \"metrics\"" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 18 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.AggParam", + "type": "Type", + "tags": [], + "label": "AggParam", + "description": [], + "signature": [ { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts", - "lineNumber": 13 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.BaseParamType", + "text": "BaseParamType" }, + "<", { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts", - "lineNumber": 53 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" }, + ">" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_params.ts", + "lineNumber": 28 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.AggregationRestrictions", + "type": "Type", + "tags": [], + "label": "AggregationRestrictions", + "description": [], + "signature": [ + "{ [x: string]: { agg?: string | undefined; interval?: number | undefined; fixed_interval?: string | undefined; calendar_interval?: string | undefined; delay?: string | undefined; time_zone?: string | undefined; }; }" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 142 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.AggsStart", + "type": "Type", + "tags": [], + "label": "AggsStart", + "description": [ + "\nAggsStart represents the actual external contract as AggsCommonStart\nis only used internally. The difference is that AggsStart includes the\ntypings for the registry with initialized agg types.\n" + ], + "signature": [ + "{ calculateAutoTimeExpression: (range: ", { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/server/alert_types/geo_containment/es_query_builder.ts", - "lineNumber": 13 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" }, + ") => string | undefined; datatableUtilities: { getIndexPattern: (column: ", { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/server/alert_types/geo_containment/es_query_builder.ts", - "lineNumber": 25 - } + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" }, + ") => Promise<", { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/common/dependency_mocks/index_patterns.ts", - "lineNumber": 13 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" }, + " | undefined>; getAggConfig: (column: ", { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/common/dependency_mocks/index_patterns.ts", - "lineNumber": 30 - } + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" }, + ") => Promise<", { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/common/dependency_mocks/index_patterns.d.ts", - "lineNumber": 1 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" }, + " | undefined>; isFilterable: (column: ", { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/common/dependency_mocks/index_patterns.d.ts", - "lineNumber": 3 - } + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" }, + ") => boolean; }; createAggConfigs: (indexPattern: ", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 62 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" }, + ", configStates?: Pick & Pick<{ type: string | ", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 96 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IAggType", + "text": "IAggType" }, + "; }, \"type\"> & Pick<{ type: string | ", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 169 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IAggType", + "text": "IAggType" }, + "; }, never>, \"type\" | \"enabled\" | \"id\" | \"schema\" | \"params\">[] | undefined) => ", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 169 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfigs", + "text": "AggConfigs" }, + "; types: ", + "AggTypesRegistryStart", + "; }" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 128 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.APPLY_FILTER_TRIGGER", + "type": "string", + "tags": [], + "label": "APPLY_FILTER_TRIGGER", + "description": [], + "signature": [ + "\"FILTER_TRIGGER\"" + ], + "source": { + "path": "src/plugins/data/public/triggers/apply_filter_trigger.ts", + "lineNumber": 12 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.CustomFilter", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "CustomFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 318 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.ES_SEARCH_STRATEGY", + "type": "string", + "tags": [], + "label": "ES_SEARCH_STRATEGY", + "description": [], + "signature": [ + "\"es\"" + ], + "source": { + "path": "src/plugins/data/common/search/strategies/es_search/types.ts", + "lineNumber": 12 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.EsaggsExpressionFunctionDefinition", + "type": "Type", + "tags": [], + "label": "EsaggsExpressionFunctionDefinition", + "description": [], + "signature": [ { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 184 - } + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" }, + "<\"esaggs\", Input, Arguments, Output, ", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 187 - } + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" }, + "<", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 196 - } + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/esaggs/esaggs_fn.ts", + "lineNumber": 36 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.EsdslExpressionFunctionDefinition", + "type": "Type", + "tags": [], + "label": "EsdslExpressionFunctionDefinition", + "description": [], + "signature": [ { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 199 - } + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" }, + "<\"esdsl\", Input, Arguments, Output, ", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 208 - } + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" }, + "<", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 214 - } + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/esdsl.ts", + "lineNumber": 30 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.EsQueryConfig", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "EsQueryConfig", + "description": [], + "signature": [ + "EsQueryConfig" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 353 + }, + "deprecated": true, + "references": [ { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 226 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 12 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 229 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 79 } }, { - "plugin": "lists", + "plugin": "visTypeTimeseries", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 239 + "path": "src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/types.ts", + "lineNumber": 11 } }, { - "plugin": "lists", + "plugin": "visTypeTimeseries", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 267 + "path": "src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/types.ts", + "lineNumber": 21 } - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.EsQuerySortValue", + "type": "Type", + "tags": [], + "label": "EsQuerySortValue", + "description": [], + "signature": [ + "{ [x: string]: ", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 285 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SortDirection", + "text": "SortDirection" }, + " | ", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 320 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SortDirectionNumeric", + "text": "SortDirectionNumeric" }, + " | ", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 336 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SortDirectionFormat", + "text": "SortDirectionFormat" }, + "; }" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 54 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.EsRawResponseExpressionTypeDefinition", + "type": "Type", + "tags": [], + "label": "EsRawResponseExpressionTypeDefinition", + "description": [], + "signature": [ { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 1026 - } + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionTypeDefinition", + "text": "ExpressionTypeDefinition" }, + "<\"es_raw_response\", ", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 1045 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.EsRawResponse", + "text": "EsRawResponse" }, + ", ", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 1095 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.EsRawResponse", + "text": "EsRawResponse" }, + ">" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/es_raw_response.ts", + "lineNumber": 57 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.ExecutionContextSearch", + "type": "Type", + "tags": [], + "label": "ExecutionContextSearch", + "description": [], + "signature": [ + "{ filters?: any[] | undefined; query?: any; timeRange?: ", { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 1251 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" }, + " | undefined; }" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", + "lineNumber": 14 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.ExistsFilter", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "ExistsFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 293 + }, + "deprecated": true, + "references": [ { - "plugin": "lists", + "plugin": "observability", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 1302 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 11 } }, { - "plugin": "lists", + "plugin": "observability", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 1352 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 83 } }, { - "plugin": "maps", + "plugin": "observability", "link": { - "path": "x-pack/plugins/maps/public/embeddable/types.ts", - "lineNumber": 8 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts", + "lineNumber": 32 } }, { - "plugin": "maps", + "plugin": "observability", "link": { - "path": "x-pack/plugins/maps/public/embeddable/types.ts", - "lineNumber": 44 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts", + "lineNumber": 481 } }, { - "plugin": "ml", + "plugin": "observability", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", - "lineNumber": 11 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts", + "lineNumber": 510 } - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.ExpressionFunctionKibana", + "type": "Type", + "tags": [], + "label": "ExpressionFunctionKibana", + "description": [], + "signature": [ { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", - "lineNumber": 34 - } + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" }, + "<\"kibana\", Input, object, ", { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx", - "lineNumber": 14 - } + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" }, + "<\"kibana_context\", ", { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx", - "lineNumber": 35 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" }, + ">, ", { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/editor.tsx", - "lineNumber": 32 - } + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" }, + "<", { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/editor.tsx", - "lineNumber": 62 - } + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" }, + ", ", { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/tabs/custom_urls.tsx", - "lineNumber": 40 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" }, + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana.ts", + "lineNumber": 17 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.ExpressionFunctionKibanaContext", + "type": "Type", + "tags": [], + "label": "ExpressionFunctionKibanaContext", + "description": [], + "signature": [ { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/tabs/custom_urls.tsx", - "lineNumber": 57 - } + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" }, + "<\"kibana_context\", Input, Arguments, Promise<", { - "plugin": "observability", - "link": { - "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", - "lineNumber": 19 - } + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" }, + "<\"kibana_context\", ", { - "plugin": "observability", - "link": { - "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", - "lineNumber": 94 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" }, + ">>, ", { - "plugin": "observability", - "link": { - "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" + }, + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana_context.ts", + "lineNumber": 34 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.ExpressionValueSearchContext", + "type": "Type", + "tags": [], + "label": "ExpressionValueSearchContext", + "description": [], + "signature": [ + "{ type: \"kibana_context\"; } & ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", + "lineNumber": 20 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.FieldFormatId", + "type": "Type", + "tags": [ + "string" + ], + "label": "FieldFormatId", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/field_formats/types.ts", + "lineNumber": 75 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.FieldFormatsContentType", + "type": "Type", + "tags": [], + "label": "FieldFormatsContentType", + "description": [], + "signature": [ + "\"html\" | \"text\"" + ], + "source": { + "path": "src/plugins/data/common/field_formats/types.ts", + "lineNumber": 14 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.FieldFormatsGetConfigFn", + "type": "Type", + "tags": [], + "label": "FieldFormatsGetConfigFn", + "description": [], + "signature": [ + "(key: string, defaultOverride?: T | undefined) => T" + ], + "source": { + "path": "src/plugins/data/common/field_formats/types.ts", + "lineNumber": 68 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.Filter", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "Filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 278 + }, + "deprecated": true, + "references": [ + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 11 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts", "lineNumber": 10 } }, { - "plugin": "observability", + "plugin": "canvas", "link": { - "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", - "lineNumber": 56 + "path": "x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts", + "lineNumber": 3 } }, { - "plugin": "observability", + "plugin": "discover", "link": { - "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", - "lineNumber": 64 + "path": "src/plugins/discover/public/url_generator.ts", + "lineNumber": 10 } }, { - "plugin": "observability", + "plugin": "discover", "link": { - "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", - "lineNumber": 72 + "path": "src/plugins/discover/public/url_generator.ts", + "lineNumber": 40 } }, { - "plugin": "observability", + "plugin": "discover", "link": { - "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", - "lineNumber": 89 + "path": "src/plugins/discover/public/url_generator.ts", + "lineNumber": 110 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts", - "lineNumber": 8 + "path": "src/plugins/discover/public/locator.ts", + "lineNumber": 10 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts", - "lineNumber": 30 + "path": "src/plugins/discover/public/locator.ts", + "lineNumber": 41 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 33 + "path": "src/plugins/discover/public/locator.ts", + "lineNumber": 109 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 58 + "path": "src/plugins/discover/public/application/embeddable/types.ts", + "lineNumber": 16 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 304 + "path": "src/plugins/discover/public/application/embeddable/types.ts", + "lineNumber": 22 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 28 + "path": "src/plugins/discover/public/application/angular/context/api/context.ts", + "lineNumber": 10 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 50 + "path": "src/plugins/discover/public/application/angular/context/api/context.ts", + "lineNumber": 57 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 242 + "path": "src/plugins/discover/public/application/angular/context/api/context.ts", + "lineNumber": 68 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx", - "lineNumber": 13 + "path": "src/plugins/discover/public/application/angular/context/api/context.ts", + "lineNumber": 123 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx", - "lineNumber": 19 + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 26 } }, { - "plugin": "stackAlerts", + "plugin": "discover", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 24 + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 47 } }, { - "plugin": "stackAlerts", + "plugin": "discover", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 33 + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 303 } }, { - "plugin": "stackAlerts", + "plugin": "discover", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 34 + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 303 } }, { - "plugin": "stackAlerts", + "plugin": "discover", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 20 + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 19 } }, { - "plugin": "stackAlerts", + "plugin": "discover", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 25 + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 30 } }, { - "plugin": "stackAlerts", + "plugin": "discover", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 27 + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 49 } }, { - "plugin": "stackAlerts", + "plugin": "discover", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", - "lineNumber": 17 + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 107 } }, { - "plugin": "stackAlerts", + "plugin": "discover", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", - "lineNumber": 70 + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 227 } }, { - "plugin": "stackAlerts", + "plugin": "discover", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", - "lineNumber": 75 + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 227 } }, { - "plugin": "stackAlerts", + "plugin": "discover", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", - "lineNumber": 92 + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 257 } }, { - "plugin": "stackAlerts", + "plugin": "visualizations", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", - "lineNumber": 97 + "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", + "lineNumber": 18 } }, { - "plugin": "transform", + "plugin": "visualizations", "link": { - "path": "x-pack/plugins/transform/public/app/services/es_index_service.ts", - "lineNumber": 10 + "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", + "lineNumber": 64 } }, { - "plugin": "transform", + "plugin": "visualizations", "link": { - "path": "x-pack/plugins/transform/public/app/services/es_index_service.ts", - "lineNumber": 22 + "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", + "lineNumber": 93 } }, { - "plugin": "transform", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/transform/server/routes/api/transforms.ts", - "lineNumber": 63 + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 13 } }, { - "plugin": "transform", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/transform/server/routes/api/transforms.ts", - "lineNumber": 405 + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 56 } }, { - "plugin": "uptime", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/uptime/public/state/reducers/index_pattern.ts", - "lineNumber": 10 + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 58 } }, { - "plugin": "uptime", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/uptime/public/state/reducers/index_pattern.ts", - "lineNumber": 13 + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 68 } }, { - "plugin": "securitySolution", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/security_solution/public/common/mock/index_pattern.ts", - "lineNumber": 8 + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 68 } }, { - "plugin": "securitySolution", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/security_solution/public/common/mock/index_pattern.ts", - "lineNumber": 10 + "path": "src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts", + "lineNumber": 11 } }, { - "plugin": "ml", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx", - "lineNumber": 17 + "path": "src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts", + "lineNumber": 33 } }, { - "plugin": "ml", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx", - "lineNumber": 31 + "path": "src/plugins/dashboard/public/application/state/dashboard_state_slice.ts", + "lineNumber": 11 } }, { - "plugin": "ml", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx", - "lineNumber": 100 + "path": "src/plugins/dashboard/public/application/state/dashboard_state_slice.ts", + "lineNumber": 74 } }, { - "plugin": "ml", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.test.ts", - "lineNumber": 9 + "path": "src/plugins/dashboard/public/application/state/dashboard_state_slice.ts", + "lineNumber": 78 } }, { - "plugin": "ml", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.test.ts", - "lineNumber": 17 + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_filter_state.ts", + "lineNumber": 20 } - } - ], - "children": [ + }, { - "parentPluginId": "data", - "id": "def-public.IIndexPattern.title", - "type": "string", - "tags": [], - "label": "title", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 34 - }, - "deprecated": false + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_filter_state.ts", + "lineNumber": 81 + } }, { - "parentPluginId": "data", - "id": "def-public.IIndexPattern.type", - "type": "string", - "tags": [], - "label": "type", - "description": [ - "\nType is used for identifying rollup indices, otherwise left undefined" - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 38 - }, - "deprecated": false + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_filter_state.ts", + "lineNumber": 94 + } }, { - "parentPluginId": "data", - "id": "def-public.IIndexPattern.timeFieldName", - "type": "string", - "tags": [], - "label": "timeFieldName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 39 - }, - "deprecated": false + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts", + "lineNumber": 11 + } }, { - "parentPluginId": "data", - "id": "def-public.IIndexPattern.getTimeField", - "type": "Function", - "tags": [], - "label": "getTimeField", - "description": [], - "signature": [ - "(() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - " | undefined) | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 40 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts", + "lineNumber": 23 + } }, { - "parentPluginId": "data", - "id": "def-public.IIndexPattern.fieldFormatMap", - "type": "Object", - "tags": [], - "label": "fieldFormatMap", - "description": [], - "signature": [ - "Record | undefined> | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 41 - }, - "deprecated": false + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts", + "lineNumber": 94 + } }, { - "parentPluginId": "data", - "id": "def-public.IIndexPattern.getFormatterForField", - "type": "Function", - "tags": [], - "label": "getFormatterForField", - "description": [ - "\nLook up a formatter for a given field" - ], - "signature": [ - "((field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" - }, - ") | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 45 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList", - "type": "Interface", - "tags": [], - "label": "IIndexPatternFieldList", - "description": [], - "signature": [ + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_container_input.ts", + "lineNumber": 14 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IIndexPatternFieldList", - "text": "IIndexPatternFieldList" + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_container_input.ts", + "lineNumber": 36 + } }, - " extends ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/types.ts", + "lineNumber": 22 + } }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 17 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.add", - "type": "Function", - "tags": [], - "label": "add", - "description": [], - "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - ") => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/types.ts", + "lineNumber": 56 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/types.ts", + "lineNumber": 83 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/types.ts", + "lineNumber": 105 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/embeddable/dashboard_container.tsx", "lineNumber": 18 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.add.$1", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 18 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + } }, { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.getAll", - "type": "Function", - "tags": [], - "label": "getAll", - "description": [], - "signature": [ - "() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 19 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/embeddable/dashboard_container.tsx", + "lineNumber": 62 + } }, { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.getByName", - "type": "Function", - "tags": [], - "label": "getByName", - "description": [], - "signature": [ - "(name: string) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 20 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.getByName.$1", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 20 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/url_generator.ts", + "lineNumber": 11 + } }, { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.getByType", - "type": "Function", - "tags": [], - "label": "getByType", - "description": [], - "signature": [ - "(type: string) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 21 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.getByType.$1", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 21 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/url_generator.ts", + "lineNumber": 52 + } }, { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.remove", - "type": "Function", - "tags": [], - "label": "remove", - "description": [], - "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ") => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 22 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.remove.$1", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 22 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/url_generator.ts", + "lineNumber": 111 + } }, { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.removeAll", - "type": "Function", - "tags": [], - "label": "removeAll", - "description": [], - "signature": [ - "() => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 23 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 10 + } }, { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.replaceAll", - "type": "Function", - "tags": [], - "label": "replaceAll", - "description": [], - "signature": [ - "(specs: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - "[]) => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 24 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.replaceAll.$1", - "type": "Array", - "tags": [], - "label": "specs", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 24 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 49 + } }, { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.update", - "type": "Function", - "tags": [], - "label": "update", - "description": [], - "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - ") => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 25 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.update.$1", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 25 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 95 + } }, { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.toSpec", - "type": "Function", - "tags": [], - "label": "toSpec", - "description": [], - "signature": [ - "(options?: { getFormatterForField?: ((field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" - }, - ") | undefined; } | undefined) => Record" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 26 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.toSpec.$1.options", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 26 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.IIndexPatternFieldList.toSpec.$1.options.getFormatterForField", - "type": "Function", - "tags": [], - "label": "getFormatterForField", - "description": [], - "signature": [ - "((field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" - }, - ") | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/field_list.ts", - "lineNumber": 27 - }, - "deprecated": false - } - ] - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IKibanaSearchRequest", - "type": "Interface", - "tags": [], - "label": "IKibanaSearchRequest", - "description": [], - "signature": [ + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 107 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IKibanaSearchRequest", - "text": "IKibanaSearchRequest" + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/types.ts", + "lineNumber": 22 + } }, - "" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 79 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-public.IKibanaSearchRequest.id", - "type": "string", - "tags": [], - "label": "id", - "description": [ - "\nAn id can be used to uniquely identify this request." - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 83 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/types.ts", + "lineNumber": 273 + } }, { - "parentPluginId": "data", - "id": "def-public.IKibanaSearchRequest.params", - "type": "Uncategorized", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "Params | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 85 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IKibanaSearchResponse", - "type": "Interface", - "tags": [], - "label": "IKibanaSearchResponse", - "description": [], - "signature": [ + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/types.ts", + "lineNumber": 518 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IKibanaSearchResponse", - "text": "IKibanaSearchResponse" + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.ts", + "lineNumber": 8 + } }, - "" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 40 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-public.IKibanaSearchResponse.id", - "type": "string", - "tags": [], - "label": "id", - "description": [ - "\nSome responses may contain a unique id to identify the request this response came from." - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 44 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.ts", + "lineNumber": 13 + } }, { - "parentPluginId": "data", - "id": "def-public.IKibanaSearchResponse.total", - "type": "number", - "tags": [], - "label": "total", - "description": [ - "\nIf relevant to the search strategy, return a total number\nthat represents how progress is indicated." - ], - "signature": [ - "number | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 50 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.ts", + "lineNumber": 49 + } }, { - "parentPluginId": "data", - "id": "def-public.IKibanaSearchResponse.loaded", - "type": "number", - "tags": [], - "label": "loaded", - "description": [ - "\nIf relevant to the search strategy, return a loaded number\nthat represents how progress is indicated." - ], - "signature": [ - "number | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 56 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/utils.ts", + "lineNumber": 13 + } }, { - "parentPluginId": "data", - "id": "def-public.IKibanaSearchResponse.isRunning", - "type": "CompoundType", - "tags": [], - "label": "isRunning", - "description": [ - "\nIndicates whether search is still in flight" - ], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 61 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/utils.ts", + "lineNumber": 72 + } }, { - "parentPluginId": "data", - "id": "def-public.IKibanaSearchResponse.isPartial", - "type": "CompoundType", - "tags": [], - "label": "isPartial", - "description": [ - "\nIndicates whether the results returned are complete or partial" - ], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 66 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", + "lineNumber": 45 + } }, { - "parentPluginId": "data", - "id": "def-public.IKibanaSearchResponse.isRestored", - "type": "CompoundType", - "tags": [], - "label": "isRestored", - "description": [ - "\nIndicates whether the results returned are from the async-search index" - ], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 71 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", + "lineNumber": 73 + } }, { - "parentPluginId": "data", - "id": "def-public.IKibanaSearchResponse.rawResponse", - "type": "Uncategorized", - "tags": [], - "label": "rawResponse", - "description": [ - "\nThe raw response returned by the internal search method (usually the raw ES response)" - ], - "signature": [ - "RawResponse" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 76 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IndexPatternAttributes", - "type": "Interface", - "tags": [], - "label": "IndexPatternAttributes", - "description": [ - "\nInterface for an index pattern saved object" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 53 - }, - "deprecated": false, - "children": [ + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/fields_accordion.tsx", + "lineNumber": 23 + } + }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternAttributes.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 54 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/fields_accordion.tsx", + "lineNumber": 37 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternAttributes.fields", - "type": "string", - "tags": [], - "label": "fields", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 55 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/state_management/types.ts", + "lineNumber": 8 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternAttributes.title", - "type": "string", - "tags": [], - "label": "title", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 56 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/state_management/types.ts", + "lineNumber": 36 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternAttributes.typeMeta", - "type": "string", - "tags": [], - "label": "typeMeta", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 57 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 14 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternAttributes.timeFieldName", - "type": "string", - "tags": [], - "label": "timeFieldName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 58 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 65 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternAttributes.intervalName", - "type": "string", - "tags": [], - "label": "intervalName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 59 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 132 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternAttributes.sourceFilters", - "type": "string", - "tags": [], - "label": "sourceFilters", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 60 - }, - "deprecated": false + "plugin": "observability", + "link": { + "path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx", + "lineNumber": 10 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternAttributes.fieldFormatMap", - "type": "string", - "tags": [], - "label": "fieldFormatMap", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 61 - }, - "deprecated": false + "plugin": "observability", + "link": { + "path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx", + "lineNumber": 80 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternAttributes.fieldAttrs", - "type": "string", - "tags": [], - "label": "fieldAttrs", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 62 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/common/types/timeline/store.ts", + "lineNumber": 17 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternAttributes.runtimeFieldMap", - "type": "string", - "tags": [], - "label": "runtimeFieldMap", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 63 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/common/types/timeline/store.ts", + "lineNumber": 50 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternAttributes.allowNoIndex", - "type": "CompoundType", - "tags": [], - "label": "allowNoIndex", - "description": [ - "\nprevents errors when index pattern exists before indices" - ], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 67 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec", - "type": "Interface", - "tags": [], - "label": "IndexPatternSpec", - "description": [ - "\nStatic index pattern format\nSerialized data object, representing index pattern attributes and state" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 224 - }, - "deprecated": false, - "children": [ + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/store/t_grid/model.ts", + "lineNumber": 9 + } + }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec.id", - "type": "string", - "tags": [], - "label": "id", - "description": [ - "\nsaved object id" - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 228 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/store/t_grid/model.ts", + "lineNumber": 54 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec.version", - "type": "string", - "tags": [], - "label": "version", - "description": [ - "\nsaved object version string" - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 232 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", + "lineNumber": 28 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec.title", - "type": "string", - "tags": [], - "label": "title", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 233 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", + "lineNumber": 114 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec.intervalName", - "type": "string", - "tags": [ - "deprecated" - ], - "label": "intervalName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 238 - }, - "deprecated": true, - "references": [] + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx", + "lineNumber": 27 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec.timeFieldName", - "type": "string", - "tags": [], - "label": "timeFieldName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 239 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx", + "lineNumber": 108 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec.sourceFilters", - "type": "Array", - "tags": [], - "label": "sourceFilters", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.SourceFilter", - "text": "SourceFilter" - }, - "[] | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 240 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/hover_actions/utils.ts", + "lineNumber": 8 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec.fields", - "type": "Object", - "tags": [], - "label": "fields", - "description": [], - "signature": [ - "Record | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 241 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/hover_actions/utils.ts", + "lineNumber": 28 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec.typeMeta", - "type": "Object", - "tags": [], - "label": "typeMeta", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.TypeMeta", - "text": "TypeMeta" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 242 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/hover_actions/utils.ts", + "lineNumber": 64 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 243 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/reducers/map/types.ts", + "lineNumber": 22 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec.fieldFormats", - "type": "Object", - "tags": [], - "label": "fieldFormats", - "description": [], - "signature": [ - "Record>> | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 244 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/reducers/map/types.ts", + "lineNumber": 37 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec.runtimeFieldMap", - "type": "Object", - "tags": [], - "label": "runtimeFieldMap", - "description": [], - "signature": [ - "Record | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 245 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "lineNumber": 10 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec.fieldAttrs", - "type": "Object", - "tags": [], - "label": "fieldAttrs", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldAttrs", - "text": "FieldAttrs" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 246 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "lineNumber": 21 + } }, { - "parentPluginId": "data", - "id": "def-public.IndexPatternSpec.allowNoIndex", - "type": "CompoundType", - "tags": [], - "label": "allowNoIndex", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 247 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.ISearchOptions", - "type": "Interface", - "tags": [], - "label": "ISearchOptions", - "description": [], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 95 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "lineNumber": 35 + } + }, { - "parentPluginId": "data", - "id": "def-public.ISearchOptions.abortSignal", - "type": "Object", - "tags": [], - "label": "abortSignal", - "description": [ - "\nAn `AbortSignal` that allows the caller of `search` to abort a search request." - ], - "signature": [ - "AbortSignal | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 99 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "lineNumber": 94 + } }, { - "parentPluginId": "data", - "id": "def-public.ISearchOptions.strategy", - "type": "string", - "tags": [], - "label": "strategy", - "description": [ - "\nUse this option to force using a specific server side search strategy. Leave empty to use the default strategy." - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 104 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-public.ISearchOptions.legacyHitsTotal", - "type": "CompoundType", - "tags": [], - "label": "legacyHitsTotal", - "description": [ - "\nRequest the legacy format for the total number of hits. If sending `rest_total_hits_as_int` to\nsomething other than `true`, this should be set to `false`." - ], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 110 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "lineNumber": 40 + } }, { - "parentPluginId": "data", - "id": "def-public.ISearchOptions.sessionId", - "type": "string", - "tags": [], - "label": "sessionId", - "description": [ - "\nA session ID, grouping multiple search requests into a single session." - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 115 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts", + "lineNumber": 13 + } }, { - "parentPluginId": "data", - "id": "def-public.ISearchOptions.isStored", - "type": "CompoundType", - "tags": [], - "label": "isStored", - "description": [ - "\nWhether the session is already saved (i.e. sent to background)" - ], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 120 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts", + "lineNumber": 78 + } }, { - "parentPluginId": "data", - "id": "def-public.ISearchOptions.isRestore", - "type": "CompoundType", - "tags": [], - "label": "isRestore", - "description": [ - "\nWhether the session is restored (i.e. search requests should re-use the stored search IDs,\nrather than starting from scratch)" - ], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 126 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/join_tooltip_property.ts", + "lineNumber": 10 + } }, { - "parentPluginId": "data", - "id": "def-public.ISearchOptions.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [ - "\nIndex pattern reference is used for better error messages" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 131 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/join_tooltip_property.ts", + "lineNumber": 41 + } }, { - "parentPluginId": "data", - "id": "def-public.ISearchOptions.inspector", - "type": "Object", - "tags": [], - "label": "inspector", - "description": [ - "\nInspector integration options" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IInspectorInfo", - "text": "IInspectorInfo" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 136 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.ISearchStartSearchSource", - "type": "Interface", - "tags": [], - "label": "ISearchStartSearchSource", - "description": [ - "\nhigh level search service" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 26 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts", + "lineNumber": 10 + } + }, { - "parentPluginId": "data", - "id": "def-public.ISearchStartSearchSource.create", - "type": "Function", - "tags": [], - "label": "create", - "description": [ - "\ncreates {@link SearchSource} based on provided serialized {@link SearchSourceFields}" - ], - "signature": [ - "(fields?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" - }, - " | undefined) => Promise>" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 31 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.fields", - "type": "Object", - "tags": [], - "label": "fields", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 31 - }, - "deprecated": false - } - ] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts", + "lineNumber": 205 + } }, { - "parentPluginId": "data", - "id": "def-public.ISearchStartSearchSource.createEmpty", - "type": "Function", - "tags": [], - "label": "createEmpty", - "description": [ - "\ncreates empty {@link SearchSource}" - ], - "signature": [ - "() => Pick<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" - }, - ", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\">" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 35 - }, - "deprecated": false, - "returnComment": [], - "children": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.KueryNode", - "type": "Interface", - "tags": [], - "label": "KueryNode", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 11 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts", + "lineNumber": 206 + } + }, { - "parentPluginId": "data", - "id": "def-public.KueryNode.type", - "type": "CompoundType", - "tags": [], - "label": "type", - "description": [], - "signature": [ - "\"function\" | \"literal\" | \"namedArg\" | \"wildcard\"" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 12 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/selectors/map_selectors.ts", + "lineNumber": 53 + } }, { - "parentPluginId": "data", - "id": "def-public.KueryNode.Unnamed", - "type": "Any", - "tags": [], - "label": "Unnamed", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 13 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.OptionedValueProp", - "type": "Interface", - "tags": [], - "label": "OptionedValueProp", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 12 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/selectors/map_selectors.ts", + "lineNumber": 184 + } + }, { - "parentPluginId": "data", - "id": "def-public.OptionedValueProp.value", - "type": "string", - "tags": [], - "label": "value", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/actions/map_actions.ts", "lineNumber": 13 - }, - "deprecated": false + } }, { - "parentPluginId": "data", - "id": "def-public.OptionedValueProp.text", - "type": "string", - "tags": [], - "label": "text", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 14 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/actions/map_actions.ts", + "lineNumber": 244 + } }, { - "parentPluginId": "data", - "id": "def-public.OptionedValueProp.disabled", - "type": "CompoundType", - "tags": [], - "label": "disabled", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 15 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.tsx", + "lineNumber": 12 + } }, { - "parentPluginId": "data", - "id": "def-public.OptionedValueProp.isCompatible", - "type": "Function", - "tags": [], - "label": "isCompatible", - "description": [], - "signature": [ - "(agg: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - }, - ") => boolean" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 16 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.agg", - "type": "Object", - "tags": [], - "label": "agg", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - } - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 16 - }, - "deprecated": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.RangeFilterParams", - "type": "Interface", - "tags": [], - "label": "RangeFilterParams", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 36 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.tsx", + "lineNumber": 27 + } + }, { - "parentPluginId": "data", - "id": "def-public.RangeFilterParams.from", - "type": "CompoundType", - "tags": [], - "label": "from", - "description": [], - "signature": [ - "string | number | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 37 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.tsx", + "lineNumber": 41 + } }, { - "parentPluginId": "data", - "id": "def-public.RangeFilterParams.to", - "type": "CompoundType", - "tags": [], - "label": "to", - "description": [], - "signature": [ - "string | number | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 38 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_geometry_filter_form.tsx", + "lineNumber": 11 + } }, { - "parentPluginId": "data", - "id": "def-public.RangeFilterParams.gt", - "type": "CompoundType", - "tags": [], - "label": "gt", - "description": [], - "signature": [ - "string | number | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 39 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_geometry_filter_form.tsx", + "lineNumber": 30 + } }, { - "parentPluginId": "data", - "id": "def-public.RangeFilterParams.lt", - "type": "CompoundType", - "tags": [], - "label": "lt", - "description": [], - "signature": [ - "string | number | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 40 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx", + "lineNumber": 20 + } }, { - "parentPluginId": "data", - "id": "def-public.RangeFilterParams.gte", - "type": "CompoundType", - "tags": [], - "label": "gte", - "description": [], - "signature": [ - "string | number | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx", "lineNumber": 41 - }, - "deprecated": false + } }, { - "parentPluginId": "data", - "id": "def-public.RangeFilterParams.lte", - "type": "CompoundType", - "tags": [], - "label": "lte", - "description": [], - "signature": [ - "string | number | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 42 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx", + "lineNumber": 105 + } }, { - "parentPluginId": "data", - "id": "def-public.RangeFilterParams.format", - "type": "string", - "tags": [], - "label": "format", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 43 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.RefreshInterval", - "type": "Interface", - "tags": [], - "label": "RefreshInterval", - "description": [], - "source": { - "path": "src/plugins/data/common/query/timefilter/types.ts", - "lineNumber": 11 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.RefreshInterval.pause", - "type": "boolean", - "tags": [], - "label": "pause", - "description": [], - "source": { - "path": "src/plugins/data/common/query/timefilter/types.ts", - "lineNumber": 12 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx", + "lineNumber": 171 + } }, { - "parentPluginId": "data", - "id": "def-public.RefreshInterval.value", - "type": "number", - "tags": [], - "label": "value", - "description": [], - "source": { - "path": "src/plugins/data/common/query/timefilter/types.ts", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/features_tooltip.tsx", "lineNumber": 13 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.SearchError", - "type": "Interface", - "tags": [], - "label": "SearchError", - "description": [], - "source": { - "path": "src/plugins/data/common/search/search_source/fetch/types.ts", - "lineNumber": 30 - }, - "deprecated": false, - "children": [ + } + }, { - "parentPluginId": "data", - "id": "def-public.SearchError.name", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "source": { - "path": "src/plugins/data/common/search/search_source/fetch/types.ts", - "lineNumber": 31 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/features_tooltip.tsx", + "lineNumber": 28 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchError.status", - "type": "string", - "tags": [], - "label": "status", - "description": [], - "source": { - "path": "src/plugins/data/common/search/search_source/fetch/types.ts", - "lineNumber": 32 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/tooltip_popover.tsx", + "lineNumber": 12 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchError.title", - "type": "string", - "tags": [], - "label": "title", - "description": [], - "source": { - "path": "src/plugins/data/common/search/search_source/fetch/types.ts", - "lineNumber": 33 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/tooltip_popover.tsx", + "lineNumber": 23 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchError.message", - "type": "string", - "tags": [], - "label": "message", - "description": [], - "source": { - "path": "src/plugins/data/common/search/search_source/fetch/types.ts", - "lineNumber": 34 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/tooltip_control.tsx", + "lineNumber": 20 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchError.path", - "type": "string", - "tags": [], - "label": "path", - "description": [], - "source": { - "path": "src/plugins/data/common/search/search_source/fetch/types.ts", - "lineNumber": 35 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/tooltip_control.tsx", + "lineNumber": 66 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchError.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "source": { - "path": "src/plugins/data/common/search/search_source/fetch/types.ts", - "lineNumber": 36 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields", - "type": "Interface", - "tags": [], - "label": "SearchSourceFields", - "description": [ - "\nsearch source fields" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 70 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/mb_map.tsx", + "lineNumber": 15 + } + }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 71 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/mb_map.tsx", + "lineNumber": 73 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.query", - "type": "Object", - "tags": [], - "label": "query", - "description": [ - "\n{@link Query}" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 75 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/toolbar_overlay/toolbar_overlay.tsx", + "lineNumber": 10 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.filter", - "type": "CompoundType", - "tags": [], - "label": "filter", - "description": [ - "\n{@link Filter}" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | (() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined) | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 79 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/toolbar_overlay/toolbar_overlay.tsx", + "lineNumber": 19 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.sort", - "type": "CompoundType", - "tags": [], - "label": "sort", - "description": [ - "\n{@link EsQuerySortValue}" - ], - "signature": [ - "Record | Record[] | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 83 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/map_container/map_container.tsx", + "lineNumber": 14 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.highlight", - "type": "Any", - "tags": [], - "label": "highlight", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 84 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/map_container/map_container.tsx", + "lineNumber": 35 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.highlightAll", - "type": "CompoundType", - "tags": [], - "label": "highlightAll", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 85 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/global_sync.ts", + "lineNumber": 8 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.trackTotalHits", - "type": "CompoundType", - "tags": [], - "label": "trackTotalHits", - "description": [], - "signature": [ - "number | boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 86 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/global_sync.ts", + "lineNumber": 16 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.aggs", - "type": "CompoundType", - "tags": [], - "label": "aggs", - "description": [ - "\n{@link AggConfigs}" - ], - "signature": [ - "object | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfigs", - "text": "AggConfigs" - }, - " | (() => object) | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 90 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/app_state_manager.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.from", - "type": "number", - "tags": [], - "label": "from", - "description": [], - "signature": [ - "number | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 91 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/app_state_manager.ts", + "lineNumber": 14 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.size", - "type": "number", - "tags": [], - "label": "size", - "description": [], - "signature": [ - "number | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 92 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/app_state_manager.ts", + "lineNumber": 20 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.source", - "type": "CompoundType", - "tags": [], - "label": "source", - "description": [], - "signature": [ - "string | boolean | string[] | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 93 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 33 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.version", - "type": "CompoundType", - "tags": [], - "label": "version", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 94 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 68 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.fields", - "type": "Array", - "tags": [], - "label": "fields", - "description": [ - "\nRetrieve fields via the search Fields API" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchFieldValue", - "text": "SearchFieldValue" - }, - "[] | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 98 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 82 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.fieldsFromSource", - "type": "CompoundType", - "tags": [ - "deprecated" - ], - "label": "fieldsFromSource", - "description": [ - "\nRetreive fields directly from _source (legacy behavior)\n" - ], - "signature": [ - "string | boolean | string[] | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 104 - }, - "deprecated": true, - "references": [ - { - "plugin": "reporting", - "link": { - "path": "x-pack/plugins/reporting/server/export_types/csv_searchsource/generate_csv/generate_csv.ts", - "lineNumber": 150 - } - }, - { - "plugin": "reporting", - "link": { - "path": "x-pack/plugins/reporting/server/export_types/csv_searchsource/generate_csv/generate_csv.ts", - "lineNumber": 152 - } - } - ] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 218 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.index", - "type": "Object", - "tags": [], - "label": "index", - "description": [ - "\n{@link IndexPatternService}" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 289 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 437 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/index.ts", + "lineNumber": 11 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/index.ts", + "lineNumber": 49 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", + "lineNumber": 27 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", "lineNumber": 108 - }, - "deprecated": false + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.searchAfter", - "type": "Object", - "tags": [], - "label": "searchAfter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.EsQuerySearchAfter", - "text": "EsQuerySearchAfter" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 109 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", + "lineNumber": 388 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.timeout", - "type": "string", - "tags": [], - "label": "timeout", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 110 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 13 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.terminate_after", - "type": "number", - "tags": [], - "label": "terminate_after", - "description": [], - "signature": [ - "number | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 111 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 51 + } }, { - "parentPluginId": "data", - "id": "def-public.SearchSourceFields.parent", - "type": "Object", - "tags": [], - "label": "parent", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 113 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.TypeMeta", - "type": "Interface", - "tags": [], - "label": "TypeMeta", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 158 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 84 + } + }, { - "parentPluginId": "data", - "id": "def-public.TypeMeta.aggs", - "type": "Object", - "tags": [], - "label": "aggs", - "description": [], - "signature": [ - "Record> | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 159 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 127 + } }, { - "parentPluginId": "data", - "id": "def-public.TypeMeta.Unnamed", - "type": "Any", - "tags": [], - "label": "Unnamed", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 160 - }, - "deprecated": false - } - ], - "initialIsOpen": false - } - ], - "enums": [ - { - "parentPluginId": "data", - "id": "def-public.BUCKET_TYPES", - "type": "Enum", - "tags": [], - "label": "BUCKET_TYPES", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/buckets/bucket_agg_types.ts", - "lineNumber": 9 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.ES_FIELD_TYPES", - "type": "Enum", - "tags": [], - "label": "ES_FIELD_TYPES", - "description": [], - "source": { - "path": "src/plugins/data/common/kbn_field_types/types.ts", - "lineNumber": 18 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.KBN_FIELD_TYPES", - "type": "Enum", - "tags": [], - "label": "KBN_FIELD_TYPES", - "description": [], - "source": { - "path": "src/plugins/data/common/kbn_field_types/types.ts", - "lineNumber": 64 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.METRIC_TYPES", - "type": "Enum", - "tags": [], - "label": "METRIC_TYPES", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/metrics/metric_agg_types.ts", - "lineNumber": 9 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.SortDirection", - "type": "Enum", - "tags": [], - "label": "SortDirection", - "description": [], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 40 - }, - "deprecated": false, - "initialIsOpen": false - } - ], - "misc": [ - { - "parentPluginId": "data", - "id": "def-public.ACTION_GLOBAL_APPLY_FILTER", - "type": "string", - "tags": [], - "label": "ACTION_GLOBAL_APPLY_FILTER", - "description": [], - "signature": [ - "\"ACTION_GLOBAL_APPLY_FILTER\"" - ], - "source": { - "path": "src/plugins/data/public/actions/apply_filter_action.ts", - "lineNumber": 16 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.AggConfigOptions", - "type": "Type", - "tags": [], - "label": "AggConfigOptions", - "description": [], - "signature": [ - "{ type: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IAggType", - "text": "IAggType" + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 198 + } }, - "; enabled?: boolean | undefined; id?: string | undefined; schema?: string | undefined; params?: {} | ", - "SerializableState", - " | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_config.ts", - "lineNumber": 45 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.AggGroupName", - "type": "Type", - "tags": [], - "label": "AggGroupName", - "description": [], - "signature": [ - "\"none\" | \"buckets\" | \"metrics\"" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 18 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.AggParam", - "type": "Type", - "tags": [], - "label": "AggParam", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.BaseParamType", - "text": "BaseParamType" + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx", + "lineNumber": 11 + } }, - "<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx", + "lineNumber": 70 + } }, - ">" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_params.ts", - "lineNumber": 28 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.AggregationRestrictions", - "type": "Type", - "tags": [], - "label": "AggregationRestrictions", - "description": [], - "signature": [ - "{ [x: string]: { agg?: string | undefined; interval?: number | undefined; fixed_interval?: string | undefined; calendar_interval?: string | undefined; delay?: string | undefined; time_zone?: string | undefined; }; }" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 141 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.AggsStart", - "type": "Type", - "tags": [], - "label": "AggsStart", - "description": [ - "\nAggsStart represents the actual external contract as AggsCommonStart\nis only used internally. The difference is that AggsStart includes the\ntypings for the registry with initialized agg types.\n" - ], - "signature": [ - "{ calculateAutoTimeExpression: (range: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx", + "lineNumber": 12 + } }, - ") => string | undefined; datatableUtilities: { getIndexPattern: (column: ", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.DatatableColumn", - "text": "DatatableColumn" + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx", + "lineNumber": 27 + } }, - ") => Promise<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 11 + } }, - " | undefined>; getAggConfig: (column: ", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.DatatableColumn", - "text": "DatatableColumn" + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 14 + } }, - ") => Promise<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 33 + } }, - " | undefined>; isFilterable: (column: ", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.DatatableColumn", - "text": "DatatableColumn" + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts", + "lineNumber": 10 + } }, - ") => boolean; }; createAggConfigs: (indexPattern: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts", + "lineNumber": 32 + } }, - ", configStates?: Pick & Pick<{ type: string | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IAggType", - "text": "IAggType" + "plugin": "dashboardEnhanced", + "link": { + "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx", + "lineNumber": 14 + } }, - "; }, \"type\"> & Pick<{ type: string | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IAggType", - "text": "IAggType" + "plugin": "dashboardEnhanced", + "link": { + "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx", + "lineNumber": 33 + } }, - "; }, never>, \"type\" | \"enabled\" | \"id\" | \"schema\" | \"params\">[] | undefined) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfigs", - "text": "AggConfigs" + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", + "lineNumber": 14 + } }, - "; types: ", - "AggTypesRegistryStart", - "; }" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 129 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.APPLY_FILTER_TRIGGER", - "type": "string", - "tags": [], - "label": "APPLY_FILTER_TRIGGER", - "description": [], - "signature": [ - "\"FILTER_TRIGGER\"" - ], - "source": { - "path": "src/plugins/data/public/triggers/apply_filter_trigger.ts", - "lineNumber": 12 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.CustomFilter", - "type": "Type", - "tags": [], - "label": "CustomFilter", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", + "lineNumber": 22 + } }, - " & { query: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/custom_filter.ts", - "lineNumber": 11 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.ES_SEARCH_STRATEGY", - "type": "string", - "tags": [], - "label": "ES_SEARCH_STRATEGY", - "description": [], - "signature": [ - "\"es\"" - ], - "source": { - "path": "src/plugins/data/common/search/strategies/es_search/types.ts", - "lineNumber": 12 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.EsaggsExpressionFunctionDefinition", - "type": "Type", - "tags": [], - "label": "EsaggsExpressionFunctionDefinition", - "description": [], - "signature": [ { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 9 + } }, - "<\"esaggs\", Input, Arguments, Output, ", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 21 + } }, - "<", { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 25 + } }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/esaggs/esaggs_fn.ts", - "lineNumber": 35 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.EsdslExpressionFunctionDefinition", - "type": "Type", - "tags": [], - "label": "EsdslExpressionFunctionDefinition", - "description": [], - "signature": [ { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 31 + } }, - "<\"esdsl\", Input, Arguments, Output, ", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 32 + } }, - "<", { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/types.ts", + "lineNumber": 8 + } }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/esdsl.ts", - "lineNumber": 29 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.EsQuerySortValue", - "type": "Type", - "tags": [], - "label": "EsQuerySortValue", - "description": [], - "signature": [ - "{ [x: string]: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SortDirection", - "text": "SortDirection" + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/types.ts", + "lineNumber": 56 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SortDirectionNumeric", - "text": "SortDirectionNumeric" + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/types.ts", + "lineNumber": 87 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SortDirectionFormat", - "text": "SortDirectionFormat" + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/saved_object_migrations.ts", + "lineNumber": 16 + } }, - "; }" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 55 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.EsRawResponseExpressionTypeDefinition", - "type": "Type", - "tags": [], - "label": "EsRawResponseExpressionTypeDefinition", - "description": [], - "signature": [ { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionTypeDefinition", - "text": "ExpressionTypeDefinition" + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/saved_object_migrations.ts", + "lineNumber": 48 + } }, - "<\"es_raw_response\", ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.EsRawResponse", - "text": "EsRawResponse" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 16 + } }, - ", ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.EsRawResponse", - "text": "EsRawResponse" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 49 + } }, - ">" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/es_raw_response.ts", - "lineNumber": 57 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.ExecutionContextSearch", - "type": "Type", - "tags": [], - "label": "ExecutionContextSearch", - "description": [], - "signature": [ - "{ filters?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/model.ts", + "lineNumber": 11 + } }, - "[] | undefined; query?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/model.ts", + "lineNumber": 83 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/actions.ts", + "lineNumber": 12 + } }, - "[] | undefined; timeRange?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/actions.ts", + "lineNumber": 93 + } }, - " | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 15 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.ExistsFilter", - "type": "Type", - "tags": [], - "label": "ExistsFilter", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/selectors.ts", + "lineNumber": 10 + } }, - " & { meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/selectors.ts", + "lineNumber": 77 + } }, - "; exists?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterExistsProperty", - "text": "FilterExistsProperty" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/actions.ts", + "lineNumber": 10 + } }, - " | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 19 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.ExpressionFunctionKibana", - "type": "Type", - "tags": [], - "label": "ExpressionFunctionKibana", - "description": [], - "signature": [ { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/actions.ts", + "lineNumber": 183 + } }, - "<\"kibana\", Input, object, ", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionValueBoxed", - "text": "ExpressionValueBoxed" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 14 + } }, - "<\"kibana_context\", ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 82 + } }, - ">, ", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/helpers.tsx", + "lineNumber": 27 + } }, - "<", { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/helpers.tsx", + "lineNumber": 89 + } }, - ", ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/helpers.tsx", + "lineNumber": 95 + } }, - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/kibana.ts", - "lineNumber": 17 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.ExpressionFunctionKibanaContext", - "type": "Type", - "tags": [], - "label": "ExpressionFunctionKibanaContext", - "description": [], - "signature": [ { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", + "lineNumber": 11 + } }, - "<\"kibana_context\", Input, Arguments, Promise<", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionValueBoxed", - "text": "ExpressionValueBoxed" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", + "lineNumber": 126 + } }, - "<\"kibana_context\", ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/helpers.ts", + "lineNumber": 13 + } }, - ">>, ", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/helpers.ts", + "lineNumber": 150 + } }, - "<", { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/helpers.ts", + "lineNumber": 250 + } }, - ", ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/navigation/helpers.ts", + "lineNumber": 20 + } }, - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context.ts", - "lineNumber": 34 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.ExpressionValueSearchContext", - "type": "Type", - "tags": [], - "label": "ExpressionValueSearchContext", - "description": [], - "signature": [ - "{ type: \"kibana_context\"; } & ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" - } - ], - "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 21 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.FieldFormatId", - "type": "Type", - "tags": [ - "string" - ], - "label": "FieldFormatId", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/field_formats/types.ts", - "lineNumber": 75 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.FieldFormatsContentType", - "type": "Type", - "tags": [], - "label": "FieldFormatsContentType", - "description": [], - "signature": [ - "\"html\" | \"text\"" - ], - "source": { - "path": "src/plugins/data/common/field_formats/types.ts", - "lineNumber": 14 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.FieldFormatsGetConfigFn", - "type": "Type", - "tags": [], - "label": "FieldFormatsGetConfigFn", - "description": [], - "signature": [ - "(key: string, defaultOverride?: T | undefined) => T" - ], - "source": { - "path": "src/plugins/data/common/field_formats/types.ts", - "lineNumber": 68 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.Filter", - "type": "Type", - "tags": [], - "label": "Filter", - "description": [], - "signature": [ - "{ $state?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/navigation/helpers.ts", + "lineNumber": 30 + } }, - " | undefined; meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", + "lineNumber": 12 + } }, - "; query?: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 42 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IAggConfig", - "type": "Type", - "tags": [ - "name", - "description" - ], - "label": "IAggConfig", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - } - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_config.ts", - "lineNumber": 55 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IAggType", - "type": "Type", - "tags": [], - "label": "IAggType", - "description": [], - "signature": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", + "lineNumber": 34 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggType", - "text": "AggType" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", + "lineNumber": 100 + } }, - "<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 18 + } }, - ", ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggParamType", - "text": "AggParamType" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 36 + } }, - "<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 45 + } }, - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_type.ts", - "lineNumber": 62 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IEsSearchResponse", - "type": "Type", - "tags": [], - "label": "IEsSearchResponse", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IKibanaSearchResponse", - "text": "IKibanaSearchResponse" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 55 + } }, - "<", - "SearchResponse", - ">" - ], - "source": { - "path": "src/plugins/data/common/search/strategies/es_search/types.ts", - "lineNumber": 22 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IFieldFormat", - "type": "Type", - "tags": [], - "label": "IFieldFormat", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" - } - ], - "source": { - "path": "src/plugins/data/common/field_formats/types.ts", - "lineNumber": 70 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IFieldFormatsRegistry", - "type": "Type", - "tags": [], - "label": "IFieldFormatsRegistry", - "description": [], - "signature": [ - "{ init: (getConfig: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 56 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.GetConfigFn", - "text": "GetConfigFn" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 91 + } }, - ", metaParamsOptions?: Record, defaultFieldConverters?: ", - "FieldFormatInstanceType", - "[]) => void; register: (fieldFormats: ", - "FieldFormatInstanceType", - "[]) => void; deserialize: ", - "FormatFactory", - "; getDefaultConfig: (fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 297 + } }, - ", esTypes?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", + "lineNumber": 15 + } }, - "[] | undefined) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormatConfig", - "text": "FieldFormatConfig" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", + "lineNumber": 36 + } }, - "; getType: (formatId: string) => ", - "FieldFormatInstanceType", - " | undefined; getTypeWithoutMetaParams: (formatId: string) => ", - "FieldFormatInstanceType", - " | undefined; getDefaultType: (fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/helpers.ts", + "lineNumber": 8 + } }, - ", esTypes?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/helpers.ts", + "lineNumber": 14 + } }, - "[] | undefined) => ", - "FieldFormatInstanceType", - " | undefined; getTypeNameByEsTypes: (esTypes: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/helpers.ts", + "lineNumber": 50 + } }, - "[] | undefined) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/index.tsx", + "lineNumber": 11 + } }, - " | undefined; getDefaultTypeName: (fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/index.tsx", + "lineNumber": 21 + } }, - ", esTypes?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/types.ts", + "lineNumber": 9 + } }, - "[] | undefined) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/types.ts", + "lineNumber": 39 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/types.ts", + "lineNumber": 48 + } }, - "; getInstance: ((formatId: string, params?: Record) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 10 + } }, - ") & _.MemoizedFunction; getDefaultInstancePlain: (fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 141 + } }, - ", esTypes?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 143 + } }, - "[] | undefined, params?: Record) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 224 + } }, - "; getDefaultInstanceCacheResolver: (fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 248 + } }, - ", esTypes: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", + "lineNumber": 34 + } }, - "[]) => string; getByFieldType: (fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", + "lineNumber": 121 + } }, - ") => ", - "FieldFormatInstanceType", - "[]; getDefaultInstance: ((fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx", + "lineNumber": 19 + } }, - ", esTypes?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx", + "lineNumber": 56 + } }, - "[] | undefined, params?: Record) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/types.ts", + "lineNumber": 8 + } }, - ") & _.MemoizedFunction; parseDefaultTypeMap: (value: any) => void; }" - ], - "source": { - "path": "src/plugins/data/common/field_formats/index.ts", - "lineNumber": 11 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IFieldParamType", - "type": "Type", - "tags": [], - "label": "IFieldParamType", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.FieldParamType", - "text": "FieldParamType" - } - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/field.ts", - "lineNumber": 24 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IMetricAggType", - "type": "Type", - "tags": [], - "label": "IMetricAggType", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.MetricAggType", - "text": "MetricAggType" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/types.ts", + "lineNumber": 22 + } }, - "<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IMetricAggConfig", - "text": "IMetricAggConfig" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/types.ts", + "lineNumber": 24 + } }, - ">" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/metrics/metric_agg_type.ts", - "lineNumber": 36 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.INDEX_PATTERN_SAVED_OBJECT_TYPE", - "type": "string", - "tags": [], - "label": "INDEX_PATTERN_SAVED_OBJECT_TYPE", - "description": [], - "signature": [ - "\"index-pattern\"" - ], - "source": { - "path": "src/plugins/data/common/constants.ts", - "lineNumber": 13 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IndexPatternLoadExpressionFunctionDefinition", - "type": "Type", - "tags": [], - "label": "IndexPatternLoadExpressionFunctionDefinition", - "description": [], - "signature": [ { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/alerts_table.tsx", + "lineNumber": 11 + } }, - "<\"indexPatternLoad\", null, Arguments, Output, ", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/alerts_table.tsx", + "lineNumber": 29 + } }, - "<", { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/alerts_table.tsx", + "lineNumber": 66 + } }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/expressions/load_index_pattern.ts", - "lineNumber": 35 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.IndexPatternsContract", - "type": "Type", - "tags": [], - "label": "IndexPatternsContract", - "description": [], - "signature": [ - "{ get: (id: string) => Promise<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/alerts_query_tab_body.tsx", + "lineNumber": 10 + } }, - ">; delete: (indexPatternId: string) => Promise<{}>; create: (spec: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/alerts_query_tab_body.tsx", + "lineNumber": 15 + } }, - ", skipFetchFields?: boolean) => Promise<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", + "lineNumber": 26 + } }, - ">; find: (search: string, size?: number) => Promise<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", + "lineNumber": 47 + } }, - "[]>; ensureDefaultIndexPattern: ", - "EnsureDefaultIndexPattern", - "; getIds: (refresh?: boolean) => Promise; getTitles: (refresh?: boolean) => Promise; getIdsWithTitle: (refresh?: boolean) => Promise<{ id: string; title: string; }[]>; clearCache: (id?: string | undefined) => void; getCache: () => Promise<", - "SavedObject", - "<", - "IndexPatternSavedObjectAttrs", - ">[] | null | undefined>; getDefault: () => Promise<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/index.tsx", + "lineNumber": 22 + } }, - " | null>; getDefaultId: () => Promise; setDefault: (id: string | null, force?: boolean) => Promise; getFieldsForWildcard: (options: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.GetFieldsOptions", - "text": "GetFieldsOptions" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/index.tsx", + "lineNumber": 62 + } }, - ") => Promise; getFieldsForIndexPattern: (indexPattern: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/signals_by_category/index.tsx", + "lineNumber": 14 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/signals_by_category/index.tsx", + "lineNumber": 22 + } }, - ", options?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.GetFieldsOptions", - "text": "GetFieldsOptions" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", + "lineNumber": 17 + } }, - " | undefined) => Promise; refreshFields: (indexPattern: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", + "lineNumber": 55 + } }, - ") => Promise; fieldArrayToMap: (fields: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", + "lineNumber": 16 + } }, - "[], fieldAttrs?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldAttrs", - "text": "FieldAttrs" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", + "lineNumber": 31 + } }, - " | undefined) => Record; savedObjectToSpec: (savedObject: ", - "SavedObject", - "<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternAttributes", - "text": "IndexPatternAttributes" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/helpers.ts", + "lineNumber": 1371 + } }, - ">) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 35 + } }, - "; createAndSave: (spec: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 375 + } }, - ", override?: boolean, skipFetchFields?: boolean) => Promise<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 21 + } }, - ">; createSavedObject: (indexPattern: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 234 + } }, - ", override?: boolean) => Promise<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 344 + } }, - ">; updateSavedObject: (indexPattern: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 434 + } }, - ", saveAttempts?: number, ignoreErrors?: boolean) => Promise; }" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 667 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.ISearchGeneric", - "type": "Type", - "tags": [], - "label": "ISearchGeneric", - "description": [], - "signature": [ - " = ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchRequest", - "text": "IEsSearchRequest" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/index.tsx", + "lineNumber": 58 + } }, - ", SearchStrategyResponse extends ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IKibanaSearchResponse", - "text": "IKibanaSearchResponse" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/index.tsx", + "lineNumber": 114 + } }, - " = ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_count_panel/index.tsx", + "lineNumber": 23 + } }, - ">(request: SearchStrategyRequest, options?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ISearchOptions", - "text": "ISearchOptions" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_count_panel/index.tsx", + "lineNumber": 30 + } }, - " | undefined) => ", - "Observable", - "" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 13 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.ISearchSource", - "type": "Type", - "tags": [], - "label": "ISearchSource", - "description": [ - "\nsearch source interface" - ], - "signature": [ - "{ create: () => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/navigation/tab_navigation/types.ts", + "lineNumber": 12 + } }, - "; history: Record[]; setPreferredSearchStrategyId: (searchStrategyId: string) => void; setField: (field: K, value: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/navigation/tab_navigation/types.ts", + "lineNumber": 22 + } }, - "[K]) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "lineNumber": 9 + } }, - "; removeField: (field: K) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "lineNumber": 20 + } }, - "; setFields: (newFields: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "lineNumber": 63 + } }, - ") => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/helpers.ts", + "lineNumber": 9 + } }, - "; getId: () => string; getFields: () => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/helpers.ts", + "lineNumber": 28 + } }, - "; getField: (field: K, recurse?: boolean) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/index.tsx", + "lineNumber": 36 + } }, - "[K]; getOwnField: (field: K) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/index.tsx", + "lineNumber": 77 + } }, - "[K]; createCopy: () => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map_helpers.tsx", + "lineNumber": 21 + } }, - "; createChild: (options?: {}) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map_helpers.tsx", + "lineNumber": 47 + } }, - "; setParent: (parent?: Pick<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map.tsx", + "lineNumber": 29 + } }, - ", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\"> | undefined, options?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceOptions", - "text": "SearchSourceOptions" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map.tsx", + "lineNumber": 78 + } }, - ") => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", + "lineNumber": 18 + } }, - "; getParent: () => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", + "lineNumber": 43 + } }, - " | undefined; fetch$: (options?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ISearchOptions", - "text": "ISearchOptions" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", + "lineNumber": 20 + } }, - ") => ", - "Observable", - "<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IKibanaSearchResponse", - "text": "IKibanaSearchResponse" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", + "lineNumber": 33 + } }, - "<", - "SearchResponse", - ">>; fetch: (options?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ISearchOptions", - "text": "ISearchOptions" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", + "lineNumber": 13 + } }, - ") => Promise<", - "SearchResponse", - ">; onRequestStart: (handler: (searchSource: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", + "lineNumber": 24 + } }, - ", options?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ISearchOptions", - "text": "ISearchOptions" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 16 + } }, - " | undefined) => Promise) => void; getSearchRequestBody: () => any; destroy: () => void; getSerializedFields: (recurse?: boolean) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 148 + } }, - "; serialize: () => { searchSourceJSON: string; references: ", - "SavedObjectReference", - "[]; }; }" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 20 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.KibanaContext", - "type": "Type", - "tags": [], - "label": "KibanaContext", - "description": [], - "signature": [ - "{ type: \"kibana_context\"; } & ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" - } - ], - "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 32 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.MatchAllFilter", - "type": "Type", - "tags": [], - "label": "MatchAllFilter", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 148 + } }, - " & { meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.MatchAllFilterMeta", - "text": "MatchAllFilterMeta" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/types.ts", + "lineNumber": 9 + } }, - "; match_all: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/match_all_filter.ts", - "lineNumber": 16 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.ParsedInterval", - "type": "Type", - "tags": [], - "label": "ParsedInterval", - "description": [], - "signature": [ - "{ value: number; unit: ", - "Unit", - "; type: \"calendar\" | \"fixed\"; }" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_es_interval.ts", - "lineNumber": 18 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.PhraseFilter", - "type": "Type", - "tags": [], - "label": "PhraseFilter", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/types.ts", + "lineNumber": 19 + } }, - " & { meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilterMeta", - "text": "PhraseFilterMeta" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/types.ts", + "lineNumber": 55 + } }, - "; 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", - "lineNumber": 22 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.PhrasesFilter", - "type": "Type", - "tags": [], - "label": "PhrasesFilter", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/helpers.ts", + "lineNumber": 9 + } }, - " & { meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhrasesFilterMeta", - "text": "PhrasesFilterMeta" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/helpers.ts", + "lineNumber": 28 + } }, - "; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 20 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.Query", - "type": "Type", - "tags": [], - "label": "Query", - "description": [], - "signature": [ - "{ query: string | { [key: string]: any; }; language: string; }" - ], - "source": { - "path": "src/plugins/data/common/query/types.ts", - "lineNumber": 12 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.RangeFilter", - "type": "Type", - "tags": [], - "label": "RangeFilter", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/index.tsx", + "lineNumber": 28 + } }, - " & ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.EsRangeFilter", - "text": "EsRangeFilter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/index.tsx", + "lineNumber": 66 + } }, - " & { meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterMeta", - "text": "RangeFilterMeta" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/initialize_redux_by_url.tsx", + "lineNumber": 11 + } }, - "; script?: { script: { params: any; lang: ", - "ScriptLanguage", - "; source: any; }; } | undefined; match_all?: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 61 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.RangeFilterMeta", - "type": "Type", - "tags": [], - "label": "RangeFilterMeta", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/initialize_redux_by_url.tsx", + "lineNumber": 74 + } }, - " & { params: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterParams", - "text": "RangeFilterParams" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/search_or_filter.tsx", + "lineNumber": 12 + } }, - "; field?: any; formattedValue?: string | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 51 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.TimeRange", - "type": "Type", - "tags": [], - "label": "TimeRange", - "description": [], - "signature": [ - "{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/query/timefilter/types.ts", - "lineNumber": 17 - }, - "deprecated": false, - "initialIsOpen": false - } - ], - "objects": [ - { - "parentPluginId": "data", - "id": "def-public.AggGroupLabels", - "type": "Object", - "tags": [], - "label": "AggGroupLabels", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 20 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-public.AggGroupLabels.AggGroupNames.Buckets", - "type": "string", - "tags": [], - "label": "[AggGroupNames.Buckets]", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 21 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/search_or_filter.tsx", + "lineNumber": 53 + } }, { - "parentPluginId": "data", - "id": "def-public.AggGroupLabels.AggGroupNames.Metrics", - "type": "string", - "tags": [], - "label": "[AggGroupNames.Metrics]", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 24 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/search_or_filter.tsx", + "lineNumber": 55 + } }, { - "parentPluginId": "data", - "id": "def-public.AggGroupLabels.AggGroupNames.None", - "type": "string", - "tags": [], - "label": "[AggGroupNames.None]", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 27 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.AggGroupNames", - "type": "Object", - "tags": [], - "label": "AggGroupNames", - "description": [], - "signature": [ - "{ readonly Buckets: \"buckets\"; readonly Metrics: \"metrics\"; readonly None: \"none\"; }" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 12 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.esFilters", - "type": "Object", - "tags": [], - "label": "esFilters", - "description": [], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 56 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/index.tsx", + "lineNumber": 14 + } + }, { - "parentPluginId": "data", - "id": "def-public.esFilters.FilterLabel", - "type": "Function", - "tags": [], - "label": "FilterLabel", - "description": [], - "signature": [ - "(props: ", - "FilterLabelProps", - ") => JSX.Element" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 57 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.props", - "type": "Object", - "tags": [], - "label": "props", - "description": [], - "signature": [ - "FilterLabelProps" - ], - "source": { - "path": "src/plugins/data/public/ui/filter_bar/index.tsx", - "lineNumber": 15 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/index.tsx", + "lineNumber": 51 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.FilterItem", - "type": "Function", - "tags": [], - "label": "FilterItem", - "description": [], - "signature": [ - "(props: ", - "FilterItemProps", - ") => JSX.Element" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 58 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.props", - "type": "Object", - "tags": [], - "label": "props", - "description": [], - "signature": [ - "FilterItemProps" - ], - "source": { - "path": "src/plugins/data/public/ui/filter_bar/index.tsx", - "lineNumber": 24 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/index.tsx", + "lineNumber": 149 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.FILTERS", - "type": "Object", - "tags": [], - "label": "FILTERS", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FILTERS", - "text": "FILTERS" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 60 - }, - "deprecated": false + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts", + "lineNumber": 12 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.FilterStateStore", - "type": "Object", - "tags": [], - "label": "FilterStateStore", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 61 - }, - "deprecated": false + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts", + "lineNumber": 48 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.buildEmptyFilter", - "type": "Function", - "tags": [], - "label": "buildEmptyFilter", - "description": [], - "signature": [ - "(isPinned: boolean, index?: string | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 63 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.isPinned", - "type": "boolean", - "tags": [], - "label": "isPinned", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 53 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.index", - "type": "string", - "tags": [], - "label": "index", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 53 - }, - "deprecated": false - } - ] + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx", + "lineNumber": 19 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.buildPhrasesFilter", - "type": "Function", - "tags": [], - "label": "buildPhrasesFilter", - "description": [], - "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ", params: any[], indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhrasesFilter", - "text": "PhrasesFilter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 64 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.field", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 36 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.params", - "type": "Array", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "any[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 37 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 38 - }, - "deprecated": false - } - ] + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx", + "lineNumber": 42 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.buildExistsFilter", - "type": "Function", - "tags": [], - "label": "buildExistsFilter", - "description": [], - "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ", indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ExistsFilter", - "text": "ExistsFilter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 65 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.field", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 30 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 30 - }, - "deprecated": false - } - ] + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.test.ts", + "lineNumber": 8 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.buildPhraseFilter", - "type": "Function", - "tags": [], - "label": "buildPhraseFilter", - "description": [], - "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ", value: any, indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilter", - "text": "PhraseFilter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 66 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.field", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 62 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.value", - "type": "Any", - "tags": [], - "label": "value", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 63 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 64 - }, - "deprecated": false - } - ] + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.test.ts", + "lineNumber": 13 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.buildQueryFilter", - "type": "Function", - "tags": [], - "label": "buildQueryFilter", - "description": [], - "signature": [ - "(query: any, index: string, alias: string) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.QueryStringFilter", - "text": "QueryStringFilter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 67 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.query", - "type": "Any", - "tags": [], - "label": "query", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 26 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.index", - "type": "string", - "tags": [], - "label": "index", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 26 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.alias", - "type": "string", - "tags": [], - "label": "alias", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 26 - }, - "deprecated": false - } - ] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/selectors/map_selectors.test.ts", + "lineNumber": 42 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.buildRangeFilter", - "type": "Function", - "tags": [], - "label": "buildRangeFilter", - "description": [], - "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ", params: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterParams", - "text": "RangeFilterParams" - }, - ", indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - ", formattedValue?: string | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 68 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.field", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 92 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.params", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterParams", - "text": "RangeFilterParams" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 93 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 94 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.formattedValue", - "type": "string", - "tags": [], - "label": "formattedValue", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 95 - }, - "deprecated": false - } - ] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/selectors/map_selectors.test.ts", + "lineNumber": 63 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.isPhraseFilter", - "type": "Function", - "tags": [], - "label": "isPhraseFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilter", - "text": "PhraseFilter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 70 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 35 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.test.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.isExistsFilter", - "type": "Function", - "tags": [], - "label": "isExistsFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ExistsFilter", - "text": "ExistsFilter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 71 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 24 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.test.ts", + "lineNumber": 210 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.isPhrasesFilter", - "type": "Function", - "tags": [], - "label": "isPhrasesFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhrasesFilter", - "text": "PhrasesFilter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 72 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 24 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.test.ts", + "lineNumber": 218 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.isRangeFilter", - "type": "Function", - "tags": [], - "label": "isRangeFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 73 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 74 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.test.ts", + "lineNumber": 222 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.isMatchAllFilter", - "type": "Function", - "tags": [], - "label": "isMatchAllFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.MatchAllFilter", - "text": "MatchAllFilter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 74 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/match_all_filter.ts", - "lineNumber": 21 - }, - "deprecated": false - } - ] + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts", + "lineNumber": 3 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.isMissingFilter", - "type": "Function", - "tags": [], - "label": "isMissingFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.MissingFilter", - "text": "MissingFilter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 75 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/missing_filter.ts", - "lineNumber": 18 - }, - "deprecated": false - } - ] + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts", + "lineNumber": 16 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.isQueryStringFilter", - "type": "Function", - "tags": [], - "label": "isQueryStringFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.QueryStringFilter", - "text": "QueryStringFilter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 76 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 22 - }, - "deprecated": false - } - ] + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts", + "lineNumber": 18 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.isFilterPinned", - "type": "Function", - "tags": [], - "label": "isFilterPinned", - "description": [], - "signature": [ - "(filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - ") => boolean | undefined" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 77 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "{ $state?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" - }, - " | undefined; meta: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" - }, - "; query?: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 67 - }, - "deprecated": false - } - ] + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts", + "lineNumber": 41 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.toggleFilterNegated", - "type": "Function", - "tags": [], - "label": "toggleFilterNegated", - "description": [], - "signature": [ - "(filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - ") => { meta: { negate: boolean; alias: string | null; disabled: boolean; controlledBy?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }; $state?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" - }, - " | undefined; query?: any; }" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 79 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "{ $state?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" - }, - " | undefined; meta: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" - }, - "; query?: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 78 - }, - "deprecated": false - } - ] + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts", + "lineNumber": 237 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.disableFilter", - "type": "Function", - "tags": [], - "label": "disableFilter", - "description": [], - "signature": [ - "(filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 80 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "{ $state?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" - }, - " | undefined; meta: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" - }, - "; query?: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 95 - }, - "deprecated": false - } - ] + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.getPhraseFilterField", - "type": "Function", - "tags": [], - "label": "getPhraseFilterField", - "description": [], - "signature": [ - "(filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilter", - "text": "PhraseFilter" - }, - ") => string" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 81 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "CompoundType", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " & { meta: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilterMeta", - "text": "PhraseFilterMeta" - }, - "; 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", - "lineNumber": 50 - }, - "deprecated": false - } - ] + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts", + "lineNumber": 165 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.getPhraseFilterValue", - "type": "Function", - "tags": [], - "label": "getPhraseFilterValue", - "description": [], - "signature": [ - "(filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilter", - "text": "PhraseFilter" - }, - ") => PhraseFilterValue" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 82 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "CompoundType", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " & { meta: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilterMeta", - "text": "PhraseFilterMeta" - }, - "; 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", - "lineNumber": 55 - }, - "deprecated": false - } - ] + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/persistence/filter_references.d.ts", + "lineNumber": 1 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.getDisplayValueFromFilter", - "type": "Function", - "tags": [], - "label": "getDisplayValueFromFilter", - "description": [], - "signature": [ - "(filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - ", indexPatterns: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IIndexPattern", - "text": "IIndexPattern" - }, - "[]) => string" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 83 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "{ $state?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" - }, - " | undefined; meta: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" - }, - "; query?: any; }" - ], - "source": { - "path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts", - "lineNumber": 30 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.indexPatterns", - "type": "Array", - "tags": [], - "label": "indexPatterns", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IIndexPattern", - "text": "IIndexPattern" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts", - "lineNumber": 30 - }, - "deprecated": false - } - ] + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/persistence/filter_references.d.ts", + "lineNumber": 4 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.compareFilters", - "type": "Function", - "tags": [], - "label": "compareFilters", - "description": [], - "signature": [ - "(first: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], second: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], comparatorOptions?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.FilterCompareOptions", - "text": "FilterCompareOptions" - }, - ") => boolean" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 85 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.first", - "type": "CompoundType", - "tags": [], - "label": "first", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 65 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.second", - "type": "CompoundType", - "tags": [], - "label": "second", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 66 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.comparatorOptions", - "type": "Object", - "tags": [], - "label": "comparatorOptions", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.FilterCompareOptions", - "text": "FilterCompareOptions" - } - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 67 - }, - "deprecated": false - } - ] + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts", + "lineNumber": 3 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.COMPARE_ALL_OPTIONS", - "type": "Object", - "tags": [], - "label": "COMPARE_ALL_OPTIONS", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.FilterCompareOptions", - "text": "FilterCompareOptions" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 86 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts", + "lineNumber": 19 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.generateFilters", - "type": "Function", - "tags": [], - "label": "generateFilters", - "description": [], - "signature": [ - "(filterManager: ", - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataQueryPluginApi", - "section": "def-public.FilterManager", - "text": "FilterManager" - }, - ", field: string | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ", values: any, operation: string, index: string) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 87 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filterManager", - "type": "Object", - "tags": [], - "label": "filterManager", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataQueryPluginApi", - "section": "def-public.FilterManager", - "text": "FilterManager" - } - ], - "source": { - "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", - "lineNumber": 68 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.field", - "type": "CompoundType", - "tags": [], - "label": "field", - "description": [], - "signature": [ - "string | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", - "lineNumber": 69 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.values", - "type": "Any", - "tags": [], - "label": "values", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", - "lineNumber": 70 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.operation", - "type": "string", - "tags": [], - "label": "operation", - "description": [], - "source": { - "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", - "lineNumber": 71 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.index", - "type": "string", - "tags": [], - "label": "index", - "description": [], - "source": { - "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", - "lineNumber": 72 - }, - "deprecated": false - } - ] + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/utils.d.ts", + "lineNumber": 3 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.onlyDisabledFiltersChanged", - "type": "Function", - "tags": [], - "label": "onlyDisabledFiltersChanged", - "description": [], - "signature": [ - "(newFilters?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined, oldFilters?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined) => boolean" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 88 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.newFilters", - "type": "Array", - "tags": [], - "label": "newFilters", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined" - ], - "source": { - "path": "src/plugins/data/public/query/filter_manager/lib/only_disabled.ts", - "lineNumber": 19 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.oldFilters", - "type": "Array", - "tags": [], - "label": "oldFilters", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined" - ], - "source": { - "path": "src/plugins/data/public/query/filter_manager/lib/only_disabled.ts", - "lineNumber": 19 - }, - "deprecated": false - } - ] + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/utils.d.ts", + "lineNumber": 26 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.changeTimeFilter", - "type": "Function", - "tags": [], - "label": "changeTimeFilter", - "description": [], - "signature": [ - "(timeFilter: Pick<", - "Timefilter", - ", \"isTimeRangeSelectorEnabled\" | \"isAutoRefreshSelectorEnabled\" | \"isTimeTouched\" | \"getEnabledUpdated$\" | \"getTimeUpdate$\" | \"getRefreshIntervalUpdate$\" | \"getAutoRefreshFetch$\" | \"getFetch$\" | \"getTime\" | \"getAbsoluteTime\" | \"setTime\" | \"getRefreshInterval\" | \"setRefreshInterval\" | \"createFilter\" | \"getBounds\" | \"calculateBounds\" | \"getActiveBounds\" | \"enableTimeRangeSelector\" | \"disableTimeRangeSelector\" | \"enableAutoRefreshSelector\" | \"disableAutoRefreshSelector\" | \"getTimeDefaults\" | \"getRefreshIntervalDefaults\">, filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - }, - ") => void" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 90 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.timeFilter", - "type": "Object", - "tags": [], - "label": "timeFilter", - "description": [], - "signature": [ - "{ isTimeRangeSelectorEnabled: () => boolean; isAutoRefreshSelectorEnabled: () => boolean; isTimeTouched: () => boolean; getEnabledUpdated$: () => ", - "Observable", - "; getTimeUpdate$: () => ", - "Observable", - "; getRefreshIntervalUpdate$: () => ", - "Observable", - "; getAutoRefreshFetch$: () => ", - "Observable", - "<", - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataQueryPluginApi", - "section": "def-public.AutoRefreshDoneFn", - "text": "AutoRefreshDoneFn" - }, - ">; getFetch$: () => ", - "Observable", - "; getTime: () => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - "; getAbsoluteTime: () => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - "; setTime: (time: ", - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataQueryPluginApi", - "section": "def-public.InputTimeRange", - "text": "InputTimeRange" - }, - ") => void; getRefreshInterval: () => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.RefreshInterval", - "text": "RefreshInterval" - }, - "; setRefreshInterval: (refreshInterval: Partial<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.RefreshInterval", - "text": "RefreshInterval" - }, - ">) => void; createFilter: (indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IIndexPattern", - "text": "IIndexPattern" - }, - ", timeRange?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - " | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - }, - " | undefined; getBounds: () => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRangeBounds", - "text": "TimeRangeBounds" - }, - "; calculateBounds: (timeRange: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRangeBounds", - "text": "TimeRangeBounds" - }, - "; getActiveBounds: () => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRangeBounds", - "text": "TimeRangeBounds" - }, - " | undefined; enableTimeRangeSelector: () => void; disableTimeRangeSelector: () => void; enableAutoRefreshSelector: () => void; disableAutoRefreshSelector: () => void; getTimeDefaults: () => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - "; getRefreshIntervalDefaults: () => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.RefreshInterval", - "text": "RefreshInterval" - }, - "; }" - ], - "source": { - "path": "src/plugins/data/public/query/timefilter/lib/change_time_filter.ts", - "lineNumber": 32 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "CompoundType", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " & ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.EsRangeFilter", - "text": "EsRangeFilter" - }, - " & { meta: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterMeta", - "text": "RangeFilterMeta" - }, - "; 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", - "lineNumber": 32 - }, - "deprecated": false - } - ] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/tooltips/tooltip_property.d.ts", + "lineNumber": 2 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.convertRangeFilterToTimeRangeString", - "type": "Function", - "tags": [], - "label": "convertRangeFilterToTimeRangeString", - "description": [], - "signature": [ - "(filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 91 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filter", - "type": "CompoundType", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " & ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.EsRangeFilter", - "text": "EsRangeFilter" - }, - " & { meta: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterMeta", - "text": "RangeFilterMeta" - }, - "; 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", - "lineNumber": 24 - }, - "deprecated": false - } - ] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/tooltips/tooltip_property.d.ts", + "lineNumber": 12 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.mapAndFlattenFilters", - "type": "Function", - "tags": [], - "label": "mapAndFlattenFilters", - "description": [], - "signature": [ - "(filters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 92 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filters", - "type": "Array", - "tags": [], - "label": "filters", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/public/query/filter_manager/lib/map_and_flatten_filters.ts", - "lineNumber": 13 - }, - "deprecated": false - } - ] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/tooltips/tooltip_property.d.ts", + "lineNumber": 23 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.extractTimeFilter", - "type": "Function", - "tags": [], - "label": "extractTimeFilter", - "description": [], - "signature": [ - "(timeFieldName: string, filters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]) => { restOfFilters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; timeRangeFilter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - }, - " | undefined; }" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 93 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.timeFieldName", - "type": "string", - "tags": [], - "label": "timeFieldName", - "description": [], - "source": { - "path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.ts", - "lineNumber": 13 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.filters", - "type": "Array", - "tags": [], - "label": "filters", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.ts", - "lineNumber": 13 - }, - "deprecated": false - } - ] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/tooltips/tooltip_property.d.ts", + "lineNumber": 52 + } }, { - "parentPluginId": "data", - "id": "def-public.esFilters.extractTimeRange", - "type": "Function", - "tags": [], - "label": "extractTimeRange", - "description": [], - "signature": [ - "(filters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], timeFieldName?: string | undefined) => { restOfFilters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; timeRange?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - " | undefined; }" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 94 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filters", - "type": "Array", - "tags": [], - "label": "filters", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.ts", - "lineNumber": 31 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.timeFieldName", - "type": "string", - "tags": [], - "label": "timeFieldName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.ts", - "lineNumber": 32 - }, - "deprecated": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.esKuery", - "type": "Object", - "tags": [], - "label": "esKuery", - "description": [], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 123 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.esKuery.nodeTypes", - "type": "Object", - "tags": [], - "label": "nodeTypes", - "description": [], - "signature": [ - "NodeTypes" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 124 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/sources/vector_source/vector_source.d.ts", + "lineNumber": 2 + } }, { - "parentPluginId": "data", - "id": "def-public.esKuery.fromKueryExpression", - "type": "Function", - "tags": [], - "label": "fromKueryExpression", - "description": [], - "signature": [ - "(expression: any, parseOptions?: Partial<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryParseOptions", - "text": "KueryParseOptions" - }, - ">) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 125 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.expression", - "type": "Any", - "tags": [], - "label": "expression", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 45 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.parseOptions", - "type": "Object", - "tags": [], - "label": "parseOptions", - "description": [], - "signature": [ - "{ helpers?: { [key: string]: any; } | undefined; startRule?: string | undefined; allowLeadingWildcards?: boolean | undefined; cursorSymbol?: string | undefined; parseCursor?: boolean | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 46 - }, - "deprecated": false - } - ] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/sources/vector_source/vector_source.d.ts", + "lineNumber": 22 + } }, { - "parentPluginId": "data", - "id": "def-public.esKuery.toElasticsearchQuery", - "type": "Function", - "tags": [], - "label": "toElasticsearchQuery", - "description": [], - "signature": [ - "(node: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - }, - ", indexPattern?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined, config?: Record | undefined, context?: Record | undefined) => ", - "JsonObject" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 126 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.node", - "type": "Object", - "tags": [], - "label": "node", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 67 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 68 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.config", - "type": "Object", - "tags": [], - "label": "config", - "description": [], - "signature": [ - "Record | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 69 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.context", - "type": "Object", - "tags": [], - "label": "context", - "description": [], - "signature": [ - "Record | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 70 - }, - "deprecated": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.esQuery", - "type": "Object", - "tags": [], - "label": "esQuery", - "description": [], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 129 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.esQuery.buildEsQuery", - "type": "Function", - "tags": [], - "label": "buildEsQuery", - "description": [], - "signature": [ - "(indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined, queries: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - "[], filters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], config?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.EsQueryConfig", - "text": "EsQueryConfig" - }, - ") => { bool: { must: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - }, - "[]; filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; should: never[]; must_not: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; }; }" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 130 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 39 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.queries", - "type": "CompoundType", - "tags": [], - "label": "queries", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 40 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.filters", - "type": "CompoundType", - "tags": [], - "label": "filters", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 41 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.config", - "type": "Object", - "tags": [], - "label": "config", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.EsQueryConfig", - "text": "EsQueryConfig" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 42 - }, - "deprecated": false - } - ] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/actions/map_actions.d.ts", + "lineNumber": 3 + } }, { - "parentPluginId": "data", - "id": "def-public.esQuery.getEsQueryConfig", - "type": "Function", - "tags": [], - "label": "getEsQueryConfig", - "description": [], - "signature": [ - "(config: KibanaConfig) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.EsQueryConfig", - "text": "EsQueryConfig" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 131 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.config", - "type": "Object", - "tags": [], - "label": "config", - "description": [], - "signature": [ - "KibanaConfig" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/get_es_query_config.ts", - "lineNumber": 16 - }, - "deprecated": false - } - ] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/actions/map_actions.d.ts", + "lineNumber": 65 + } }, { - "parentPluginId": "data", - "id": "def-public.esQuery.buildQueryFromFilters", - "type": "Function", - "tags": [], - "label": "buildQueryFromFilters", - "description": [], - "signature": [ - "(filters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined, indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined, ignoreFilterIfFieldNotInIndex?: boolean) => { must: never[]; filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; should: never[]; must_not: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; }" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 132 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.filters", - "type": "Array", - "tags": [], - "label": "filters", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/from_filters.ts", - "lineNumber": 47 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/from_filters.ts", - "lineNumber": 48 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.ignoreFilterIfFieldNotInIndex", - "type": "boolean", - "tags": [], - "label": "ignoreFilterIfFieldNotInIndex", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/es_query/from_filters.ts", - "lineNumber": 49 - }, - "deprecated": false - } - ] + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/server/migrations/types.d.ts", + "lineNumber": 1 + } }, { - "parentPluginId": "data", - "id": "def-public.esQuery.luceneStringToDsl", - "type": "Function", - "tags": [], - "label": "luceneStringToDsl", - "description": [], - "signature": [ - "(query: any) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 133 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.query", - "type": "Any", - "tags": [], - "label": "query", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/lucene_string_to_dsl.ts", - "lineNumber": 12 - }, - "deprecated": false - } - ] + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/server/migrations/types.d.ts", + "lineNumber": 20 + } }, { - "parentPluginId": "data", - "id": "def-public.esQuery.decorateQuery", - "type": "Function", - "tags": [], - "label": "decorateQuery", - "description": [], - "signature": [ - "(query: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - }, - ", queryStringOptions: string | Record, dateFormatTZ?: string | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 134 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.query", - "type": "CompoundType", - "tags": [], - "label": "query", - "description": [], - "signature": [ - "DslRangeQuery", - " | ", - "DslMatchQuery", - " | ", - "DslQueryStringQuery", - " | ", - "DslMatchAllQuery", - " | ", - "DslTermQuery" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/decorate_query.ts", - "lineNumber": 22 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.queryStringOptions", - "type": "CompoundType", - "tags": [], - "label": "queryStringOptions", - "description": [], - "signature": [ - "string | Record" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/decorate_query.ts", - "lineNumber": 23 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.dateFormatTZ", - "type": "string", - "tags": [], - "label": "dateFormatTZ", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/decorate_query.ts", - "lineNumber": 24 - }, - "deprecated": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.exporters", - "type": "Object", - "tags": [], - "label": "exporters", - "description": [], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 213 - }, - "deprecated": false, - "children": [ + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/server/migrations/types.d.ts", + "lineNumber": 46 + } + }, { - "parentPluginId": "data", - "id": "def-public.exporters.datatableToCSV", - "type": "Function", - "tags": [], - "label": "datatableToCSV", - "description": [], - "signature": [ - "({ columns, rows }: ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.Datatable", - "text": "Datatable" - }, - ", { csvSeparator, quoteValues, formatFactory, raw }: CSVOptions) => string" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 214 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.__0", - "type": "Object", - "tags": [], - "label": "__0", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.Datatable", - "text": "Datatable" - } - ], - "source": { - "path": "src/plugins/data/common/exports/export_csv.tsx", - "lineNumber": 42 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.__1", - "type": "Object", - "tags": [], - "label": "__1", - "description": [], - "signature": [ - "CSVOptions" - ], - "source": { - "path": "src/plugins/data/common/exports/export_csv.tsx", - "lineNumber": 43 - }, - "deprecated": false - } - ] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/global_sync.d.ts", + "lineNumber": 1 + } }, { - "parentPluginId": "data", - "id": "def-public.exporters.CSV_MIME_TYPE", - "type": "string", - "tags": [], - "label": "CSV_MIME_TYPE", - "description": [], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 215 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.fieldFormats", - "type": "Object", - "tags": [], - "label": "fieldFormats", - "description": [], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 170 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/global_sync.d.ts", + "lineNumber": 5 + } + }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.FieldFormat", - "type": "Object", - "tags": [], - "label": "FieldFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 171 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/app_state_manager.d.ts", + "lineNumber": 2 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.FieldFormatsRegistry", - "type": "Object", - "tags": [], - "label": "FieldFormatsRegistry", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormatsRegistry", - "text": "FieldFormatsRegistry" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 172 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/app_state_manager.d.ts", + "lineNumber": 6 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.DEFAULT_CONVERTER_COLOR", - "type": "Object", - "tags": [], - "label": "DEFAULT_CONVERTER_COLOR", - "description": [], - "signature": [ - "{ range: string; regex: string; text: string; background: string; }" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 174 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/app_state_manager.d.ts", + "lineNumber": 11 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.HTML_CONTEXT_TYPE", - "type": "CompoundType", - "tags": [], - "label": "HTML_CONTEXT_TYPE", - "description": [], - "signature": [ - "\"html\" | \"text\"" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 175 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.TEXT_CONTEXT_TYPE", - "type": "CompoundType", - "tags": [], - "label": "TEXT_CONTEXT_TYPE", - "description": [], - "signature": [ - "\"html\" | \"text\"" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 176 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 258 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.FIELD_FORMAT_IDS", - "type": "Object", - "tags": [], - "label": "FIELD_FORMAT_IDS", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FIELD_FORMAT_IDS", - "text": "FIELD_FORMAT_IDS" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 177 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 272 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.BoolFormat", - "type": "Object", - "tags": [], - "label": "BoolFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.BoolFormat", - "text": "BoolFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 179 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 289 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.BytesFormat", - "type": "Object", - "tags": [], - "label": "BytesFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.BytesFormat", - "text": "BytesFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 180 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 303 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.ColorFormat", - "type": "Object", - "tags": [], - "label": "ColorFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.ColorFormat", - "text": "ColorFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 181 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.test.ts", + "lineNumber": 8 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.DateFormat", - "type": "Object", - "tags": [], - "label": "DateFormat", - "description": [], - "signature": [ - "typeof ", - "DateFormat" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 182 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.test.ts", + "lineNumber": 128 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.DateNanosFormat", - "type": "Object", - "tags": [], - "label": "DateNanosFormat", - "description": [], - "signature": [ - "typeof ", - "DateNanosFormat" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 183 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/map_container/map_container.d.ts", + "lineNumber": 2 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.DurationFormat", - "type": "Object", - "tags": [], - "label": "DurationFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.DurationFormat", - "text": "DurationFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 184 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/map_container/map_container.d.ts", + "lineNumber": 11 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.IpFormat", - "type": "Object", - "tags": [], - "label": "IpFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.IpFormat", - "text": "IpFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 185 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/mb_map.d.ts", + "lineNumber": 4 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.NumberFormat", - "type": "Object", - "tags": [], - "label": "NumberFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.NumberFormat", - "text": "NumberFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 186 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/mb_map.d.ts", + "lineNumber": 32 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.PercentFormat", - "type": "Object", - "tags": [], - "label": "PercentFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.PercentFormat", - "text": "PercentFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 187 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/toolbar_overlay/toolbar_overlay.d.ts", + "lineNumber": 1 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.RelativeDateFormat", - "type": "Object", - "tags": [], - "label": "RelativeDateFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.RelativeDateFormat", - "text": "RelativeDateFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 188 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/toolbar_overlay/toolbar_overlay.d.ts", + "lineNumber": 4 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.SourceFormat", - "type": "Object", - "tags": [], - "label": "SourceFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.SourceFormat", - "text": "SourceFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 189 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", + "lineNumber": 3 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.StaticLookupFormat", - "type": "Object", - "tags": [], - "label": "StaticLookupFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.StaticLookupFormat", - "text": "StaticLookupFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 190 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", + "lineNumber": 16 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.UrlFormat", - "type": "Object", - "tags": [], - "label": "UrlFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.UrlFormat", - "text": "UrlFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 191 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/tooltip_control.d.ts", + "lineNumber": 5 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.StringFormat", - "type": "Object", - "tags": [], - "label": "StringFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.StringFormat", - "text": "StringFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 192 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/tooltip_control.d.ts", + "lineNumber": 13 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.TruncateFormat", - "type": "Object", - "tags": [], - "label": "TruncateFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.TruncateFormat", - "text": "TruncateFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 193 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/tooltip_popover.d.ts", + "lineNumber": 4 + } }, { - "parentPluginId": "data", - "id": "def-public.fieldFormats.HistogramFormat", - "type": "Object", - "tags": [], - "label": "HistogramFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.HistogramFormat", - "text": "HistogramFormat" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 194 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.indexPatterns", - "type": "Object", - "tags": [], - "label": "indexPatterns", - "description": [], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 238 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.indexPatterns.ILLEGAL_CHARACTERS_KEY", - "type": "string", - "tags": [], - "label": "ILLEGAL_CHARACTERS_KEY", - "description": [], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 239 - }, - "deprecated": false + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/tooltip_popover.d.ts", + "lineNumber": 11 + } }, { - "parentPluginId": "data", - "id": "def-public.indexPatterns.CONTAINS_SPACES_KEY", - "type": "string", - "tags": [], - "label": "CONTAINS_SPACES_KEY", - "description": [], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 240 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 3 + } }, { - "parentPluginId": "data", - "id": "def-public.indexPatterns.ILLEGAL_CHARACTERS_VISIBLE", - "type": "Array", - "tags": [], - "label": "ILLEGAL_CHARACTERS_VISIBLE", - "description": [], - "signature": [ - "string[]" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 241 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 33 + } }, { - "parentPluginId": "data", - "id": "def-public.indexPatterns.ILLEGAL_CHARACTERS", - "type": "Array", - "tags": [], - "label": "ILLEGAL_CHARACTERS", - "description": [], - "signature": [ - "string[]" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 242 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 41 + } }, { - "parentPluginId": "data", - "id": "def-public.indexPatterns.isDefault", - "type": "Function", - "tags": [], - "label": "isDefault", - "description": [], - "signature": [ - "(indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IIndexPattern", - "text": "IIndexPattern" - }, - ") => boolean" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 243 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IIndexPattern", - "text": "IIndexPattern" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/lib/is_default.ts", - "lineNumber": 11 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 70 + } }, { - "parentPluginId": "data", - "id": "def-public.indexPatterns.isFilterable", - "type": "Function", - "tags": [], - "label": "isFilterable", - "description": [], - "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ") => boolean" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 244 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.field", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/utils.ts", - "lineNumber": 14 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 96 + } }, { - "parentPluginId": "data", - "id": "def-public.indexPatterns.isNestedField", - "type": "Function", - "tags": [], - "label": "isNestedField", - "description": [], - "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ") => boolean" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 245 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.field", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/utils.ts", - "lineNumber": 22 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 121 + } }, { - "parentPluginId": "data", - "id": "def-public.indexPatterns.validate", - "type": "Function", - "tags": [], - "label": "validate", - "description": [], - "signature": [ - "(indexPattern: string) => Record" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 246 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.indexPattern", - "type": "string", - "tags": [], - "label": "indexPattern", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/lib/validate_index_pattern.ts", - "lineNumber": 26 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", + "lineNumber": 2 + } }, { - "parentPluginId": "data", - "id": "def-public.indexPatterns.flattenHitWrapper", - "type": "Function", - "tags": [], - "label": "flattenHitWrapper", - "description": [], - "signature": [ - "(indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ", metaFields?: {}, cache?: WeakMap) => (hit: Record, deep?: boolean) => Record" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 247 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/flatten_hit.ts", - "lineNumber": 108 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.metaFields", - "type": "Object", - "tags": [], - "label": "metaFields", - "description": [], - "signature": [ - "{}" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/flatten_hit.ts", - "lineNumber": 109 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.cache", - "type": "Object", - "tags": [], - "label": "cache", - "description": [], - "signature": [ - "WeakMap" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/flatten_hit.ts", - "lineNumber": 110 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", + "lineNumber": 12 + } }, { - "parentPluginId": "data", - "id": "def-public.indexPatterns.formatHitProvider", - "type": "Function", - "tags": [], - "label": "formatHitProvider", - "description": [], - "signature": [ - "(indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ", defaultFormat: any) => { (hit: Record, type?: string): any; formatField(hit: Record, fieldName: string): any; }" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 248 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/format_hit.ts", - "lineNumber": 18 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.defaultFormat", - "type": "Any", - "tags": [], - "label": "defaultFormat", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/format_hit.ts", - "lineNumber": 18 - }, - "deprecated": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.search", - "type": "Object", - "tags": [], - "label": "search", - "description": [], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 409 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", + "lineNumber": 38 + } + }, { - "parentPluginId": "data", - "id": "def-public.search.aggs", - "type": "Object", - "tags": [], - "label": "aggs", - "description": [], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 410 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.search.aggs.CidrMask", - "type": "Object", - "tags": [], - "label": "CidrMask", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.CidrMask", - "text": "CidrMask" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 411 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.dateHistogramInterval", - "type": "Function", - "tags": [], - "label": "dateHistogramInterval", - "description": [], - "signature": [ - "(interval: string) => Interval" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 412 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.interval", - "type": "string", - "tags": [], - "label": "interval", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/date_histogram_interval.ts", - "lineNumber": 31 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.intervalOptions", - "type": "Array", - "tags": [], - "label": "intervalOptions", - "description": [], - "signature": [ - "({ display: string; val: string; enabled(agg: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IBucketAggConfig", - "text": "IBucketAggConfig" - }, - "): boolean; } | { display: string; val: string; })[]" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 413 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.InvalidEsCalendarIntervalError", - "type": "Object", - "tags": [], - "label": "InvalidEsCalendarIntervalError", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.InvalidEsCalendarIntervalError", - "text": "InvalidEsCalendarIntervalError" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 414 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.InvalidEsIntervalFormatError", - "type": "Object", - "tags": [], - "label": "InvalidEsIntervalFormatError", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.InvalidEsIntervalFormatError", - "text": "InvalidEsIntervalFormatError" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 415 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.IpAddress", - "type": "Object", - "tags": [], - "label": "IpAddress", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IpAddress", - "text": "IpAddress" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 416 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.isDateHistogramBucketAggConfig", - "type": "Function", - "tags": [], - "label": "isDateHistogramBucketAggConfig", - "description": [], - "signature": [ - "(agg: any) => agg is ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IBucketDateHistogramAggConfig", - "text": "IBucketDateHistogramAggConfig" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 417 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.agg", - "type": "Any", - "tags": [], - "label": "agg", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/buckets/date_histogram.ts", - "lineNumber": 57 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.isNumberType", - "type": "Function", - "tags": [], - "label": "isNumberType", - "description": [], - "signature": [ - "(agg: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - }, - ") => boolean" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 418 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.agg", - "type": "Object", - "tags": [], - "label": "agg", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - } - ], - "source": { - "path": "src/plugins/data/common/search/aggs/buckets/migrate_include_exclude_format.ts", - "lineNumber": 14 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.isStringType", - "type": "Function", - "tags": [], - "label": "isStringType", - "description": [], - "signature": [ - "(agg: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - }, - ") => boolean" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 419 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.agg", - "type": "Object", - "tags": [], - "label": "agg", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - } - ], - "source": { - "path": "src/plugins/data/common/search/aggs/buckets/migrate_include_exclude_format.ts", - "lineNumber": 14 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.isType", - "type": "Function", - "tags": [], - "label": "isType", - "description": [], - "signature": [ - "(...types: string[]) => (agg: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - }, - ") => boolean" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 420 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.types", - "type": "Array", - "tags": [], - "label": "types", - "description": [], - "signature": [ - "string[]" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/buckets/migrate_include_exclude_format.ts", - "lineNumber": 13 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.isValidEsInterval", - "type": "Function", - "tags": [], - "label": "isValidEsInterval", - "description": [], - "signature": [ - "(interval: string) => boolean" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 421 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.interval", - "type": "string", - "tags": [], - "label": "interval", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/is_valid_es_interval.ts", - "lineNumber": 20 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.isValidInterval", - "type": "Function", - "tags": [], - "label": "isValidInterval", - "description": [], - "signature": [ - "(value: string, baseInterval?: string | undefined) => boolean" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 422 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.value", - "type": "string", - "tags": [], - "label": "value", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/is_valid_interval.ts", - "lineNumber": 24 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.baseInterval", - "type": "string", - "tags": [], - "label": "baseInterval", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/is_valid_interval.ts", - "lineNumber": 24 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.parentPipelineType", - "type": "string", - "tags": [], - "label": "parentPipelineType", - "description": [], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 423 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.parseEsInterval", - "type": "Function", - "tags": [], - "label": "parseEsInterval", - "description": [], - "signature": [ - "(interval: string) => { value: number; unit: ", - "Unit", - "; type: \"calendar\" | \"fixed\"; }" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 424 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.interval", - "type": "string", - "tags": [], - "label": "interval", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_es_interval.ts", - "lineNumber": 39 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.parseInterval", - "type": "Function", - "tags": [], - "label": "parseInterval", - "description": [], - "signature": [ - "(interval: string) => moment.Duration | null" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 425 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.interval", - "type": "string", - "tags": [], - "label": "interval", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_interval.ts", - "lineNumber": 29 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.propFilter", - "type": "Function", - "tags": [], - "label": "propFilter", - "description": [], - "signature": [ - "

(prop: P) => (list: T[], filters?: string | string[] | FilterFunc) => T[]" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 426 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.prop", - "type": "Uncategorized", - "tags": [], - "label": "prop", - "description": [], - "signature": [ - "P" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/prop_filter.ts", - "lineNumber": 20 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.siblingPipelineType", - "type": "string", - "tags": [], - "label": "siblingPipelineType", - "description": [], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 427 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.termsAggFilter", - "type": "Array", - "tags": [], - "label": "termsAggFilter", - "description": [], - "signature": [ - "string[]" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 428 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.toAbsoluteDates", - "type": "Function", - "tags": [], - "label": "toAbsoluteDates", - "description": [], - "signature": [ - "(range: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - ") => { from: Date; to: Date; } | undefined" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 429 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.range", - "type": "Object", - "tags": [], - "label": "range", - "description": [], - "signature": [ - "{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/to_absolute_dates.ts", - "lineNumber": 12 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.boundsDescendingRaw", - "type": "Array", - "tags": [], - "label": "boundsDescendingRaw", - "description": [], - "signature": [ - "({ bound: number; interval: moment.Duration; boundLabel: string; intervalLabel: string; } | { bound: moment.Duration; interval: moment.Duration; boundLabel: string; intervalLabel: string; })[]" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 430 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.getNumberHistogramIntervalByDatatableColumn", - "type": "Function", - "tags": [], - "label": "getNumberHistogramIntervalByDatatableColumn", - "description": [], - "signature": [ - "(column: ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.DatatableColumn", - "text": "DatatableColumn" - }, - ") => number | undefined" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 431 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.column", - "type": "Object", - "tags": [], - "label": "column", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.DatatableColumn", - "text": "DatatableColumn" - } - ], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/get_number_histogram_interval.ts", - "lineNumber": 19 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-public.search.aggs.getDateHistogramMetaDataByDatatableColumn", - "type": "Function", - "tags": [], - "label": "getDateHistogramMetaDataByDatatableColumn", - "description": [], - "signature": [ - "(column: ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.DatatableColumn", - "text": "DatatableColumn" - }, - ") => { interval: string | undefined; timeZone: string | undefined; timeRange: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - " | undefined; } | undefined" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 432 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.column", - "type": "Object", - "tags": [], - "label": "column", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.DatatableColumn", - "text": "DatatableColumn" - } - ], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/get_date_histogram_meta.ts", - "lineNumber": 20 - }, - "deprecated": false - } - ] - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/ueba/pages/details/types.d.ts", + "lineNumber": 2 + } }, { - "parentPluginId": "data", - "id": "def-public.search.getResponseInspectorStats", - "type": "Function", - "tags": [], - "label": "getResponseInspectorStats", - "description": [], - "signature": [ - "(resp?: ", - "SearchResponse", - " | undefined, searchSource?: Pick<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" - }, - ", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\"> | undefined) => ", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.RequestStatistics", - "text": "RequestStatistics" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 434 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.resp", - "type": "Object", - "tags": [], - "label": "resp", - "description": [], - "signature": [ - "SearchResponse", - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/inspect/inspector_stats.ts", - "lineNumber": 53 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.searchSource", - "type": "Object", - "tags": [], - "label": "searchSource", - "description": [], - "signature": [ - "Pick<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" - }, - ", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\"> | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/inspect/inspector_stats.ts", - "lineNumber": 54 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/ueba/pages/details/types.d.ts", + "lineNumber": 11 + } }, { - "parentPluginId": "data", - "id": "def-public.search.tabifyAggResponse", - "type": "Function", - "tags": [], - "label": "tabifyAggResponse", - "description": [], - "signature": [ - "(aggConfigs: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfigs", - "text": "AggConfigs" - }, - ", esResponse: Record, respOpts?: Partial<", - "TabbedResponseWriterOptions", - "> | undefined) => ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.Datatable", - "text": "Datatable" - } - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 435 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.aggConfigs", - "type": "Object", - "tags": [], - "label": "aggConfigs", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfigs", - "text": "AggConfigs" - } - ], - "source": { - "path": "src/plugins/data/common/search/tabify/tabify.ts", - "lineNumber": 20 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.esResponse", - "type": "Object", - "tags": [], - "label": "esResponse", - "description": [], - "signature": [ - "{ [x: string]: any; }" - ], - "source": { - "path": "src/plugins/data/common/search/tabify/tabify.ts", - "lineNumber": 21 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.respOpts", - "type": "Object", - "tags": [], - "label": "respOpts", - "description": [], - "signature": [ - "Partial<", - "TabbedResponseWriterOptions", - "> | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/tabify/tabify.ts", - "lineNumber": 22 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/ueba/pages/details/types.d.ts", + "lineNumber": 35 + } }, { - "parentPluginId": "data", - "id": "def-public.search.tabifyGetColumns", - "type": "Function", - "tags": [], - "label": "tabifyGetColumns", - "description": [], - "signature": [ - "(aggs: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - }, - "[], minimalColumns: boolean) => ", - "TabbedAggColumn", - "[]" - ], - "source": { - "path": "src/plugins/data/public/index.ts", - "lineNumber": 436 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-public.aggs", - "type": "Array", - "tags": [], - "label": "aggs", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/search/tabify/get_columns.ts", - "lineNumber": 34 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.minimalColumns", - "type": "boolean", - "tags": [], - "label": "minimalColumns", - "description": [], - "source": { - "path": "src/plugins/data/common/search/tabify/get_columns.ts", - "lineNumber": 34 - }, - "deprecated": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-public.UI_SETTINGS", - "type": "Object", - "tags": [], - "label": "UI_SETTINGS", - "description": [], - "signature": [ - "{ readonly META_FIELDS: \"metaFields\"; readonly DOC_HIGHLIGHT: \"doc_table:highlight\"; readonly QUERY_STRING_OPTIONS: \"query:queryString:options\"; readonly QUERY_ALLOW_LEADING_WILDCARDS: \"query:allowLeadingWildcards\"; readonly SEARCH_QUERY_LANGUAGE: \"search:queryLanguage\"; readonly SORT_OPTIONS: \"sort:options\"; readonly COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: \"courier:ignoreFilterIfFieldNotInIndex\"; readonly COURIER_SET_REQUEST_PREFERENCE: \"courier:setRequestPreference\"; readonly COURIER_CUSTOM_REQUEST_PREFERENCE: \"courier:customRequestPreference\"; readonly COURIER_MAX_CONCURRENT_SHARD_REQUESTS: \"courier:maxConcurrentShardRequests\"; readonly COURIER_BATCH_SEARCHES: \"courier:batchSearches\"; readonly SEARCH_INCLUDE_FROZEN: \"search:includeFrozen\"; readonly SEARCH_TIMEOUT: \"search:timeout\"; readonly HISTOGRAM_BAR_TARGET: \"histogram:barTarget\"; readonly HISTOGRAM_MAX_BARS: \"histogram:maxBars\"; readonly HISTORY_LIMIT: \"history:limit\"; readonly SHORT_DOTS_ENABLE: \"shortDots:enable\"; readonly FORMAT_DEFAULT_TYPE_MAP: \"format:defaultTypeMap\"; readonly FORMAT_NUMBER_DEFAULT_PATTERN: \"format:number:defaultPattern\"; readonly FORMAT_PERCENT_DEFAULT_PATTERN: \"format:percent:defaultPattern\"; readonly FORMAT_BYTES_DEFAULT_PATTERN: \"format:bytes:defaultPattern\"; readonly FORMAT_CURRENCY_DEFAULT_PATTERN: \"format:currency:defaultPattern\"; readonly FORMAT_NUMBER_DEFAULT_LOCALE: \"format:number:defaultLocale\"; readonly TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: \"timepicker:refreshIntervalDefaults\"; readonly TIMEPICKER_QUICK_RANGES: \"timepicker:quickRanges\"; readonly TIMEPICKER_TIME_DEFAULTS: \"timepicker:timeDefaults\"; readonly INDEXPATTERN_PLACEHOLDER: \"indexPattern:placeholder\"; readonly FILTERS_PINNED_BY_DEFAULT: \"filters:pinnedByDefault\"; readonly FILTERS_EDITOR_SUGGEST_VALUES: \"filterEditor:suggestValues\"; readonly AUTOCOMPLETE_USE_TIMERANGE: \"autocomplete:useTimeRange\"; }" - ], - "source": { - "path": "src/plugins/data/common/constants.ts", - "lineNumber": 15 - }, - "deprecated": false, - "initialIsOpen": false - } - ], - "setup": { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginSetup", - "type": "Interface", - "tags": [], - "label": "DataPublicPluginSetup", - "description": [ - "\nData plugin public Setup contract" - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 41 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginSetup.autocomplete", - "type": "Object", - "tags": [], - "label": "autocomplete", - "description": [], - "signature": [ - "{ getQuerySuggestions: ", - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataAutocompletePluginApi", - "section": "def-public.QuerySuggestionGetFn", - "text": "QuerySuggestionGetFn" - }, - "; getAutocompleteSettings: () => { terminateAfter: number; timeout: number; }; }" - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 42 + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.d.ts", + "lineNumber": 3 + } }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginSetup.search", - "type": "Object", - "tags": [], - "label": "search", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataSearchPluginApi", - "section": "def-public.ISearchSetup", - "text": "ISearchSetup" + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.d.ts", + "lineNumber": 7 } - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 43 }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginSetup.fieldFormats", - "type": "Object", - "tags": [], - "label": "fieldFormats", - "description": [], - "signature": [ - "{ register: (fieldFormats: ", - "FieldFormatInstanceType", - "[]) => void; }" - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 44 + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_geometry_filter_form.d.ts", + "lineNumber": 2 + } }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginSetup.query", - "type": "Object", - "tags": [], - "label": "query", - "description": [], - "signature": [ - "{ filterManager: ", - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataQueryPluginApi", - "section": "def-public.FilterManager", - "text": "FilterManager" - }, - "; timefilter: ", - "TimefilterSetup", - "; queryString: Pick<", - "QueryStringManager", - ", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; state$: ", - "Observable", - "<{ changes: ", - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataQueryPluginApi", - "section": "def-public.QueryStateChange", - "text": "QueryStateChange" - }, - "; state: ", - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataQueryPluginApi", - "section": "def-public.QueryState", - "text": "QueryState" - }, - "; }>; }" - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 45 + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_geometry_filter_form.d.ts", + "lineNumber": 10 + } }, - "deprecated": false - } - ], - "lifecycle": "setup", - "initialIsOpen": true - }, - "start": { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginStart", - "type": "Interface", - "tags": [], - "label": "DataPublicPluginStart", - "description": [ - "\nData plugin public Start contract" - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 67 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginStart.actions", - "type": "Object", - "tags": [], - "label": "actions", - "description": [ - "\nfilter creation utilities\n{@link DataPublicPluginStartActions}" - ], - "signature": [ - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataPluginApi", - "section": "def-public.DataPublicPluginStartActions", - "text": "DataPublicPluginStartActions" + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.d.ts", + "lineNumber": 4 } - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 72 }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginStart.autocomplete", - "type": "Object", - "tags": [], - "label": "autocomplete", - "description": [ - "\nautocomplete service\n{@link AutocompleteStart}" - ], - "signature": [ - "{ getQuerySuggestions: ", - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataAutocompletePluginApi", - "section": "def-public.QuerySuggestionGetFn", - "text": "QuerySuggestionGetFn" - }, - "; hasQuerySuggestions: (language: string) => boolean; getValueSuggestions: ", - "ValueSuggestionsGetFn", - "; }" - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 77 + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.d.ts", + "lineNumber": 18 + } }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginStart.indexPatterns", - "type": "Object", - "tags": [], - "label": "indexPatterns", - "description": [ - "\nindex patterns service\n{@link IndexPatternsContract}" - ], - "signature": [ - "{ get: (id: string) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ">; delete: (indexPatternId: string) => Promise<{}>; create: (spec: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - }, - ", skipFetchFields?: boolean) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ">; find: (search: string, size?: number) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - "[]>; ensureDefaultIndexPattern: ", - "EnsureDefaultIndexPattern", - "; getIds: (refresh?: boolean) => Promise; getTitles: (refresh?: boolean) => Promise; getIdsWithTitle: (refresh?: boolean) => Promise<{ id: string; title: string; }[]>; clearCache: (id?: string | undefined) => void; getCache: () => Promise<", - "SavedObject", - "<", - "IndexPatternSavedObjectAttrs", - ">[] | null | undefined>; getDefault: () => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - " | null>; getDefaultId: () => Promise; setDefault: (id: string | null, force?: boolean) => Promise; getFieldsForWildcard: (options: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.GetFieldsOptions", - "text": "GetFieldsOptions" - }, - ") => Promise; getFieldsForIndexPattern: (indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - }, - ", options?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.GetFieldsOptions", - "text": "GetFieldsOptions" - }, - " | undefined) => Promise; refreshFields: (indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ") => Promise; fieldArrayToMap: (fields: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - "[], fieldAttrs?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldAttrs", - "text": "FieldAttrs" - }, - " | undefined) => Record; savedObjectToSpec: (savedObject: ", - "SavedObject", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternAttributes", - "text": "IndexPatternAttributes" - }, - ">) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - }, - "; createAndSave: (spec: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - }, - ", override?: boolean, skipFetchFields?: boolean) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ">; createSavedObject: (indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ", override?: boolean) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ">; updateSavedObject: (indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ", saveAttempts?: number, ignoreErrors?: boolean) => Promise; }" - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 82 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginStart.search", - "type": "Object", - "tags": [], - "label": "search", - "description": [ - "\nsearch service\n{@link ISearchStart}" - ], - "signature": [ - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataSearchPluginApi", - "section": "def-public.ISearchStart", - "text": "ISearchStart" + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.d.ts", + "lineNumber": 42 } - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 87 }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginStart.fieldFormats", - "type": "CompoundType", - "tags": [], - "label": "fieldFormats", - "description": [ - "\nfield formats service\n{@link FieldFormatsStart}" - ], - "signature": [ - "Pick<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormatsRegistry", - "text": "FieldFormatsRegistry" - }, - ", \"init\" | \"register\" | \"deserialize\" | \"getDefaultConfig\" | \"getType\" | \"getTypeWithoutMetaParams\" | \"getDefaultType\" | \"getTypeNameByEsTypes\" | \"getDefaultTypeName\" | \"getInstance\" | \"getDefaultInstancePlain\" | \"getDefaultInstanceCacheResolver\" | \"getByFieldType\" | \"getDefaultInstance\" | \"parseDefaultTypeMap\"> & { deserialize: ", - "FormatFactory", - "; }" - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 92 + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.d.ts", + "lineNumber": 48 + } }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginStart.query", - "type": "Object", - "tags": [], - "label": "query", - "description": [ - "\nquery service\n{@link QueryStart}" - ], - "signature": [ - "{ addToQueryLog: (appName: string, { language, query }: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - ") => void; filterManager: ", - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataQueryPluginApi", - "section": "def-public.FilterManager", - "text": "FilterManager" - }, - "; queryString: Pick<", - "QueryStringManager", - ", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; savedQueries: ", - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataQueryPluginApi", - "section": "def-public.SavedQueryService", - "text": "SavedQueryService" - }, - "; state$: ", - "Observable", - "<{ changes: ", - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataQueryPluginApi", - "section": "def-public.QueryStateChange", - "text": "QueryStateChange" - }, - "; state: ", - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataQueryPluginApi", - "section": "def-public.QueryState", - "text": "QueryState" - }, - "; }>; timefilter: ", - "TimefilterSetup", - "; getEsQuery: (indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ", timeRange?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - " | undefined) => { bool: { must: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - }, - "[]; filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; should: never[]; must_not: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; }; }; }" - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 97 + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/features_tooltip.d.ts", + "lineNumber": 4 + } }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginStart.ui", - "type": "Object", - "tags": [], - "label": "ui", - "description": [ - "\nprewired UI components\n{@link DataPublicPluginStartUi}" - ], - "signature": [ - { - "pluginId": "data", - "scope": "public", - "docId": "kibDataPluginApi", - "section": "def-public.DataPublicPluginStartUi", - "text": "DataPublicPluginStartUi" + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/features_tooltip.d.ts", + "lineNumber": 13 } - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 102 }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-public.DataPublicPluginStart.nowProvider", - "type": "Object", - "tags": [], - "label": "nowProvider", - "description": [], - "signature": [ - "{ get: () => Date; }" - ], - "source": { - "path": "src/plugins/data/public/types.ts", - "lineNumber": 104 + { + "plugin": "lists", + "link": { + "path": "x-pack/plugins/lists/server/services/utils/get_query_filter.ts", + "lineNumber": 10 + } }, - "deprecated": false - } - ], - "lifecycle": "start", - "initialIsOpen": true - } - }, - "server": { - "classes": [ - { - "parentPluginId": "data", - "id": "def-server.AggParamType", - "type": "Class", - "tags": [], - "label": "AggParamType", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggParamType", - "text": "AggParamType" + "plugin": "lists", + "link": { + "path": "x-pack/plugins/lists/server/services/utils/get_query_filter.ts", + "lineNumber": 24 + } }, - " extends ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.BaseParamType", - "text": "BaseParamType" + "plugin": "lists", + "link": { + "path": "x-pack/plugins/lists/server/services/utils/get_query_filter.ts", + "lineNumber": 24 + } }, - "" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", - "lineNumber": 12 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-server.AggParamType.makeAgg", - "type": "Function", - "tags": [], - "label": "makeAgg", - "description": [], - "signature": [ - "(agg: TAggConfig, state?: { type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ", - "SerializableState", - " | undefined; schema?: string | undefined; } | undefined) => TAggConfig" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", - "lineNumber": 15 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.agg", - "type": "Uncategorized", - "tags": [], - "label": "agg", - "description": [], - "signature": [ - "TAggConfig" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", - "lineNumber": 15 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.state", - "type": "Object", - "tags": [], - "label": "state", - "description": [], - "signature": [ - "{ type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ", - "SerializableState", - " | undefined; schema?: string | undefined; } | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", - "lineNumber": 15 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/types.ts", + "lineNumber": 55 + } }, { - "parentPluginId": "data", - "id": "def-server.AggParamType.allowedAggs", - "type": "Array", - "tags": [], - "label": "allowedAggs", - "description": [], - "signature": [ - "string[]" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", - "lineNumber": 16 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/types.ts", + "lineNumber": 58 + } }, { - "parentPluginId": "data", - "id": "def-server.AggParamType.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", - "lineNumber": 18 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.AggParamType.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "config", - "description": [], - "signature": [ - "Record" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", - "lineNumber": 18 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.DataServerPlugin", - "type": "Class", - "tags": [], - "label": "DataServerPlugin", - "description": [], - "signature": [ + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", + "lineNumber": 24 + } + }, { - "pluginId": "data", - "scope": "server", - "docId": "kibDataPluginApi", - "section": "def-server.DataServerPlugin", - "text": "DataServerPlugin" + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", + "lineNumber": 83 + } }, - " implements ", { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.Plugin", - "text": "Plugin" + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 8 + } }, - "<", { - "pluginId": "data", - "scope": "server", - "docId": "kibDataPluginApi", - "section": "def-server.DataPluginSetup", - "text": "DataPluginSetup" + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 27 + } }, - ", ", { - "pluginId": "data", - "scope": "server", - "docId": "kibDataPluginApi", - "section": "def-server.DataPluginStart", - "text": "DataPluginStart" + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/descriptor_types/data_request_descriptor_types.ts", + "lineNumber": 14 + } }, - ", ", - "DataPluginSetupDependencies", - ", ", - "DataPluginStartDependencies", - ">" - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 54 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-server.DataServerPlugin.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 71 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.DataServerPlugin.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "initializerContext", - "description": [], - "signature": [ - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.PluginInitializerContext", - "text": "PluginInitializerContext" - }, - "; }>; }>; autocomplete: Readonly<{} & { querySuggestions: Readonly<{} & { enabled: boolean; }>; valueSuggestions: Readonly<{} & { enabled: boolean; timeout: moment.Duration; terminateAfter: moment.Duration; }>; }>; }>>" - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 71 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/descriptor_types/data_request_descriptor_types.ts", + "lineNumber": 25 + } }, { - "parentPluginId": "data", - "id": "def-server.DataServerPlugin.setup", - "type": "Function", - "tags": [], - "label": "setup", - "description": [], - "signature": [ - "(core: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, - "<", - "DataPluginStartDependencies", - ", ", - { - "pluginId": "data", - "scope": "server", - "docId": "kibDataPluginApi", - "section": "def-server.DataPluginStart", - "text": "DataPluginStart" - }, - ">, { bfetch, expressions, usageCollection }: ", - "DataPluginSetupDependencies", - ") => { __enhance: (enhancements: ", - "DataEnhancements", - ") => void; search: ", - { - "pluginId": "data", - "scope": "server", - "docId": "kibDataSearchPluginApi", - "section": "def-server.ISearchSetup", - "text": "ISearchSetup" - }, - "; fieldFormats: { register: (customFieldFormat: ", - "FieldFormatInstanceType", - ") => number; }; }" - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 79 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.DataServerPlugin.setup.$1", - "type": "Object", - "tags": [], - "label": "core", - "description": [], - "signature": [ - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.CoreSetup", - "text": "CoreSetup" - }, - "<", - "DataPluginStartDependencies", - ", ", - { - "pluginId": "data", - "scope": "server", - "docId": "kibDataPluginApi", - "section": "def-server.DataPluginStart", - "text": "DataPluginStart" - }, - ">" - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 80 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.DataServerPlugin.setup.$2", - "type": "Object", - "tags": [], - "label": "{ bfetch, expressions, usageCollection }", - "description": [], - "signature": [ - "DataPluginSetupDependencies" - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 81 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/elasticsearch_util/types.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-server.DataServerPlugin.start", - "type": "Function", - "tags": [], - "label": "start", - "description": [], - "signature": [ - "(core: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - }, - ") => { fieldFormats: { fieldFormatServiceFactory: (uiSettings: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.IUiSettingsClient", - "text": "IUiSettingsClient" - }, - ") => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormatsRegistry", - "text": "FieldFormatsRegistry" - }, - ">; }; indexPatterns: { indexPatternsServiceFactory: (savedObjectsClient: Pick<", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreSavedObjectsPluginApi", - "section": "def-server.SavedObjectsClient", - "text": "SavedObjectsClient" - }, - ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"collectMultiNamespaceReferences\" | \"updateObjectsSpaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">, elasticsearchClient: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.ElasticsearchClient", - "text": "ElasticsearchClient" - }, - ") => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternsService", - "text": "IndexPatternsService" - }, - ">; }; search: ", - { - "pluginId": "data", - "scope": "server", - "docId": "kibDataSearchPluginApi", - "section": "def-server.ISearchStart", - "text": "ISearchStart" - }, - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchRequest", - "text": "IEsSearchRequest" - }, - ", ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" - }, - ">; }" - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 110 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.DataServerPlugin.start.$1", - "type": "Object", - "tags": [], - "label": "core", - "description": [], - "signature": [ - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.CoreStart", - "text": "CoreStart" - } - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 110 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/elasticsearch_util/types.ts", + "lineNumber": 39 + } }, { - "parentPluginId": "data", - "id": "def-server.DataServerPlugin.stop", - "type": "Function", - "tags": [], - "label": "stop", - "description": [], - "signature": [ - "() => void" - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 124 - }, - "deprecated": false, - "children": [], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPattern", - "type": "Class", - "tags": [], - "label": "IndexPattern", - "description": [], - "signature": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/types.ts", + "lineNumber": 14 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/types.ts", + "lineNumber": 31 + } }, - " implements ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IIndexPattern", - "text": "IIndexPattern" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 44 - }, - "deprecated": false, - "children": [ + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/ui_actions/apply_influencer_filters_action.tsx", + "lineNumber": 12 + } + }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.id", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/ui_actions/apply_influencer_filters_action.tsx", + "lineNumber": 40 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/ui_actions/apply_entity_filters_action.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/ui_actions/apply_entity_filters_action.tsx", "lineNumber": 45 - }, - "deprecated": false + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.title", - "type": "string", - "tags": [], - "label": "title", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 46 - }, - "deprecated": false + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts", + "lineNumber": 10 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.fieldFormatMap", - "type": "Object", - "tags": [], - "label": "fieldFormatMap", - "description": [], - "signature": [ - "{ [x: string]: any; }" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 47 - }, - "deprecated": false + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts", + "lineNumber": 15 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.typeMeta", - "type": "Object", - "tags": [], - "label": "typeMeta", - "description": [ - "\nOnly used by rollup indices, used by rollup specific endpoint to load field list" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.TypeMeta", - "text": "TypeMeta" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 51 - }, - "deprecated": false + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts", + "lineNumber": 20 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.fields", - "type": "CompoundType", - "tags": [], - "label": "fields", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IIndexPatternFieldList", - "text": "IIndexPatternFieldList" - }, - " & { toSpec: () => Record; }" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 52 - }, - "deprecated": false + "plugin": "visTypeTimeseries", + "link": { + "path": "src/plugins/vis_type_timeseries/common/types/index.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.timeFieldName", - "type": "string", - "tags": [], - "label": "timeFieldName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 53 - }, - "deprecated": false + "plugin": "visTypeTimeseries", + "link": { + "path": "src/plugins/vis_type_timeseries/common/types/index.ts", + "lineNumber": 43 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.intervalName", - "type": "string", - "tags": [ - "deprecated" - ], - "label": "intervalName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 58 - }, - "deprecated": true, - "references": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/types.ts", + "lineNumber": 20 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.type", - "type": "string", - "tags": [], - "label": "type", - "description": [ - "\nType is used to identify rollup index patterns" - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 62 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/types.ts", + "lineNumber": 155 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.formatHit", - "type": "Function", - "tags": [], - "label": "formatHit", - "description": [], - "signature": [ - "{ (hit: Record, type?: string | undefined): any; formatField: FormatFieldFn; }" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 63 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.hit", - "type": "Object", - "tags": [], - "label": "hit", - "description": [], - "signature": [ - "{ [x: string]: any; }" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 64 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 64 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/types.ts", + "lineNumber": 172 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.formatField", - "type": "Function", - "tags": [], - "label": "formatField", - "description": [], - "signature": [ - "(hit: Record, fieldName: string) => any" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 67 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.hit", - "type": "Object", - "tags": [], - "label": "hit", - "description": [], - "signature": [ - "{ [x: string]: any; }" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 42 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldName", - "type": "string", - "tags": [], - "label": "fieldName", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 42 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/navigation/types.ts", + "lineNumber": 12 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.flattenHit", - "type": "Function", - "tags": [], - "label": "flattenHit", - "description": [], - "signature": [ - "(hit: Record, deep?: boolean | undefined) => Record" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 68 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.hit", - "type": "Object", - "tags": [], - "label": "hit", - "description": [], - "signature": [ - "{ [x: string]: any; }" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 68 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.deep", - "type": "CompoundType", - "tags": [], - "label": "deep", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 68 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/navigation/types.ts", + "lineNumber": 31 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.metaFields", - "type": "Array", - "tags": [], - "label": "metaFields", - "description": [], - "signature": [ - "string[]" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 69 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.ts", + "lineNumber": 8 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.version", - "type": "string", - "tags": [], - "label": "version", - "description": [ - "\nSavedObject version" - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 73 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.ts", + "lineNumber": 18 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.sourceFilters", - "type": "Array", - "tags": [], - "label": "sourceFilters", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.SourceFilter", - "text": "SourceFilter" - }, - "[] | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 74 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.ts", + "lineNumber": 55 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.allowNoIndex", - "type": "boolean", - "tags": [], - "label": "allowNoIndex", - "description": [ - "\nprevents errors when index pattern exists before indices" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 84 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 86 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "{\n spec = {},\n fieldFormats,\n shortDotsEnable = false,\n metaFields = [],\n }", - "description": [], - "signature": [ - "IndexPatternDeps" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 86 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.ts", + "lineNumber": 28 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getOriginalSavedObjectBody", - "type": "Function", - "tags": [], - "label": "getOriginalSavedObjectBody", - "description": [ - "\nGet last saved saved object fields" - ], - "signature": [ - "() => { fieldAttrs?: string | undefined; title?: string | undefined; timeFieldName?: string | undefined; intervalName?: string | undefined; fields?: string | undefined; sourceFilters?: string | undefined; fieldFormatMap?: string | undefined; typeMeta?: string | undefined; type?: string | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 128 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.ts", + "lineNumber": 38 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.resetOriginalSavedObjectBody", - "type": "Function", - "tags": [], - "label": "resetOriginalSavedObjectBody", - "description": [ - "\nReset last saved saved object fields. used after saving" - ], - "signature": [ - "() => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 133 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.mock.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getFieldAttrs", - "type": "Function", - "tags": [], - "label": "getFieldAttrs", - "description": [], - "signature": [ - "() => { [x: string]: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldAttrSet", - "text": "FieldAttrSet" - }, - "; }" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 137 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.mock.ts", + "lineNumber": 163 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getComputedFields", - "type": "Function", - "tags": [], - "label": "getComputedFields", - "description": [], - "signature": [ - "() => { storedFields: string[]; scriptFields: any; docvalueFields: { field: any; format: string; }[]; runtimeFields: Record; }" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 162 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.d.ts", + "lineNumber": 1 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.toSpec", - "type": "Function", - "tags": [], - "label": "toSpec", - "description": [ - "\nCreate static representation of index pattern" - ], - "signature": [ - "() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 208 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.d.ts", + "lineNumber": 4 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getSourceFiltering", - "type": "Function", - "tags": [], - "label": "getSourceFiltering", - "description": [ - "\nGet the source filtering configuration for that index." - ], - "signature": [ - "() => { excludes: any[]; }" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 230 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.mock.d.ts", + "lineNumber": 2 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.addScriptedField", - "type": "Function", - "tags": [ - "deprecated" - ], - "label": "addScriptedField", - "description": [ - "\nAdd scripted field to field list\n" - ], - "signature": [ - "(name: string, script: string, fieldType?: string) => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 245 - }, - "deprecated": true, - "references": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.addScriptedField.$1", - "type": "string", - "tags": [], - "label": "name", - "description": [ - "field name" - ], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 245 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.addScriptedField.$2", - "type": "string", - "tags": [], - "label": "script", - "description": [ - "script code" - ], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 245 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.addScriptedField.$3", - "type": "string", - "tags": [], - "label": "fieldType", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 245 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.mock.d.ts", + "lineNumber": 29 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.removeScriptedField", - "type": "Function", - "tags": [ - "deprecated" - ], - "label": "removeScriptedField", - "description": [ - "\nRemove scripted field from field list" - ], - "signature": [ - "(fieldName: string) => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 272 - }, - "deprecated": true, - "references": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.removeScriptedField.$1", - "type": "string", - "tags": [], - "label": "fieldName", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 272 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.d.ts", + "lineNumber": 1 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getNonScriptedFields", - "type": "Function", - "tags": [ - "deprecated" - ], - "label": "getNonScriptedFields", - "description": [ - "\n" - ], - "signature": [ - "() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 283 - }, - "deprecated": true, - "references": [ - { - "plugin": "visTypeTimeseries", - "link": { - "path": "src/plugins/vis_type_timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts", - "lineNumber": 65 - } - }, - { - "plugin": "graph", - "link": { - "path": "x-pack/plugins/graph/public/services/persistence/deserialize.ts", - "lineNumber": 106 - } - }, - { - "plugin": "graph", - "link": { - "path": "x-pack/plugins/graph/public/state_management/datasource.test.ts", - "lineNumber": 29 - } - }, - { - "plugin": "graph", - "link": { - "path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts", - "lineNumber": 122 - } - }, - { - "plugin": "graph", - "link": { - "path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts", - "lineNumber": 244 - } - } - ], - "children": [], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.d.ts", + "lineNumber": 6 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getScriptedFields", - "type": "Function", - "tags": [ - "deprecated" - ], - "label": "getScriptedFields", - "description": [ - "\n" - ], - "signature": [ - "() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 291 - }, - "deprecated": true, - "references": [], - "children": [], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_preview/helpers.ts", + "lineNumber": 19 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.isTimeBased", - "type": "Function", - "tags": [], - "label": "isTimeBased", - "description": [], - "signature": [ - "() => boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 295 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_preview/helpers.ts", + "lineNumber": 74 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.isTimeNanosBased", - "type": "Function", - "tags": [], - "label": "isTimeNanosBased", - "description": [], - "signature": [ - "() => boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 299 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_preview/reducer.ts", + "lineNumber": 13 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getTimeField", - "type": "Function", - "tags": [], - "label": "getTimeField", - "description": [], - "signature": [ - "() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 304 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_preview/reducer.ts", + "lineNumber": 30 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getFieldByName", - "type": "Function", - "tags": [], - "label": "getFieldByName", - "description": [], - "signature": [ - "(name: string) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 309 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getFieldByName.$1", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 309 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 11 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getAggregationRestrictions", - "type": "Function", - "tags": [], - "label": "getAggregationRestrictions", - "description": [], - "signature": [ - "() => Record> | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 314 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 17 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getAsSavedObjectBody", - "type": "Function", - "tags": [], - "label": "getAsSavedObjectBody", - "description": [ - "\nReturns index pattern as saved object body for saving" - ], - "signature": [ - "() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternAttributes", - "text": "IndexPatternAttributes" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 321 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 37 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getFormatterForField", - "type": "Function", - "tags": [], - "label": "getFormatterForField", - "description": [ - "\nProvide a field, get its formatter" - ], - "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 347 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getFormatterForField.$1", - "type": "CompoundType", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 348 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 60 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.addRuntimeField", - "type": "Function", - "tags": [], - "label": "addRuntimeField", - "description": [ - "\nAdd a runtime field - Appended to existing mapped field or a new field is\ncreated as appropriate" - ], - "signature": [ - "(name: string, runtimeField: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.RuntimeField", - "text": "RuntimeField" - }, - ") => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 367 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.addRuntimeField.$1", - "type": "string", - "tags": [], - "label": "name", - "description": [ - "Field name" - ], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 367 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.addRuntimeField.$2", - "type": "Object", - "tags": [], - "label": "runtimeField", - "description": [ - "Runtime field definition" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.RuntimeField", - "text": "RuntimeField" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 367 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 78 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.hasRuntimeField", - "type": "Function", - "tags": [], - "label": "hasRuntimeField", - "description": [ - "\nChecks if runtime field exists" - ], - "signature": [ - "(name: string) => boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 389 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.hasRuntimeField.$1", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 389 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 130 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getRuntimeField", - "type": "Function", - "tags": [], - "label": "getRuntimeField", - "description": [ - "\nReturns runtime field if exists" - ], - "signature": [ - "(name: string) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.RuntimeField", - "text": "RuntimeField" - }, - " | null" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 397 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getRuntimeField.$1", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 397 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.replaceAllRuntimeFields", - "type": "Function", - "tags": [], - "label": "replaceAllRuntimeFields", - "description": [ - "\nReplaces all existing runtime fields with new fields" - ], - "signature": [ - "(newFields: Record) => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 405 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.replaceAllRuntimeFields.$1", - "type": "Object", - "tags": [], - "label": "newFields", - "description": [], - "signature": [ - "Record" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 405 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.removeRuntimeField", - "type": "Function", - "tags": [], - "label": "removeRuntimeField", - "description": [ - "\nRemove a runtime field - removed from mapped field or removed unmapped\nfield as appropriate. Doesn't clear associated field attributes." - ], - "signature": [ - "(name: string) => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 421 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.removeRuntimeField.$1", - "type": "string", - "tags": [], - "label": "name", - "description": [ - "- Field name to remove" - ], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 421 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getFormatterForFieldNoDefault", - "type": "Function", - "tags": [], - "label": "getFormatterForFieldNoDefault", - "description": [ - "\nGet formatter for a given field name. Return undefined if none exists" - ], - "signature": [ - "(fieldname: string) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 438 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.getFormatterForFieldNoDefault.$1", - "type": "string", - "tags": [], - "label": "fieldname", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 438 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.setFieldAttrs", - "type": "Function", - "tags": [], - "label": "setFieldAttrs", - "description": [], - "signature": [ - "(fieldName: string, attrName: K, value: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldAttrSet", - "text": "FieldAttrSet" - }, - "[K]) => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 445 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.setFieldAttrs.$1", - "type": "string", - "tags": [], - "label": "fieldName", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 446 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.setFieldAttrs.$2", - "type": "Uncategorized", - "tags": [], - "label": "attrName", - "description": [], - "signature": [ - "K" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 447 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.setFieldAttrs.$3", - "type": "Uncategorized", - "tags": [], - "label": "value", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldAttrSet", - "text": "FieldAttrSet" - }, - "[K]" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 448 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 152 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.setFieldCustomLabel", - "type": "Function", - "tags": [], - "label": "setFieldCustomLabel", - "description": [], - "signature": [ - "(fieldName: string, customLabel: string | null | undefined) => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 456 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.setFieldCustomLabel.$1", - "type": "string", - "tags": [], - "label": "fieldName", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 456 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.setFieldCustomLabel.$2", - "type": "CompoundType", - "tags": [], - "label": "customLabel", - "description": [], - "signature": [ - "string | null | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 456 - }, - "deprecated": false, - "isRequired": false - } - ], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/pages/navigation/alerts_query_tab_body.tsx", + "lineNumber": 10 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.setFieldCount", - "type": "Function", - "tags": [], - "label": "setFieldCount", - "description": [], - "signature": [ - "(fieldName: string, count: number | null | undefined) => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 467 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.setFieldCount.$1", - "type": "string", - "tags": [], - "label": "fieldName", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 467 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.setFieldCount.$2", - "type": "CompoundType", - "tags": [], - "label": "count", - "description": [], - "signature": [ - "number | null | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 467 - }, - "deprecated": false, - "isRequired": false - } - ], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/pages/navigation/alerts_query_tab_body.tsx", + "lineNumber": 15 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.setFieldFormat", - "type": "Function", - "tags": [], - "label": "setFieldFormat", - "description": [], - "signature": [ - "(fieldName: string, format: ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.SerializedFieldFormat", - "text": "SerializedFieldFormat" - }, - ">) => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 480 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.setFieldFormat.$1", - "type": "string", - "tags": [], - "label": "fieldName", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 480 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.setFieldFormat.$2", - "type": "Object", - "tags": [], - "label": "format", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.SerializedFieldFormat", - "text": "SerializedFieldFormat" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 480 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/helpers.test.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPattern.deleteFieldFormat", - "type": "Function", - "tags": [], - "label": "deleteFieldFormat", - "description": [], - "signature": [ - "(fieldName: string) => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 484 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPattern.deleteFieldFormat.$1", - "type": "string", - "tags": [], - "label": "fieldName", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", - "lineNumber": 484 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/helpers.test.ts", + "lineNumber": 43 + } } ], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-server.IndexPatternsService", - "type": "Class", - "tags": [], - "label": "IndexPatternsService", + "id": "def-public.IAggConfig", + "type": "Type", + "tags": [ + "name", + "description" + ], + "label": "IAggConfig", "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + } + ], "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 56 + "path": "src/plugins/data/common/search/aggs/agg_config.ts", + "lineNumber": 55 }, "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.ensureDefaultIndexPattern", - "type": "Function", - "tags": [], - "label": "ensureDefaultIndexPattern", - "description": [], - "signature": [ - "() => Promise | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 66 - }, - "deprecated": false, - "returnComment": [], - "children": [] + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IAggType", + "type": "Type", + "tags": [], + "label": "IAggType", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggType", + "text": "AggType" }, + "<", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 68 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "{\n uiSettings,\n savedObjectsClient,\n apiClient,\n fieldFormats,\n onNotification,\n onError,\n onRedirectNoIndexPattern = () => {},\n }", - "description": [], - "signature": [ - "IndexPatternsServiceDeps" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 68 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" }, + ", ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getIds", - "type": "Function", - "tags": [], - "label": "getIds", - "description": [ - "\nGet list of index pattern ids" - ], - "signature": [ - "(refresh?: boolean) => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 107 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getIds.$1", - "type": "boolean", - "tags": [], - "label": "refresh", - "description": [ - "Force refresh of index pattern list" - ], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 107 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggParamType", + "text": "AggParamType" }, + "<", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getTitles", - "type": "Function", - "tags": [], - "label": "getTitles", - "description": [ - "\nGet list of index pattern titles" - ], - "signature": [ - "(refresh?: boolean) => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 121 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getTitles.$1", - "type": "boolean", - "tags": [], - "label": "refresh", - "description": [ - "Force refresh of index pattern list" - ], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 121 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" }, + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_type.ts", + "lineNumber": 62 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IEsSearchResponse", + "type": "Type", + "tags": [], + "label": "IEsSearchResponse", + "description": [], + "signature": [ { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.find", - "type": "Function", - "tags": [], - "label": "find", - "description": [ - "\nFind and load index patterns by title" - ], - "signature": [ - "(search: string, size?: number) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - "[]>" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 137 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.find.$1", - "type": "string", - "tags": [], - "label": "search", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 137 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.find.$2", - "type": "number", - "tags": [], - "label": "size", - "description": [], - "signature": [ - "number" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 137 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [ - "IndexPattern[]" - ] + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IKibanaSearchResponse", + "text": "IKibanaSearchResponse" }, + "<", + "SearchResponse", + ">" + ], + "source": { + "path": "src/plugins/data/common/search/strategies/es_search/types.ts", + "lineNumber": 22 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IFieldFormat", + "type": "Type", + "tags": [], + "label": "IFieldFormat", + "description": [], + "signature": [ { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getIdsWithTitle", - "type": "Function", - "tags": [], - "label": "getIdsWithTitle", - "description": [ - "\nGet list of index pattern ids with titles" - ], - "signature": [ - "(refresh?: boolean) => Promise<{ id: string; title: string; }[]>" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 155 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getIdsWithTitle.$1", - "type": "boolean", - "tags": [], - "label": "refresh", - "description": [ - "Force refresh of index pattern list" - ], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 156 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + } + ], + "source": { + "path": "src/plugins/data/common/field_formats/types.ts", + "lineNumber": 70 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IFieldFormatsRegistry", + "type": "Type", + "tags": [], + "label": "IFieldFormatsRegistry", + "description": [], + "signature": [ + "{ init: (getConfig: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataPluginApi", + "section": "def-common.GetConfigFn", + "text": "GetConfigFn" }, + ", metaParamsOptions?: Record, defaultFieldConverters?: ", + "FieldFormatInstanceType", + "[]) => void; register: (fieldFormats: ", + "FieldFormatInstanceType", + "[]) => void; deserialize: ", + "FormatFactory", + "; getDefaultConfig: (fieldType: ", + "KBN_FIELD_TYPES", + ", esTypes?: ", + "ES_FIELD_TYPES", + "[] | undefined) => ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.clearCache", - "type": "Function", - "tags": [], - "label": "clearCache", - "description": [ - "\nClear index pattern list cache" - ], - "signature": [ - "(id?: string | undefined) => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 174 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.clearCache.$1", - "type": "string", - "tags": [], - "label": "id", - "description": [ - "optionally clear a single id" - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 174 - }, - "deprecated": false, - "isRequired": false - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormatConfig", + "text": "FieldFormatConfig" }, + "; getType: (formatId: string) => ", + "FieldFormatInstanceType", + " | undefined; getTypeWithoutMetaParams: (formatId: string) => ", + "FieldFormatInstanceType", + " | undefined; getDefaultType: (fieldType: ", + "KBN_FIELD_TYPES", + ", esTypes?: ", + "ES_FIELD_TYPES", + "[] | undefined) => ", + "FieldFormatInstanceType", + " | undefined; getTypeNameByEsTypes: (esTypes: ", + "ES_FIELD_TYPES", + "[] | undefined) => ", + "ES_FIELD_TYPES", + " | undefined; getDefaultTypeName: (fieldType: ", + "KBN_FIELD_TYPES", + ", esTypes?: ", + "ES_FIELD_TYPES", + "[] | undefined) => ", + "KBN_FIELD_TYPES", + " | ", + "ES_FIELD_TYPES", + "; getInstance: ((formatId: string, params?: Record) => ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getCache", - "type": "Function", - "tags": [], - "label": "getCache", - "description": [], - "signature": [ - "() => Promise<", - "SavedObject", - "<", - "IndexPatternSavedObjectAttrs", - ">[] | null | undefined>" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 183 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" }, + ") & _.MemoizedFunction; getDefaultInstancePlain: (fieldType: ", + "KBN_FIELD_TYPES", + ", esTypes?: ", + "ES_FIELD_TYPES", + "[] | undefined, params?: Record) => ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getDefault", - "type": "Function", - "tags": [], - "label": "getDefault", - "description": [ - "\nGet default index pattern" - ], - "signature": [ - "() => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - " | null>" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 193 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" }, + "; getDefaultInstanceCacheResolver: (fieldType: ", + "KBN_FIELD_TYPES", + ", esTypes: ", + "ES_FIELD_TYPES", + "[]) => string; getByFieldType: (fieldType: ", + "KBN_FIELD_TYPES", + ") => ", + "FieldFormatInstanceType", + "[]; getDefaultInstance: ((fieldType: ", + "KBN_FIELD_TYPES", + ", esTypes?: ", + "ES_FIELD_TYPES", + "[] | undefined, params?: Record) => ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getDefaultId", - "type": "Function", - "tags": [], - "label": "getDefaultId", - "description": [ - "\nGet default index pattern id" - ], - "signature": [ - "() => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 205 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" }, + ") & _.MemoizedFunction; parseDefaultTypeMap: (value: any) => void; has: (id: string) => boolean; }" + ], + "source": { + "path": "src/plugins/data/common/field_formats/index.ts", + "lineNumber": 11 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IFieldParamType", + "type": "Type", + "tags": [], + "label": "IFieldParamType", + "description": [], + "signature": [ { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.setDefault", - "type": "Function", - "tags": [], - "label": "setDefault", - "description": [ - "\nOptionally set default index pattern, unless force = true" - ], - "signature": [ - "(id: string | null, force?: boolean) => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 215 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.setDefault.$1", - "type": "CompoundType", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "string | null" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 215 - }, - "deprecated": false, - "isRequired": false - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.setDefault.$2", - "type": "boolean", - "tags": [], - "label": "force", - "description": [], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 215 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.FieldParamType", + "text": "FieldParamType" + } + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/field.ts", + "lineNumber": 24 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IFieldSubType", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "IFieldSubType", + "description": [], + "signature": [ + "IFieldSubType" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 348 + }, + "deprecated": true, + "references": [ { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getFieldsForWildcard", - "type": "Function", - "tags": [], - "label": "getFieldsForWildcard", - "description": [ - "\nGet field list by providing { pattern }" - ], - "signature": [ - "(options: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.GetFieldsOptions", - "text": "GetFieldsOptions" - }, - ") => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 226 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getFieldsForWildcard.$1", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.GetFieldsOptions", - "text": "GetFieldsOptions" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 226 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [ - "FieldSpec[]" - ] + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getFieldsForIndexPattern", - "type": "Function", - "tags": [], - "label": "getFieldsForIndexPattern", - "description": [ - "\nGet field list by providing an index patttern (or spec)" - ], - "signature": [ - "(indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - }, - ", options?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.GetFieldsOptions", - "text": "GetFieldsOptions" - }, - " | undefined) => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 242 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getFieldsForIndexPattern.$1", - "type": "CompoundType", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 243 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getFieldsForIndexPattern.$2", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.GetFieldsOptions", - "text": "GetFieldsOptions" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 244 - }, - "deprecated": false, - "isRequired": false - } - ], - "returnComment": [ - "FieldSpec[]" - ] + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", + "lineNumber": 30 + } + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IMetricAggType", + "type": "Type", + "tags": [], + "label": "IMetricAggType", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.MetricAggType", + "text": "MetricAggType" }, + "<", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.refreshFields", - "type": "Function", - "tags": [], - "label": "refreshFields", - "description": [ - "\nRefresh field list for a given index pattern" - ], - "signature": [ - "(indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ") => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 257 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.refreshFields.$1", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 257 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IMetricAggConfig", + "text": "IMetricAggConfig" }, + ">" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/metrics/metric_agg_type.ts", + "lineNumber": 36 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.INDEX_PATTERN_SAVED_OBJECT_TYPE", + "type": "string", + "tags": [], + "label": "INDEX_PATTERN_SAVED_OBJECT_TYPE", + "description": [], + "signature": [ + "\"index-pattern\"" + ], + "source": { + "path": "src/plugins/data/common/constants.ts", + "lineNumber": 13 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.IndexPatternLoadExpressionFunctionDefinition", + "type": "Type", + "tags": [], + "label": "IndexPatternLoadExpressionFunctionDefinition", + "description": [], + "signature": [ { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.fieldArrayToMap", - "type": "Function", - "tags": [], - "label": "fieldArrayToMap", - "description": [ - "\nConverts field array to map" - ], - "signature": [ - "(fields: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - "[], fieldAttrs?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldAttrs", - "text": "FieldAttrs" - }, - " | undefined) => Record" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 334 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.fieldArrayToMap.$1", - "type": "Array", - "tags": [], - "label": "fields", - "description": [ - ": FieldSpec[]" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 334 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.fieldArrayToMap.$2", - "type": "Object", - "tags": [], - "label": "fieldAttrs", - "description": [ - ": FieldAttrs" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldAttrs", - "text": "FieldAttrs" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 334 - }, - "deprecated": false, - "isRequired": false - } - ], - "returnComment": [ - "Record" - ] + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" }, + "<\"indexPatternLoad\", null, Arguments, Output, ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.savedObjectToSpec", - "type": "Function", - "tags": [], - "label": "savedObjectToSpec", - "description": [ - "\nConverts index pattern saved object to index pattern spec" - ], - "signature": [ - "(savedObject: ", - "SavedObject", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternAttributes", - "text": "IndexPatternAttributes" - }, - ">) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 350 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.savedObjectToSpec.$1", - "type": "Object", - "tags": [], - "label": "savedObject", - "description": [], - "signature": [ - "SavedObject", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternAttributes", - "text": "IndexPatternAttributes" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 350 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [ - "IndexPatternSpec" - ] + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" }, + "<", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.get", - "type": "Function", - "tags": [], - "label": "get", - "description": [ - "\nGet an index pattern by id. Cache optimized" - ], - "signature": [ - "(id: string) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 483 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.get.$1", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 483 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.create", - "type": "Function", - "tags": [], - "label": "create", - "description": [ - "\nCreate a new index pattern instance" - ], - "signature": [ - "(spec: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - }, - ", skipFetchFields?: boolean) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 502 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.create.$1", - "type": "Object", - "tags": [], - "label": "spec", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 502 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.create.$2", - "type": "boolean", - "tags": [], - "label": "skipFetchFields", - "description": [], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 502 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [ - "IndexPattern" - ] - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createAndSave", - "type": "Function", - "tags": [], - "label": "createAndSave", - "description": [ - "\nCreate a new index pattern and save it right away" - ], - "signature": [ - "(spec: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - }, - ", override?: boolean, skipFetchFields?: boolean) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 527 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createAndSave.$1", - "type": "Object", - "tags": [], - "label": "spec", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 527 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createAndSave.$2", - "type": "boolean", - "tags": [], - "label": "override", - "description": [ - "Overwrite if existing index pattern exists." - ], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 527 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createAndSave.$3", - "type": "boolean", - "tags": [], - "label": "skipFetchFields", - "description": [ - "Whether to skip field refresh step." - ], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 527 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createSavedObject", - "type": "Function", - "tags": [], - "label": "createSavedObject", - "description": [ - "\nSave a new index pattern" - ], - "signature": [ - "(indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ", override?: boolean) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 540 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createSavedObject.$1", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 540 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createSavedObject.$2", - "type": "boolean", - "tags": [], - "label": "override", - "description": [ - "Overwrite if existing index pattern exists" - ], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 540 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.updateSavedObject", - "type": "Function", - "tags": [], - "label": "updateSavedObject", - "description": [ - "\nSave existing index pattern. Will attempt to merge differences if there are conflicts" - ], - "signature": [ - "(indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ", saveAttempts?: number, ignoreErrors?: boolean) => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 573 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.updateSavedObject.$1", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 574 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.updateSavedObject.$2", - "type": "number", - "tags": [], - "label": "saveAttempts", - "description": [], - "signature": [ - "number" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 575 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.updateSavedObject.$3", - "type": "boolean", - "tags": [], - "label": "ignoreErrors", - "description": [], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 576 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.delete", - "type": "Function", - "tags": [], - "label": "delete", - "description": [ - "\nDeletes an index pattern from .kibana index" - ], - "signature": [ - "(indexPatternId: string) => Promise<{}>" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 661 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.delete.$1", - "type": "string", - "tags": [], - "label": "indexPatternId", - "description": [ - ": Id of kibana Index Pattern to delete" - ], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 661 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - } + ", ", + "SerializableState", + ">>" ], + "source": { + "path": "src/plugins/data/common/index_patterns/expressions/load_index_pattern.ts", + "lineNumber": 35 + }, + "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-server.IndexPatternsService", - "type": "Class", + "id": "def-public.IndexPatternsContract", + "type": "Type", "tags": [], - "label": "IndexPatternsService", + "label": "IndexPatternsContract", "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 56 - }, - "deprecated": false, - "children": [ + "signature": [ + "{ get: (id: string) => Promise<", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.ensureDefaultIndexPattern", - "type": "Function", - "tags": [], - "label": "ensureDefaultIndexPattern", - "description": [], - "signature": [ - "() => Promise | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 66 - }, - "deprecated": false, - "returnComment": [], - "children": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" }, + ">; delete: (indexPatternId: string) => Promise<{}>; create: (spec: ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 68 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "{\n uiSettings,\n savedObjectsClient,\n apiClient,\n fieldFormats,\n onNotification,\n onError,\n onRedirectNoIndexPattern = () => {},\n }", - "description": [], - "signature": [ - "IndexPatternsServiceDeps" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 68 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" }, + ", skipFetchFields?: boolean) => Promise<", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getIds", - "type": "Function", - "tags": [], - "label": "getIds", - "description": [ - "\nGet list of index pattern ids" - ], - "signature": [ - "(refresh?: boolean) => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 107 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getIds.$1", - "type": "boolean", - "tags": [], - "label": "refresh", - "description": [ - "Force refresh of index pattern list" - ], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 107 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" }, + ">; find: (search: string, size?: number) => Promise<", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getTitles", - "type": "Function", - "tags": [], - "label": "getTitles", - "description": [ - "\nGet list of index pattern titles" - ], - "signature": [ - "(refresh?: boolean) => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 121 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getTitles.$1", - "type": "boolean", - "tags": [], - "label": "refresh", - "description": [ - "Force refresh of index pattern list" - ], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 121 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" }, + "[]>; ensureDefaultIndexPattern: ", + "EnsureDefaultIndexPattern", + "; getIds: (refresh?: boolean) => Promise; getTitles: (refresh?: boolean) => Promise; getIdsWithTitle: (refresh?: boolean) => Promise<{ id: string; title: string; }[]>; clearCache: (id?: string | undefined) => void; getCache: () => Promise<", + "SavedObject", + "<", + "IndexPatternSavedObjectAttrs", + ">[] | null | undefined>; getDefault: () => Promise<", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.find", - "type": "Function", - "tags": [], - "label": "find", - "description": [ - "\nFind and load index patterns by title" - ], - "signature": [ - "(search: string, size?: number) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - "[]>" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 137 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.find.$1", - "type": "string", - "tags": [], - "label": "search", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 137 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.find.$2", - "type": "number", - "tags": [], - "label": "size", - "description": [], - "signature": [ - "number" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 137 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [ - "IndexPattern[]" - ] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" }, + " | null>; getDefaultId: () => Promise; setDefault: (id: string | null, force?: boolean) => Promise; getFieldsForWildcard: (options: ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getIdsWithTitle", - "type": "Function", - "tags": [], - "label": "getIdsWithTitle", - "description": [ - "\nGet list of index pattern ids with titles" - ], - "signature": [ - "(refresh?: boolean) => Promise<{ id: string; title: string; }[]>" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 155 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getIdsWithTitle.$1", - "type": "boolean", - "tags": [], - "label": "refresh", - "description": [ - "Force refresh of index pattern list" - ], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 156 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.GetFieldsOptions", + "text": "GetFieldsOptions" }, + ") => Promise; getFieldsForIndexPattern: (indexPattern: ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.clearCache", - "type": "Function", - "tags": [], - "label": "clearCache", - "description": [ - "\nClear index pattern list cache" - ], - "signature": [ - "(id?: string | undefined) => void" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 174 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.clearCache.$1", - "type": "string", - "tags": [], - "label": "id", - "description": [ - "optionally clear a single id" - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 174 - }, - "deprecated": false, - "isRequired": false - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" }, + " | ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getCache", - "type": "Function", - "tags": [], - "label": "getCache", - "description": [], - "signature": [ - "() => Promise<", - "SavedObject", - "<", - "IndexPatternSavedObjectAttrs", - ">[] | null | undefined>" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 183 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" }, + ", options?: ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getDefault", - "type": "Function", - "tags": [], - "label": "getDefault", - "description": [ - "\nGet default index pattern" - ], - "signature": [ - "() => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - " | null>" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 193 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.GetFieldsOptions", + "text": "GetFieldsOptions" }, + " | undefined) => Promise; refreshFields: (indexPattern: ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getDefaultId", - "type": "Function", - "tags": [], - "label": "getDefaultId", - "description": [ - "\nGet default index pattern id" - ], - "signature": [ - "() => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 205 - }, - "deprecated": false, - "children": [], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" }, + ") => Promise; fieldArrayToMap: (fields: ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.setDefault", - "type": "Function", - "tags": [], - "label": "setDefault", - "description": [ - "\nOptionally set default index pattern, unless force = true" - ], - "signature": [ - "(id: string | null, force?: boolean) => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 215 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.setDefault.$1", - "type": "CompoundType", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "string | null" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 215 - }, - "deprecated": false, - "isRequired": false - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.setDefault.$2", - "type": "boolean", - "tags": [], - "label": "force", - "description": [], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 215 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" }, + "[], fieldAttrs?: ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getFieldsForWildcard", - "type": "Function", - "tags": [], - "label": "getFieldsForWildcard", - "description": [ - "\nGet field list by providing { pattern }" - ], - "signature": [ - "(options: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.GetFieldsOptions", - "text": "GetFieldsOptions" - }, - ") => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 226 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getFieldsForWildcard.$1", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.GetFieldsOptions", - "text": "GetFieldsOptions" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 226 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [ - "FieldSpec[]" - ] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldAttrs", + "text": "FieldAttrs" }, + " | undefined) => Record Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 242 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getFieldsForIndexPattern.$1", - "type": "CompoundType", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 243 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.getFieldsForIndexPattern.$2", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.GetFieldsOptions", - "text": "GetFieldsOptions" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 244 - }, - "deprecated": false, - "isRequired": false - } - ], - "returnComment": [ - "FieldSpec[]" - ] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" }, + ">; savedObjectToSpec: (savedObject: ", + "SavedObject", + "<", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.refreshFields", - "type": "Function", - "tags": [], - "label": "refreshFields", - "description": [ - "\nRefresh field list for a given index pattern" - ], - "signature": [ - "(indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ") => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 257 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.refreshFields.$1", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 257 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternAttributes", + "text": "IndexPatternAttributes" }, + ">) => ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.fieldArrayToMap", - "type": "Function", - "tags": [], - "label": "fieldArrayToMap", - "description": [ - "\nConverts field array to map" - ], - "signature": [ - "(fields: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - "[], fieldAttrs?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldAttrs", - "text": "FieldAttrs" - }, - " | undefined) => Record" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 334 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.fieldArrayToMap.$1", - "type": "Array", - "tags": [], - "label": "fields", - "description": [ - ": FieldSpec[]" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 334 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.fieldArrayToMap.$2", - "type": "Object", - "tags": [], - "label": "fieldAttrs", - "description": [ - ": FieldAttrs" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldAttrs", - "text": "FieldAttrs" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 334 - }, - "deprecated": false, - "isRequired": false - } - ], - "returnComment": [ - "Record" - ] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" }, + "; createAndSave: (spec: ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.savedObjectToSpec", - "type": "Function", - "tags": [], - "label": "savedObjectToSpec", - "description": [ - "\nConverts index pattern saved object to index pattern spec" - ], - "signature": [ - "(savedObject: ", - "SavedObject", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternAttributes", - "text": "IndexPatternAttributes" - }, - ">) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 350 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.savedObjectToSpec.$1", - "type": "Object", - "tags": [], - "label": "savedObject", - "description": [], - "signature": [ - "SavedObject", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternAttributes", - "text": "IndexPatternAttributes" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 350 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [ - "IndexPatternSpec" - ] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" }, + ", override?: boolean, skipFetchFields?: boolean) => Promise<", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.get", - "type": "Function", - "tags": [], - "label": "get", - "description": [ - "\nGet an index pattern by id. Cache optimized" - ], - "signature": [ - "(id: string) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 483 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.get.$1", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 483 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" }, + ">; createSavedObject: (indexPattern: ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.create", - "type": "Function", - "tags": [], - "label": "create", - "description": [ - "\nCreate a new index pattern instance" - ], - "signature": [ - "(spec: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - }, - ", skipFetchFields?: boolean) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 502 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.create.$1", - "type": "Object", - "tags": [], - "label": "spec", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 502 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.create.$2", - "type": "boolean", - "tags": [], - "label": "skipFetchFields", - "description": [], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 502 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [ - "IndexPattern" - ] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" }, + ", override?: boolean) => Promise<", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createAndSave", - "type": "Function", - "tags": [], - "label": "createAndSave", - "description": [ - "\nCreate a new index pattern and save it right away" - ], - "signature": [ - "(spec: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - }, - ", override?: boolean, skipFetchFields?: boolean) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 527 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createAndSave.$1", - "type": "Object", - "tags": [], - "label": "spec", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternSpec", - "text": "IndexPatternSpec" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 527 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createAndSave.$2", - "type": "boolean", - "tags": [], - "label": "override", - "description": [ - "Overwrite if existing index pattern exists." - ], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 527 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createAndSave.$3", - "type": "boolean", - "tags": [], - "label": "skipFetchFields", - "description": [ - "Whether to skip field refresh step." - ], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 527 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" }, + ">; updateSavedObject: (indexPattern: ", { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createSavedObject", - "type": "Function", - "tags": [], - "label": "createSavedObject", - "description": [ - "\nSave a new index pattern" - ], - "signature": [ - "(indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ", override?: boolean) => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 540 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createSavedObject.$1", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 540 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.createSavedObject.$2", - "type": "boolean", - "tags": [], - "label": "override", - "description": [ - "Overwrite if existing index pattern exists" - ], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 540 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.updateSavedObject", - "type": "Function", - "tags": [], - "label": "updateSavedObject", - "description": [ - "\nSave existing index pattern. Will attempt to merge differences if there are conflicts" - ], - "signature": [ - "(indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - ", saveAttempts?: number, ignoreErrors?: boolean) => Promise" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 573 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.updateSavedObject.$1", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 574 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.updateSavedObject.$2", - "type": "number", - "tags": [], - "label": "saveAttempts", - "description": [], - "signature": [ - "number" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 575 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.updateSavedObject.$3", - "type": "boolean", - "tags": [], - "label": "ignoreErrors", - "description": [], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 576 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.delete", - "type": "Function", - "tags": [], - "label": "delete", - "description": [ - "\nDeletes an index pattern from .kibana index" - ], - "signature": [ - "(indexPatternId: string) => Promise<{}>" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 661 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IndexPatternsService.delete.$1", - "type": "string", - "tags": [], - "label": "indexPatternId", - "description": [ - ": Id of kibana Index Pattern to delete" - ], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", - "lineNumber": 661 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - } + ", saveAttempts?: number, ignoreErrors?: boolean) => Promise; }" ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 667 + }, + "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-server.OptionedParamType", - "type": "Class", + "id": "def-public.ISearchGeneric", + "type": "Type", "tags": [], - "label": "OptionedParamType", + "label": "ISearchGeneric", "description": [], "signature": [ + " = ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.BaseParamType", - "text": "BaseParamType" + "section": "def-common.IEsSearchRequest", + "text": "IEsSearchRequest" }, - "<", + ", SearchStrategyResponse extends ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" + "section": "def-common.IKibanaSearchResponse", + "text": "IKibanaSearchResponse" }, - ">" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 19 - }, - "deprecated": false, - "children": [ + " = ", { - "parentPluginId": "data", - "id": "def-server.OptionedParamType.options", - "type": "Array", - "tags": [], - "label": "options", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.OptionedValueProp", - "text": "OptionedValueProp" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 20 - }, - "deprecated": false + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" }, - { - "parentPluginId": "data", - "id": "def-server.OptionedParamType.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 22 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.OptionedParamType.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "config", - "description": [], - "signature": [ - "Record" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 22 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - } - ], - "functions": [ - { - "parentPluginId": "data", - "id": "def-server.castEsToKbnFieldTypeName", - "type": "Function", - "tags": [ - "return" - ], - "label": "castEsToKbnFieldTypeName", - "description": [ - "\n Get the KbnFieldType name for an esType string\n" - ], - "signature": [ - "(esType: string) => ", + ">(request: SearchStrategyRequest, options?: ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "docId": "kibDataSearchPluginApi", + "section": "def-common.ISearchOptions", + "text": "ISearchOptions" + }, + " | undefined) => ", + "Observable", + "" ], "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_types.ts", - "lineNumber": 39 + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 13 }, "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.castEsToKbnFieldTypeName.$1", - "type": "string", - "tags": [], - "label": "esType", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_types.ts", - "lineNumber": 39 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-server.getTime", - "type": "Function", + "id": "def-public.ISearchSource", + "type": "Type", "tags": [], - "label": "getTime", - "description": [], + "label": "ISearchSource", + "description": [ + "\nsearch source interface" + ], "signature": [ - "(indexPattern: ", + "{ create: () => ", { "pluginId": "data", "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IIndexPattern", - "text": "IIndexPattern" + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" }, - " | undefined, timeRange: ", + "; history: Record[]; setPreferredSearchStrategyId: (searchStrategyId: string) => void; setField: (field: K, value: ", { "pluginId": "data", "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" }, - ", options: { forceNow?: Date | undefined; fieldName?: string | undefined; } | undefined) => ", + "[K]) => ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 37 - }, - "deprecated": false, - "children": [ + "; removeField: (field: K) => ", { - "parentPluginId": "data", - "id": "def-server.getTime.$1", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IIndexPattern", - "text": "IIndexPattern" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 38 - }, - "deprecated": false, - "isRequired": false + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" }, + "; setFields: (newFields: ", { - "parentPluginId": "data", - "id": "def-server.getTime.$2", - "type": "Object", - "tags": [], - "label": "timeRange", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - } - ], - "source": { - "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 39 - }, - "deprecated": false, - "isRequired": true + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" }, + ") => ", { - "parentPluginId": "data", - "id": "def-server.getTime.$3.options", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "source": { - "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 40 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.getTime.$3.options.forceNow", - "type": "Object", - "tags": [], - "label": "forceNow", - "description": [], - "signature": [ - "Date | undefined" - ], - "source": { - "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 40 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.getTime.$3.options.fieldName", - "type": "string", - "tags": [], - "label": "fieldName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 40 - }, - "deprecated": false - } - ] - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.parseInterval", - "type": "Function", - "tags": [], - "label": "parseInterval", - "description": [], - "signature": [ - "(interval: string) => moment.Duration | null" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_interval.ts", - "lineNumber": 29 - }, - "deprecated": false, - "children": [ + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + "; getId: () => string; getFields: () => ", { - "parentPluginId": "data", - "id": "def-server.parseInterval.$1", - "type": "string", - "tags": [], - "label": "interval", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_interval.ts", - "lineNumber": 29 - }, - "deprecated": false, - "isRequired": true - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + "; getField: (field: K, recurse?: boolean) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + "[K]; getOwnField: (field: K) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + "[K]; createCopy: () => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + "; createChild: (options?: {}) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + "; setParent: (parent?: Pick<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + ", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\"> | undefined, options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceOptions", + "text": "SearchSourceOptions" + }, + ") => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + "; getParent: () => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + " | undefined; fetch$: (options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ISearchOptions", + "text": "ISearchOptions" + }, + ") => ", + "Observable", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IKibanaSearchResponse", + "text": "IKibanaSearchResponse" + }, + "<", + "SearchResponse", + ">>; fetch: (options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ISearchOptions", + "text": "ISearchOptions" + }, + ") => Promise<", + "SearchResponse", + ">; onRequestStart: (handler: (searchSource: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + ", options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ISearchOptions", + "text": "ISearchOptions" + }, + " | undefined) => Promise) => void; getSearchRequestBody: () => any; destroy: () => void; getSerializedFields: (recurse?: boolean) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + "; serialize: () => { searchSourceJSON: string; references: ", + "SavedObjectReference", + "[]; }; }" ], - "returnComment": [], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 19 + }, + "deprecated": false, "initialIsOpen": false - } - ], - "interfaces": [ + }, { "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping", - "type": "Interface", + "id": "def-public.KibanaContext", + "type": "Type", "tags": [], - "label": "AggFunctionsMapping", - "description": [ - "\nA global list of the expression function definitions for each agg type function." + "label": "KibanaContext", + "description": [], + "signature": [ + "{ type: \"kibana_context\"; } & ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" + } ], "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 196 + "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", + "lineNumber": 31 }, "deprecated": false, - "children": [ + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.KueryNode", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "KueryNode", + "description": [], + "signature": [ + "KueryNode" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 338 + }, + "deprecated": true, + "references": [ { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggFilter", - "type": "Object", - "tags": [], - "label": "aggFilter", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggFilter\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ geo_bounding_box?: string | undefined; filter?: string | undefined; }, \"geo_bounding_box\"> & Pick<{ geo_bounding_box?: string | undefined; filter?: string | undefined; }, \"filter\">, \"enabled\" | \"id\" | \"filter\" | \"customLabel\" | \"schema\" | \"geo_bounding_box\" | \"json\" | \"timeShift\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 197 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 12 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggFilters", - "type": "Object", - "tags": [], - "label": "aggFilters", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggFilters\", any, Pick, \"enabled\" | \"id\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ filters?: string | undefined; }, \"filters\"> & Pick<{ filters?: string | undefined; }, never>, \"enabled\" | \"filters\" | \"id\" | \"schema\" | \"json\" | \"timeShift\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 198 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 83 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggSignificantTerms", - "type": "Object", - "tags": [], - "label": "aggSignificantTerms", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggSignificantTerms\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.BUCKET_TYPES", - "text": "BUCKET_TYPES" - }, - ".SIGNIFICANT_TERMS>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 199 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 97 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggIpRange", - "type": "Object", - "tags": [], - "label": "aggIpRange", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggIpRange\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\"> & Pick<{ ranges?: string | undefined; ipRangeType?: string | undefined; }, \"ipRangeType\" | \"ranges\"> & Pick<{ ranges?: string | undefined; ipRangeType?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ipRangeType\" | \"ranges\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 200 - }, - "deprecated": false + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 23 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggDateRange", - "type": "Object", - "tags": [], - "label": "aggDateRange", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggDateRange\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\"> & Pick<{ ranges?: string | undefined; }, \"ranges\"> & Pick<{ ranges?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ranges\" | \"time_zone\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 201 - }, - "deprecated": false + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 281 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggRange", - "type": "Object", - "tags": [], - "label": "aggRange", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggRange\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\"> & Pick<{ ranges?: string | undefined; }, \"ranges\"> & Pick<{ ranges?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ranges\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 202 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 18 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggGeoTile", - "type": "Object", - "tags": [], - "label": "aggGeoTile", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggGeoTile\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.BUCKET_TYPES", - "text": "BUCKET_TYPES" - }, - ".GEOTILE_GRID>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 203 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 27 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggGeoHash", - "type": "Object", - "tags": [], - "label": "aggGeoHash", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggGeoHash\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"autoPrecision\" | \"precision\" | \"useGeocentroid\" | \"isFilteredByCollar\"> & Pick<{ boundingBox?: string | undefined; }, \"boundingBox\"> & Pick<{ boundingBox?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"autoPrecision\" | \"precision\" | \"useGeocentroid\" | \"isFilteredByCollar\" | \"boundingBox\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 204 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 27 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggHistogram", - "type": "Object", - "tags": [], - "label": "aggHistogram", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggHistogram\", any, Pick, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"used_interval\" | \"maxBars\" | \"intervalBase\" | \"min_doc_count\" | \"has_extended_bounds\"> & Pick<{ extended_bounds?: string | undefined; }, \"extended_bounds\"> & Pick<{ extended_bounds?: string | undefined; }, never>, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"used_interval\" | \"maxBars\" | \"intervalBase\" | \"min_doc_count\" | \"has_extended_bounds\" | \"extended_bounds\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 205 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 31 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggDateHistogram", - "type": "Object", - "tags": [], - "label": "aggDateHistogram", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggDateHistogram\", any, Pick, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\" | \"used_interval\" | \"min_doc_count\" | \"useNormalizedEsInterval\" | \"scaleMetricValues\" | \"used_time_zone\" | \"drop_partials\" | \"format\"> & Pick<{ timeRange?: string | undefined; extended_bounds?: string | undefined; }, \"timeRange\" | \"extended_bounds\"> & Pick<{ timeRange?: string | undefined; extended_bounds?: string | undefined; }, never>, \"enabled\" | \"interval\" | \"timeRange\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\" | \"used_interval\" | \"min_doc_count\" | \"extended_bounds\" | \"useNormalizedEsInterval\" | \"scaleMetricValues\" | \"used_time_zone\" | \"drop_partials\" | \"format\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 206 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 31 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggTerms", - "type": "Object", - "tags": [], - "label": "aggTerms", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggTerms\", any, Pick, \"enabled\" | \"id\" | \"size\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"orderBy\" | \"order\" | \"missingBucket\" | \"missingBucketLabel\" | \"otherBucket\" | \"otherBucketLabel\" | \"exclude\" | \"include\"> & Pick<{ orderAgg?: ", - "AggExpressionType", - " | undefined; }, \"orderAgg\"> & Pick<{ orderAgg?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"size\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"orderBy\" | \"orderAgg\" | \"order\" | \"missingBucket\" | \"missingBucketLabel\" | \"otherBucket\" | \"otherBucketLabel\" | \"exclude\" | \"include\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 207 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 32 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggAvg", - "type": "Object", - "tags": [], - "label": "aggAvg", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggAvg\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".AVG>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 208 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 37 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggBucketAvg", - "type": "Object", - "tags": [], - "label": "aggBucketAvg", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggBucketAvg\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 209 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 51 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggBucketMax", - "type": "Object", - "tags": [], - "label": "aggBucketMax", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggBucketMax\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 210 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 15 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggBucketMin", - "type": "Object", - "tags": [], - "label": "aggBucketMin", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggBucketMin\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 211 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 31 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggBucketSum", - "type": "Object", - "tags": [], - "label": "aggBucketSum", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggBucketSum\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 212 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 31 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggFilteredMetric", - "type": "Object", - "tags": [], - "label": "aggFilteredMetric", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggFilteredMetric\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", - "AggExpressionType", - " | undefined; customMetric?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 213 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 35 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggCardinality", - "type": "Object", - "tags": [], - "label": "aggCardinality", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggCardinality\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".CARDINALITY>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 214 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 48 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggCount", - "type": "Object", - "tags": [], - "label": "aggCount", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggCount\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".COUNT>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 215 - }, - "deprecated": false + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/common/types.ts", + "lineNumber": 8 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggCumulativeSum", - "type": "Object", - "tags": [], - "label": "aggCumulativeSum", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggCumulativeSum\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"buckets_path\" | \"metricAgg\"> & Pick<{ customMetric?: ", - "AggExpressionType", - " | undefined; }, \"customMetric\"> & Pick<{ customMetric?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"buckets_path\" | \"metricAgg\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 216 - }, - "deprecated": false + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/common/types.ts", + "lineNumber": 20 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggDerivative", - "type": "Object", - "tags": [], - "label": "aggDerivative", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggDerivative\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"buckets_path\" | \"metricAgg\"> & Pick<{ customMetric?: ", - "AggExpressionType", - " | undefined; }, \"customMetric\"> & Pick<{ customMetric?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"buckets_path\" | \"metricAgg\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 217 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 17 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggGeoBounds", - "type": "Object", - "tags": [], - "label": "aggGeoBounds", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggGeoBounds\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".GEO_BOUNDS>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 218 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 24 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggGeoCentroid", - "type": "Object", - "tags": [], - "label": "aggGeoCentroid", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggGeoCentroid\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".GEO_CENTROID>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 219 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 27 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggMax", - "type": "Object", - "tags": [], - "label": "aggMax", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggMax\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".MAX>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 220 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 27 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggMedian", - "type": "Object", - "tags": [], - "label": "aggMedian", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggMedian\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".MEDIAN>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 221 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 28 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggSinglePercentile", - "type": "Object", - "tags": [], - "label": "aggSinglePercentile", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggSinglePercentile\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".SINGLE_PERCENTILE>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 222 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 33 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggMin", - "type": "Object", - "tags": [], - "label": "aggMin", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggMin\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".MIN>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 223 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 47 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggMovingAvg", - "type": "Object", - "tags": [], - "label": "aggMovingAvg", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggMovingAvg\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"buckets_path\" | \"metricAgg\" | \"window\" | \"script\"> & Pick<{ customMetric?: ", - "AggExpressionType", - " | undefined; }, \"customMetric\"> & Pick<{ customMetric?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"buckets_path\" | \"metricAgg\" | \"window\" | \"script\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 224 - }, - "deprecated": false + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 70 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggPercentileRanks", - "type": "Object", - "tags": [], - "label": "aggPercentileRanks", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggPercentileRanks\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".PERCENTILE_RANKS>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 225 - }, - "deprecated": false + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", + "lineNumber": 68 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggPercentiles", - "type": "Object", - "tags": [], - "label": "aggPercentiles", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggPercentiles\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".PERCENTILES>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 226 - }, - "deprecated": false + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", + "lineNumber": 514 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggSerialDiff", - "type": "Object", - "tags": [], - "label": "aggSerialDiff", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggSerialDiff\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"buckets_path\" | \"metricAgg\"> & Pick<{ customMetric?: ", - "AggExpressionType", - " | undefined; }, \"customMetric\"> & Pick<{ customMetric?: ", - "AggExpressionType", - " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"buckets_path\" | \"metricAgg\">, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 227 - }, - "deprecated": false + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", + "lineNumber": 587 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggStdDeviation", - "type": "Object", - "tags": [], - "label": "aggStdDeviation", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggStdDeviation\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".STD_DEV>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 228 - }, - "deprecated": false + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/types.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggSum", - "type": "Object", - "tags": [], - "label": "aggSum", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggSum\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".SUM>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 229 - }, - "deprecated": false + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/types.ts", + "lineNumber": 115 + } }, { - "parentPluginId": "data", - "id": "def-server.AggFunctionsMapping.aggTopHit", - "type": "Object", - "tags": [], - "label": "aggTopHit", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"aggTopHit\", any, ", - "AggExpressionFunctionArgs", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.METRIC_TYPES", - "text": "METRIC_TYPES" - }, - ".TOP_HITS>, ", - "AggExpressionType", - ", ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 230 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.AggParamOption", - "type": "Interface", - "tags": [], - "label": "AggParamOption", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_params.ts", - "lineNumber": 30 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.AggParamOption.val", - "type": "string", - "tags": [], - "label": "val", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_params.ts", - "lineNumber": 31 - }, - "deprecated": false + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-server.AggParamOption.display", - "type": "string", - "tags": [], - "label": "display", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_params.ts", - "lineNumber": 32 - }, - "deprecated": false + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 15 + } }, { - "parentPluginId": "data", - "id": "def-server.AggParamOption.enabled", - "type": "Function", - "tags": [], - "label": "enabled", - "description": [], - "signature": [ - "((agg: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - }, - ") => boolean) | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_params.ts", - "lineNumber": 33 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.AggParamOption.enabled.$1", - "type": "Object", - "tags": [], - "label": "agg", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - } - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_params.ts", - "lineNumber": 33 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.EsQueryConfig", - "type": "Interface", - "tags": [], - "label": "EsQueryConfig", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 17 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.EsQueryConfig.allowLeadingWildcards", - "type": "boolean", - "tags": [], - "label": "allowLeadingWildcards", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 18 - }, - "deprecated": false + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 21 + } }, { - "parentPluginId": "data", - "id": "def-server.EsQueryConfig.queryStringOptions", - "type": "Object", - "tags": [], - "label": "queryStringOptions", - "description": [], - "signature": [ - "{ [x: string]: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 19 - }, - "deprecated": false + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 30 + } }, { - "parentPluginId": "data", - "id": "def-server.EsQueryConfig.ignoreFilterIfFieldNotInIndex", - "type": "boolean", - "tags": [], - "label": "ignoreFilterIfFieldNotInIndex", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 20 - }, - "deprecated": false + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 31 + } }, { - "parentPluginId": "data", - "id": "def-server.EsQueryConfig.dateFormatTZ", - "type": "string", - "tags": [], - "label": "dateFormatTZ", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 21 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.FieldFormatConfig", - "type": "Interface", - "tags": [], - "label": "FieldFormatConfig", - "description": [], - "source": { - "path": "src/plugins/data/common/field_formats/types.ts", - "lineNumber": 62 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.FieldFormatConfig.id", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "source": { - "path": "src/plugins/data/common/field_formats/types.ts", - "lineNumber": 63 - }, - "deprecated": false + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 16 + } }, { - "parentPluginId": "data", - "id": "def-server.FieldFormatConfig.params", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "{ [x: string]: any; }" - ], - "source": { - "path": "src/plugins/data/common/field_formats/types.ts", - "lineNumber": 64 - }, - "deprecated": false + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 111 + } }, { - "parentPluginId": "data", - "id": "def-server.FieldFormatConfig.es", - "type": "CompoundType", - "tags": [], - "label": "es", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/field_formats/types.ts", - "lineNumber": 65 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.IEsSearchRequest", - "type": "Interface", - "tags": [], - "label": "IEsSearchRequest", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchRequest", - "text": "IEsSearchRequest" + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 113 + } }, - " extends ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IKibanaSearchRequest", - "text": "IKibanaSearchRequest" + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 114 + } }, - "<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ISearchRequestParams", - "text": "ISearchRequestParams" + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 136 + } }, - ">" - ], - "source": { - "path": "src/plugins/data/common/search/strategies/es_search/types.ts", - "lineNumber": 18 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.IEsSearchRequest.indexType", - "type": "string", - "tags": [], - "label": "indexType", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/strategies/es_search/types.ts", - "lineNumber": 19 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.IFieldSubType", - "type": "Interface", - "tags": [], - "label": "IFieldSubType", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 153 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-server.IFieldSubType.multi", - "type": "Object", - "tags": [], - "label": "multi", - "description": [], - "signature": [ - "{ parent: string; } | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 154 - }, - "deprecated": false + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 157 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldSubType.nested", - "type": "Object", - "tags": [], - "label": "nested", - "description": [], - "signature": [ - "{ path: string; } | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 155 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.IFieldType", - "type": "Interface", - "tags": [ - "deprecated" - ], - "label": "IFieldType", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 15 - }, - "deprecated": true, - "references": [ - { - "plugin": "discover", + "plugin": "cases", "link": { - "path": "src/plugins/discover/public/kibana_services.ts", - "lineNumber": 104 + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 159 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/classes/fields/es_doc_field.ts", - "lineNumber": 12 + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 174 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/classes/fields/es_doc_field.ts", - "lineNumber": 45 + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 174 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts", - "lineNumber": 10 + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 175 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts", - "lineNumber": 367 + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 185 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 8 + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 234 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 15 + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 236 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 49 + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 236 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 49 + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 259 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 59 + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 286 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 59 + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 330 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 73 + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 20 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 73 + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 60 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 79 + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 186 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 79 + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 191 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 85 + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 916 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 85 + "path": "x-pack/plugins/cases/server/services/attachments/index.ts", + "lineNumber": 10 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 89 + "path": "x-pack/plugins/cases/server/services/attachments/index.ts", + "lineNumber": 25 } }, { - "plugin": "maps", + "plugin": "dataEnhanced", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 98 + "path": "x-pack/plugins/data_enhanced/server/search/session/types.ts", + "lineNumber": 15 } }, { - "plugin": "maps", + "plugin": "dataEnhanced", "link": { - "path": "x-pack/plugins/maps/public/index_pattern_util.ts", - "lineNumber": 98 + "path": "x-pack/plugins/data_enhanced/server/search/session/types.ts", + "lineNumber": 61 } }, { - "plugin": "maps", + "plugin": "dataEnhanced", "link": { - "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", - "lineNumber": 20 + "path": "x-pack/plugins/data_enhanced/server/search/session/get_search_session_page.ts", + "lineNumber": 14 } }, { - "plugin": "maps", + "plugin": "dataEnhanced", "link": { - "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", - "lineNumber": 24 + "path": "x-pack/plugins/data_enhanced/server/search/session/get_search_session_page.ts", + "lineNumber": 25 } }, { - "plugin": "maps", + "plugin": "dataEnhanced", "link": { - "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", - "lineNumber": 25 + "path": "x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts", + "lineNumber": 14 } }, { - "plugin": "maps", + "plugin": "dataEnhanced", "link": { - "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "path": "x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts", "lineNumber": 26 } }, { - "plugin": "maps", + "plugin": "dataEnhanced", "link": { - "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", - "lineNumber": 33 + "path": "x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts", + "lineNumber": 18 } }, { - "plugin": "maps", + "plugin": "dataEnhanced", "link": { - "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", - "lineNumber": 48 + "path": "x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts", + "lineNumber": 49 } }, { - "plugin": "maps", + "plugin": "dataEnhanced", "link": { - "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", - "lineNumber": 51 + "path": "x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts", + "lineNumber": 14 } }, { - "plugin": "maps", + "plugin": "dataEnhanced", "link": { - "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", - "lineNumber": 54 + "path": "x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts", + "lineNumber": 26 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", - "lineNumber": 55 + "path": "x-pack/plugins/cases/target/types/server/authorization/types.d.ts", + "lineNumber": 2 } }, { - "plugin": "maps", + "plugin": "cases", "link": { - "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", - "lineNumber": 67 + "path": "x-pack/plugins/cases/target/types/server/authorization/types.d.ts", + "lineNumber": 100 } }, { - "plugin": "maps", + "plugin": "dataEnhanced", "link": { - "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", - "lineNumber": 94 + "path": "x-pack/plugins/data_enhanced/target/types/server/search/session/types.d.ts", + "lineNumber": 3 } }, { - "plugin": "maps", + "plugin": "dataEnhanced", "link": { - "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", - "lineNumber": 98 + "path": "x-pack/plugins/data_enhanced/target/types/server/search/session/types.d.ts", + "lineNumber": 29 } - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.MatchAllFilter", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "MatchAllFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 313 + }, + "deprecated": true, + "references": [ { - "plugin": "maps", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", - "lineNumber": 100 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 36 } }, { - "plugin": "maps", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx", - "lineNumber": 18 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 400 } - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.ParsedInterval", + "type": "Type", + "tags": [], + "label": "ParsedInterval", + "description": [], + "signature": [ + "{ value: number; unit: ", + "Unit", + "; type: \"calendar\" | \"fixed\"; }" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_es_interval.ts", + "lineNumber": 18 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.PhraseFilter", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "PhraseFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 308 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.PhrasesFilter", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "PhrasesFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 303 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.RangeFilter", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "RangeFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 328 + }, + "deprecated": true, + "references": [ { - "plugin": "maps", + "plugin": "discoverEnhanced", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx", - "lineNumber": 25 + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts", + "lineNumber": 18 } }, { - "plugin": "maps", + "plugin": "discoverEnhanced", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx", - "lineNumber": 27 + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts", + "lineNumber": 237 } + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.RangeFilterMeta", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "RangeFilterMeta", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 283 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.RangeFilterParams", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "RangeFilterParams", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 288 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.TimeRange", + "type": "Type", + "tags": [], + "label": "TimeRange", + "description": [], + "signature": [ + "{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }" + ], + "source": { + "path": "src/plugins/data/common/query/timefilter/types.ts", + "lineNumber": 17 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "objects": [ + { + "parentPluginId": "data", + "id": "def-public.AggGroupLabels", + "type": "Object", + "tags": [], + "label": "AggGroupLabels", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 20 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.AggGroupLabels.AggGroupNames.Buckets", + "type": "string", + "tags": [], + "label": "[AggGroupNames.Buckets]", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 21 + }, + "deprecated": false }, { - "plugin": "maps", + "parentPluginId": "data", + "id": "def-public.AggGroupLabels.AggGroupNames.Metrics", + "type": "string", + "tags": [], + "label": "[AggGroupNames.Metrics]", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 24 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.AggGroupLabels.AggGroupNames.None", + "type": "string", + "tags": [], + "label": "[AggGroupNames.None]", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 27 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.AggGroupNames", + "type": "Object", + "tags": [], + "label": "AggGroupNames", + "description": [], + "signature": [ + "{ readonly Buckets: \"buckets\"; readonly Metrics: \"metrics\"; readonly None: \"none\"; }" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 12 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.esFilters", + "type": "Object", + "tags": [ + "deprecated" + ], + "label": "esFilters", + "description": [ + "\nFilter helpers namespace:" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 93 + }, + "deprecated": true, + "references": [ + { + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx", - "lineNumber": 17 + "path": "src/plugins/discover/public/url_generator.ts", + "lineNumber": 11 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx", - "lineNumber": 39 + "path": "src/plugins/discover/public/url_generator.ts", + "lineNumber": 121 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx", - "lineNumber": 40 + "path": "src/plugins/discover/public/url_generator.ts", + "lineNumber": 130 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx", + "path": "src/plugins/discover/public/locator.ts", "lineNumber": 12 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx", - "lineNumber": 175 + "path": "src/plugins/discover/public/locator.ts", + "lineNumber": 120 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx", - "lineNumber": 292 + "path": "src/plugins/discover/public/locator.ts", + "lineNumber": 129 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx", - "lineNumber": 19 + "path": "src/plugins/discover/public/application/helpers/get_context_url.tsx", + "lineNumber": 12 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx", - "lineNumber": 22 + "path": "src/plugins/discover/public/application/helpers/get_context_url.tsx", + "lineNumber": 35 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx", - "lineNumber": 43 + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 25 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx", - "lineNumber": 13 + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 264 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx", - "lineNumber": 26 + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 309 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx", - "lineNumber": 13 + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 309 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx", - "lineNumber": 33 + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 19 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx", - "lineNumber": 21 + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 233 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx", - "lineNumber": 59 + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 233 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx", - "lineNumber": 60 + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 250 } }, { - "plugin": "maps", + "plugin": "discover", "link": { - "path": "x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx", - "lineNumber": 66 + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 250 } }, { - "plugin": "ml", + "plugin": "discover", "link": { - "path": "x-pack/plugins/ml/public/application/components/data_grid/common.ts", - "lineNumber": 24 + "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", + "lineNumber": 19 } }, { - "plugin": "ml", + "plugin": "discover", "link": { - "path": "x-pack/plugins/ml/public/application/components/data_grid/common.ts", - "lineNumber": 222 + "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", + "lineNumber": 265 } }, { - "plugin": "infra", + "plugin": "discover", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx", - "lineNumber": 12 + "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", + "lineNumber": 275 } }, { - "plugin": "infra", + "plugin": "discover", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx", - "lineNumber": 18 + "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", + "lineNumber": 313 } }, { - "plugin": "infra", + "plugin": "discover", "link": { - "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx", - "lineNumber": 21 + "path": "src/plugins/discover/public/application/components/context_app/context_app.tsx", + "lineNumber": 15 } }, { - "plugin": "infra", + "plugin": "discover", "link": { - "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx", - "lineNumber": 49 + "path": "src/plugins/discover/public/application/components/context_app/context_app.tsx", + "lineNumber": 101 } }, { - "plugin": "infra", + "plugin": "discover", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx", - "lineNumber": 23 + "path": "src/plugins/discover/public/application/apps/main/components/layout/discover_layout.tsx", + "lineNumber": 29 } }, { - "plugin": "infra", + "plugin": "discover", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx", - "lineNumber": 56 + "path": "src/plugins/discover/public/application/apps/main/components/layout/discover_layout.tsx", + "lineNumber": 168 } }, { - "plugin": "infra", + "plugin": "discover", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx", - "lineNumber": 11 + "path": "src/plugins/discover/public/plugin.tsx", + "lineNumber": 32 } }, { - "plugin": "infra", + "plugin": "discover", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx", - "lineNumber": 29 + "path": "src/plugins/discover/public/plugin.tsx", + "lineNumber": 296 } }, { - "plugin": "infra", + "plugin": "visualizations", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx", - "lineNumber": 11 + "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", + "lineNumber": 17 } }, { - "plugin": "infra", + "plugin": "visualizations", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx", - "lineNumber": 16 + "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", + "lineNumber": 236 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx", - "lineNumber": 18 + "path": "src/plugins/dashboard/public/application/lib/save_dashboard.ts", + "lineNumber": 19 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx", - "lineNumber": 32 + "path": "src/plugins/dashboard/public/application/lib/save_dashboard.ts", + "lineNumber": 82 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx", - "lineNumber": 25 + "path": "src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts", + "lineNumber": 11 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx", - "lineNumber": 45 + "path": "src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts", + "lineNumber": 101 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx", - "lineNumber": 11 + "path": "src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts", + "lineNumber": 103 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx", - "lineNumber": 436 + "path": "src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts", + "lineNumber": 104 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx", - "lineNumber": 10 + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_container_input.ts", + "lineNumber": 14 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx", - "lineNumber": 15 + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_container_input.ts", + "lineNumber": 98 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx", - "lineNumber": 9 + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_container_input.ts", + "lineNumber": 101 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx", - "lineNumber": 22 + "path": "src/plugins/dashboard/public/plugin.tsx", + "lineNumber": 37 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", - "lineNumber": 23 + "path": "src/plugins/dashboard/public/plugin.tsx", + "lineNumber": 257 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", - "lineNumber": 57 + "path": "src/plugins/dashboard/public/url_generator.ts", + "lineNumber": 13 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", - "lineNumber": 85 + "path": "src/plugins/dashboard/public/url_generator.ts", + "lineNumber": 144 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", - "lineNumber": 85 + "path": "src/plugins/dashboard/public/url_generator.ts", + "lineNumber": 157 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", - "lineNumber": 93 + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 13 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", - "lineNumber": 119 + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 130 } }, { - "plugin": "infra", + "plugin": "dashboard", "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx", - "lineNumber": 12 + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 143 } }, { - "plugin": "infra", + "plugin": "lens", "link": { - "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx", - "lineNumber": 37 + "path": "x-pack/plugins/lens/public/app_plugin/save_modal_container.tsx", + "lineNumber": 19 } }, { - "plugin": "infra", + "plugin": "lens", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx", - "lineNumber": 12 + "path": "x-pack/plugins/lens/public/app_plugin/save_modal_container.tsx", + "lineNumber": 355 } }, { - "plugin": "infra", + "plugin": "observability", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx", - "lineNumber": 21 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 11 } }, { - "plugin": "fleet", + "plugin": "observability", "link": { - "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", - "lineNumber": 10 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 62 } }, { - "plugin": "fleet", + "plugin": "observability", "link": { - "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", - "lineNumber": 33 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 70 } }, { - "plugin": "fleet", + "plugin": "observability", "link": { - "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", - "lineNumber": 51 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 78 } }, { - "plugin": "fleet", - "link": { - "path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx", - "lineNumber": 11 - } - }, - { - "plugin": "fleet", - "link": { - "path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx", - "lineNumber": 30 - } - }, - { - "plugin": "fleet", - "link": { - "path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx", - "lineNumber": 38 - } - }, - { - "plugin": "maps", + "plugin": "observability", "link": { - "path": "x-pack/plugins/maps/server/maps_telemetry/maps_telemetry.ts", + "path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx", "lineNumber": 10 } }, { - "plugin": "maps", - "link": { - "path": "x-pack/plugins/maps/server/maps_telemetry/maps_telemetry.ts", - "lineNumber": 146 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", - "lineNumber": 17 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", - "lineNumber": 20 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", - "lineNumber": 20 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", - "lineNumber": 39 - } - }, - { - "plugin": "stackAlerts", + "plugin": "observability", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", - "lineNumber": 44 + "path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx", + "lineNumber": 30 } }, { - "plugin": "stackAlerts", + "plugin": "observability", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", - "lineNumber": 60 + "path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx", + "lineNumber": 31 } }, { - "plugin": "stackAlerts", + "plugin": "observability", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", + "path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx", "lineNumber": 64 } }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", - "lineNumber": 66 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts", - "lineNumber": 10 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts", - "lineNumber": 18 - } - }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts", - "lineNumber": 8 + "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts", + "lineNumber": 12 } }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts", - "lineNumber": 25 + "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts", + "lineNumber": 86 } }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts", - "lineNumber": 35 + "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts", + "lineNumber": 90 } }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/es_geo_line_source.tsx", + "lineNumber": 38 } }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts", - "lineNumber": 59 + "path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/es_geo_line_source.tsx", + "lineNumber": 245 } }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/app_sync.ts", + "lineNumber": 9 } }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/app_sync.ts", + "lineNumber": 42 } }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 4 + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 32 } }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 4 + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 439 } }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 5 + "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", + "lineNumber": 25 } }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 5 + "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", + "lineNumber": 250 } }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 7 + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 18 } }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 7 + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 91 } }, { "plugin": "maps", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 8 + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 94 } }, { - "plugin": "maps", + "plugin": "canvas", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 8 + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 11 } }, { - "plugin": "maps", + "plugin": "canvas", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 9 + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 35 } }, { - "plugin": "maps", + "plugin": "dashboardEnhanced", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 9 + "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx", + "lineNumber": 13 } }, { - "plugin": "maps", + "plugin": "dashboardEnhanced", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 10 + "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx", + "lineNumber": 73 } }, { - "plugin": "maps", + "plugin": "dashboardEnhanced", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 11 + "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx", + "lineNumber": 79 } }, { - "plugin": "maps", + "plugin": "discoverEnhanced", "link": { - "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", - "lineNumber": 11 + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", + "lineNumber": 15 } }, { - "plugin": "ml", + "plugin": "discoverEnhanced", "link": { - "path": "x-pack/plugins/ml/public/application/util/field_types_utils.ts", - "lineNumber": 11 + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts", + "lineNumber": 57 } }, { - "plugin": "ml", + "plugin": "maps", "link": { - "path": "x-pack/plugins/ml/public/application/util/field_types_utils.ts", - "lineNumber": 16 + "path": "x-pack/plugins/maps/public/locators.test.ts", + "lineNumber": 9 } }, { - "plugin": "ml", + "plugin": "maps", "link": { - "path": "x-pack/plugins/ml/public/application/util/field_types_utils.test.ts", - "lineNumber": 8 + "path": "x-pack/plugins/maps/public/locators.test.ts", + "lineNumber": 103 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/util/field_types_utils.test.ts", + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", "lineNumber": 19 } }, { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/util/field_types_utils.test.ts", - "lineNumber": 40 - } - }, - { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/util/field_types_utils.test.ts", - "lineNumber": 49 + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 312 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/util/field_types_utils.test.ts", - "lineNumber": 58 + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 13 } }, { - "plugin": "maps", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 246 } }, { - "plugin": "maps", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts", - "lineNumber": 3 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 34 } }, { - "plugin": "maps", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts", - "lineNumber": 4 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 382 } }, { - "plugin": "maps", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts", - "lineNumber": 7 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 383 } }, { - "plugin": "maps", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts", - "lineNumber": 8 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 384 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 385 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts", - "lineNumber": 5 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 398 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 403 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts", - "lineNumber": 5 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 406 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 409 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts", - "lineNumber": 37 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 414 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 417 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts", - "lineNumber": 17 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/helpers.tsx", + "lineNumber": 31 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/helpers.tsx", + "lineNumber": 85 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts", - "lineNumber": 6 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/helpers.tsx", + "lineNumber": 87 } }, { - "plugin": "maps", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts", - "lineNumber": 3 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 17 } }, { - "plugin": "maps", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts", - "lineNumber": 14 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 151 } }, { - "plugin": "maps", + "plugin": "lens", "link": { - "path": "x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts", - "lineNumber": 15 + "path": "x-pack/plugins/lens/public/mocks.tsx", + "lineNumber": 24 } }, { - "plugin": "maps", + "plugin": "lens", "link": { - "path": "x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts", - "lineNumber": 21 + "path": "x-pack/plugins/lens/public/mocks.tsx", + "lineNumber": 249 } }, { - "plugin": "infra", + "plugin": "lens", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/lens/public/state_management/time_range_middleware.test.ts", + "lineNumber": 18 } }, { - "plugin": "infra", + "plugin": "lens", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts", - "lineNumber": 6 + "path": "x-pack/plugins/lens/public/state_management/time_range_middleware.test.ts", + "lineNumber": 62 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 9 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts", - "lineNumber": 7 + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 570 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.test.ts", + "lineNumber": 8 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts", - "lineNumber": 6 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.test.ts", + "lineNumber": 106 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.test.ts", + "lineNumber": 118 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts", + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/__mocks__/mock.ts", "lineNumber": 8 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/__mocks__/mock.ts", + "lineNumber": 23 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts", - "lineNumber": 6 + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/all/__mocks__/mock.ts", + "lineNumber": 97 } - }, + } + ], + "children": [ { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts", - "lineNumber": 2 - } + "parentPluginId": "data", + "id": "def-public.esFilters.FilterLabel", + "type": "Function", + "tags": [], + "label": "FilterLabel", + "description": [], + "signature": [ + "(props: ", + "FilterLabelProps", + ") => JSX.Element" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 94 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.props", + "type": "Object", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "FilterLabelProps" + ], + "source": { + "path": "src/plugins/data/public/ui/filter_bar/index.tsx", + "lineNumber": 15 + }, + "deprecated": false + } + ] }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts", - "lineNumber": 6 - } + "parentPluginId": "data", + "id": "def-public.esFilters.FilterItem", + "type": "Function", + "tags": [], + "label": "FilterItem", + "description": [], + "signature": [ + "(props: ", + "FilterItemProps", + ") => JSX.Element" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 95 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.props", + "type": "Object", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "FilterItemProps" + ], + "source": { + "path": "src/plugins/data/public/ui/filter_bar/index.tsx", + "lineNumber": 24 + }, + "deprecated": false + } + ] }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts", - "lineNumber": 2 - } + "parentPluginId": "data", + "id": "def-public.esFilters.FILTERS", + "type": "Object", + "tags": [], + "label": "FILTERS", + "description": [], + "signature": [ + "typeof ", + "FILTERS" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 97 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts", - "lineNumber": 16 - } + "parentPluginId": "data", + "id": "def-public.esFilters.FilterStateStore", + "type": "Object", + "tags": [], + "label": "FilterStateStore", + "description": [], + "signature": [ + "typeof ", + "FilterStateStore" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 98 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts", - "lineNumber": 2 - } + "parentPluginId": "data", + "id": "def-public.esFilters.buildEmptyFilter", + "type": "Any", + "tags": [], + "label": "buildEmptyFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 100 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts", - "lineNumber": 8 - } + "parentPluginId": "data", + "id": "def-public.esFilters.buildPhrasesFilter", + "type": "Any", + "tags": [], + "label": "buildPhrasesFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 101 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts", - "lineNumber": 1 - } + "parentPluginId": "data", + "id": "def-public.esFilters.buildExistsFilter", + "type": "Any", + "tags": [], + "label": "buildExistsFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 102 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts", - "lineNumber": 9 - } + "parentPluginId": "data", + "id": "def-public.esFilters.buildPhraseFilter", + "type": "Any", + "tags": [], + "label": "buildPhraseFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 103 + }, + "deprecated": false }, { - "plugin": "discover", - "link": { - "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", - "lineNumber": 25 - } - }, - { - "plugin": "discover", - "link": { - "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", - "lineNumber": 53 - } - }, - { - "plugin": "maps", - "link": { - "path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts", - "lineNumber": 10 - } - }, - { - "plugin": "maps", - "link": { - "path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts", - "lineNumber": 16 - } - }, - { - "plugin": "maps", - "link": { - "path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts", - "lineNumber": 29 - } - }, - { - "plugin": "maps", - "link": { - "path": "x-pack/plugins/maps/public/components/geo_field_select.tsx", - "lineNumber": 12 - } - }, - { - "plugin": "maps", - "link": { - "path": "x-pack/plugins/maps/public/components/geo_field_select.tsx", - "lineNumber": 16 - } - }, - { - "plugin": "maps", - "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx", - "lineNumber": 18 - } - }, - { - "plugin": "maps", - "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx", - "lineNumber": 30 - } - }, - { - "plugin": "maps", - "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx", - "lineNumber": 33 - } - }, - { - "plugin": "maps", - "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx", - "lineNumber": 35 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", - "lineNumber": 8 - } + "parentPluginId": "data", + "id": "def-public.esFilters.buildQueryFilter", + "type": "Any", + "tags": [], + "label": "buildQueryFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 104 + }, + "deprecated": false }, { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", - "lineNumber": 60 - } + "parentPluginId": "data", + "id": "def-public.esFilters.buildRangeFilter", + "type": "Any", + "tags": [], + "label": "buildRangeFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 105 + }, + "deprecated": false }, { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 11 - } + "parentPluginId": "data", + "id": "def-public.esFilters.isPhraseFilter", + "type": "Any", + "tags": [], + "label": "isPhraseFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 107 + }, + "deprecated": false }, { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 141 - } + "parentPluginId": "data", + "id": "def-public.esFilters.isExistsFilter", + "type": "Any", + "tags": [], + "label": "isExistsFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 108 + }, + "deprecated": false }, { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 250 - } + "parentPluginId": "data", + "id": "def-public.esFilters.isPhrasesFilter", + "type": "Any", + "tags": [], + "label": "isPhrasesFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 109 + }, + "deprecated": false }, { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 290 - } + "parentPluginId": "data", + "id": "def-public.esFilters.isRangeFilter", + "type": "Any", + "tags": [], + "label": "isRangeFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 110 + }, + "deprecated": false }, { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 332 - } + "parentPluginId": "data", + "id": "def-public.esFilters.isMatchAllFilter", + "type": "Any", + "tags": [], + "label": "isMatchAllFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 111 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 19 - } + "parentPluginId": "data", + "id": "def-public.esFilters.isMissingFilter", + "type": "Any", + "tags": [], + "label": "isMissingFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 112 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 30 - } + "parentPluginId": "data", + "id": "def-public.esFilters.isQueryStringFilter", + "type": "Any", + "tags": [], + "label": "isQueryStringFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 113 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 54 - } + "parentPluginId": "data", + "id": "def-public.esFilters.isFilterPinned", + "type": "Function", + "tags": [], + "label": "isFilterPinned", + "description": [], + "signature": [ + "(filter: any) => boolean | undefined" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 114 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 2 + }, + "deprecated": false + } + ] }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 84 - } + "parentPluginId": "data", + "id": "def-public.esFilters.toggleFilterNegated", + "type": "Function", + "tags": [], + "label": "toggleFilterNegated", + "description": [], + "signature": [ + "(filter: any) => { meta: { negate: boolean; alias: string | null; disabled: boolean; controlledBy?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }; $state?: any; query?: any; }" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 116 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 19 + }, + "deprecated": false + } + ] }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 150 - } + "parentPluginId": "data", + "id": "def-public.esFilters.disableFilter", + "type": "Function", + "tags": [], + "label": "disableFilter", + "description": [], + "signature": [ + "(filter: any) => any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 117 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 43 + }, + "deprecated": false + } + ] }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 11 - } + "parentPluginId": "data", + "id": "def-public.esFilters.getPhraseFilterField", + "type": "Any", + "tags": [], + "label": "getPhraseFilterField", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 118 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 26 - } + "parentPluginId": "data", + "id": "def-public.esFilters.getPhraseFilterValue", + "type": "Any", + "tags": [], + "label": "getPhraseFilterValue", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 119 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 28 - } + "parentPluginId": "data", + "id": "def-public.esFilters.getDisplayValueFromFilter", + "type": "Function", + "tags": [], + "label": "getDisplayValueFromFilter", + "description": [], + "signature": [ + "(filter: any, indexPatterns: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPattern", + "text": "IIndexPattern" + }, + "[]) => string" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 120 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts", + "lineNumber": 30 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.indexPatterns", + "type": "Array", + "tags": [], + "label": "indexPatterns", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPattern", + "text": "IIndexPattern" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts", + "lineNumber": 30 + }, + "deprecated": false + } + ] }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 57 - } + "parentPluginId": "data", + "id": "def-public.esFilters.compareFilters", + "type": "Function", + "tags": [], + "label": "compareFilters", + "description": [], + "signature": [ + "(first: any, second: any, comparatorOptions?: ", + "FilterCompareOptions", + " | undefined) => boolean" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 122 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.first", + "type": "Any", + "tags": [], + "label": "first", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/compare_filters.d.ts", + "lineNumber": 23 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.second", + "type": "Any", + "tags": [], + "label": "second", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/compare_filters.d.ts", + "lineNumber": 23 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.comparatorOptions", + "type": "Object", + "tags": [], + "label": "comparatorOptions", + "description": [], + "signature": [ + "FilterCompareOptions", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/compare_filters.d.ts", + "lineNumber": 23 + }, + "deprecated": false + } + ] }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 95 - } + "parentPluginId": "data", + "id": "def-public.esFilters.COMPARE_ALL_OPTIONS", + "type": "Object", + "tags": [], + "label": "COMPARE_ALL_OPTIONS", + "description": [], + "signature": [ + "FilterCompareOptions" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 123 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 96 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 101 - } + "parentPluginId": "data", + "id": "def-public.esFilters.generateFilters", + "type": "Function", + "tags": [], + "label": "generateFilters", + "description": [], + "signature": [ + "(filterManager: ", + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.FilterManager", + "text": "FilterManager" + }, + ", field: string | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + ", values: any, operation: string, index: string) => any[]" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 124 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.filterManager", + "type": "Object", + "tags": [], + "label": "filterManager", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.FilterManager", + "text": "FilterManager" + } + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", + "lineNumber": 68 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.field", + "type": "CompoundType", + "tags": [], + "label": "field", + "description": [], + "signature": [ + "string | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + } + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", + "lineNumber": 69 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.values", + "type": "Any", + "tags": [], + "label": "values", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", + "lineNumber": 70 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.operation", + "type": "string", + "tags": [], + "label": "operation", + "description": [], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", + "lineNumber": 71 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.index", + "type": "string", + "tags": [], + "label": "index", + "description": [], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", + "lineNumber": 72 + }, + "deprecated": false + } + ] }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 114 - } + "parentPluginId": "data", + "id": "def-public.esFilters.onlyDisabledFiltersChanged", + "type": "Function", + "tags": [], + "label": "onlyDisabledFiltersChanged", + "description": [], + "signature": [ + "(newFilters?: any[] | undefined, oldFilters?: any[] | undefined) => boolean" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 125 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.newFilters", + "type": "Array", + "tags": [], + "label": "newFilters", + "description": [], + "signature": [ + "any[] | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/only_disabled.d.ts", + "lineNumber": 7 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.oldFilters", + "type": "Array", + "tags": [], + "label": "oldFilters", + "description": [], + "signature": [ + "any[] | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/only_disabled.d.ts", + "lineNumber": 7 + }, + "deprecated": false + } + ] }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 121 - } + "parentPluginId": "data", + "id": "def-public.esFilters.changeTimeFilter", + "type": "Function", + "tags": [], + "label": "changeTimeFilter", + "description": [], + "signature": [ + "(timeFilter: Pick<", + "Timefilter", + ", \"isTimeRangeSelectorEnabled\" | \"isAutoRefreshSelectorEnabled\" | \"isTimeTouched\" | \"getEnabledUpdated$\" | \"getTimeUpdate$\" | \"getRefreshIntervalUpdate$\" | \"getAutoRefreshFetch$\" | \"getFetch$\" | \"getTime\" | \"getAbsoluteTime\" | \"setTime\" | \"getRefreshInterval\" | \"setRefreshInterval\" | \"createFilter\" | \"getBounds\" | \"calculateBounds\" | \"getActiveBounds\" | \"enableTimeRangeSelector\" | \"disableTimeRangeSelector\" | \"enableAutoRefreshSelector\" | \"disableAutoRefreshSelector\" | \"getTimeDefaults\" | \"getRefreshIntervalDefaults\">, filter: any) => void" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 127 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.timeFilter", + "type": "Object", + "tags": [], + "label": "timeFilter", + "description": [], + "signature": [ + "{ isTimeRangeSelectorEnabled: () => boolean; isAutoRefreshSelectorEnabled: () => boolean; isTimeTouched: () => boolean; getEnabledUpdated$: () => ", + "Observable", + "; getTimeUpdate$: () => ", + "Observable", + "; getRefreshIntervalUpdate$: () => ", + "Observable", + "; getAutoRefreshFetch$: () => ", + "Observable", + "<", + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.AutoRefreshDoneFn", + "text": "AutoRefreshDoneFn" + }, + ">; getFetch$: () => ", + "Observable", + "; getTime: () => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + "; getAbsoluteTime: () => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + "; setTime: (time: ", + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.InputTimeRange", + "text": "InputTimeRange" + }, + ") => void; getRefreshInterval: () => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.RefreshInterval", + "text": "RefreshInterval" + }, + "; setRefreshInterval: (refreshInterval: Partial<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.RefreshInterval", + "text": "RefreshInterval" + }, + ">) => void; createFilter: (indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPattern", + "text": "IIndexPattern" + }, + ", timeRange?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + " | undefined) => any; getBounds: () => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRangeBounds", + "text": "TimeRangeBounds" + }, + "; calculateBounds: (timeRange: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + ") => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRangeBounds", + "text": "TimeRangeBounds" + }, + "; getActiveBounds: () => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRangeBounds", + "text": "TimeRangeBounds" + }, + " | undefined; enableTimeRangeSelector: () => void; disableTimeRangeSelector: () => void; enableAutoRefreshSelector: () => void; disableAutoRefreshSelector: () => void; getTimeDefaults: () => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + "; getRefreshIntervalDefaults: () => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.RefreshInterval", + "text": "RefreshInterval" + }, + "; }" + ], + "source": { + "path": "src/plugins/data/public/query/timefilter/lib/change_time_filter.ts", + "lineNumber": 33 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/query/timefilter/lib/change_time_filter.ts", + "lineNumber": 33 + }, + "deprecated": false + } + ] }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 125 - } + "parentPluginId": "data", + "id": "def-public.esFilters.convertRangeFilterToTimeRangeString", + "type": "Function", + "tags": [], + "label": "convertRangeFilterToTimeRangeString", + "description": [], + "signature": [ + "(filter: any) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + } + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 128 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/query/timefilter/lib/change_time_filter.ts", + "lineNumber": 25 + }, + "deprecated": false + } + ] }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 125 - } + "parentPluginId": "data", + "id": "def-public.esFilters.mapAndFlattenFilters", + "type": "Function", + "tags": [], + "label": "mapAndFlattenFilters", + "description": [], + "signature": [ + "(filters: any[]) => any[]" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 129 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.filters", + "type": "Array", + "tags": [], + "label": "filters", + "description": [], + "signature": [ + "any[]" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/map_and_flatten_filters.ts", + "lineNumber": 13 + }, + "deprecated": false + } + ] }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", + "parentPluginId": "data", + "id": "def-public.esFilters.extractTimeFilter", + "type": "Function", + "tags": [], + "label": "extractTimeFilter", + "description": [], + "signature": [ + "(timeFieldName: string, filters: any[]) => { restOfFilters: any[]; timeRangeFilter: any; }" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", "lineNumber": 130 - } + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.timeFieldName", + "type": "string", + "tags": [], + "label": "timeFieldName", + "description": [], + "source": { + "path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.ts", + "lineNumber": 14 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.filters", + "type": "Array", + "tags": [], + "label": "filters", + "description": [], + "signature": [ + "any[]" + ], + "source": { + "path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.ts", + "lineNumber": 14 + }, + "deprecated": false + } + ] }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", + "parentPluginId": "data", + "id": "def-public.esFilters.extractTimeRange", + "type": "Function", + "tags": [], + "label": "extractTimeRange", + "description": [], + "signature": [ + "(filters: any[], timeFieldName?: string | undefined) => { restOfFilters: any[]; timeRange?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + " | undefined; }" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", "lineNumber": 131 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 133 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 134 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/operator.tsx", - "lineNumber": 11 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/operator.tsx", - "lineNumber": 27 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 13 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 16 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 32 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx", - "lineNumber": 19 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx", - "lineNumber": 36 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx", - "lineNumber": 13 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx", - "lineNumber": 23 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_lists.tsx", - "lineNumber": 14 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_lists.tsx", - "lineNumber": 29 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 31 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 91 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/types.ts", - "lineNumber": 9 - } - }, + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.filters", + "type": "Array", + "tags": [], + "label": "filters", + "description": [], + "signature": [ + "any[]" + ], + "source": { + "path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.ts", + "lineNumber": 32 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.timeFieldName", + "type": "string", + "tags": [], + "label": "timeFieldName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.ts", + "lineNumber": 33 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.esKuery", + "type": "Object", + "tags": [ + "deprecated" + ], + "label": "esKuery", + "description": [], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 156 + }, + "deprecated": true, + "references": [ { - "plugin": "securitySolution", + "plugin": "fleet", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/types.ts", - "lineNumber": 13 + "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", + "lineNumber": 11 } }, { - "plugin": "securitySolution", + "plugin": "fleet", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/types.ts", - "lineNumber": 15 + "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", + "lineNumber": 41 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx", + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/validation.ts", "lineNumber": 12 } }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx", - "lineNumber": 90 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx", - "lineNumber": 113 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 19 - } - }, - { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 30 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/validation.ts", + "lineNumber": 185 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 54 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/validation.ts", + "lineNumber": 185 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 84 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx", + "lineNumber": 22 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 150 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx", + "lineNumber": 64 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 11 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx", + "lineNumber": 64 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 17 + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 12 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 25 + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 21 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 54 + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 21 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 88 + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 35 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 89 + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 35 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 94 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx", + "lineNumber": 14 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 107 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx", + "lineNumber": 38 } }, { - "plugin": "securitySolution", + "plugin": "dataVisualizer", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 114 + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx", + "lineNumber": 12 } }, { - "plugin": "securitySolution", + "plugin": "dataVisualizer", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 118 + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx", + "lineNumber": 86 } }, { - "plugin": "securitySolution", + "plugin": "dataVisualizer", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 118 + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx", + "lineNumber": 87 } }, { - "plugin": "securitySolution", + "plugin": "dataVisualizer", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 123 + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts", + "lineNumber": 13 } }, { - "plugin": "securitySolution", + "plugin": "dataVisualizer", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 124 + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts", + "lineNumber": 40 } }, { - "plugin": "securitySolution", + "plugin": "dataVisualizer", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 126 + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts", + "lineNumber": 41 } }, { - "plugin": "securitySolution", + "plugin": "dataVisualizer", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 127 + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts", + "lineNumber": 91 } }, { - "plugin": "securitySolution", + "plugin": "dataVisualizer", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx", - "lineNumber": 12 + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts", + "lineNumber": 93 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx", - "lineNumber": 43 + "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", + "lineNumber": 10 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx", - "lineNumber": 51 + "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", + "lineNumber": 56 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 12 + "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", + "lineNumber": 58 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx", "lineNumber": 16 } }, { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 27 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx", - "lineNumber": 19 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx", - "lineNumber": 28 - } - }, - { - "plugin": "lens", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx", + "lineNumber": 99 } }, { - "plugin": "lens", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts", - "lineNumber": 22 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx", + "lineNumber": 100 } }, { - "plugin": "lens", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts", - "lineNumber": 3 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/use_saved_search.ts", + "lineNumber": 10 } }, { - "plugin": "lens", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts", - "lineNumber": 7 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/use_saved_search.ts", + "lineNumber": 42 } }, { - "plugin": "lens", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts", - "lineNumber": 8 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/use_saved_search.ts", + "lineNumber": 43 } }, { - "plugin": "lens", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts", + "path": "x-pack/plugins/ml/public/embeddables/common/process_filters.ts", "lineNumber": 9 } }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 19 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 333 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 339 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 347 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 355 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 363 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 371 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 380 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 62 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 166 - } - }, - { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 167 + "path": "x-pack/plugins/ml/public/embeddables/common/process_filters.ts", + "lineNumber": 14 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 629 + "path": "x-pack/plugins/ml/public/embeddables/common/process_filters.ts", + "lineNumber": 14 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 666 + "path": "x-pack/plugins/infra/public/utils/kuery.ts", + "lineNumber": 8 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 691 + "path": "x-pack/plugins/infra/public/utils/kuery.ts", + "lineNumber": 17 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 11 + "path": "x-pack/plugins/infra/public/utils/kuery.ts", + "lineNumber": 17 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 333 + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.ts", + "lineNumber": 18 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 339 + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.ts", + "lineNumber": 22 } }, { - "plugin": "securitySolution", + "plugin": "fleet", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 347 + "path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.tsx", + "lineNumber": 32 } }, { - "plugin": "securitySolution", + "plugin": "fleet", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 355 + "path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.tsx", + "lineNumber": 174 } }, { - "plugin": "securitySolution", + "plugin": "apm", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 363 + "path": "x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx", + "lineNumber": 13 } }, { - "plugin": "securitySolution", + "plugin": "apm", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 371 + "path": "x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx", + "lineNumber": 33 } }, { - "plugin": "securitySolution", + "plugin": "apm", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 380 + "path": "x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx", + "lineNumber": 34 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 16 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 27 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 32 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 27 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 86 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 41 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 305 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 41 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 27 + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 11 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 82 + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 123 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 242 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/step_define_rule/schema.tsx", + "lineNumber": 20 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx", - "lineNumber": 12 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/step_define_rule/schema.tsx", + "lineNumber": 110 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx", - "lineNumber": 35 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 23 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/step_define_rule/schema.tsx", + "lineNumber": 468 } }, { "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 67 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", + "lineNumber": 20 } }, { "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 68 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", + "lineNumber": 44 } }, { - "plugin": "stackAlerts", + "plugin": "transform", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 77 + "path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/hooks/use_search_bar.ts", + "lineNumber": 10 } }, { - "plugin": "stackAlerts", + "plugin": "transform", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 87 + "path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/hooks/use_search_bar.ts", + "lineNumber": 55 } }, { - "plugin": "stackAlerts", + "plugin": "transform", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 15 + "path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/hooks/use_search_bar.ts", + "lineNumber": 56 } }, { - "plugin": "stackAlerts", + "plugin": "uptime", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 21 + "path": "x-pack/plugins/uptime/public/hooks/update_kuery_string.ts", + "lineNumber": 8 } }, { - "plugin": "stackAlerts", + "plugin": "uptime", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 26 + "path": "x-pack/plugins/uptime/public/hooks/update_kuery_string.ts", + "lineNumber": 42 } }, { - "plugin": "stackAlerts", + "plugin": "uptime", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 26 + "path": "x-pack/plugins/uptime/public/hooks/update_kuery_string.ts", + "lineNumber": 44 } }, { - "plugin": "stackAlerts", + "plugin": "ml", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 52 + "path": "x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx", + "lineNumber": 13 } }, { - "plugin": "stackAlerts", + "plugin": "ml", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 19 + "path": "x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx", + "lineNumber": 35 } }, { - "plugin": "stackAlerts", + "plugin": "ml", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "path": "x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx", "lineNumber": 53 } }, { - "plugin": "stackAlerts", + "plugin": "ml", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 68 + "path": "x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx", + "lineNumber": 54 } + } + ], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.esKuery.nodeTypes", + "type": "Object", + "tags": [], + "label": "nodeTypes", + "description": [], + "signature": [ + "NodeTypes" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 157 + }, + "deprecated": false }, { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 69 + "parentPluginId": "data", + "id": "def-public.esKuery.fromKueryExpression", + "type": "Function", + "tags": [], + "label": "fromKueryExpression", + "description": [], + "signature": [ + "(expression: any, parseOptions?: Partial<", + "KueryParseOptions", + "> | undefined) => ", + "KueryNode" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 158 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.expression", + "type": "Any", + "tags": [], + "label": "expression", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.parseOptions", + "type": "Object", + "tags": [], + "label": "parseOptions", + "description": [], + "signature": [ + "Partial<", + "KueryParseOptions", + "> | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 5 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-public.esKuery.toElasticsearchQuery", + "type": "Function", + "tags": [], + "label": "toElasticsearchQuery", + "description": [], + "signature": [ + "(node: ", + "KueryNode", + ", indexPattern?: ", + "IndexPatternBase", + " | undefined, config?: Record | undefined, context?: Record | undefined) => ", + "JsonObject" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 159 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.node", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "KueryNode" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + "IndexPatternBase", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.config", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "Record | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.context", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + "Record | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 13 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.esQuery", + "type": "Object", + "tags": [ + "deprecated" + ], + "label": "esQuery", + "description": [], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 165 + }, + "deprecated": true, + "references": [ + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/validation.ts", + "lineNumber": 12 } }, { - "plugin": "stackAlerts", + "plugin": "lens", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 78 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/validation.ts", + "lineNumber": 187 } }, { - "plugin": "stackAlerts", + "plugin": "lens", "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 87 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx", + "lineNumber": 23 } }, { - "plugin": "maps", + "plugin": "lens", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts", - "lineNumber": 10 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx", + "lineNumber": 66 } }, { - "plugin": "maps", + "plugin": "lens", "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts", - "lineNumber": 12 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", + "lineNumber": 24 } - } - ], - "children": [ + }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.name", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 16 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", + "lineNumber": 101 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 17 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", + "lineNumber": 105 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.script", - "type": "string", - "tags": [], - "label": "script", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 18 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", + "lineNumber": 46 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.lang", - "type": "CompoundType", - "tags": [], - "label": "lang", - "description": [], - "signature": [ - "\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 19 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", + "lineNumber": 171 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.count", - "type": "number", - "tags": [], - "label": "count", - "description": [], - "signature": [ - "number | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 20 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", + "lineNumber": 175 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.esTypes", - "type": "Array", - "tags": [], - "label": "esTypes", - "description": [], - "signature": [ - "string[] | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 23 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", + "lineNumber": 43 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.aggregatable", - "type": "CompoundType", - "tags": [], - "label": "aggregatable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 24 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", + "lineNumber": 103 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.filterable", - "type": "CompoundType", - "tags": [], - "label": "filterable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 25 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", + "lineNumber": 170 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.searchable", - "type": "CompoundType", - "tags": [], - "label": "searchable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 26 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 12 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.sortable", - "type": "CompoundType", - "tags": [], - "label": "sortable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 80 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", "lineNumber": 27 - }, - "deprecated": false + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.visualizable", - "type": "CompoundType", - "tags": [], - "label": "visualizable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 28 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", + "lineNumber": 201 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.readFromDocValues", - "type": "CompoundType", - "tags": [], - "label": "readFromDocValues", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 29 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx", + "lineNumber": 26 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.scripted", - "type": "CompoundType", - "tags": [], - "label": "scripted", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 30 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx", + "lineNumber": 178 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.subType", - "type": "Object", - "tags": [], - "label": "subType", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldSubType", - "text": "IFieldSubType" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 31 - }, - "deprecated": false + "plugin": "dataVisualizer", + "link": { + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx", + "lineNumber": 13 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.displayName", - "type": "string", - "tags": [], - "label": "displayName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 32 - }, - "deprecated": false + "plugin": "dataVisualizer", + "link": { + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx", + "lineNumber": 91 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.customLabel", - "type": "string", - "tags": [], - "label": "customLabel", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 33 - }, - "deprecated": false + "plugin": "dataVisualizer", + "link": { + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts", + "lineNumber": 13 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.format", - "type": "Any", - "tags": [], - "label": "format", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 34 - }, - "deprecated": false + "plugin": "dataVisualizer", + "link": { + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts", + "lineNumber": 43 + } }, { - "parentPluginId": "data", - "id": "def-server.IFieldType.toSpec", - "type": "Function", - "tags": [], - "label": "toSpec", - "description": [], - "signature": [ - "((options?: { getFormatterForField?: ((field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" - }, - ") | undefined; } | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - ") | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 35 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternAttributes", - "type": "Interface", - "tags": [], - "label": "IndexPatternAttributes", - "description": [ - "\nInterface for an index pattern saved object" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 53 - }, - "deprecated": false, - "children": [ + "plugin": "dataVisualizer", + "link": { + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts", + "lineNumber": 44 + } + }, { - "parentPluginId": "data", - "id": "def-server.IndexPatternAttributes.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 54 - }, - "deprecated": false + "plugin": "dataVisualizer", + "link": { + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts", + "lineNumber": 95 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPatternAttributes.fields", - "type": "string", - "tags": [], - "label": "fields", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 55 - }, - "deprecated": false + "plugin": "dataVisualizer", + "link": { + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts", + "lineNumber": 110 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPatternAttributes.title", - "type": "string", - "tags": [], - "label": "title", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 56 - }, - "deprecated": false + "plugin": "dataVisualizer", + "link": { + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts", + "lineNumber": 111 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPatternAttributes.typeMeta", - "type": "string", - "tags": [], - "label": "typeMeta", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 57 - }, - "deprecated": false + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", + "lineNumber": 10 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPatternAttributes.timeFieldName", - "type": "string", - "tags": [], - "label": "timeFieldName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 58 - }, - "deprecated": false + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", + "lineNumber": 60 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPatternAttributes.intervalName", - "type": "string", - "tags": [], - "label": "intervalName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 59 - }, - "deprecated": false + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", + "lineNumber": 75 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPatternAttributes.sourceFilters", - "type": "string", - "tags": [], - "label": "sourceFilters", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 60 - }, - "deprecated": false + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", + "lineNumber": 76 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPatternAttributes.fieldFormatMap", - "type": "string", - "tags": [], - "label": "fieldFormatMap", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 61 - }, - "deprecated": false + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx", + "lineNumber": 17 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPatternAttributes.fieldAttrs", - "type": "string", - "tags": [], - "label": "fieldAttrs", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 62 - }, - "deprecated": false + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx", + "lineNumber": 105 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPatternAttributes.runtimeFieldMap", - "type": "string", - "tags": [], - "label": "runtimeFieldMap", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 63 - }, - "deprecated": false + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/use_saved_search.ts", + "lineNumber": 10 + } }, { - "parentPluginId": "data", - "id": "def-server.IndexPatternAttributes.allowNoIndex", - "type": "CompoundType", - "tags": [], - "label": "allowNoIndex", - "description": [ - "\nprevents errors when index pattern exists before indices" - ], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 67 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.ISearchOptions", - "type": "Interface", - "tags": [], - "label": "ISearchOptions", - "description": [], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 95 - }, - "deprecated": false, - "children": [ + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/use_saved_search.ts", + "lineNumber": 45 + } + }, { - "parentPluginId": "data", - "id": "def-server.ISearchOptions.abortSignal", - "type": "Object", - "tags": [], - "label": "abortSignal", - "description": [ - "\nAn `AbortSignal` that allows the caller of `search` to abort a search request." - ], - "signature": [ - "AbortSignal | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 99 - }, - "deprecated": false + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/use_saved_search.ts", + "lineNumber": 46 + } }, { - "parentPluginId": "data", - "id": "def-server.ISearchOptions.strategy", - "type": "string", - "tags": [], - "label": "strategy", - "description": [ - "\nUse this option to force using a specific server side search strategy. Leave empty to use the default strategy." - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 104 - }, - "deprecated": false + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/embeddables/common/process_filters.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-server.ISearchOptions.legacyHitsTotal", - "type": "CompoundType", - "tags": [], - "label": "legacyHitsTotal", - "description": [ - "\nRequest the legacy format for the total number of hits. If sending `rest_total_hits_as_int` to\nsomething other than `true`, this should be set to `false`." - ], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 110 - }, - "deprecated": false + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/embeddables/common/process_filters.ts", + "lineNumber": 15 + } }, { - "parentPluginId": "data", - "id": "def-server.ISearchOptions.sessionId", - "type": "string", - "tags": [], - "label": "sessionId", - "description": [ - "\nA session ID, grouping multiple search requests into a single session." - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 115 - }, - "deprecated": false + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/containers/logs/log_stream/index.ts", + "lineNumber": 13 + } }, { - "parentPluginId": "data", - "id": "def-server.ISearchOptions.isStored", - "type": "CompoundType", - "tags": [], - "label": "isStored", - "description": [ - "\nWhether the session is already saved (i.e. sent to background)" - ], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 120 - }, - "deprecated": false + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/containers/logs/log_stream/index.ts", + "lineNumber": 21 + } }, { - "parentPluginId": "data", - "id": "def-server.ISearchOptions.isRestore", - "type": "CompoundType", - "tags": [], - "label": "isRestore", - "description": [ - "\nWhether the session is restored (i.e. search requests should re-use the stored search IDs,\nrather than starting from scratch)" - ], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 126 - }, - "deprecated": false + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx", + "lineNumber": 11 + } }, { - "parentPluginId": "data", - "id": "def-server.ISearchOptions.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [ - "\nIndex pattern reference is used for better error messages" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPattern", - "text": "IndexPattern" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 131 - }, - "deprecated": false + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx", + "lineNumber": 126 + } }, { - "parentPluginId": "data", - "id": "def-server.ISearchOptions.inspector", - "type": "Object", - "tags": [], - "label": "inspector", - "description": [ - "\nInspector integration options" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IInspectorInfo", - "text": "IInspectorInfo" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 136 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.KueryNode", - "type": "Interface", - "tags": [], - "label": "KueryNode", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 11 - }, - "deprecated": false, - "children": [ + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx", + "lineNumber": 128 + } + }, { - "parentPluginId": "data", - "id": "def-server.KueryNode.type", - "type": "CompoundType", - "tags": [], - "label": "type", - "description": [], - "signature": [ - "\"function\" | \"literal\" | \"namedArg\" | \"wildcard\"" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 12 - }, - "deprecated": false + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts", + "lineNumber": 11 + } }, { - "parentPluginId": "data", - "id": "def-server.KueryNode.Unnamed", - "type": "Any", - "tags": [], - "label": "Unnamed", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts", "lineNumber": 13 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.OptionedValueProp", - "type": "Interface", - "tags": [], - "label": "OptionedValueProp", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 12 - }, - "deprecated": false, - "children": [ + } + }, { - "parentPluginId": "data", - "id": "def-server.OptionedValueProp.value", - "type": "string", - "tags": [], - "label": "value", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 13 - }, - "deprecated": false + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts", + "lineNumber": 40 + } }, { - "parentPluginId": "data", - "id": "def-server.OptionedValueProp.text", - "type": "string", - "tags": [], - "label": "text", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 14 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 15 + } }, { - "parentPluginId": "data", - "id": "def-server.OptionedValueProp.disabled", - "type": "CompoundType", - "tags": [], - "label": "disabled", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 15 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 87 + } }, { - "parentPluginId": "data", - "id": "def-server.OptionedValueProp.isCompatible", - "type": "Function", - "tags": [], - "label": "isCompatible", - "description": [], - "signature": [ - "(agg: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - }, - ") => boolean" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 16 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.agg", - "type": "Object", - "tags": [], - "label": "agg", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - } - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", - "lineNumber": 16 - }, - "deprecated": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.RefreshInterval", - "type": "Interface", - "tags": [], - "label": "RefreshInterval", - "description": [], - "source": { - "path": "src/plugins/data/common/query/timefilter/types.ts", - "lineNumber": 11 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/side_panel/network_details/expandable_network.tsx", + "lineNumber": 26 + } + }, { - "parentPluginId": "data", - "id": "def-server.RefreshInterval.pause", - "type": "boolean", - "tags": [], - "label": "pause", - "description": [], - "source": { - "path": "src/plugins/data/common/query/timefilter/types.ts", - "lineNumber": 12 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/side_panel/network_details/expandable_network.tsx", + "lineNumber": 102 + } }, { - "parentPluginId": "data", - "id": "def-server.RefreshInterval.value", - "type": "number", - "tags": [], - "label": "value", - "description": [], - "source": { - "path": "src/plugins/data/common/query/timefilter/types.ts", - "lineNumber": 13 - }, - "deprecated": false - } - ], - "initialIsOpen": false - } - ], - "enums": [ - { - "parentPluginId": "data", - "id": "def-server.BUCKET_TYPES", - "type": "Enum", - "tags": [], - "label": "BUCKET_TYPES", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/buckets/bucket_agg_types.ts", - "lineNumber": 9 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.ES_FIELD_TYPES", - "type": "Enum", - "tags": [], - "label": "ES_FIELD_TYPES", - "description": [], - "source": { - "path": "src/plugins/data/common/kbn_field_types/types.ts", - "lineNumber": 18 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.KBN_FIELD_TYPES", - "type": "Enum", - "tags": [], - "label": "KBN_FIELD_TYPES", - "description": [], - "source": { - "path": "src/plugins/data/common/kbn_field_types/types.ts", - "lineNumber": 64 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.METRIC_TYPES", - "type": "Enum", - "tags": [], - "label": "METRIC_TYPES", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/metrics/metric_agg_types.ts", - "lineNumber": 9 - }, - "deprecated": false, - "initialIsOpen": false - } - ], - "misc": [ - { - "parentPluginId": "data", - "id": "def-server.AggConfigOptions", - "type": "Type", - "tags": [], - "label": "AggConfigOptions", - "description": [], - "signature": [ - "{ type: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", + "lineNumber": 35 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IAggType", - "text": "IAggType" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", + "lineNumber": 200 + } }, - "; enabled?: boolean | undefined; id?: string | undefined; schema?: string | undefined; params?: {} | ", - "SerializableState", - " | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_config.ts", - "lineNumber": 45 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.AggGroupName", - "type": "Type", - "tags": [], - "label": "AggGroupName", - "description": [], - "signature": [ - "\"none\" | \"buckets\" | \"metrics\"" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 18 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.AggParam", - "type": "Type", - "tags": [], - "label": "AggParam", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.BaseParamType", - "text": "BaseParamType" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", + "lineNumber": 27 + } }, - "<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", + "lineNumber": 123 + } }, - ">" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_params.ts", - "lineNumber": 28 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.ES_SEARCH_STRATEGY", - "type": "string", - "tags": [], - "label": "ES_SEARCH_STRATEGY", - "description": [], - "signature": [ - "\"es\"" - ], - "source": { - "path": "src/plugins/data/common/search/strategies/es_search/types.ts", - "lineNumber": 12 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.EsaggsExpressionFunctionDefinition", - "type": "Type", - "tags": [], - "label": "EsaggsExpressionFunctionDefinition", - "description": [], - "signature": [ { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/index.tsx", + "lineNumber": 22 + } }, - "<\"esaggs\", Input, Arguments, Output, ", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/index.tsx", + "lineNumber": 208 + } }, - "<", { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/index.tsx", + "lineNumber": 213 + } }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/esaggs/esaggs_fn.ts", - "lineNumber": 35 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.ExecutionContextSearch", - "type": "Type", - "tags": [], - "label": "ExecutionContextSearch", - "description": [], - "signature": [ - "{ filters?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", + "lineNumber": 15 + } }, - "[] | undefined; query?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", + "lineNumber": 119 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/index.tsx", + "lineNumber": 14 + } }, - "[] | undefined; timeRange?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/index.tsx", + "lineNumber": 117 + } }, - " | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 15 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.ExpressionFunctionKibana", - "type": "Type", - "tags": [], - "label": "ExpressionFunctionKibana", - "description": [], - "signature": [ { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_count_panel/index.tsx", + "lineNumber": 23 + } }, - "<\"kibana\", Input, object, ", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionValueBoxed", - "text": "ExpressionValueBoxed" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_count_panel/index.tsx", + "lineNumber": 48 + } }, - "<\"kibana_context\", ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/pages/details/index.tsx", + "lineNumber": 48 + } }, - ">, ", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/pages/details/index.tsx", + "lineNumber": 98 + } }, - "<", { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/index.tsx", + "lineNumber": 36 + } }, - ", ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/index.tsx", + "lineNumber": 108 + } }, - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/kibana.ts", - "lineNumber": 17 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.ExpressionFunctionKibanaContext", - "type": "Type", - "tags": [], - "label": "ExpressionFunctionKibanaContext", - "description": [], - "signature": [ { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/hosts.tsx", + "lineNumber": 36 + } }, - "<\"kibana_context\", Input, Arguments, Promise<", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionValueBoxed", - "text": "ExpressionValueBoxed" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/hosts.tsx", + "lineNumber": 118 + } }, - "<\"kibana_context\", ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/hosts.tsx", + "lineNumber": 128 + } }, - ">>, ", { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" - }, - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context.ts", - "lineNumber": 34 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.ExpressionValueSearchContext", - "type": "Type", - "tags": [], - "label": "ExpressionValueSearchContext", - "description": [], - "signature": [ - "{ type: \"kibana_context\"; } & ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" - } - ], - "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 21 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.FieldFormatsGetConfigFn", - "type": "Type", - "tags": [], - "label": "FieldFormatsGetConfigFn", - "description": [], - "signature": [ - "(key: string, defaultOverride?: T | undefined) => T" - ], - "source": { - "path": "src/plugins/data/common/field_formats/types.ts", - "lineNumber": 68 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.Filter", - "type": "Type", - "tags": [], - "label": "Filter", - "description": [], - "signature": [ - "{ $state?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" - }, - " | undefined; meta: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/pages/network.tsx", + "lineNumber": 16 + } }, - "; query?: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 42 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.IAggConfig", - "type": "Type", - "tags": [ - "name", - "description" - ], - "label": "IAggConfig", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - } - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_config.ts", - "lineNumber": 55 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.IAggType", - "type": "Type", - "tags": [], - "label": "IAggType", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggType", - "text": "AggType" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/pages/network.tsx", + "lineNumber": 139 + } }, - "<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/pages/network.tsx", + "lineNumber": 145 + } }, - ", ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggParamType", - "text": "AggParamType" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", + "lineNumber": 19 + } }, - "<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", + "lineNumber": 108 + } }, - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_type.ts", - "lineNumber": 62 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.IEsSearchResponse", - "type": "Type", - "tags": [], - "label": "IEsSearchResponse", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IKibanaSearchResponse", - "text": "IKibanaSearchResponse" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", + "lineNumber": 21 + } }, - "<", - "SearchResponse", - ">" - ], - "source": { - "path": "src/plugins/data/common/search/strategies/es_search/types.ts", - "lineNumber": 22 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.IFieldFormatsRegistry", - "type": "Type", - "tags": [], - "label": "IFieldFormatsRegistry", - "description": [], - "signature": [ - "{ init: (getConfig: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.GetConfigFn", - "text": "GetConfigFn" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", + "lineNumber": 53 + } }, - ", metaParamsOptions?: Record, defaultFieldConverters?: ", - "FieldFormatInstanceType", - "[]) => void; register: (fieldFormats: ", - "FieldFormatInstanceType", - "[]) => void; deserialize: ", - "FormatFactory", - "; getDefaultConfig: (fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", + "lineNumber": 64 + } }, - ", esTypes?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/containers/overview_cti_links/use_request_event_counts.ts", + "lineNumber": 10 + } }, - "[] | undefined) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormatConfig", - "text": "FieldFormatConfig" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/containers/overview_cti_links/use_request_event_counts.ts", + "lineNumber": 20 + } }, - "; getType: (formatId: string) => ", - "FieldFormatInstanceType", - " | undefined; getTypeWithoutMetaParams: (formatId: string) => ", - "FieldFormatInstanceType", - " | undefined; getDefaultType: (fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/ueba.tsx", + "lineNumber": 32 + } }, - ", esTypes?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/ueba.tsx", + "lineNumber": 85 + } }, - "[] | undefined) => ", - "FieldFormatInstanceType", - " | undefined; getTypeNameByEsTypes: (esTypes: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/ueba.tsx", + "lineNumber": 95 + } }, - "[] | undefined) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/index.tsx", + "lineNumber": 28 + } }, - " | undefined; getDefaultTypeName: (fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/index.tsx", + "lineNumber": 76 + } }, - ", esTypes?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/flyout/header/index.tsx", + "lineNumber": 41 + } }, - "[] | undefined) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/flyout/header/index.tsx", + "lineNumber": 74 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/flyout/header/index.tsx", + "lineNumber": 312 + } }, - "; getInstance: ((formatId: string, params?: Record) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_tab_content/index.tsx", + "lineNumber": 36 + } }, - ") & _.MemoizedFunction; getDefaultInstancePlain: (fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_tab_content/index.tsx", + "lineNumber": 197 + } }, - ", esTypes?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", + "lineNumber": 19 + } }, - "[] | undefined, params?: Record) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx", + "lineNumber": 45 + } }, - "; getDefaultInstanceCacheResolver: (fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "transform", + "link": { + "path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/hooks/use_search_bar.ts", + "lineNumber": 10 + } }, - ", esTypes: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "transform", + "link": { + "path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/hooks/use_search_bar.ts", + "lineNumber": 62 + } }, - "[]) => string; getByFieldType: (fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "transform", + "link": { + "path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts", + "lineNumber": 11 + } }, - ") => ", - "FieldFormatInstanceType", - "[]; getDefaultInstance: ((fieldType: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "plugin": "transform", + "link": { + "path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts", + "lineNumber": 121 + } }, - ", esTypes?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" + "plugin": "transform", + "link": { + "path": "x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts", + "lineNumber": 122 + } }, - "[] | undefined, params?: Record) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx", + "lineNumber": 14 + } }, - ") & _.MemoizedFunction; parseDefaultTypeMap: (value: any) => void; }" - ], - "source": { - "path": "src/plugins/data/common/field_formats/index.ts", - "lineNumber": 11 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.IFieldParamType", - "type": "Type", - "tags": [], - "label": "IFieldParamType", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.FieldParamType", - "text": "FieldParamType" + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx", + "lineNumber": 58 + } } ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/field.ts", - "lineNumber": 24 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.IMetricAggType", - "type": "Type", - "tags": [], - "label": "IMetricAggType", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.MetricAggType", - "text": "MetricAggType" - }, - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IMetricAggConfig", - "text": "IMetricAggConfig" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/metrics/metric_agg_type.ts", - "lineNumber": 36 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.INDEX_PATTERN_SAVED_OBJECT_TYPE", - "type": "string", - "tags": [], - "label": "INDEX_PATTERN_SAVED_OBJECT_TYPE", - "description": [], - "signature": [ - "\"index-pattern\"" - ], - "source": { - "path": "src/plugins/data/common/constants.ts", - "lineNumber": 13 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.IndexPatternLoadExpressionFunctionDefinition", - "type": "Type", - "tags": [], - "label": "IndexPatternLoadExpressionFunctionDefinition", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionFunctionDefinition", - "text": "ExpressionFunctionDefinition" - }, - "<\"indexPatternLoad\", null, Arguments, Output, ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "<", - { - "pluginId": "inspector", - "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" - }, - ", ", - "SerializableState", - ">>" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/expressions/load_index_pattern.ts", - "lineNumber": 35 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.KibanaContext", - "type": "Type", - "tags": [], - "label": "KibanaContext", - "description": [], - "signature": [ - "{ type: \"kibana_context\"; } & ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" - } - ], - "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 32 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.ParsedInterval", - "type": "Type", - "tags": [], - "label": "ParsedInterval", - "description": [], - "signature": [ - "{ value: number; unit: ", - "Unit", - "; type: \"calendar\" | \"fixed\"; }" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_es_interval.ts", - "lineNumber": 18 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.Query", - "type": "Type", - "tags": [], - "label": "Query", - "description": [], - "signature": [ - "{ query: string | { [key: string]: any; }; language: string; }" - ], - "source": { - "path": "src/plugins/data/common/query/types.ts", - "lineNumber": 12 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.TimeRange", - "type": "Type", - "tags": [], - "label": "TimeRange", - "description": [], - "signature": [ - "{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/query/timefilter/types.ts", - "lineNumber": 17 - }, - "deprecated": false, - "initialIsOpen": false - } - ], - "objects": [ - { - "parentPluginId": "data", - "id": "def-server.AggGroupLabels", - "type": "Object", - "tags": [], - "label": "AggGroupLabels", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 20 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.AggGroupLabels.AggGroupNames.Buckets", - "type": "string", - "tags": [], - "label": "[AggGroupNames.Buckets]", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 21 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.AggGroupLabels.AggGroupNames.Metrics", - "type": "string", - "tags": [], - "label": "[AggGroupNames.Metrics]", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 24 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.AggGroupLabels.AggGroupNames.None", - "type": "string", - "tags": [], - "label": "[AggGroupNames.None]", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 27 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.AggGroupNames", - "type": "Object", - "tags": [], - "label": "AggGroupNames", - "description": [], - "signature": [ - "{ readonly Buckets: \"buckets\"; readonly Metrics: \"metrics\"; readonly None: \"none\"; }" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 12 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.esFilters", - "type": "Object", - "tags": [], - "label": "esFilters", - "description": [], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 29 - }, - "deprecated": false, - "children": [ + "children": [ { "parentPluginId": "data", - "id": "def-server.esFilters.buildQueryFilter", + "id": "def-public.esQuery.buildEsQuery", "type": "Function", "tags": [], - "label": "buildQueryFilter", + "label": "buildEsQuery", "description": [], "signature": [ - "(query: any, index: string, alias: string) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.QueryStringFilter", - "text": "QueryStringFilter" - } + "(indexPattern: ", + "IndexPatternBase", + " | undefined, queries: any, filters: any, config?: ", + "EsQueryConfig", + " | undefined) => { bool: { must: ", + "DslQuery", + "[]; filter: any[]; should: never[]; must_not: any[]; }; }" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 30 + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 166 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.query", + "id": "def-public.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + "IndexPatternBase", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/build_es_query.d.ts", + "lineNumber": 17 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.queries", "type": "Any", "tags": [], - "label": "query", + "label": "queries", "description": [], "signature": [ "any" ], "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 26 + "path": "node_modules/@kbn/es-query/target_types/es_query/build_es_query.d.ts", + "lineNumber": 17 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.index", - "type": "string", + "id": "def-public.filters", + "type": "Any", "tags": [], - "label": "index", + "label": "filters", "description": [], + "signature": [ + "any" + ], "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 26 + "path": "node_modules/@kbn/es-query/target_types/es_query/build_es_query.d.ts", + "lineNumber": 17 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.alias", - "type": "string", + "id": "def-public.config", + "type": "Object", "tags": [], - "label": "alias", + "label": "config", "description": [], + "signature": [ + "EsQueryConfig", + " | undefined" + ], "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 26 + "path": "node_modules/@kbn/es-query/target_types/es_query/build_es_query.d.ts", + "lineNumber": 17 }, "deprecated": false } @@ -38059,126 +26878,141 @@ }, { "parentPluginId": "data", - "id": "def-server.esFilters.buildCustomFilter", + "id": "def-public.esQuery.getEsQueryConfig", "type": "Function", "tags": [], - "label": "buildCustomFilter", + "label": "getEsQueryConfig", "description": [], "signature": [ - "(indexPatternString: string, queryDsl: any, disabled: boolean, negate: boolean, alias: string | null, store: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } + "(config: KibanaConfig) => ", + "EsQueryConfig" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 31 + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 167 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.indexPatternString", - "type": "string", - "tags": [], - "label": "indexPatternString", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 42 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.queryDsl", - "type": "Any", + "id": "def-public.config", + "type": "Object", "tags": [], - "label": "queryDsl", + "label": "config", "description": [], "signature": [ - "any" + "KibanaConfig" ], "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 43 + "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "lineNumber": 16 }, "deprecated": false - }, + } + ] + }, + { + "parentPluginId": "data", + "id": "def-public.esQuery.buildQueryFromFilters", + "type": "Function", + "tags": [], + "label": "buildQueryFromFilters", + "description": [], + "signature": [ + "(filters: any[] | undefined, indexPattern: ", + "IndexPatternBase", + " | undefined, ignoreFilterIfFieldNotInIndex?: boolean | undefined) => { must: never[]; filter: any[]; should: never[]; must_not: any[]; }" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 168 + }, + "deprecated": false, + "returnComment": [], + "children": [ { "parentPluginId": "data", - "id": "def-server.disabled", - "type": "boolean", + "id": "def-public.filters", + "type": "Array", "tags": [], - "label": "disabled", + "label": "filters", "description": [], + "signature": [ + "any[] | undefined" + ], "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 44 + "path": "node_modules/@kbn/es-query/target_types/es_query/from_filters.d.ts", + "lineNumber": 3 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.negate", - "type": "boolean", + "id": "def-public.indexPattern", + "type": "Object", "tags": [], - "label": "negate", + "label": "indexPattern", "description": [], + "signature": [ + "IndexPatternBase", + " | undefined" + ], "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 45 + "path": "node_modules/@kbn/es-query/target_types/es_query/from_filters.d.ts", + "lineNumber": 3 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.alias", + "id": "def-public.ignoreFilterIfFieldNotInIndex", "type": "CompoundType", "tags": [], - "label": "alias", + "label": "ignoreFilterIfFieldNotInIndex", "description": [], "signature": [ - "string | null" + "boolean | undefined" ], "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 46 + "path": "node_modules/@kbn/es-query/target_types/es_query/from_filters.d.ts", + "lineNumber": 3 }, "deprecated": false - }, + } + ] + }, + { + "parentPluginId": "data", + "id": "def-public.esQuery.luceneStringToDsl", + "type": "Function", + "tags": [], + "label": "luceneStringToDsl", + "description": [], + "signature": [ + "(query: any) => ", + "DslQuery" + ], + "source": { + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 169 + }, + "deprecated": false, + "returnComment": [], + "children": [ { "parentPluginId": "data", - "id": "def-server.store", - "type": "Enum", + "id": "def-public.query", + "type": "Any", "tags": [], - "label": "store", + "label": "query", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" - } + "any" ], "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 47 + "path": "node_modules/@kbn/es-query/target_types/es_query/lucene_string_to_dsl.d.ts", + "lineNumber": 2 }, "deprecated": false } @@ -38186,140 +27020,158 @@ }, { "parentPluginId": "data", - "id": "def-server.esFilters.buildEmptyFilter", + "id": "def-public.esQuery.decorateQuery", "type": "Function", "tags": [], - "label": "buildEmptyFilter", + "label": "decorateQuery", "description": [], "signature": [ - "(isPinned: boolean, index?: string | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } + "(query: ", + "DslQuery", + ", queryStringOptions: string | Record, dateFormatTZ?: string | undefined) => ", + "DslQuery" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 32 + "path": "src/plugins/data/public/deprecated.ts", + "lineNumber": 170 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.isPinned", - "type": "boolean", + "id": "def-public.query", + "type": "CompoundType", + "tags": [], + "label": "query", + "description": [], + "signature": [ + "DslRangeQuery", + " | ", + "DslMatchQuery", + " | ", + "DslQueryStringQuery", + " | ", + "DslMatchAllQuery", + " | ", + "DslTermQuery" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/decorate_query.d.ts", + "lineNumber": 9 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.queryStringOptions", + "type": "CompoundType", "tags": [], - "label": "isPinned", + "label": "queryStringOptions", "description": [], + "signature": [ + "string | Record" + ], "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 53 + "path": "node_modules/@kbn/es-query/target_types/es_query/decorate_query.d.ts", + "lineNumber": 9 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.index", + "id": "def-public.dateFormatTZ", "type": "string", "tags": [], - "label": "index", + "label": "dateFormatTZ", "description": [], "signature": [ "string | undefined" ], "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 53 + "path": "node_modules/@kbn/es-query/target_types/es_query/decorate_query.d.ts", + "lineNumber": 9 }, "deprecated": false } ] - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.exporters", + "type": "Object", + "tags": [], + "label": "exporters", + "description": [], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 100 + }, + "deprecated": false, + "children": [ { "parentPluginId": "data", - "id": "def-server.esFilters.buildExistsFilter", + "id": "def-public.exporters.datatableToCSV", "type": "Function", "tags": [], - "label": "buildExistsFilter", + "label": "datatableToCSV", "description": [], "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ", indexPattern: ", + "({ columns, rows }: ", { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ExistsFilter", - "text": "ExistsFilter" - } + ", { csvSeparator, quoteValues, formatFactory, raw, escapeFormulaValues }: CSVOptions) => string" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 33 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 101 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.field", + "id": "def-public.__0", "type": "Object", "tags": [], - "label": "field", + "label": "__0", "description": [], "signature": [ { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" } ], "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 30 + "path": "src/plugins/data/common/exports/export_csv.tsx", + "lineNumber": 27 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.indexPattern", + "id": "def-public.__1", "type": "Object", "tags": [], - "label": "indexPattern", + "label": "__1", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } + "CSVOptions" ], "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 30 + "path": "src/plugins/data/common/exports/export_csv.tsx", + "lineNumber": 28 }, "deprecated": false } @@ -38327,204 +27179,44 @@ }, { "parentPluginId": "data", - "id": "def-server.esFilters.buildFilter", + "id": "def-public.exporters.CSV_MIME_TYPE", + "type": "string", + "tags": [], + "label": "CSV_MIME_TYPE", + "description": [], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 102 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.exporters.cellHasFormulas", "type": "Function", "tags": [], - "label": "buildFilter", + "label": "cellHasFormulas", "description": [], "signature": [ - "(indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - ", field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ", type: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FILTERS", - "text": "FILTERS" - }, - ", negate: boolean, disabled: boolean, params: any, alias: string | null, store?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" - }, - " | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 34 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 22 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.field", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 23 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.type", - "type": "Enum", - "tags": [], - "label": "type", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FILTERS", - "text": "FILTERS" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 24 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.negate", - "type": "boolean", - "tags": [], - "label": "negate", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 25 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.disabled", - "type": "boolean", - "tags": [], - "label": "disabled", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 26 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.params", - "type": "Any", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 27 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.alias", - "type": "CompoundType", - "tags": [], - "label": "alias", - "description": [], - "signature": [ - "string | null" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 28 - }, - "deprecated": false - }, + "(val: string) => boolean" + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 103 + }, + "deprecated": false, + "returnComment": [], + "children": [ { "parentPluginId": "data", - "id": "def-server.store", - "type": "CompoundType", + "id": "def-public.val", + "type": "string", "tags": [], - "label": "store", + "label": "val", "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" - }, - " | undefined" - ], "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 29 + "path": "src/plugins/data/common/exports/formula_checks.ts", + "lineNumber": 13 }, "deprecated": false } @@ -38532,870 +27224,661 @@ }, { "parentPluginId": "data", - "id": "def-server.esFilters.buildPhraseFilter", + "id": "def-public.exporters.tableHasFormulas", "type": "Function", "tags": [], - "label": "buildPhraseFilter", + "label": "tableHasFormulas", "description": [], "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ", value: any, indexPattern: ", + "(columns: ", { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilter", - "text": "PhraseFilter" - } + "[], rows: Record[]) => boolean" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 35 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 104 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.field", - "type": "Object", + "id": "def-public.columns", + "type": "Array", "tags": [], - "label": "field", + "label": "columns", "description": [], "signature": [ { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 62 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.value", - "type": "Any", - "tags": [], - "label": "value", - "description": [], - "signature": [ - "any" + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" + }, + "[]" ], "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 63 + "path": "src/plugins/data/common/exports/formula_checks.ts", + "lineNumber": 16 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.indexPattern", - "type": "Object", + "id": "def-public.rows", + "type": "Array", "tags": [], - "label": "indexPattern", + "label": "rows", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } + "Record[]" ], "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 64 + "path": "src/plugins/data/common/exports/formula_checks.ts", + "lineNumber": 16 }, "deprecated": false } ] - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats", + "type": "Object", + "tags": [], + "label": "fieldFormats", + "description": [], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 57 + }, + "deprecated": false, + "children": [ { "parentPluginId": "data", - "id": "def-server.esFilters.buildPhrasesFilter", - "type": "Function", + "id": "def-public.fieldFormats.FieldFormat", + "type": "Object", "tags": [], - "label": "buildPhrasesFilter", + "label": "FieldFormat", "description": [], "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ", params: any[], indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - ") => ", + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhrasesFilter", - "text": "PhrasesFilter" + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" } ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 36 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 58 }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.field", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 36 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.params", - "type": "Array", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "any[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 37 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 38 - }, - "deprecated": false - } - ] + "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.esFilters.buildRangeFilter", - "type": "Function", + "id": "def-public.fieldFormats.FieldFormatsRegistry", + "type": "Object", "tags": [], - "label": "buildRangeFilter", + "label": "FieldFormatsRegistry", "description": [], "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ", params: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterParams", - "text": "RangeFilterParams" - }, - ", indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - ", formattedValue?: string | undefined) => ", + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormatsRegistry", + "text": "FieldFormatsRegistry" } ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 37 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 59 }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.field", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 92 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.params", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterParams", - "text": "RangeFilterParams" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 93 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 94 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.formattedValue", - "type": "string", - "tags": [], - "label": "formattedValue", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 95 - }, - "deprecated": false - } - ] + "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.esFilters.isFilterDisabled", - "type": "Function", + "id": "def-public.fieldFormats.DEFAULT_CONVERTER_COLOR", + "type": "Object", "tags": [], - "label": "isFilterDisabled", + "label": "DEFAULT_CONVERTER_COLOR", "description": [], "signature": [ - "(filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - ") => boolean" + "{ range: string; regex: string; text: string; background: string; }" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 38 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 61 }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.filter", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "{ $state?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" - }, - " | undefined; meta: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" - }, - "; query?: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/index.ts", - "lineNumber": 36 - }, - "deprecated": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.esKuery", - "type": "Object", - "tags": [], - "label": "esKuery", - "description": [], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 64 - }, - "deprecated": false, - "children": [ + "deprecated": false + }, { "parentPluginId": "data", - "id": "def-server.esKuery.nodeTypes", - "type": "Object", + "id": "def-public.fieldFormats.HTML_CONTEXT_TYPE", + "type": "CompoundType", "tags": [], - "label": "nodeTypes", + "label": "HTML_CONTEXT_TYPE", "description": [], "signature": [ - "NodeTypes" + "\"html\" | \"text\"" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 65 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 62 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.esKuery.fromKueryExpression", - "type": "Function", + "id": "def-public.fieldFormats.TEXT_CONTEXT_TYPE", + "type": "CompoundType", "tags": [], - "label": "fromKueryExpression", + "label": "TEXT_CONTEXT_TYPE", "description": [], "signature": [ - "(expression: any, parseOptions?: Partial<", + "\"html\" | \"text\"" + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 63 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats.FIELD_FORMAT_IDS", + "type": "Object", + "tags": [], + "label": "FIELD_FORMAT_IDS", + "description": [], + "signature": [ + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryParseOptions", - "text": "KueryParseOptions" - }, - ">) => ", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FIELD_FORMAT_IDS", + "text": "FIELD_FORMAT_IDS" + } + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 64 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats.BoolFormat", + "type": "Object", + "tags": [], + "label": "BoolFormat", + "description": [], + "signature": [ + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.BoolFormat", + "text": "BoolFormat" } ], "source": { - "path": "src/plugins/data/server/index.ts", + "path": "src/plugins/data/public/index.ts", "lineNumber": 66 }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.expression", - "type": "Any", - "tags": [], - "label": "expression", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 45 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.parseOptions", - "type": "Object", - "tags": [], - "label": "parseOptions", - "description": [], - "signature": [ - "{ helpers?: { [key: string]: any; } | undefined; startRule?: string | undefined; allowLeadingWildcards?: boolean | undefined; cursorSymbol?: string | undefined; parseCursor?: boolean | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 46 - }, - "deprecated": false - } - ] + "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.esKuery.toElasticsearchQuery", - "type": "Function", + "id": "def-public.fieldFormats.BytesFormat", + "type": "Object", "tags": [], - "label": "toElasticsearchQuery", + "label": "BytesFormat", "description": [], "signature": [ - "(node: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - }, - ", indexPattern?: ", + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined, config?: Record | undefined, context?: Record | undefined) => ", - "JsonObject" + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.BytesFormat", + "text": "BytesFormat" + } ], "source": { - "path": "src/plugins/data/server/index.ts", + "path": "src/plugins/data/public/index.ts", "lineNumber": 67 }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.node", - "type": "Object", - "tags": [], - "label": "node", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 67 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 68 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.config", - "type": "Object", - "tags": [], - "label": "config", - "description": [], - "signature": [ - "Record | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 69 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.context", - "type": "Object", - "tags": [], - "label": "context", - "description": [], - "signature": [ - "Record | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 70 - }, - "deprecated": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.esQuery", - "type": "Object", - "tags": [], - "label": "esQuery", - "description": [], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 70 - }, - "deprecated": false, - "children": [ + "deprecated": false + }, { "parentPluginId": "data", - "id": "def-server.esQuery.buildQueryFromFilters", - "type": "Function", + "id": "def-public.fieldFormats.ColorFormat", + "type": "Object", "tags": [], - "label": "buildQueryFromFilters", + "label": "ColorFormat", "description": [], "signature": [ - "(filters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined, indexPattern: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined, ignoreFilterIfFieldNotInIndex?: boolean) => { must: never[]; filter: ", + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; should: never[]; must_not: ", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.ColorFormat", + "text": "ColorFormat" + } + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 68 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats.DateFormat", + "type": "Object", + "tags": [], + "label": "DateFormat", + "description": [], + "signature": [ + "typeof ", + "DateFormat" + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 69 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats.DateNanosFormat", + "type": "Object", + "tags": [], + "label": "DateNanosFormat", + "description": [], + "signature": [ + "typeof ", + "DateNanosFormat" + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 70 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats.DurationFormat", + "type": "Object", + "tags": [], + "label": "DurationFormat", + "description": [], + "signature": [ + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; }" + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.DurationFormat", + "text": "DurationFormat" + } ], "source": { - "path": "src/plugins/data/server/index.ts", + "path": "src/plugins/data/public/index.ts", "lineNumber": 71 }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.filters", - "type": "Array", - "tags": [], - "label": "filters", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/from_filters.ts", - "lineNumber": 47 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.indexPattern", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/from_filters.ts", - "lineNumber": 48 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.ignoreFilterIfFieldNotInIndex", - "type": "boolean", - "tags": [], - "label": "ignoreFilterIfFieldNotInIndex", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/es_query/from_filters.ts", - "lineNumber": 49 - }, - "deprecated": false - } - ] + "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.esQuery.getEsQueryConfig", - "type": "Function", + "id": "def-public.fieldFormats.IpFormat", + "type": "Object", "tags": [], - "label": "getEsQueryConfig", + "label": "IpFormat", "description": [], "signature": [ - "(config: KibanaConfig) => ", + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.EsQueryConfig", - "text": "EsQueryConfig" + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.IpFormat", + "text": "IpFormat" } ], "source": { - "path": "src/plugins/data/server/index.ts", + "path": "src/plugins/data/public/index.ts", "lineNumber": 72 }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.config", - "type": "Object", - "tags": [], - "label": "config", - "description": [], - "signature": [ - "KibanaConfig" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/get_es_query_config.ts", - "lineNumber": 16 - }, - "deprecated": false - } - ] + "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.esQuery.buildEsQuery", - "type": "Function", + "id": "def-public.fieldFormats.NumberFormat", + "type": "Object", "tags": [], - "label": "buildEsQuery", + "label": "NumberFormat", "description": [], "signature": [ - "(indexPattern: ", + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined, queries: ", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.NumberFormat", + "text": "NumberFormat" + } + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 73 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats.PercentFormat", + "type": "Object", + "tags": [], + "label": "PercentFormat", + "description": [], + "signature": [ + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | ", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.PercentFormat", + "text": "PercentFormat" + } + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 74 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats.RelativeDateFormat", + "type": "Object", + "tags": [], + "label": "RelativeDateFormat", + "description": [], + "signature": [ + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - "[], filters: ", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.RelativeDateFormat", + "text": "RelativeDateFormat" + } + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 75 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats.SourceFormat", + "type": "Object", + "tags": [], + "label": "SourceFormat", + "description": [], + "signature": [ + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.SourceFormat", + "text": "SourceFormat" + } + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 76 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats.StaticLookupFormat", + "type": "Object", + "tags": [], + "label": "StaticLookupFormat", + "description": [], + "signature": [ + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], config?: ", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.StaticLookupFormat", + "text": "StaticLookupFormat" + } + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 77 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats.UrlFormat", + "type": "Object", + "tags": [], + "label": "UrlFormat", + "description": [], + "signature": [ + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.EsQueryConfig", - "text": "EsQueryConfig" - }, - ") => { bool: { must: ", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.UrlFormat", + "text": "UrlFormat" + } + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 78 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats.StringFormat", + "type": "Object", + "tags": [], + "label": "StringFormat", + "description": [], + "signature": [ + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - }, - "[]; filter: ", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.StringFormat", + "text": "StringFormat" + } + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 79 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats.TruncateFormat", + "type": "Object", + "tags": [], + "label": "TruncateFormat", + "description": [], + "signature": [ + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; should: never[]; must_not: ", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.TruncateFormat", + "text": "TruncateFormat" + } + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 80 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.fieldFormats.HistogramFormat", + "type": "Object", + "tags": [], + "label": "HistogramFormat", + "description": [], + "signature": [ + "typeof ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.HistogramFormat", + "text": "HistogramFormat" + } + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 81 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.indexPatterns", + "type": "Object", + "tags": [], + "label": "indexPatterns", + "description": [], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 127 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.indexPatterns.ILLEGAL_CHARACTERS_KEY", + "type": "string", + "tags": [], + "label": "ILLEGAL_CHARACTERS_KEY", + "description": [], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 128 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.indexPatterns.CONTAINS_SPACES_KEY", + "type": "string", + "tags": [], + "label": "CONTAINS_SPACES_KEY", + "description": [], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 129 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.indexPatterns.ILLEGAL_CHARACTERS_VISIBLE", + "type": "Array", + "tags": [], + "label": "ILLEGAL_CHARACTERS_VISIBLE", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 130 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.indexPatterns.ILLEGAL_CHARACTERS", + "type": "Array", + "tags": [], + "label": "ILLEGAL_CHARACTERS", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 131 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.indexPatterns.isDefault", + "type": "Function", + "tags": [], + "label": "isDefault", + "description": [], + "signature": [ + "(indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPattern", + "text": "IIndexPattern" }, - "[]; }; }" + ") => boolean" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 73 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 132 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.indexPattern", + "id": "def-public.indexPattern", "type": "Object", "tags": [], "label": "indexPattern", @@ -39404,180 +27887,225 @@ { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined" + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPattern", + "text": "IIndexPattern" + } ], "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 39 + "path": "src/plugins/data/common/index_patterns/lib/is_default.ts", + "lineNumber": 11 }, "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-public.indexPatterns.isFilterable", + "type": "Function", + "tags": [], + "label": "isFilterable", + "description": [], + "signature": [ + "(field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" }, + ") => boolean" + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 133 + }, + "deprecated": false, + "returnComment": [], + "children": [ { "parentPluginId": "data", - "id": "def-server.queries", - "type": "CompoundType", + "id": "def-public.field", + "type": "Object", "tags": [], - "label": "queries", + "label": "field", "description": [], "signature": [ { "pluginId": "data", "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - "[]" + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + } ], "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 40 + "path": "src/plugins/data/common/index_patterns/fields/utils.ts", + "lineNumber": 14 }, "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-public.indexPatterns.isNestedField", + "type": "Function", + "tags": [], + "label": "isNestedField", + "description": [], + "signature": [ + "(field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" }, + ") => boolean" + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 134 + }, + "deprecated": false, + "returnComment": [], + "children": [ { "parentPluginId": "data", - "id": "def-server.filters", - "type": "CompoundType", + "id": "def-public.field", + "type": "Object", "tags": [], - "label": "filters", + "label": "field", "description": [], "signature": [ { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + } ], "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 41 + "path": "src/plugins/data/common/index_patterns/fields/utils.ts", + "lineNumber": 22 }, "deprecated": false - }, + } + ] + }, + { + "parentPluginId": "data", + "id": "def-public.indexPatterns.validate", + "type": "Function", + "tags": [], + "label": "validate", + "description": [], + "signature": [ + "(indexPattern: string) => Record" + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 135 + }, + "deprecated": false, + "returnComment": [], + "children": [ { "parentPluginId": "data", - "id": "def-server.config", - "type": "Object", + "id": "def-public.indexPattern", + "type": "string", "tags": [], - "label": "config", + "label": "indexPattern", "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.EsQueryConfig", - "text": "EsQueryConfig" - } - ], "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 42 + "path": "src/plugins/data/common/index_patterns/lib/validate_index_pattern.ts", + "lineNumber": 26 }, "deprecated": false } ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.exporters", - "type": "Object", - "tags": [], - "label": "exporters", - "description": [], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 46 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "data", - "id": "def-server.exporters.datatableToCSV", + "id": "def-public.indexPatterns.flattenHitWrapper", "type": "Function", "tags": [], - "label": "datatableToCSV", + "label": "flattenHitWrapper", "description": [], "signature": [ - "({ columns, rows }: ", + "(indexPattern: ", { - "pluginId": "expressions", + "pluginId": "data", "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.Datatable", - "text": "Datatable" + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" }, - ", { csvSeparator, quoteValues, formatFactory, raw }: CSVOptions) => string" + ", metaFields?: {}, cache?: WeakMap) => (hit: Record, deep?: boolean) => Record" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 47 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 136 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.__0", + "id": "def-public.indexPattern", "type": "Object", "tags": [], - "label": "__0", + "label": "indexPattern", "description": [], "signature": [ { - "pluginId": "expressions", + "pluginId": "data", "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.Datatable", - "text": "Datatable" + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" } ], "source": { - "path": "src/plugins/data/common/exports/export_csv.tsx", - "lineNumber": 42 + "path": "src/plugins/data/common/index_patterns/index_patterns/flatten_hit.ts", + "lineNumber": 108 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.__1", + "id": "def-public.metaFields", "type": "Object", "tags": [], - "label": "__1", + "label": "metaFields", "description": [], "signature": [ - "CSVOptions" + "{}" ], "source": { - "path": "src/plugins/data/common/exports/export_csv.tsx", - "lineNumber": 43 + "path": "src/plugins/data/common/index_patterns/index_patterns/flatten_hit.ts", + "lineNumber": 109 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.cache", + "type": "Object", + "tags": [], + "label": "cache", + "description": [], + "signature": [ + "WeakMap" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/flatten_hit.ts", + "lineNumber": 110 }, "deprecated": false } @@ -39585,547 +28113,101 @@ }, { "parentPluginId": "data", - "id": "def-server.exporters.CSV_MIME_TYPE", - "type": "string", + "id": "def-public.indexPatterns.formatHitProvider", + "type": "Function", "tags": [], - "label": "CSV_MIME_TYPE", + "label": "formatHitProvider", "description": [], + "signature": [ + "(indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ", defaultFormat: any) => { (hit: Record, type?: string): any; formatField(hit: Record, fieldName: string): any; }" + ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 48 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 137 }, - "deprecated": false + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/format_hit.ts", + "lineNumber": 18 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.defaultFormat", + "type": "Any", + "tags": [], + "label": "defaultFormat", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/format_hit.ts", + "lineNumber": 18 + }, + "deprecated": false + } + ] } ], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-server.fieldFormats", + "id": "def-public.search", "type": "Object", "tags": [], - "label": "fieldFormats", + "label": "search", "description": [], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 101 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 298 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-server.fieldFormats.FieldFormatsRegistry", - "type": "Object", - "tags": [], - "label": "FieldFormatsRegistry", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormatsRegistry", - "text": "FieldFormatsRegistry" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 102 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.FieldFormat", + "id": "def-public.search.aggs", "type": "Object", "tags": [], - "label": "FieldFormat", + "label": "aggs", "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" - } - ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 103 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 299 }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.BoolFormat", - "type": "Object", - "tags": [], - "label": "BoolFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.BoolFormat", - "text": "BoolFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 104 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.BytesFormat", - "type": "Object", - "tags": [], - "label": "BytesFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.BytesFormat", - "text": "BytesFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 105 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.ColorFormat", - "type": "Object", - "tags": [], - "label": "ColorFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.ColorFormat", - "text": "ColorFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 106 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.DurationFormat", - "type": "Object", - "tags": [], - "label": "DurationFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.DurationFormat", - "text": "DurationFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 107 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.IpFormat", - "type": "Object", - "tags": [], - "label": "IpFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.IpFormat", - "text": "IpFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 108 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.NumberFormat", - "type": "Object", - "tags": [], - "label": "NumberFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.NumberFormat", - "text": "NumberFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 109 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.PercentFormat", - "type": "Object", - "tags": [], - "label": "PercentFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.PercentFormat", - "text": "PercentFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 110 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.RelativeDateFormat", - "type": "Object", - "tags": [], - "label": "RelativeDateFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.RelativeDateFormat", - "text": "RelativeDateFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 111 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.SourceFormat", - "type": "Object", - "tags": [], - "label": "SourceFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.SourceFormat", - "text": "SourceFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 112 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.StaticLookupFormat", - "type": "Object", - "tags": [], - "label": "StaticLookupFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.StaticLookupFormat", - "text": "StaticLookupFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 113 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.UrlFormat", - "type": "Object", - "tags": [], - "label": "UrlFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.UrlFormat", - "text": "UrlFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 114 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.StringFormat", - "type": "Object", - "tags": [], - "label": "StringFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.StringFormat", - "text": "StringFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 115 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.TruncateFormat", - "type": "Object", - "tags": [], - "label": "TruncateFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.TruncateFormat", - "text": "TruncateFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 116 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.fieldFormats.HistogramFormat", - "type": "Object", - "tags": [], - "label": "HistogramFormat", - "description": [], - "signature": [ - "typeof ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.HistogramFormat", - "text": "HistogramFormat" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 117 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.indexPatterns", - "type": "Object", - "tags": [], - "label": "indexPatterns", - "description": [], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 133 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.indexPatterns.isFilterable", - "type": "Function", - "tags": [], - "label": "isFilterable", - "description": [], - "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ") => boolean" - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 134 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.field", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/utils.ts", - "lineNumber": 14 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-server.indexPatterns.isNestedField", - "type": "Function", - "tags": [], - "label": "isNestedField", - "description": [], - "signature": [ - "(field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - ") => boolean" - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 135 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.field", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/utils.ts", - "lineNumber": 22 - }, - "deprecated": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.search", - "type": "Object", - "tags": [], - "label": "search", - "description": [], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 250 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.search.aggs", - "type": "Object", - "tags": [], - "label": "aggs", - "description": [], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 251 - }, - "deprecated": false, - "children": [ + "deprecated": false, + "children": [ { "parentPluginId": "data", - "id": "def-server.search.aggs.CidrMask", + "id": "def-public.search.aggs.CidrMask", "type": "Object", "tags": [], "label": "CidrMask", @@ -40141,14 +28223,14 @@ } ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 252 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 300 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.search.aggs.dateHistogramInterval", + "id": "def-public.search.aggs.dateHistogramInterval", "type": "Function", "tags": [], "label": "dateHistogramInterval", @@ -40157,15 +28239,15 @@ "(interval: string) => Interval" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 253 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 301 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.interval", + "id": "def-public.interval", "type": "string", "tags": [], "label": "interval", @@ -40180,7 +28262,7 @@ }, { "parentPluginId": "data", - "id": "def-server.search.aggs.intervalOptions", + "id": "def-public.search.aggs.intervalOptions", "type": "Array", "tags": [], "label": "intervalOptions", @@ -40197,14 +28279,14 @@ "): boolean; } | { display: string; val: string; })[]" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 254 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 302 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.search.aggs.InvalidEsCalendarIntervalError", + "id": "def-public.search.aggs.InvalidEsCalendarIntervalError", "type": "Object", "tags": [], "label": "InvalidEsCalendarIntervalError", @@ -40220,14 +28302,14 @@ } ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 255 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 303 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.search.aggs.InvalidEsIntervalFormatError", + "id": "def-public.search.aggs.InvalidEsIntervalFormatError", "type": "Object", "tags": [], "label": "InvalidEsIntervalFormatError", @@ -40243,14 +28325,14 @@ } ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 256 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 304 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.search.aggs.IpAddress", + "id": "def-public.search.aggs.IpAddress", "type": "Object", "tags": [], "label": "IpAddress", @@ -40266,55 +28348,48 @@ } ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 257 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 305 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.search.aggs.isNumberType", + "id": "def-public.search.aggs.isDateHistogramBucketAggConfig", "type": "Function", "tags": [], - "label": "isNumberType", + "label": "isDateHistogramBucketAggConfig", "description": [], "signature": [ - "(agg: ", + "(agg: any) => agg is ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - }, - ") => boolean" + "section": "def-common.IBucketDateHistogramAggConfig", + "text": "IBucketDateHistogramAggConfig" + } ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 258 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 306 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.agg", - "type": "Object", + "id": "def-public.agg", + "type": "Any", "tags": [], "label": "agg", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - } + "any" ], "source": { - "path": "src/plugins/data/common/search/aggs/buckets/migrate_include_exclude_format.ts", - "lineNumber": 14 + "path": "src/plugins/data/common/search/aggs/buckets/date_histogram.ts", + "lineNumber": 57 }, "deprecated": false } @@ -40322,10 +28397,10 @@ }, { "parentPluginId": "data", - "id": "def-server.search.aggs.isStringType", + "id": "def-public.search.aggs.isNumberType", "type": "Function", "tags": [], - "label": "isStringType", + "label": "isNumberType", "description": [], "signature": [ "(agg: ", @@ -40339,15 +28414,15 @@ ") => boolean" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 259 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 307 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.agg", + "id": "def-public.agg", "type": "Object", "tags": [], "label": "agg", @@ -40371,13 +28446,13 @@ }, { "parentPluginId": "data", - "id": "def-server.search.aggs.isType", + "id": "def-public.search.aggs.isStringType", "type": "Function", "tags": [], - "label": "isType", + "label": "isStringType", "description": [], "signature": [ - "(...types: string[]) => (agg: ", + "(agg: ", { "pluginId": "data", "scope": "common", @@ -40388,15 +28463,64 @@ ") => boolean" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 260 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 308 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.types", + "id": "def-public.agg", + "type": "Object", + "tags": [], + "label": "agg", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + } + ], + "source": { + "path": "src/plugins/data/common/search/aggs/buckets/migrate_include_exclude_format.ts", + "lineNumber": 14 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-public.search.aggs.isType", + "type": "Function", + "tags": [], + "label": "isType", + "description": [], + "signature": [ + "(...types: string[]) => (agg: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + ") => boolean" + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 309 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.types", "type": "Array", "tags": [], "label": "types", @@ -40414,7 +28538,7 @@ }, { "parentPluginId": "data", - "id": "def-server.search.aggs.isValidEsInterval", + "id": "def-public.search.aggs.isValidEsInterval", "type": "Function", "tags": [], "label": "isValidEsInterval", @@ -40423,15 +28547,15 @@ "(interval: string) => boolean" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 261 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 310 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.interval", + "id": "def-public.interval", "type": "string", "tags": [], "label": "interval", @@ -40446,7 +28570,7 @@ }, { "parentPluginId": "data", - "id": "def-server.search.aggs.isValidInterval", + "id": "def-public.search.aggs.isValidInterval", "type": "Function", "tags": [], "label": "isValidInterval", @@ -40455,15 +28579,15 @@ "(value: string, baseInterval?: string | undefined) => boolean" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 262 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 311 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.value", + "id": "def-public.value", "type": "string", "tags": [], "label": "value", @@ -40476,7 +28600,7 @@ }, { "parentPluginId": "data", - "id": "def-server.baseInterval", + "id": "def-public.baseInterval", "type": "string", "tags": [], "label": "baseInterval", @@ -40494,20 +28618,20 @@ }, { "parentPluginId": "data", - "id": "def-server.search.aggs.parentPipelineType", + "id": "def-public.search.aggs.parentPipelineType", "type": "string", "tags": [], "label": "parentPipelineType", "description": [], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 263 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 312 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.search.aggs.parseEsInterval", + "id": "def-public.search.aggs.parseEsInterval", "type": "Function", "tags": [], "label": "parseEsInterval", @@ -40518,15 +28642,15 @@ "; type: \"calendar\" | \"fixed\"; }" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 264 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 313 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.interval", + "id": "def-public.interval", "type": "string", "tags": [], "label": "interval", @@ -40541,7 +28665,7 @@ }, { "parentPluginId": "data", - "id": "def-server.search.aggs.parseInterval", + "id": "def-public.search.aggs.parseInterval", "type": "Function", "tags": [], "label": "parseInterval", @@ -40550,15 +28674,15 @@ "(interval: string) => moment.Duration | null" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 265 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 314 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.interval", + "id": "def-public.interval", "type": "string", "tags": [], "label": "interval", @@ -40573,7 +28697,7 @@ }, { "parentPluginId": "data", - "id": "def-server.search.aggs.propFilter", + "id": "def-public.search.aggs.propFilter", "type": "Function", "tags": [], "label": "propFilter", @@ -40582,15 +28706,15 @@ "

(prop: P) => (list: T[], filters?: string | string[] | FilterFunc) => T[]" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 266 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 315 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.prop", + "id": "def-public.prop", "type": "Uncategorized", "tags": [], "label": "prop", @@ -40608,20 +28732,20 @@ }, { "parentPluginId": "data", - "id": "def-server.search.aggs.siblingPipelineType", + "id": "def-public.search.aggs.siblingPipelineType", "type": "string", "tags": [], "label": "siblingPipelineType", "description": [], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 267 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 316 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.search.aggs.termsAggFilter", + "id": "def-public.search.aggs.termsAggFilter", "type": "Array", "tags": [], "label": "termsAggFilter", @@ -40630,14 +28754,14 @@ "string[]" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 268 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 317 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-server.search.aggs.toAbsoluteDates", + "id": "def-public.search.aggs.toAbsoluteDates", "type": "Function", "tags": [], "label": "toAbsoluteDates", @@ -40654,15 +28778,15 @@ ") => { from: Date; to: Date; } | undefined" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 269 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 318 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.range", + "id": "def-public.range", "type": "Object", "tags": [], "label": "range", @@ -40680,44 +28804,121 @@ }, { "parentPluginId": "data", - "id": "def-server.search.aggs.calcAutoIntervalLessThan", + "id": "def-public.search.aggs.boundsDescendingRaw", + "type": "Array", + "tags": [], + "label": "boundsDescendingRaw", + "description": [], + "signature": [ + "({ bound: number; interval: moment.Duration; boundLabel: string; intervalLabel: string; } | { bound: moment.Duration; interval: moment.Duration; boundLabel: string; intervalLabel: string; })[]" + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 319 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.search.aggs.getNumberHistogramIntervalByDatatableColumn", "type": "Function", "tags": [], - "label": "calcAutoIntervalLessThan", + "label": "getNumberHistogramIntervalByDatatableColumn", "description": [], "signature": [ - "(maxBucketCount: number, duration: number) => moment.Duration" + "(column: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" + }, + ") => number | undefined" ], "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 270 + "path": "src/plugins/data/public/index.ts", + "lineNumber": 320 }, "deprecated": false, "returnComment": [], "children": [ { "parentPluginId": "data", - "id": "def-server.maxBucketCount", - "type": "number", + "id": "def-public.column", + "type": "Object", "tags": [], - "label": "maxBucketCount", + "label": "column", "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" + } + ], "source": { - "path": "src/plugins/data/common/search/aggs/buckets/lib/time_buckets/calc_auto_interval.ts", - "lineNumber": 252 + "path": "src/plugins/data/common/search/aggs/utils/get_number_histogram_interval.ts", + "lineNumber": 19 }, "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-public.search.aggs.getDateHistogramMetaDataByDatatableColumn", + "type": "Function", + "tags": [], + "label": "getDateHistogramMetaDataByDatatableColumn", + "description": [], + "signature": [ + "(column: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" }, + ") => { interval: string | undefined; timeZone: string | undefined; timeRange: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + " | undefined; } | undefined" + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 321 + }, + "deprecated": false, + "returnComment": [], + "children": [ { "parentPluginId": "data", - "id": "def-server.duration", - "type": "number", + "id": "def-public.column", + "type": "Object", "tags": [], - "label": "duration", + "label": "column", "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" + } + ], "source": { - "path": "src/plugins/data/common/search/aggs/buckets/lib/time_buckets/calc_auto_interval.ts", - "lineNumber": 252 + "path": "src/plugins/data/common/search/aggs/utils/get_date_histogram_meta.ts", + "lineNumber": 20 }, "deprecated": false } @@ -40726,6355 +28927,24734 @@ ] }, { - "parentPluginId": "data", - "id": "def-server.search.tabifyAggResponse", - "type": "Function", - "tags": [], - "label": "tabifyAggResponse", - "description": [], - "signature": [ - "(aggConfigs: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfigs", - "text": "AggConfigs" - }, - ", esResponse: Record, respOpts?: Partial<", - "TabbedResponseWriterOptions", - "> | undefined) => ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.Datatable", - "text": "Datatable" - } - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 272 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.aggConfigs", - "type": "Object", - "tags": [], - "label": "aggConfigs", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfigs", - "text": "AggConfigs" - } - ], - "source": { - "path": "src/plugins/data/common/search/tabify/tabify.ts", - "lineNumber": 20 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.esResponse", - "type": "Object", - "tags": [], - "label": "esResponse", - "description": [], - "signature": [ - "{ [x: string]: any; }" - ], - "source": { - "path": "src/plugins/data/common/search/tabify/tabify.ts", - "lineNumber": 21 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.respOpts", - "type": "Object", - "tags": [], - "label": "respOpts", - "description": [], - "signature": [ - "Partial<", - "TabbedResponseWriterOptions", - "> | undefined" - ], - "source": { - "path": "src/plugins/data/common/search/tabify/tabify.ts", - "lineNumber": 22 - }, - "deprecated": false - } - ] + "parentPluginId": "data", + "id": "def-public.search.getResponseInspectorStats", + "type": "Function", + "tags": [], + "label": "getResponseInspectorStats", + "description": [], + "signature": [ + "(resp?: ", + "SearchResponse", + " | undefined, searchSource?: Pick<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + ", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\"> | undefined) => ", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.RequestStatistics", + "text": "RequestStatistics" + } + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 323 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.resp", + "type": "Object", + "tags": [], + "label": "resp", + "description": [], + "signature": [ + "SearchResponse", + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/inspect/inspector_stats.ts", + "lineNumber": 53 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.searchSource", + "type": "Object", + "tags": [], + "label": "searchSource", + "description": [], + "signature": [ + "Pick<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + ", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\"> | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/inspect/inspector_stats.ts", + "lineNumber": 54 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-public.search.tabifyAggResponse", + "type": "Function", + "tags": [], + "label": "tabifyAggResponse", + "description": [], + "signature": [ + "(aggConfigs: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfigs", + "text": "AggConfigs" + }, + ", esResponse: Record, respOpts?: Partial<", + "TabbedResponseWriterOptions", + "> | undefined) => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + } + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 324 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.aggConfigs", + "type": "Object", + "tags": [], + "label": "aggConfigs", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfigs", + "text": "AggConfigs" + } + ], + "source": { + "path": "src/plugins/data/common/search/tabify/tabify.ts", + "lineNumber": 20 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.esResponse", + "type": "Object", + "tags": [], + "label": "esResponse", + "description": [], + "signature": [ + "{ [x: string]: any; }" + ], + "source": { + "path": "src/plugins/data/common/search/tabify/tabify.ts", + "lineNumber": 21 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.respOpts", + "type": "Object", + "tags": [], + "label": "respOpts", + "description": [], + "signature": [ + "Partial<", + "TabbedResponseWriterOptions", + "> | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/tabify/tabify.ts", + "lineNumber": 22 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-public.search.tabifyGetColumns", + "type": "Function", + "tags": [], + "label": "tabifyGetColumns", + "description": [], + "signature": [ + "(aggs: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + "[], minimalColumns: boolean) => ", + "TabbedAggColumn", + "[]" + ], + "source": { + "path": "src/plugins/data/public/index.ts", + "lineNumber": 325 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.aggs", + "type": "Array", + "tags": [], + "label": "aggs", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/search/tabify/get_columns.ts", + "lineNumber": 34 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.minimalColumns", + "type": "boolean", + "tags": [], + "label": "minimalColumns", + "description": [], + "source": { + "path": "src/plugins/data/common/search/tabify/get_columns.ts", + "lineNumber": 34 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.UI_SETTINGS", + "type": "Object", + "tags": [], + "label": "UI_SETTINGS", + "description": [], + "signature": [ + "{ readonly META_FIELDS: \"metaFields\"; readonly DOC_HIGHLIGHT: \"doc_table:highlight\"; readonly QUERY_STRING_OPTIONS: \"query:queryString:options\"; readonly QUERY_ALLOW_LEADING_WILDCARDS: \"query:allowLeadingWildcards\"; readonly SEARCH_QUERY_LANGUAGE: \"search:queryLanguage\"; readonly SORT_OPTIONS: \"sort:options\"; readonly COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: \"courier:ignoreFilterIfFieldNotInIndex\"; readonly COURIER_SET_REQUEST_PREFERENCE: \"courier:setRequestPreference\"; readonly COURIER_CUSTOM_REQUEST_PREFERENCE: \"courier:customRequestPreference\"; readonly COURIER_MAX_CONCURRENT_SHARD_REQUESTS: \"courier:maxConcurrentShardRequests\"; readonly COURIER_BATCH_SEARCHES: \"courier:batchSearches\"; readonly SEARCH_INCLUDE_FROZEN: \"search:includeFrozen\"; readonly SEARCH_TIMEOUT: \"search:timeout\"; readonly HISTOGRAM_BAR_TARGET: \"histogram:barTarget\"; readonly HISTOGRAM_MAX_BARS: \"histogram:maxBars\"; readonly HISTORY_LIMIT: \"history:limit\"; readonly SHORT_DOTS_ENABLE: \"shortDots:enable\"; readonly FORMAT_DEFAULT_TYPE_MAP: \"format:defaultTypeMap\"; readonly FORMAT_NUMBER_DEFAULT_PATTERN: \"format:number:defaultPattern\"; readonly FORMAT_PERCENT_DEFAULT_PATTERN: \"format:percent:defaultPattern\"; readonly FORMAT_BYTES_DEFAULT_PATTERN: \"format:bytes:defaultPattern\"; readonly FORMAT_CURRENCY_DEFAULT_PATTERN: \"format:currency:defaultPattern\"; readonly FORMAT_NUMBER_DEFAULT_LOCALE: \"format:number:defaultLocale\"; readonly TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: \"timepicker:refreshIntervalDefaults\"; readonly TIMEPICKER_QUICK_RANGES: \"timepicker:quickRanges\"; readonly TIMEPICKER_TIME_DEFAULTS: \"timepicker:timeDefaults\"; readonly INDEXPATTERN_PLACEHOLDER: \"indexPattern:placeholder\"; readonly FILTERS_PINNED_BY_DEFAULT: \"filters:pinnedByDefault\"; readonly FILTERS_EDITOR_SUGGEST_VALUES: \"filterEditor:suggestValues\"; readonly AUTOCOMPLETE_USE_TIMERANGE: \"autocomplete:useTimeRange\"; readonly AUTOCOMPLETE_VALUE_SUGGESTION_METHOD: \"autocomplete:valueSuggestionMethod\"; }" + ], + "source": { + "path": "src/plugins/data/common/constants.ts", + "lineNumber": 17 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "setup": { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginSetup", + "type": "Interface", + "tags": [], + "label": "DataPublicPluginSetup", + "description": [ + "\nData plugin public Setup contract" + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 41 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginSetup.autocomplete", + "type": "Object", + "tags": [], + "label": "autocomplete", + "description": [], + "signature": [ + "{ getQuerySuggestions: ", + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataAutocompletePluginApi", + "section": "def-public.QuerySuggestionGetFn", + "text": "QuerySuggestionGetFn" + }, + "; getAutocompleteSettings: () => { terminateAfter: number; timeout: number; }; }" + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 42 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginSetup.search", + "type": "Object", + "tags": [], + "label": "search", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataSearchPluginApi", + "section": "def-public.ISearchSetup", + "text": "ISearchSetup" + } + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 43 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginSetup.fieldFormats", + "type": "Object", + "tags": [], + "label": "fieldFormats", + "description": [], + "signature": [ + "{ register: (fieldFormats: ", + "FieldFormatInstanceType", + "[]) => void; has: (id: string) => boolean; }" + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 44 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginSetup.query", + "type": "Object", + "tags": [], + "label": "query", + "description": [], + "signature": [ + "{ filterManager: ", + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.FilterManager", + "text": "FilterManager" + }, + "; timefilter: ", + "TimefilterSetup", + "; queryString: Pick<", + "QueryStringManager", + ", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; state$: ", + "Observable", + "<{ changes: ", + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.QueryStateChange", + "text": "QueryStateChange" + }, + "; state: ", + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.QueryState", + "text": "QueryState" + }, + "; }>; }" + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 45 + }, + "deprecated": false + } + ], + "lifecycle": "setup", + "initialIsOpen": true + }, + "start": { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginStart", + "type": "Interface", + "tags": [], + "label": "DataPublicPluginStart", + "description": [ + "\nData plugin public Start contract" + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 67 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginStart.actions", + "type": "Object", + "tags": [], + "label": "actions", + "description": [ + "\nfilter creation utilities\n{@link DataPublicPluginStartActions}" + ], + "signature": [ + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataPluginApi", + "section": "def-public.DataPublicPluginStartActions", + "text": "DataPublicPluginStartActions" + } + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 72 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginStart.autocomplete", + "type": "Object", + "tags": [], + "label": "autocomplete", + "description": [ + "\nautocomplete service\n{@link AutocompleteStart}" + ], + "signature": [ + "{ getQuerySuggestions: ", + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataAutocompletePluginApi", + "section": "def-public.QuerySuggestionGetFn", + "text": "QuerySuggestionGetFn" + }, + "; hasQuerySuggestions: (language: string) => boolean; getValueSuggestions: ", + "ValueSuggestionsGetFn", + "; }" + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 77 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginStart.indexPatterns", + "type": "Object", + "tags": [], + "label": "indexPatterns", + "description": [ + "\nindex patterns service\n{@link IndexPatternsContract}" + ], + "signature": [ + "{ get: (id: string) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ">; delete: (indexPatternId: string) => Promise<{}>; create: (spec: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + }, + ", skipFetchFields?: boolean) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ">; find: (search: string, size?: number) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + "[]>; ensureDefaultIndexPattern: ", + "EnsureDefaultIndexPattern", + "; getIds: (refresh?: boolean) => Promise; getTitles: (refresh?: boolean) => Promise; getIdsWithTitle: (refresh?: boolean) => Promise<{ id: string; title: string; }[]>; clearCache: (id?: string | undefined) => void; getCache: () => Promise<", + "SavedObject", + "<", + "IndexPatternSavedObjectAttrs", + ">[] | null | undefined>; getDefault: () => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + " | null>; getDefaultId: () => Promise; setDefault: (id: string | null, force?: boolean) => Promise; getFieldsForWildcard: (options: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.GetFieldsOptions", + "text": "GetFieldsOptions" + }, + ") => Promise; getFieldsForIndexPattern: (indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + }, + ", options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.GetFieldsOptions", + "text": "GetFieldsOptions" + }, + " | undefined) => Promise; refreshFields: (indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ") => Promise; fieldArrayToMap: (fields: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + "[], fieldAttrs?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldAttrs", + "text": "FieldAttrs" + }, + " | undefined) => Record; savedObjectToSpec: (savedObject: ", + "SavedObject", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternAttributes", + "text": "IndexPatternAttributes" + }, + ">) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + }, + "; createAndSave: (spec: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + }, + ", override?: boolean, skipFetchFields?: boolean) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ">; createSavedObject: (indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ", override?: boolean) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ">; updateSavedObject: (indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ", saveAttempts?: number, ignoreErrors?: boolean) => Promise; }" + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 82 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginStart.search", + "type": "Object", + "tags": [], + "label": "search", + "description": [ + "\nsearch service\n{@link ISearchStart}" + ], + "signature": [ + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataSearchPluginApi", + "section": "def-public.ISearchStart", + "text": "ISearchStart" + } + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 87 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginStart.fieldFormats", + "type": "CompoundType", + "tags": [], + "label": "fieldFormats", + "description": [ + "\nfield formats service\n{@link FieldFormatsStart}" + ], + "signature": [ + "Pick<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormatsRegistry", + "text": "FieldFormatsRegistry" + }, + ", \"deserialize\" | \"getDefaultConfig\" | \"getType\" | \"getTypeWithoutMetaParams\" | \"getDefaultType\" | \"getTypeNameByEsTypes\" | \"getDefaultTypeName\" | \"getInstance\" | \"getDefaultInstancePlain\" | \"getDefaultInstanceCacheResolver\" | \"getByFieldType\" | \"getDefaultInstance\" | \"parseDefaultTypeMap\" | \"has\"> & { deserialize: ", + "FormatFactory", + "; }" + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 92 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginStart.query", + "type": "Object", + "tags": [], + "label": "query", + "description": [ + "\nquery service\n{@link QueryStart}" + ], + "signature": [ + "{ addToQueryLog: (appName: string, { language, query }: any) => void; filterManager: ", + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.FilterManager", + "text": "FilterManager" + }, + "; queryString: Pick<", + "QueryStringManager", + ", \"getDefaultQuery\" | \"formatQuery\" | \"getUpdates$\" | \"getQuery\" | \"setQuery\" | \"clearQuery\">; savedQueries: ", + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.SavedQueryService", + "text": "SavedQueryService" + }, + "; state$: ", + "Observable", + "<{ changes: ", + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.QueryStateChange", + "text": "QueryStateChange" + }, + "; state: ", + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.QueryState", + "text": "QueryState" + }, + "; }>; timefilter: ", + "TimefilterSetup", + "; getEsQuery: (indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ", timeRange?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + " | undefined) => { bool: { must: ", + "DslQuery", + "[]; filter: any[]; should: never[]; must_not: any[]; }; }; }" + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 97 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginStart.ui", + "type": "Object", + "tags": [], + "label": "ui", + "description": [ + "\nprewired UI components\n{@link DataPublicPluginStartUi}" + ], + "signature": [ + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataPluginApi", + "section": "def-public.DataPublicPluginStartUi", + "text": "DataPublicPluginStartUi" + } + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 102 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.DataPublicPluginStart.nowProvider", + "type": "Object", + "tags": [], + "label": "nowProvider", + "description": [], + "signature": [ + "{ get: () => Date; }" + ], + "source": { + "path": "src/plugins/data/public/types.ts", + "lineNumber": 104 + }, + "deprecated": false + } + ], + "lifecycle": "start", + "initialIsOpen": true + } + }, + "server": { + "classes": [ + { + "parentPluginId": "data", + "id": "def-server.AggParamType", + "type": "Class", + "tags": [], + "label": "AggParamType", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggParamType", + "text": "AggParamType" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.BaseParamType", + "text": "BaseParamType" + }, + "" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.AggParamType.makeAgg", + "type": "Function", + "tags": [], + "label": "makeAgg", + "description": [], + "signature": [ + "(agg: TAggConfig, state?: { type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ", + "SerializableState", + " | undefined; schema?: string | undefined; } | undefined) => TAggConfig" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", + "lineNumber": 15 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.agg", + "type": "Uncategorized", + "tags": [], + "label": "agg", + "description": [], + "signature": [ + "TAggConfig" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", + "lineNumber": 15 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.state", + "type": "Object", + "tags": [], + "label": "state", + "description": [], + "signature": [ + "{ type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ", + "SerializableState", + " | undefined; schema?: string | undefined; } | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", + "lineNumber": 15 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.AggParamType.allowedAggs", + "type": "Array", + "tags": [], + "label": "allowedAggs", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", + "lineNumber": 16 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggParamType.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", + "lineNumber": 18 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.AggParamType.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "Record" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/agg.ts", + "lineNumber": 18 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.DataServerPlugin", + "type": "Class", + "tags": [], + "label": "DataServerPlugin", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "server", + "docId": "kibDataPluginApi", + "section": "def-server.DataServerPlugin", + "text": "DataServerPlugin" + }, + " implements ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.Plugin", + "text": "Plugin" + }, + "<", + { + "pluginId": "data", + "scope": "server", + "docId": "kibDataPluginApi", + "section": "def-server.DataPluginSetup", + "text": "DataPluginSetup" + }, + ", ", + { + "pluginId": "data", + "scope": "server", + "docId": "kibDataPluginApi", + "section": "def-server.DataPluginStart", + "text": "DataPluginStart" + }, + ", ", + "DataPluginSetupDependencies", + ", ", + "DataPluginStartDependencies", + ">" + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 54 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.DataServerPlugin.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 71 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.DataServerPlugin.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "initializerContext", + "description": [], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.PluginInitializerContext", + "text": "PluginInitializerContext" + }, + "; }>; }>; autocomplete: Readonly<{} & { querySuggestions: Readonly<{} & { enabled: boolean; }>; valueSuggestions: Readonly<{} & { enabled: boolean; timeout: moment.Duration; tiers: string[]; terminateAfter: moment.Duration; }>; }>; }>>" + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 71 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.DataServerPlugin.setup", + "type": "Function", + "tags": [], + "label": "setup", + "description": [], + "signature": [ + "(core: ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.CoreSetup", + "text": "CoreSetup" + }, + "<", + "DataPluginStartDependencies", + ", ", + { + "pluginId": "data", + "scope": "server", + "docId": "kibDataPluginApi", + "section": "def-server.DataPluginStart", + "text": "DataPluginStart" + }, + ">, { bfetch, expressions, usageCollection }: ", + "DataPluginSetupDependencies", + ") => { __enhance: (enhancements: ", + "DataEnhancements", + ") => void; search: ", + { + "pluginId": "data", + "scope": "server", + "docId": "kibDataSearchPluginApi", + "section": "def-server.ISearchSetup", + "text": "ISearchSetup" + }, + "; fieldFormats: { register: (customFieldFormat: ", + "FieldFormatInstanceType", + ") => number; }; }" + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 79 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.DataServerPlugin.setup.$1", + "type": "Object", + "tags": [], + "label": "core", + "description": [], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.CoreSetup", + "text": "CoreSetup" + }, + "<", + "DataPluginStartDependencies", + ", ", + { + "pluginId": "data", + "scope": "server", + "docId": "kibDataPluginApi", + "section": "def-server.DataPluginStart", + "text": "DataPluginStart" + }, + ">" + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 80 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.DataServerPlugin.setup.$2", + "type": "Object", + "tags": [], + "label": "{ bfetch, expressions, usageCollection }", + "description": [], + "signature": [ + "DataPluginSetupDependencies" + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 81 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.DataServerPlugin.start", + "type": "Function", + "tags": [], + "label": "start", + "description": [], + "signature": [ + "(core: ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.CoreStart", + "text": "CoreStart" + }, + ") => { fieldFormats: { fieldFormatServiceFactory: (uiSettings: ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.IUiSettingsClient", + "text": "IUiSettingsClient" + }, + ") => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormatsRegistry", + "text": "FieldFormatsRegistry" + }, + ">; }; indexPatterns: { indexPatternsServiceFactory: (savedObjectsClient: Pick<", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreSavedObjectsPluginApi", + "section": "def-server.SavedObjectsClient", + "text": "SavedObjectsClient" + }, + ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"collectMultiNamespaceReferences\" | \"updateObjectsSpaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">, elasticsearchClient: ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.ElasticsearchClient", + "text": "ElasticsearchClient" + }, + ") => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternsService", + "text": "IndexPatternsService" + }, + ">; }; search: ", + { + "pluginId": "data", + "scope": "server", + "docId": "kibDataSearchPluginApi", + "section": "def-server.ISearchStart", + "text": "ISearchStart" + }, + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchRequest", + "text": "IEsSearchRequest" + }, + ", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + ">; }" + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 110 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.DataServerPlugin.start.$1", + "type": "Object", + "tags": [], + "label": "core", + "description": [], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.CoreStart", + "text": "CoreStart" + } + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 110 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.DataServerPlugin.stop", + "type": "Function", + "tags": [], + "label": "stop", + "description": [], + "signature": [ + "() => void" + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 124 + }, + "deprecated": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern", + "type": "Class", + "tags": [], + "label": "IndexPattern", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + " implements ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPattern", + "text": "IIndexPattern" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 44 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 45 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 46 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.fieldFormatMap", + "type": "Object", + "tags": [], + "label": "fieldFormatMap", + "description": [], + "signature": [ + "{ [x: string]: any; }" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 47 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.typeMeta", + "type": "Object", + "tags": [], + "label": "typeMeta", + "description": [ + "\nOnly used by rollup indices, used by rollup specific endpoint to load field list" + ], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.TypeMeta", + "text": "TypeMeta" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 51 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.fields", + "type": "CompoundType", + "tags": [], + "label": "fields", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPatternFieldList", + "text": "IIndexPatternFieldList" + }, + " & { toSpec: () => Record; }" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 52 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.timeFieldName", + "type": "string", + "tags": [], + "label": "timeFieldName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 53 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.intervalName", + "type": "string", + "tags": [ + "deprecated" + ], + "label": "intervalName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 58 + }, + "deprecated": true, + "references": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.type", + "type": "string", + "tags": [], + "label": "type", + "description": [ + "\nType is used to identify rollup index patterns" + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 62 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.formatHit", + "type": "Function", + "tags": [], + "label": "formatHit", + "description": [], + "signature": [ + "{ (hit: Record, type?: string | undefined): any; formatField: FormatFieldFn; }" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 63 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.hit", + "type": "Object", + "tags": [], + "label": "hit", + "description": [], + "signature": [ + "{ [x: string]: any; }" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 64 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 64 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.formatField", + "type": "Function", + "tags": [], + "label": "formatField", + "description": [], + "signature": [ + "(hit: Record, fieldName: string) => any" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 67 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.hit", + "type": "Object", + "tags": [], + "label": "hit", + "description": [], + "signature": [ + "{ [x: string]: any; }" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 42 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldName", + "type": "string", + "tags": [], + "label": "fieldName", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 42 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.flattenHit", + "type": "Function", + "tags": [], + "label": "flattenHit", + "description": [], + "signature": [ + "(hit: Record, deep?: boolean | undefined) => Record" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 68 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.hit", + "type": "Object", + "tags": [], + "label": "hit", + "description": [], + "signature": [ + "{ [x: string]: any; }" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 68 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.deep", + "type": "CompoundType", + "tags": [], + "label": "deep", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 68 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.metaFields", + "type": "Array", + "tags": [], + "label": "metaFields", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 69 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.version", + "type": "string", + "tags": [], + "label": "version", + "description": [ + "\nSavedObject version" + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 73 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.sourceFilters", + "type": "Array", + "tags": [], + "label": "sourceFilters", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.SourceFilter", + "text": "SourceFilter" + }, + "[] | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 74 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.allowNoIndex", + "type": "boolean", + "tags": [], + "label": "allowNoIndex", + "description": [ + "\nprevents errors when index pattern exists before indices" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 84 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 86 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "{\n spec = {},\n fieldFormats,\n shortDotsEnable = false,\n metaFields = [],\n }", + "description": [], + "signature": [ + "IndexPatternDeps" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 86 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getOriginalSavedObjectBody", + "type": "Function", + "tags": [], + "label": "getOriginalSavedObjectBody", + "description": [ + "\nGet last saved saved object fields" + ], + "signature": [ + "() => { fieldAttrs?: string | undefined; title?: string | undefined; timeFieldName?: string | undefined; intervalName?: string | undefined; fields?: string | undefined; sourceFilters?: string | undefined; fieldFormatMap?: string | undefined; typeMeta?: string | undefined; type?: string | undefined; }" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 128 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.resetOriginalSavedObjectBody", + "type": "Function", + "tags": [], + "label": "resetOriginalSavedObjectBody", + "description": [ + "\nReset last saved saved object fields. used after saving" + ], + "signature": [ + "() => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 133 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getFieldAttrs", + "type": "Function", + "tags": [], + "label": "getFieldAttrs", + "description": [], + "signature": [ + "() => { [x: string]: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldAttrSet", + "text": "FieldAttrSet" + }, + "; }" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 137 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getComputedFields", + "type": "Function", + "tags": [], + "label": "getComputedFields", + "description": [], + "signature": [ + "() => { storedFields: string[]; scriptFields: any; docvalueFields: { field: any; format: string; }[]; runtimeFields: Record; }" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 162 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.toSpec", + "type": "Function", + "tags": [], + "label": "toSpec", + "description": [ + "\nCreate static representation of index pattern" + ], + "signature": [ + "() => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 208 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getSourceFiltering", + "type": "Function", + "tags": [], + "label": "getSourceFiltering", + "description": [ + "\nGet the source filtering configuration for that index." + ], + "signature": [ + "() => { excludes: any[]; }" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 230 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.addScriptedField", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "addScriptedField", + "description": [ + "\nAdd scripted field to field list\n" + ], + "signature": [ + "(name: string, script: string, fieldType?: string) => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 245 + }, + "deprecated": true, + "references": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.addScriptedField.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [ + "field name" + ], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 245 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.addScriptedField.$2", + "type": "string", + "tags": [], + "label": "script", + "description": [ + "script code" + ], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 245 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.addScriptedField.$3", + "type": "string", + "tags": [], + "label": "fieldType", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 245 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.removeScriptedField", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "removeScriptedField", + "description": [ + "\nRemove scripted field from field list" + ], + "signature": [ + "(fieldName: string) => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 272 + }, + "deprecated": true, + "references": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.removeScriptedField.$1", + "type": "string", + "tags": [], + "label": "fieldName", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 272 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getNonScriptedFields", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "getNonScriptedFields", + "description": [ + "\n" + ], + "signature": [ + "() => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 283 + }, + "deprecated": true, + "references": [ + { + "plugin": "visTypeTimeseries", + "link": { + "path": "src/plugins/vis_type_timeseries/server/lib/search_strategies/strategies/abstract_search_strategy.ts", + "lineNumber": 65 + } + }, + { + "plugin": "graph", + "link": { + "path": "x-pack/plugins/graph/public/services/persistence/deserialize.ts", + "lineNumber": 106 + } + }, + { + "plugin": "graph", + "link": { + "path": "x-pack/plugins/graph/public/state_management/datasource.test.ts", + "lineNumber": 29 + } + }, + { + "plugin": "graph", + "link": { + "path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts", + "lineNumber": 122 + } + }, + { + "plugin": "graph", + "link": { + "path": "x-pack/plugins/graph/public/services/persistence/deserialize.test.ts", + "lineNumber": 244 + } + } + ], + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getScriptedFields", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "getScriptedFields", + "description": [ + "\n" + ], + "signature": [ + "() => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 291 + }, + "deprecated": true, + "references": [], + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.isTimeBased", + "type": "Function", + "tags": [], + "label": "isTimeBased", + "description": [], + "signature": [ + "() => boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 295 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.isTimeNanosBased", + "type": "Function", + "tags": [], + "label": "isTimeNanosBased", + "description": [], + "signature": [ + "() => boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 299 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getTimeField", + "type": "Function", + "tags": [], + "label": "getTimeField", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 304 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getFieldByName", + "type": "Function", + "tags": [], + "label": "getFieldByName", + "description": [], + "signature": [ + "(name: string) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 309 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getFieldByName.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 309 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getAggregationRestrictions", + "type": "Function", + "tags": [], + "label": "getAggregationRestrictions", + "description": [], + "signature": [ + "() => Record> | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 314 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getAsSavedObjectBody", + "type": "Function", + "tags": [], + "label": "getAsSavedObjectBody", + "description": [ + "\nReturns index pattern as saved object body for saving" + ], + "signature": [ + "() => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternAttributes", + "text": "IndexPatternAttributes" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 321 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getFormatterForField", + "type": "Function", + "tags": [], + "label": "getFormatterForField", + "description": [ + "\nProvide a field, get its formatter" + ], + "signature": [ + "(field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + ") => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 347 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getFormatterForField.$1", + "type": "CompoundType", + "tags": [], + "label": "field", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 348 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.addRuntimeField", + "type": "Function", + "tags": [], + "label": "addRuntimeField", + "description": [ + "\nAdd a runtime field - Appended to existing mapped field or a new field is\ncreated as appropriate" + ], + "signature": [ + "(name: string, runtimeField: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.RuntimeField", + "text": "RuntimeField" + }, + ") => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 367 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.addRuntimeField.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [ + "Field name" + ], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 367 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.addRuntimeField.$2", + "type": "Object", + "tags": [], + "label": "runtimeField", + "description": [ + "Runtime field definition" + ], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.RuntimeField", + "text": "RuntimeField" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 367 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.hasRuntimeField", + "type": "Function", + "tags": [], + "label": "hasRuntimeField", + "description": [ + "\nChecks if runtime field exists" + ], + "signature": [ + "(name: string) => boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 389 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.hasRuntimeField.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 389 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getRuntimeField", + "type": "Function", + "tags": [], + "label": "getRuntimeField", + "description": [ + "\nReturns runtime field if exists" + ], + "signature": [ + "(name: string) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.RuntimeField", + "text": "RuntimeField" + }, + " | null" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 397 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getRuntimeField.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 397 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.replaceAllRuntimeFields", + "type": "Function", + "tags": [], + "label": "replaceAllRuntimeFields", + "description": [ + "\nReplaces all existing runtime fields with new fields" + ], + "signature": [ + "(newFields: Record) => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 405 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.replaceAllRuntimeFields.$1", + "type": "Object", + "tags": [], + "label": "newFields", + "description": [], + "signature": [ + "Record" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 405 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.removeRuntimeField", + "type": "Function", + "tags": [], + "label": "removeRuntimeField", + "description": [ + "\nRemove a runtime field - removed from mapped field or removed unmapped\nfield as appropriate. Doesn't clear associated field attributes." + ], + "signature": [ + "(name: string) => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 421 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.removeRuntimeField.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [ + "- Field name to remove" + ], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 421 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getFormatterForFieldNoDefault", + "type": "Function", + "tags": [], + "label": "getFormatterForFieldNoDefault", + "description": [ + "\nGet formatter for a given field name. Return undefined if none exists" + ], + "signature": [ + "(fieldname: string) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 438 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.getFormatterForFieldNoDefault.$1", + "type": "string", + "tags": [], + "label": "fieldname", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 438 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.setFieldAttrs", + "type": "Function", + "tags": [], + "label": "setFieldAttrs", + "description": [], + "signature": [ + "(fieldName: string, attrName: K, value: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldAttrSet", + "text": "FieldAttrSet" + }, + "[K]) => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 445 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.setFieldAttrs.$1", + "type": "string", + "tags": [], + "label": "fieldName", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 446 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.setFieldAttrs.$2", + "type": "Uncategorized", + "tags": [], + "label": "attrName", + "description": [], + "signature": [ + "K" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 447 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.setFieldAttrs.$3", + "type": "Uncategorized", + "tags": [], + "label": "value", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldAttrSet", + "text": "FieldAttrSet" + }, + "[K]" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 448 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.setFieldCustomLabel", + "type": "Function", + "tags": [], + "label": "setFieldCustomLabel", + "description": [], + "signature": [ + "(fieldName: string, customLabel: string | null | undefined) => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 456 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.setFieldCustomLabel.$1", + "type": "string", + "tags": [], + "label": "fieldName", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 456 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.setFieldCustomLabel.$2", + "type": "CompoundType", + "tags": [], + "label": "customLabel", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 456 + }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.setFieldCount", + "type": "Function", + "tags": [], + "label": "setFieldCount", + "description": [], + "signature": [ + "(fieldName: string, count: number | null | undefined) => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 467 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.setFieldCount.$1", + "type": "string", + "tags": [], + "label": "fieldName", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 467 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.setFieldCount.$2", + "type": "CompoundType", + "tags": [], + "label": "count", + "description": [], + "signature": [ + "number | null | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 467 + }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.setFieldFormat", + "type": "Function", + "tags": [], + "label": "setFieldFormat", + "description": [], + "signature": [ + "(fieldName: string, format: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.SerializedFieldFormat", + "text": "SerializedFieldFormat" + }, + ">) => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 480 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.setFieldFormat.$1", + "type": "string", + "tags": [], + "label": "fieldName", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 480 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.setFieldFormat.$2", + "type": "Object", + "tags": [], + "label": "format", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.SerializedFieldFormat", + "text": "SerializedFieldFormat" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 480 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.deleteFieldFormat", + "type": "Function", + "tags": [], + "label": "deleteFieldFormat", + "description": [], + "signature": [ + "(fieldName: string) => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 484 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPattern.deleteFieldFormat.$1", + "type": "string", + "tags": [], + "label": "fieldName", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_pattern.ts", + "lineNumber": 484 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService", + "type": "Class", + "tags": [], + "label": "IndexPatternsService", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 56 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.ensureDefaultIndexPattern", + "type": "Function", + "tags": [], + "label": "ensureDefaultIndexPattern", + "description": [], + "signature": [ + "() => Promise | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 66 + }, + "deprecated": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 68 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "{\n uiSettings,\n savedObjectsClient,\n apiClient,\n fieldFormats,\n onNotification,\n onError,\n onRedirectNoIndexPattern = () => {},\n }", + "description": [], + "signature": [ + "IndexPatternsServiceDeps" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 68 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getIds", + "type": "Function", + "tags": [], + "label": "getIds", + "description": [ + "\nGet list of index pattern ids" + ], + "signature": [ + "(refresh?: boolean) => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 107 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getIds.$1", + "type": "boolean", + "tags": [], + "label": "refresh", + "description": [ + "Force refresh of index pattern list" + ], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 107 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getTitles", + "type": "Function", + "tags": [], + "label": "getTitles", + "description": [ + "\nGet list of index pattern titles" + ], + "signature": [ + "(refresh?: boolean) => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 121 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getTitles.$1", + "type": "boolean", + "tags": [], + "label": "refresh", + "description": [ + "Force refresh of index pattern list" + ], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 121 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.find", + "type": "Function", + "tags": [], + "label": "find", + "description": [ + "\nFind and load index patterns by title" + ], + "signature": [ + "(search: string, size?: number) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + "[]>" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 137 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.find.$1", + "type": "string", + "tags": [], + "label": "search", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 137 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.find.$2", + "type": "number", + "tags": [], + "label": "size", + "description": [], + "signature": [ + "number" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 137 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [ + "IndexPattern[]" + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getIdsWithTitle", + "type": "Function", + "tags": [], + "label": "getIdsWithTitle", + "description": [ + "\nGet list of index pattern ids with titles" + ], + "signature": [ + "(refresh?: boolean) => Promise<{ id: string; title: string; }[]>" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 155 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getIdsWithTitle.$1", + "type": "boolean", + "tags": [], + "label": "refresh", + "description": [ + "Force refresh of index pattern list" + ], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 156 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.clearCache", + "type": "Function", + "tags": [], + "label": "clearCache", + "description": [ + "\nClear index pattern list cache" + ], + "signature": [ + "(id?: string | undefined) => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 174 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.clearCache.$1", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "optionally clear a single id" + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 174 + }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getCache", + "type": "Function", + "tags": [], + "label": "getCache", + "description": [], + "signature": [ + "() => Promise<", + "SavedObject", + "<", + "IndexPatternSavedObjectAttrs", + ">[] | null | undefined>" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 183 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getDefault", + "type": "Function", + "tags": [], + "label": "getDefault", + "description": [ + "\nGet default index pattern" + ], + "signature": [ + "() => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + " | null>" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 193 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getDefaultId", + "type": "Function", + "tags": [], + "label": "getDefaultId", + "description": [ + "\nGet default index pattern id" + ], + "signature": [ + "() => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 205 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.setDefault", + "type": "Function", + "tags": [], + "label": "setDefault", + "description": [ + "\nOptionally set default index pattern, unless force = true" + ], + "signature": [ + "(id: string | null, force?: boolean) => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 215 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.setDefault.$1", + "type": "CompoundType", + "tags": [], + "label": "id", + "description": [], + "signature": [ + "string | null" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 215 + }, + "deprecated": false, + "isRequired": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.setDefault.$2", + "type": "boolean", + "tags": [], + "label": "force", + "description": [], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 215 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getFieldsForWildcard", + "type": "Function", + "tags": [], + "label": "getFieldsForWildcard", + "description": [ + "\nGet field list by providing { pattern }" + ], + "signature": [ + "(options: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.GetFieldsOptions", + "text": "GetFieldsOptions" + }, + ") => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 226 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getFieldsForWildcard.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.GetFieldsOptions", + "text": "GetFieldsOptions" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 226 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [ + "FieldSpec[]" + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getFieldsForIndexPattern", + "type": "Function", + "tags": [], + "label": "getFieldsForIndexPattern", + "description": [ + "\nGet field list by providing an index patttern (or spec)" + ], + "signature": [ + "(indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + }, + ", options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.GetFieldsOptions", + "text": "GetFieldsOptions" + }, + " | undefined) => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 242 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getFieldsForIndexPattern.$1", + "type": "CompoundType", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 243 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getFieldsForIndexPattern.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.GetFieldsOptions", + "text": "GetFieldsOptions" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 244 + }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [ + "FieldSpec[]" + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.refreshFields", + "type": "Function", + "tags": [], + "label": "refreshFields", + "description": [ + "\nRefresh field list for a given index pattern" + ], + "signature": [ + "(indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ") => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 257 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.refreshFields.$1", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 257 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.fieldArrayToMap", + "type": "Function", + "tags": [], + "label": "fieldArrayToMap", + "description": [ + "\nConverts field array to map" + ], + "signature": [ + "(fields: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + "[], fieldAttrs?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldAttrs", + "text": "FieldAttrs" + }, + " | undefined) => Record" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 334 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.fieldArrayToMap.$1", + "type": "Array", + "tags": [], + "label": "fields", + "description": [ + ": FieldSpec[]" + ], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 334 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.fieldArrayToMap.$2", + "type": "Object", + "tags": [], + "label": "fieldAttrs", + "description": [ + ": FieldAttrs" + ], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldAttrs", + "text": "FieldAttrs" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 334 + }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [ + "Record" + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.savedObjectToSpec", + "type": "Function", + "tags": [], + "label": "savedObjectToSpec", + "description": [ + "\nConverts index pattern saved object to index pattern spec" + ], + "signature": [ + "(savedObject: ", + "SavedObject", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternAttributes", + "text": "IndexPatternAttributes" + }, + ">) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 350 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.savedObjectToSpec.$1", + "type": "Object", + "tags": [], + "label": "savedObject", + "description": [], + "signature": [ + "SavedObject", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternAttributes", + "text": "IndexPatternAttributes" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 350 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [ + "IndexPatternSpec" + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.get", + "type": "Function", + "tags": [], + "label": "get", + "description": [ + "\nGet an index pattern by id. Cache optimized" + ], + "signature": [ + "(id: string) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 483 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.get.$1", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 483 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [ + "\nCreate a new index pattern instance" + ], + "signature": [ + "(spec: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + }, + ", skipFetchFields?: boolean) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 502 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.create.$1", + "type": "Object", + "tags": [], + "label": "spec", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 502 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.create.$2", + "type": "boolean", + "tags": [], + "label": "skipFetchFields", + "description": [], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 502 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [ + "IndexPattern" + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createAndSave", + "type": "Function", + "tags": [], + "label": "createAndSave", + "description": [ + "\nCreate a new index pattern and save it right away" + ], + "signature": [ + "(spec: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + }, + ", override?: boolean, skipFetchFields?: boolean) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 527 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createAndSave.$1", + "type": "Object", + "tags": [], + "label": "spec", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 527 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createAndSave.$2", + "type": "boolean", + "tags": [], + "label": "override", + "description": [ + "Overwrite if existing index pattern exists." + ], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 527 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createAndSave.$3", + "type": "boolean", + "tags": [], + "label": "skipFetchFields", + "description": [ + "Whether to skip field refresh step." + ], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 527 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createSavedObject", + "type": "Function", + "tags": [], + "label": "createSavedObject", + "description": [ + "\nSave a new index pattern" + ], + "signature": [ + "(indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ", override?: boolean) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 540 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createSavedObject.$1", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 540 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createSavedObject.$2", + "type": "boolean", + "tags": [], + "label": "override", + "description": [ + "Overwrite if existing index pattern exists" + ], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 540 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.updateSavedObject", + "type": "Function", + "tags": [], + "label": "updateSavedObject", + "description": [ + "\nSave existing index pattern. Will attempt to merge differences if there are conflicts" + ], + "signature": [ + "(indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ", saveAttempts?: number, ignoreErrors?: boolean) => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 573 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.updateSavedObject.$1", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 574 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.updateSavedObject.$2", + "type": "number", + "tags": [], + "label": "saveAttempts", + "description": [], + "signature": [ + "number" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 575 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.updateSavedObject.$3", + "type": "boolean", + "tags": [], + "label": "ignoreErrors", + "description": [], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 576 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.delete", + "type": "Function", + "tags": [], + "label": "delete", + "description": [ + "\nDeletes an index pattern from .kibana index" + ], + "signature": [ + "(indexPatternId: string) => Promise<{}>" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 661 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.delete.$1", + "type": "string", + "tags": [], + "label": "indexPatternId", + "description": [ + ": Id of kibana Index Pattern to delete" + ], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 661 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService", + "type": "Class", + "tags": [], + "label": "IndexPatternsService", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 56 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.ensureDefaultIndexPattern", + "type": "Function", + "tags": [], + "label": "ensureDefaultIndexPattern", + "description": [], + "signature": [ + "() => Promise | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 66 + }, + "deprecated": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 68 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "{\n uiSettings,\n savedObjectsClient,\n apiClient,\n fieldFormats,\n onNotification,\n onError,\n onRedirectNoIndexPattern = () => {},\n }", + "description": [], + "signature": [ + "IndexPatternsServiceDeps" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 68 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getIds", + "type": "Function", + "tags": [], + "label": "getIds", + "description": [ + "\nGet list of index pattern ids" + ], + "signature": [ + "(refresh?: boolean) => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 107 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getIds.$1", + "type": "boolean", + "tags": [], + "label": "refresh", + "description": [ + "Force refresh of index pattern list" + ], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 107 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getTitles", + "type": "Function", + "tags": [], + "label": "getTitles", + "description": [ + "\nGet list of index pattern titles" + ], + "signature": [ + "(refresh?: boolean) => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 121 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getTitles.$1", + "type": "boolean", + "tags": [], + "label": "refresh", + "description": [ + "Force refresh of index pattern list" + ], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 121 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.find", + "type": "Function", + "tags": [], + "label": "find", + "description": [ + "\nFind and load index patterns by title" + ], + "signature": [ + "(search: string, size?: number) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + "[]>" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 137 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.find.$1", + "type": "string", + "tags": [], + "label": "search", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 137 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.find.$2", + "type": "number", + "tags": [], + "label": "size", + "description": [], + "signature": [ + "number" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 137 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [ + "IndexPattern[]" + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getIdsWithTitle", + "type": "Function", + "tags": [], + "label": "getIdsWithTitle", + "description": [ + "\nGet list of index pattern ids with titles" + ], + "signature": [ + "(refresh?: boolean) => Promise<{ id: string; title: string; }[]>" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 155 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getIdsWithTitle.$1", + "type": "boolean", + "tags": [], + "label": "refresh", + "description": [ + "Force refresh of index pattern list" + ], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 156 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.clearCache", + "type": "Function", + "tags": [], + "label": "clearCache", + "description": [ + "\nClear index pattern list cache" + ], + "signature": [ + "(id?: string | undefined) => void" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 174 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.clearCache.$1", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "optionally clear a single id" + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 174 + }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getCache", + "type": "Function", + "tags": [], + "label": "getCache", + "description": [], + "signature": [ + "() => Promise<", + "SavedObject", + "<", + "IndexPatternSavedObjectAttrs", + ">[] | null | undefined>" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 183 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getDefault", + "type": "Function", + "tags": [], + "label": "getDefault", + "description": [ + "\nGet default index pattern" + ], + "signature": [ + "() => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + " | null>" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 193 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getDefaultId", + "type": "Function", + "tags": [], + "label": "getDefaultId", + "description": [ + "\nGet default index pattern id" + ], + "signature": [ + "() => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 205 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.setDefault", + "type": "Function", + "tags": [], + "label": "setDefault", + "description": [ + "\nOptionally set default index pattern, unless force = true" + ], + "signature": [ + "(id: string | null, force?: boolean) => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 215 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.setDefault.$1", + "type": "CompoundType", + "tags": [], + "label": "id", + "description": [], + "signature": [ + "string | null" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 215 + }, + "deprecated": false, + "isRequired": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.setDefault.$2", + "type": "boolean", + "tags": [], + "label": "force", + "description": [], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 215 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getFieldsForWildcard", + "type": "Function", + "tags": [], + "label": "getFieldsForWildcard", + "description": [ + "\nGet field list by providing { pattern }" + ], + "signature": [ + "(options: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.GetFieldsOptions", + "text": "GetFieldsOptions" + }, + ") => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 226 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getFieldsForWildcard.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.GetFieldsOptions", + "text": "GetFieldsOptions" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 226 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [ + "FieldSpec[]" + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getFieldsForIndexPattern", + "type": "Function", + "tags": [], + "label": "getFieldsForIndexPattern", + "description": [ + "\nGet field list by providing an index patttern (or spec)" + ], + "signature": [ + "(indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + }, + ", options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.GetFieldsOptions", + "text": "GetFieldsOptions" + }, + " | undefined) => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 242 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getFieldsForIndexPattern.$1", + "type": "CompoundType", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 243 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.getFieldsForIndexPattern.$2", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.GetFieldsOptions", + "text": "GetFieldsOptions" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 244 + }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [ + "FieldSpec[]" + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.refreshFields", + "type": "Function", + "tags": [], + "label": "refreshFields", + "description": [ + "\nRefresh field list for a given index pattern" + ], + "signature": [ + "(indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ") => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 257 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.refreshFields.$1", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 257 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.fieldArrayToMap", + "type": "Function", + "tags": [], + "label": "fieldArrayToMap", + "description": [ + "\nConverts field array to map" + ], + "signature": [ + "(fields: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + "[], fieldAttrs?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldAttrs", + "text": "FieldAttrs" + }, + " | undefined) => Record" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 334 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.fieldArrayToMap.$1", + "type": "Array", + "tags": [], + "label": "fields", + "description": [ + ": FieldSpec[]" + ], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 334 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.fieldArrayToMap.$2", + "type": "Object", + "tags": [], + "label": "fieldAttrs", + "description": [ + ": FieldAttrs" + ], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldAttrs", + "text": "FieldAttrs" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 334 + }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [ + "Record" + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.savedObjectToSpec", + "type": "Function", + "tags": [], + "label": "savedObjectToSpec", + "description": [ + "\nConverts index pattern saved object to index pattern spec" + ], + "signature": [ + "(savedObject: ", + "SavedObject", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternAttributes", + "text": "IndexPatternAttributes" + }, + ">) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 350 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.savedObjectToSpec.$1", + "type": "Object", + "tags": [], + "label": "savedObject", + "description": [], + "signature": [ + "SavedObject", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternAttributes", + "text": "IndexPatternAttributes" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 350 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [ + "IndexPatternSpec" + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.get", + "type": "Function", + "tags": [], + "label": "get", + "description": [ + "\nGet an index pattern by id. Cache optimized" + ], + "signature": [ + "(id: string) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 483 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.get.$1", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 483 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.create", + "type": "Function", + "tags": [], + "label": "create", + "description": [ + "\nCreate a new index pattern instance" + ], + "signature": [ + "(spec: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + }, + ", skipFetchFields?: boolean) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 502 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.create.$1", + "type": "Object", + "tags": [], + "label": "spec", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 502 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.create.$2", + "type": "boolean", + "tags": [], + "label": "skipFetchFields", + "description": [], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 502 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [ + "IndexPattern" + ] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createAndSave", + "type": "Function", + "tags": [], + "label": "createAndSave", + "description": [ + "\nCreate a new index pattern and save it right away" + ], + "signature": [ + "(spec: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + }, + ", override?: boolean, skipFetchFields?: boolean) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 527 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createAndSave.$1", + "type": "Object", + "tags": [], + "label": "spec", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternSpec", + "text": "IndexPatternSpec" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 527 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createAndSave.$2", + "type": "boolean", + "tags": [], + "label": "override", + "description": [ + "Overwrite if existing index pattern exists." + ], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 527 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createAndSave.$3", + "type": "boolean", + "tags": [], + "label": "skipFetchFields", + "description": [ + "Whether to skip field refresh step." + ], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 527 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createSavedObject", + "type": "Function", + "tags": [], + "label": "createSavedObject", + "description": [ + "\nSave a new index pattern" + ], + "signature": [ + "(indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ", override?: boolean) => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 540 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createSavedObject.$1", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 540 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.createSavedObject.$2", + "type": "boolean", + "tags": [], + "label": "override", + "description": [ + "Overwrite if existing index pattern exists" + ], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 540 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.updateSavedObject", + "type": "Function", + "tags": [], + "label": "updateSavedObject", + "description": [ + "\nSave existing index pattern. Will attempt to merge differences if there are conflicts" + ], + "signature": [ + "(indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + ", saveAttempts?: number, ignoreErrors?: boolean) => Promise" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 573 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.updateSavedObject.$1", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 574 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.updateSavedObject.$2", + "type": "number", + "tags": [], + "label": "saveAttempts", + "description": [], + "signature": [ + "number" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 575 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.updateSavedObject.$3", + "type": "boolean", + "tags": [], + "label": "ignoreErrors", + "description": [], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 576 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.delete", + "type": "Function", + "tags": [], + "label": "delete", + "description": [ + "\nDeletes an index pattern from .kibana index" + ], + "signature": [ + "(indexPatternId: string) => Promise<{}>" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 661 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternsService.delete.$1", + "type": "string", + "tags": [], + "label": "indexPatternId", + "description": [ + ": Id of kibana Index Pattern to delete" + ], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts", + "lineNumber": 661 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.OptionedParamType", + "type": "Class", + "tags": [], + "label": "OptionedParamType", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.OptionedParamType", + "text": "OptionedParamType" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.BaseParamType", + "text": "BaseParamType" + }, + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 19 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.OptionedParamType.options", + "type": "Array", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.OptionedValueProp", + "text": "OptionedValueProp" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 20 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.OptionedParamType.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 22 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.OptionedParamType.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "Record" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 22 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + } + ], + "functions": [ + { + "parentPluginId": "data", + "id": "def-server.buildQueryFromFilters", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "buildQueryFromFilters", + "description": [], + "signature": [ + "(filters: any[] | undefined, indexPattern: ", + "IndexPatternBase", + " | undefined, ignoreFilterIfFieldNotInIndex?: boolean | undefined) => { must: never[]; filter: any[]; should: never[]; must_not: any[]; }" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 105 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.filters", + "type": "Array", + "tags": [], + "label": "filters", + "description": [], + "signature": [ + "any[] | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/from_filters.d.ts", + "lineNumber": 3 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + "IndexPatternBase", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/from_filters.d.ts", + "lineNumber": 3 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.ignoreFilterIfFieldNotInIndex", + "type": "CompoundType", + "tags": [], + "label": "ignoreFilterIfFieldNotInIndex", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/from_filters.d.ts", + "lineNumber": 3 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.castEsToKbnFieldTypeName", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "castEsToKbnFieldTypeName", + "description": [], + "signature": [ + "(esType: string) => ", + "KBN_FIELD_TYPES" + ], + "source": { + "path": "src/plugins/data/common/kbn_field_types/index.ts", + "lineNumber": 22 + }, + "deprecated": true, + "removeBy": "8.0", + "references": [ + { + "plugin": "indexPatternFieldEditor", + "link": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx", + "lineNumber": 22 + } + }, + { + "plugin": "indexPatternFieldEditor", + "link": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx", + "lineNumber": 83 + } + }, + { + "plugin": "savedObjectsManagement", + "link": { + "path": "src/plugins/saved_objects_management/public/lib/create_field_list.ts", + "lineNumber": 11 + } + }, + { + "plugin": "savedObjectsManagement", + "link": { + "path": "src/plugins/saved_objects_management/public/lib/create_field_list.ts", + "lineNumber": 94 + } + } + ], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.esType", + "type": "string", + "tags": [], + "label": "esType", + "description": [], + "source": { + "path": "node_modules/@kbn/field-types/target_types/kbn_field_types.d.ts", + "lineNumber": 22 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.getEsQueryConfig", + "type": "Function", + "tags": [], + "label": "getEsQueryConfig", + "description": [], + "signature": [ + "(config: KibanaConfig) => ", + "EsQueryConfig" + ], + "source": { + "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "lineNumber": 16 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.getEsQueryConfig.$1", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "KibanaConfig" + ], + "source": { + "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "lineNumber": 16 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.getTime", + "type": "Function", + "tags": [], + "label": "getTime", + "description": [], + "signature": [ + "(indexPattern: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPattern", + "text": "IIndexPattern" + }, + " | undefined, timeRange: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + ", options: { forceNow?: Date | undefined; fieldName?: string | undefined; } | undefined) => any" + ], + "source": { + "path": "src/plugins/data/common/query/timefilter/get_time.ts", + "lineNumber": 38 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.getTime.$1", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPattern", + "text": "IIndexPattern" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/query/timefilter/get_time.ts", + "lineNumber": 39 + }, + "deprecated": false, + "isRequired": false + }, + { + "parentPluginId": "data", + "id": "def-server.getTime.$2", + "type": "Object", + "tags": [], + "label": "timeRange", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + } + ], + "source": { + "path": "src/plugins/data/common/query/timefilter/get_time.ts", + "lineNumber": 40 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-server.getTime.$3.options", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "source": { + "path": "src/plugins/data/common/query/timefilter/get_time.ts", + "lineNumber": 41 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.getTime.$3.options.forceNow", + "type": "Object", + "tags": [], + "label": "forceNow", + "description": [], + "signature": [ + "Date | undefined" + ], + "source": { + "path": "src/plugins/data/common/query/timefilter/get_time.ts", + "lineNumber": 41 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.getTime.$3.options.fieldName", + "type": "string", + "tags": [], + "label": "fieldName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/query/timefilter/get_time.ts", + "lineNumber": 41 + }, + "deprecated": false + } + ] + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.parseInterval", + "type": "Function", + "tags": [], + "label": "parseInterval", + "description": [], + "signature": [ + "(interval: string) => moment.Duration | null" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_interval.ts", + "lineNumber": 29 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.parseInterval.$1", + "type": "string", + "tags": [], + "label": "interval", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_interval.ts", + "lineNumber": 29 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping", + "type": "Interface", + "tags": [], + "label": "AggFunctionsMapping", + "description": [ + "\nA global list of the expression function definitions for each agg type function." + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 195 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggFilter", + "type": "Object", + "tags": [], + "label": "aggFilter", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggFilter\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ geo_bounding_box?: ({ type: \"geo_bounding_box\"; } & GeoBox) | ({ type: \"geo_bounding_box\"; } & { top_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & { top_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & WellKnownText) | undefined; filter?: any; }, \"filter\" | \"geo_bounding_box\"> & Pick<{ geo_bounding_box?: ({ type: \"geo_bounding_box\"; } & GeoBox) | ({ type: \"geo_bounding_box\"; } & { top_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & { top_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & WellKnownText) | undefined; filter?: any; }, never>, \"enabled\" | \"id\" | \"filter\" | \"customLabel\" | \"schema\" | \"geo_bounding_box\" | \"json\" | \"timeShift\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 196 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggFilters", + "type": "Object", + "tags": [], + "label": "aggFilters", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggFilters\", any, Pick, \"enabled\" | \"id\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ filters?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"kibana_query_filter\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.QueryFilter", + "text": "QueryFilter" + }, + ">[] | undefined; }, \"filters\"> & Pick<{ filters?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"kibana_query_filter\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.QueryFilter", + "text": "QueryFilter" + }, + ">[] | undefined; }, never>, \"enabled\" | \"filters\" | \"id\" | \"schema\" | \"json\" | \"timeShift\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 197 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggSignificantTerms", + "type": "Object", + "tags": [], + "label": "aggSignificantTerms", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggSignificantTerms\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.BUCKET_TYPES", + "text": "BUCKET_TYPES" + }, + ".SIGNIFICANT_TERMS>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 198 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggIpRange", + "type": "Object", + "tags": [], + "label": "aggIpRange", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggIpRange\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\"> & Pick<{ ranges?: (", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"cidr\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.Cidr", + "text": "Cidr" + }, + "> | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"ip_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpRange", + "text": "IpRange" + }, + ">)[] | undefined; ipRangeType?: string | undefined; }, \"ipRangeType\" | \"ranges\"> & Pick<{ ranges?: (", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"cidr\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.Cidr", + "text": "Cidr" + }, + "> | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"ip_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpRange", + "text": "IpRange" + }, + ">)[] | undefined; ipRangeType?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ipRangeType\" | \"ranges\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 199 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggDateRange", + "type": "Object", + "tags": [], + "label": "aggDateRange", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggDateRange\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\"> & Pick<{ ranges?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"date_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.DateRange", + "text": "DateRange" + }, + ">[] | undefined; }, \"ranges\"> & Pick<{ ranges?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"date_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.DateRange", + "text": "DateRange" + }, + ">[] | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ranges\" | \"time_zone\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 200 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggRange", + "type": "Object", + "tags": [], + "label": "aggRange", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggRange\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\"> & Pick<{ ranges?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"numerical_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.NumericalRange", + "text": "NumericalRange" + }, + ">[] | undefined; }, \"ranges\"> & Pick<{ ranges?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"numerical_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.NumericalRange", + "text": "NumericalRange" + }, + ">[] | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ranges\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 201 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggGeoTile", + "type": "Object", + "tags": [], + "label": "aggGeoTile", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggGeoTile\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.BUCKET_TYPES", + "text": "BUCKET_TYPES" + }, + ".GEOTILE_GRID>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 202 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggGeoHash", + "type": "Object", + "tags": [], + "label": "aggGeoHash", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggGeoHash\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"autoPrecision\" | \"precision\" | \"useGeocentroid\" | \"isFilteredByCollar\"> & Pick<{ boundingBox?: ({ type: \"geo_bounding_box\"; } & GeoBox) | ({ type: \"geo_bounding_box\"; } & { top_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & { top_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & WellKnownText) | undefined; }, \"boundingBox\"> & Pick<{ boundingBox?: ({ type: \"geo_bounding_box\"; } & GeoBox) | ({ type: \"geo_bounding_box\"; } & { top_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & { top_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & WellKnownText) | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"autoPrecision\" | \"precision\" | \"useGeocentroid\" | \"isFilteredByCollar\" | \"boundingBox\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 203 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggHistogram", + "type": "Object", + "tags": [], + "label": "aggHistogram", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggHistogram\", any, Pick, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"used_interval\" | \"maxBars\" | \"intervalBase\" | \"min_doc_count\" | \"has_extended_bounds\"> & Pick<{ extended_bounds?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"extended_bounds\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + "> | undefined; }, \"extended_bounds\"> & Pick<{ extended_bounds?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"extended_bounds\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + "> | undefined; }, never>, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"used_interval\" | \"maxBars\" | \"intervalBase\" | \"min_doc_count\" | \"has_extended_bounds\" | \"extended_bounds\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 204 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggDateHistogram", + "type": "Object", + "tags": [], + "label": "aggDateHistogram", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggDateHistogram\", any, Pick, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\" | \"used_interval\" | \"min_doc_count\" | \"useNormalizedEsInterval\" | \"scaleMetricValues\" | \"used_time_zone\" | \"drop_partials\" | \"format\"> & Pick<{ timeRange?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"timerange\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + "> | undefined; extended_bounds?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"extended_bounds\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + "> | undefined; }, \"timeRange\" | \"extended_bounds\"> & Pick<{ timeRange?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"timerange\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + "> | undefined; extended_bounds?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"extended_bounds\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + "> | undefined; }, never>, \"enabled\" | \"interval\" | \"timeRange\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\" | \"used_interval\" | \"min_doc_count\" | \"extended_bounds\" | \"useNormalizedEsInterval\" | \"scaleMetricValues\" | \"used_time_zone\" | \"drop_partials\" | \"format\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 205 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggTerms", + "type": "Object", + "tags": [], + "label": "aggTerms", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggTerms\", any, Pick, \"enabled\" | \"id\" | \"size\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"orderBy\" | \"order\" | \"missingBucket\" | \"missingBucketLabel\" | \"otherBucket\" | \"otherBucketLabel\" | \"exclude\" | \"include\"> & Pick<{ orderAgg?: ", + "AggExpressionType", + " | undefined; }, \"orderAgg\"> & Pick<{ orderAgg?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"size\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"orderBy\" | \"orderAgg\" | \"order\" | \"missingBucket\" | \"missingBucketLabel\" | \"otherBucket\" | \"otherBucketLabel\" | \"exclude\" | \"include\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 206 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggAvg", + "type": "Object", + "tags": [], + "label": "aggAvg", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggAvg\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".AVG>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 207 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggBucketAvg", + "type": "Object", + "tags": [], + "label": "aggBucketAvg", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggBucketAvg\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 208 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggBucketMax", + "type": "Object", + "tags": [], + "label": "aggBucketMax", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggBucketMax\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 209 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggBucketMin", + "type": "Object", + "tags": [], + "label": "aggBucketMin", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggBucketMin\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 210 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggBucketSum", + "type": "Object", + "tags": [], + "label": "aggBucketSum", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggBucketSum\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 211 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggFilteredMetric", + "type": "Object", + "tags": [], + "label": "aggFilteredMetric", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggFilteredMetric\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, \"customMetric\" | \"customBucket\"> & Pick<{ customBucket?: ", + "AggExpressionType", + " | undefined; customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"customBucket\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 212 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggCardinality", + "type": "Object", + "tags": [], + "label": "aggCardinality", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggCardinality\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".CARDINALITY>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 213 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggCount", + "type": "Object", + "tags": [], + "label": "aggCount", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggCount\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".COUNT>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 214 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggCumulativeSum", + "type": "Object", + "tags": [], + "label": "aggCumulativeSum", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggCumulativeSum\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"buckets_path\" | \"metricAgg\"> & Pick<{ customMetric?: ", + "AggExpressionType", + " | undefined; }, \"customMetric\"> & Pick<{ customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"buckets_path\" | \"metricAgg\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 215 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggDerivative", + "type": "Object", + "tags": [], + "label": "aggDerivative", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggDerivative\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"buckets_path\" | \"metricAgg\"> & Pick<{ customMetric?: ", + "AggExpressionType", + " | undefined; }, \"customMetric\"> & Pick<{ customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"buckets_path\" | \"metricAgg\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 216 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggGeoBounds", + "type": "Object", + "tags": [], + "label": "aggGeoBounds", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggGeoBounds\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".GEO_BOUNDS>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 217 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggGeoCentroid", + "type": "Object", + "tags": [], + "label": "aggGeoCentroid", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggGeoCentroid\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".GEO_CENTROID>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 218 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggMax", + "type": "Object", + "tags": [], + "label": "aggMax", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggMax\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".MAX>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 219 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggMedian", + "type": "Object", + "tags": [], + "label": "aggMedian", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggMedian\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".MEDIAN>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 220 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggSinglePercentile", + "type": "Object", + "tags": [], + "label": "aggSinglePercentile", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggSinglePercentile\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".SINGLE_PERCENTILE>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 221 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggMin", + "type": "Object", + "tags": [], + "label": "aggMin", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggMin\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".MIN>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 222 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggMovingAvg", + "type": "Object", + "tags": [], + "label": "aggMovingAvg", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggMovingAvg\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"buckets_path\" | \"metricAgg\" | \"window\" | \"script\"> & Pick<{ customMetric?: ", + "AggExpressionType", + " | undefined; }, \"customMetric\"> & Pick<{ customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"buckets_path\" | \"metricAgg\" | \"window\" | \"script\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 223 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggPercentileRanks", + "type": "Object", + "tags": [], + "label": "aggPercentileRanks", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggPercentileRanks\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".PERCENTILE_RANKS>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 224 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggPercentiles", + "type": "Object", + "tags": [], + "label": "aggPercentiles", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggPercentiles\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".PERCENTILES>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 225 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggSerialDiff", + "type": "Object", + "tags": [], + "label": "aggSerialDiff", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggSerialDiff\", any, Pick, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"buckets_path\" | \"metricAgg\"> & Pick<{ customMetric?: ", + "AggExpressionType", + " | undefined; }, \"customMetric\"> & Pick<{ customMetric?: ", + "AggExpressionType", + " | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"customMetric\" | \"buckets_path\" | \"metricAgg\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 226 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggStdDeviation", + "type": "Object", + "tags": [], + "label": "aggStdDeviation", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggStdDeviation\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".STD_DEV>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 227 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggSum", + "type": "Object", + "tags": [], + "label": "aggSum", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggSum\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".SUM>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 228 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggFunctionsMapping.aggTopHit", + "type": "Object", + "tags": [], + "label": "aggTopHit", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"aggTopHit\", any, ", + "AggExpressionFunctionArgs", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.METRIC_TYPES", + "text": "METRIC_TYPES" + }, + ".TOP_HITS>, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/types.ts", + "lineNumber": 229 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggParamOption", + "type": "Interface", + "tags": [], + "label": "AggParamOption", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_params.ts", + "lineNumber": 30 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.AggParamOption.val", + "type": "string", + "tags": [], + "label": "val", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_params.ts", + "lineNumber": 31 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggParamOption.display", + "type": "string", + "tags": [], + "label": "display", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_params.ts", + "lineNumber": 32 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggParamOption.enabled", + "type": "Function", + "tags": [], + "label": "enabled", + "description": [], + "signature": [ + "((agg: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + ") => boolean) | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_params.ts", + "lineNumber": 33 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.AggParamOption.enabled.$1", + "type": "Object", + "tags": [], + "label": "agg", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + } + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_params.ts", + "lineNumber": 33 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.FieldFormatConfig", + "type": "Interface", + "tags": [], + "label": "FieldFormatConfig", + "description": [], + "source": { + "path": "src/plugins/data/common/field_formats/types.ts", + "lineNumber": 62 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.FieldFormatConfig.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "source": { + "path": "src/plugins/data/common/field_formats/types.ts", + "lineNumber": 63 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.FieldFormatConfig.params", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ [x: string]: any; }" + ], + "source": { + "path": "src/plugins/data/common/field_formats/types.ts", + "lineNumber": 64 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.FieldFormatConfig.es", + "type": "CompoundType", + "tags": [], + "label": "es", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/field_formats/types.ts", + "lineNumber": 65 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IEsSearchRequest", + "type": "Interface", + "tags": [], + "label": "IEsSearchRequest", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchRequest", + "text": "IEsSearchRequest" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IKibanaSearchRequest", + "text": "IKibanaSearchRequest" + }, + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ISearchRequestParams", + "text": "ISearchRequestParams" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/search/strategies/es_search/types.ts", + "lineNumber": 18 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IEsSearchRequest.indexType", + "type": "string", + "tags": [], + "label": "indexType", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/strategies/es_search/types.ts", + "lineNumber": 19 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldType", + "type": "Interface", + "tags": [ + "deprecated" + ], + "label": "IFieldType", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + " extends ", + "IndexPatternFieldBase" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 15 + }, + "deprecated": true, + "references": [ + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/kibana_services.ts", + "lineNumber": 104 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", + "lineNumber": 10 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", + "lineNumber": 33 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", + "lineNumber": 51 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/fields/es_doc_field.ts", + "lineNumber": 12 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/fields/es_doc_field.ts", + "lineNumber": 45 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts", + "lineNumber": 367 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 8 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 15 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 49 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 49 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 59 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 59 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 73 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 73 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 79 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 79 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 85 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 85 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 89 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 98 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/index_pattern_util.ts", + "lineNumber": 98 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "lineNumber": 20 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "lineNumber": 24 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "lineNumber": 25 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "lineNumber": 26 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "lineNumber": 33 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "lineNumber": 48 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "lineNumber": 51 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "lineNumber": 54 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "lineNumber": 55 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "lineNumber": 67 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "lineNumber": 94 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "lineNumber": 98 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/single_field_select.tsx", + "lineNumber": 100 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx", + "lineNumber": 18 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx", + "lineNumber": 25 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx", + "lineNumber": 27 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx", + "lineNumber": 17 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx", + "lineNumber": 39 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx", + "lineNumber": 40 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx", + "lineNumber": 175 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx", + "lineNumber": 292 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx", + "lineNumber": 19 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx", + "lineNumber": 22 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx", + "lineNumber": 43 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx", + "lineNumber": 13 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx", + "lineNumber": 26 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx", + "lineNumber": 13 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx", + "lineNumber": 33 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx", + "lineNumber": 21 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx", + "lineNumber": 59 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx", + "lineNumber": 60 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx", + "lineNumber": 66 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/components/data_grid/common.ts", + "lineNumber": 24 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/components/data_grid/common.ts", + "lineNumber": 222 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx", + "lineNumber": 23 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx", + "lineNumber": 56 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx", + "lineNumber": 29 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx", + "lineNumber": 16 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx", + "lineNumber": 18 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx", + "lineNumber": 32 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx", + "lineNumber": 25 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx", + "lineNumber": 45 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx", + "lineNumber": 436 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx", + "lineNumber": 10 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx", + "lineNumber": 15 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx", + "lineNumber": 9 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx", + "lineNumber": 22 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", + "lineNumber": 23 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", + "lineNumber": 57 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", + "lineNumber": 85 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", + "lineNumber": 85 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", + "lineNumber": 93 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx", + "lineNumber": 119 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx", + "lineNumber": 37 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx", + "lineNumber": 18 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx", + "lineNumber": 21 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx", + "lineNumber": 49 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx", + "lineNumber": 21 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx", + "lineNumber": 30 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx", + "lineNumber": 38 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/server/maps_telemetry/maps_telemetry.ts", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/server/maps_telemetry/maps_telemetry.ts", + "lineNumber": 146 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", + "lineNumber": 17 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", + "lineNumber": 20 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", + "lineNumber": 20 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", + "lineNumber": 39 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", + "lineNumber": 44 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", + "lineNumber": 60 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", + "lineNumber": 64 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx", + "lineNumber": 66 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts", + "lineNumber": 8 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts", + "lineNumber": 25 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts", + "lineNumber": 35 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts", + "lineNumber": 59 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 4 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 4 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 5 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 5 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 7 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 7 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 8 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 8 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 9 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 9 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 11 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts", + "lineNumber": 11 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/util/field_types_utils.ts", + "lineNumber": 11 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/util/field_types_utils.ts", + "lineNumber": 16 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/util/field_types_utils.test.ts", + "lineNumber": 8 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/util/field_types_utils.test.ts", + "lineNumber": 19 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/util/field_types_utils.test.ts", + "lineNumber": 40 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/util/field_types_utils.test.ts", + "lineNumber": 49 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/application/util/field_types_utils.test.ts", + "lineNumber": 58 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts", + "lineNumber": 3 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts", + "lineNumber": 4 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts", + "lineNumber": 7 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts", + "lineNumber": 8 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts", + "lineNumber": 5 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts", + "lineNumber": 5 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts", + "lineNumber": 37 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts", + "lineNumber": 17 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts", + "lineNumber": 6 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts", + "lineNumber": 3 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts", + "lineNumber": 14 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts", + "lineNumber": 15 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts", + "lineNumber": 21 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts", + "lineNumber": 6 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts", + "lineNumber": 7 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts", + "lineNumber": 6 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts", + "lineNumber": 8 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts", + "lineNumber": 6 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts", + "lineNumber": 6 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts", + "lineNumber": 16 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts", + "lineNumber": 8 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts", + "lineNumber": 9 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", + "lineNumber": 25 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", + "lineNumber": 53 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", + "lineNumber": 8 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", + "lineNumber": 60 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts", + "lineNumber": 16 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts", + "lineNumber": 29 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/geo_field_select.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/components/geo_field_select.tsx", + "lineNumber": 16 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx", + "lineNumber": 18 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx", + "lineNumber": 30 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx", + "lineNumber": 33 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx", + "lineNumber": 35 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts", + "lineNumber": 22 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 23 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 67 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 68 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 77 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 87 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 15 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 21 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 26 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 26 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 52 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 19 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 53 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 68 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 69 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 78 + } + }, + { + "plugin": "stackAlerts", + "link": { + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 87 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts", + "lineNumber": 12 + } + } + ], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IFieldType.count", + "type": "number", + "tags": [], + "label": "count", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 16 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldType.esTypes", + "type": "Array", + "tags": [], + "label": "esTypes", + "description": [], + "signature": [ + "string[] | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 19 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldType.aggregatable", + "type": "CompoundType", + "tags": [], + "label": "aggregatable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 20 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldType.filterable", + "type": "CompoundType", + "tags": [], + "label": "filterable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 21 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldType.searchable", + "type": "CompoundType", + "tags": [], + "label": "searchable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 22 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldType.sortable", + "type": "CompoundType", + "tags": [], + "label": "sortable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 23 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldType.visualizable", + "type": "CompoundType", + "tags": [], + "label": "visualizable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 24 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldType.readFromDocValues", + "type": "CompoundType", + "tags": [], + "label": "readFromDocValues", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 25 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldType.displayName", + "type": "string", + "tags": [], + "label": "displayName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 26 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldType.customLabel", + "type": "string", + "tags": [], + "label": "customLabel", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldType.format", + "type": "Any", + "tags": [], + "label": "format", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 28 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldType.toSpec", + "type": "Function", + "tags": [], + "label": "toSpec", + "description": [], + "signature": [ + "((options?: { getFormatterForField?: ((field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + ") => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + }, + ") | undefined; } | undefined) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + ") | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 29 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternAttributes", + "type": "Interface", + "tags": [], + "label": "IndexPatternAttributes", + "description": [ + "\nInterface for an index pattern saved object" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 54 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.IndexPatternAttributes.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 55 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternAttributes.fields", + "type": "string", + "tags": [], + "label": "fields", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 56 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternAttributes.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 57 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternAttributes.typeMeta", + "type": "string", + "tags": [], + "label": "typeMeta", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 58 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternAttributes.timeFieldName", + "type": "string", + "tags": [], + "label": "timeFieldName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 59 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternAttributes.intervalName", + "type": "string", + "tags": [], + "label": "intervalName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 60 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternAttributes.sourceFilters", + "type": "string", + "tags": [], + "label": "sourceFilters", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 61 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternAttributes.fieldFormatMap", + "type": "string", + "tags": [], + "label": "fieldFormatMap", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 62 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternAttributes.fieldAttrs", + "type": "string", + "tags": [], + "label": "fieldAttrs", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 63 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternAttributes.runtimeFieldMap", + "type": "string", + "tags": [], + "label": "runtimeFieldMap", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 64 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternAttributes.allowNoIndex", + "type": "CompoundType", + "tags": [], + "label": "allowNoIndex", + "description": [ + "\nprevents errors when index pattern exists before indices" + ], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 68 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.ISearchOptions", + "type": "Interface", + "tags": [], + "label": "ISearchOptions", + "description": [], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 95 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.ISearchOptions.abortSignal", + "type": "Object", + "tags": [], + "label": "abortSignal", + "description": [ + "\nAn `AbortSignal` that allows the caller of `search` to abort a search request." + ], + "signature": [ + "AbortSignal | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 99 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.ISearchOptions.strategy", + "type": "string", + "tags": [], + "label": "strategy", + "description": [ + "\nUse this option to force using a specific server side search strategy. Leave empty to use the default strategy." + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 104 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.ISearchOptions.legacyHitsTotal", + "type": "CompoundType", + "tags": [], + "label": "legacyHitsTotal", + "description": [ + "\nRequest the legacy format for the total number of hits. If sending `rest_total_hits_as_int` to\nsomething other than `true`, this should be set to `false`." + ], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 110 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.ISearchOptions.sessionId", + "type": "string", + "tags": [], + "label": "sessionId", + "description": [ + "\nA session ID, grouping multiple search requests into a single session." + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 115 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.ISearchOptions.isStored", + "type": "CompoundType", + "tags": [], + "label": "isStored", + "description": [ + "\nWhether the session is already saved (i.e. sent to background)" + ], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 120 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.ISearchOptions.isRestore", + "type": "CompoundType", + "tags": [], + "label": "isRestore", + "description": [ + "\nWhether the session is restored (i.e. search requests should re-use the stored search IDs,\nrather than starting from scratch)" + ], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 126 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.ISearchOptions.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [ + "\nIndex pattern reference is used for better error messages" + ], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPattern", + "text": "IndexPattern" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 131 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.ISearchOptions.inspector", + "type": "Object", + "tags": [], + "label": "inspector", + "description": [ + "\nInspector integration options" + ], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IInspectorInfo", + "text": "IInspectorInfo" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 136 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.ISearchOptions.executionContext", + "type": "Object", + "tags": [], + "label": "executionContext", + "description": [], + "signature": [ + "KibanaExecutionContext", + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 138 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.OptionedValueProp", + "type": "Interface", + "tags": [], + "label": "OptionedValueProp", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.OptionedValueProp.value", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.OptionedValueProp.text", + "type": "string", + "tags": [], + "label": "text", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 14 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.OptionedValueProp.disabled", + "type": "CompoundType", + "tags": [], + "label": "disabled", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 15 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.OptionedValueProp.isCompatible", + "type": "Function", + "tags": [], + "label": "isCompatible", + "description": [], + "signature": [ + "(agg: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + ") => boolean" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 16 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.agg", + "type": "Object", + "tags": [], + "label": "agg", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + } + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/optioned.ts", + "lineNumber": 16 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.RefreshInterval", + "type": "Interface", + "tags": [], + "label": "RefreshInterval", + "description": [], + "source": { + "path": "src/plugins/data/common/query/timefilter/types.ts", + "lineNumber": 11 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.RefreshInterval.pause", + "type": "boolean", + "tags": [], + "label": "pause", + "description": [], + "source": { + "path": "src/plugins/data/common/query/timefilter/types.ts", + "lineNumber": 12 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.RefreshInterval.value", + "type": "number", + "tags": [], + "label": "value", + "description": [], + "source": { + "path": "src/plugins/data/common/query/timefilter/types.ts", + "lineNumber": 13 + }, + "deprecated": false + } + ], + "initialIsOpen": false + } + ], + "enums": [ + { + "parentPluginId": "data", + "id": "def-server.BUCKET_TYPES", + "type": "Enum", + "tags": [], + "label": "BUCKET_TYPES", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/buckets/bucket_agg_types.ts", + "lineNumber": 9 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.ES_FIELD_TYPES", + "type": "Enum", + "tags": [], + "label": "ES_FIELD_TYPES", + "description": [], + "signature": [ + "ES_FIELD_TYPES" + ], + "source": { + "path": "node_modules/@kbn/field-types/target_types/types.d.ts", + "lineNumber": 9 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.KBN_FIELD_TYPES", + "type": "Enum", + "tags": [], + "label": "KBN_FIELD_TYPES", + "description": [], + "signature": [ + "KBN_FIELD_TYPES" + ], + "source": { + "path": "node_modules/@kbn/field-types/target_types/types.d.ts", + "lineNumber": 47 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.METRIC_TYPES", + "type": "Enum", + "tags": [], + "label": "METRIC_TYPES", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/metrics/metric_agg_types.ts", + "lineNumber": 9 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "misc": [ + { + "parentPluginId": "data", + "id": "def-server.AggConfigOptions", + "type": "Type", + "tags": [], + "label": "AggConfigOptions", + "description": [], + "signature": [ + "{ type: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IAggType", + "text": "IAggType" + }, + "; enabled?: boolean | undefined; id?: string | undefined; schema?: string | undefined; params?: {} | ", + "SerializableState", + " | undefined; }" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_config.ts", + "lineNumber": 45 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggGroupName", + "type": "Type", + "tags": [], + "label": "AggGroupName", + "description": [], + "signature": [ + "\"none\" | \"buckets\" | \"metrics\"" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 18 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggParam", + "type": "Type", + "tags": [], + "label": "AggParam", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.BaseParamType", + "text": "BaseParamType" + }, + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_params.ts", + "lineNumber": 28 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.ES_SEARCH_STRATEGY", + "type": "string", + "tags": [], + "label": "ES_SEARCH_STRATEGY", + "description": [], + "signature": [ + "\"es\"" + ], + "source": { + "path": "src/plugins/data/common/search/strategies/es_search/types.ts", + "lineNumber": 12 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.EsaggsExpressionFunctionDefinition", + "type": "Type", + "tags": [], + "label": "EsaggsExpressionFunctionDefinition", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"esaggs\", Input, Arguments, Output, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/esaggs/esaggs_fn.ts", + "lineNumber": 36 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.EsQueryConfig", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "EsQueryConfig", + "description": [], + "signature": [ + "EsQueryConfig" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 353 + }, + "deprecated": true, + "references": [ + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 12 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 79 + } + }, + { + "plugin": "visTypeTimeseries", + "link": { + "path": "src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/types.ts", + "lineNumber": 11 + } + }, + { + "plugin": "visTypeTimeseries", + "link": { + "path": "src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/types.ts", + "lineNumber": 21 + } + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.ExecutionContextSearch", + "type": "Type", + "tags": [], + "label": "ExecutionContextSearch", + "description": [], + "signature": [ + "{ filters?: any[] | undefined; query?: any; timeRange?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + " | undefined; }" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", + "lineNumber": 14 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.ExpressionFunctionKibana", + "type": "Type", + "tags": [], + "label": "ExpressionFunctionKibana", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"kibana\", Input, object, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"kibana_context\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" + }, + ">, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" + }, + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana.ts", + "lineNumber": 17 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.ExpressionFunctionKibanaContext", + "type": "Type", + "tags": [], + "label": "ExpressionFunctionKibanaContext", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"kibana_context\", Input, Arguments, Promise<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"kibana_context\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" + }, + ">>, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" + }, + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana_context.ts", + "lineNumber": 34 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.ExpressionValueSearchContext", + "type": "Type", + "tags": [], + "label": "ExpressionValueSearchContext", + "description": [], + "signature": [ + "{ type: \"kibana_context\"; } & ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", + "lineNumber": 20 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.FieldFormatsGetConfigFn", + "type": "Type", + "tags": [], + "label": "FieldFormatsGetConfigFn", + "description": [], + "signature": [ + "(key: string, defaultOverride?: T | undefined) => T" + ], + "source": { + "path": "src/plugins/data/common/field_formats/types.ts", + "lineNumber": 68 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.Filter", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "Filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 278 + }, + "deprecated": true, + "references": [ + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 11 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts", + "lineNumber": 10 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts", + "lineNumber": 3 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/url_generator.ts", + "lineNumber": 10 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/url_generator.ts", + "lineNumber": 40 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/url_generator.ts", + "lineNumber": 110 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/locator.ts", + "lineNumber": 10 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/locator.ts", + "lineNumber": 41 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/locator.ts", + "lineNumber": 109 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/embeddable/types.ts", + "lineNumber": 16 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/embeddable/types.ts", + "lineNumber": 22 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context/api/context.ts", + "lineNumber": 10 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context/api/context.ts", + "lineNumber": 57 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context/api/context.ts", + "lineNumber": 68 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context/api/context.ts", + "lineNumber": 123 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 26 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 47 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 303 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 303 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 19 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 30 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 49 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 107 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 227 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 227 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 257 + } + }, + { + "plugin": "visualizations", + "link": { + "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", + "lineNumber": 18 + } + }, + { + "plugin": "visualizations", + "link": { + "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", + "lineNumber": 64 + } + }, + { + "plugin": "visualizations", + "link": { + "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", + "lineNumber": 93 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 13 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 56 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 58 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 68 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 68 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts", + "lineNumber": 11 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts", + "lineNumber": 33 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/state/dashboard_state_slice.ts", + "lineNumber": 11 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/state/dashboard_state_slice.ts", + "lineNumber": 74 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/state/dashboard_state_slice.ts", + "lineNumber": 78 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_filter_state.ts", + "lineNumber": 20 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_filter_state.ts", + "lineNumber": 81 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_filter_state.ts", + "lineNumber": 94 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts", + "lineNumber": 11 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts", + "lineNumber": 23 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts", + "lineNumber": 94 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_container_input.ts", + "lineNumber": 14 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_container_input.ts", + "lineNumber": 36 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/types.ts", + "lineNumber": 22 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/types.ts", + "lineNumber": 56 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/types.ts", + "lineNumber": 83 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/types.ts", + "lineNumber": 105 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/embeddable/dashboard_container.tsx", + "lineNumber": 18 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/embeddable/dashboard_container.tsx", + "lineNumber": 62 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/url_generator.ts", + "lineNumber": 11 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/url_generator.ts", + "lineNumber": 52 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/url_generator.ts", + "lineNumber": 111 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 10 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 49 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 95 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 107 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/types.ts", + "lineNumber": 22 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/types.ts", + "lineNumber": 273 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/types.ts", + "lineNumber": 518 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.ts", + "lineNumber": 8 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.ts", + "lineNumber": 13 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.ts", + "lineNumber": 49 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/utils.ts", + "lineNumber": 13 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/utils.ts", + "lineNumber": 72 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", + "lineNumber": 45 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", + "lineNumber": 73 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/fields_accordion.tsx", + "lineNumber": 23 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/fields_accordion.tsx", + "lineNumber": 37 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/state_management/types.ts", + "lineNumber": 8 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/state_management/types.ts", + "lineNumber": 36 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 14 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 65 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 132 + } + }, + { + "plugin": "observability", + "link": { + "path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx", + "lineNumber": 10 + } + }, + { + "plugin": "observability", + "link": { + "path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx", + "lineNumber": 80 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/common/types/timeline/store.ts", + "lineNumber": 17 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/common/types/timeline/store.ts", + "lineNumber": 50 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/store/t_grid/model.ts", + "lineNumber": 9 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/store/t_grid/model.ts", + "lineNumber": 54 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", + "lineNumber": 28 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", + "lineNumber": 114 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx", + "lineNumber": 27 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx", + "lineNumber": 108 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/hover_actions/utils.ts", + "lineNumber": 8 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/hover_actions/utils.ts", + "lineNumber": 28 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/hover_actions/utils.ts", + "lineNumber": 64 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/reducers/map/types.ts", + "lineNumber": 22 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/reducers/map/types.ts", + "lineNumber": 37 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "lineNumber": 21 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "lineNumber": 35 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "lineNumber": 94 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "lineNumber": 9 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "lineNumber": 40 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts", + "lineNumber": 13 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts", + "lineNumber": 78 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/join_tooltip_property.ts", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/join_tooltip_property.ts", + "lineNumber": 41 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts", + "lineNumber": 205 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts", + "lineNumber": 206 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/selectors/map_selectors.ts", + "lineNumber": 53 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/selectors/map_selectors.ts", + "lineNumber": 184 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/actions/map_actions.ts", + "lineNumber": 13 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/actions/map_actions.ts", + "lineNumber": 244 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.tsx", + "lineNumber": 27 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.tsx", + "lineNumber": 41 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_geometry_filter_form.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_geometry_filter_form.tsx", + "lineNumber": 30 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx", + "lineNumber": 20 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx", + "lineNumber": 41 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx", + "lineNumber": 105 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx", + "lineNumber": 171 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/features_tooltip.tsx", + "lineNumber": 13 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/features_tooltip.tsx", + "lineNumber": 28 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/tooltip_popover.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/tooltip_popover.tsx", + "lineNumber": 23 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/tooltip_control.tsx", + "lineNumber": 20 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/tooltip_control.tsx", + "lineNumber": 66 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/mb_map.tsx", + "lineNumber": 15 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/mb_map.tsx", + "lineNumber": 73 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/toolbar_overlay/toolbar_overlay.tsx", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/toolbar_overlay/toolbar_overlay.tsx", + "lineNumber": 19 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/map_container/map_container.tsx", + "lineNumber": 14 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/map_container/map_container.tsx", + "lineNumber": 35 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/global_sync.ts", + "lineNumber": 8 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/global_sync.ts", + "lineNumber": 16 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/app_state_manager.ts", + "lineNumber": 9 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/app_state_manager.ts", + "lineNumber": 14 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/app_state_manager.ts", + "lineNumber": 20 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 33 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 68 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 82 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 218 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 289 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 437 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/index.ts", + "lineNumber": 11 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/index.ts", + "lineNumber": 49 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", + "lineNumber": 27 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", + "lineNumber": 108 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", + "lineNumber": 388 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 13 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 51 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 84 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 127 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 198 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx", + "lineNumber": 70 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx", + "lineNumber": 27 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 11 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 14 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 33 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts", + "lineNumber": 10 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts", + "lineNumber": 32 + } + }, + { + "plugin": "dashboardEnhanced", + "link": { + "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx", + "lineNumber": 14 + } + }, + { + "plugin": "dashboardEnhanced", + "link": { + "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx", + "lineNumber": 33 + } + }, + { + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", + "lineNumber": 14 + } + }, + { + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", + "lineNumber": 22 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 9 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 21 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 25 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 31 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 32 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/types.ts", + "lineNumber": 8 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/types.ts", + "lineNumber": 56 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/types.ts", + "lineNumber": 87 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/saved_object_migrations.ts", + "lineNumber": 16 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/saved_object_migrations.ts", + "lineNumber": 48 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 16 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 49 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/model.ts", + "lineNumber": 11 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/model.ts", + "lineNumber": 83 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/actions.ts", + "lineNumber": 12 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/actions.ts", + "lineNumber": 93 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/selectors.ts", + "lineNumber": 10 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/selectors.ts", + "lineNumber": 77 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/actions.ts", + "lineNumber": 10 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/actions.ts", + "lineNumber": 183 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 14 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 82 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/helpers.tsx", + "lineNumber": 27 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/helpers.tsx", + "lineNumber": 89 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/helpers.tsx", + "lineNumber": 95 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", + "lineNumber": 11 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", + "lineNumber": 126 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/helpers.ts", + "lineNumber": 13 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/helpers.ts", + "lineNumber": 150 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/helpers.ts", + "lineNumber": 250 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/navigation/helpers.ts", + "lineNumber": 20 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/navigation/helpers.ts", + "lineNumber": 30 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", + "lineNumber": 34 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", + "lineNumber": 100 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 18 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 36 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 45 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 55 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 56 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 91 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 297 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", + "lineNumber": 15 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", + "lineNumber": 36 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/helpers.ts", + "lineNumber": 8 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/helpers.ts", + "lineNumber": 14 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/helpers.ts", + "lineNumber": 50 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/index.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/index.tsx", + "lineNumber": 21 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/types.ts", + "lineNumber": 9 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/types.ts", + "lineNumber": 39 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/types.ts", + "lineNumber": 48 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 10 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 141 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 143 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 224 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 248 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", + "lineNumber": 34 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", + "lineNumber": 121 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx", + "lineNumber": 19 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx", + "lineNumber": 56 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/types.ts", + "lineNumber": 8 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/types.ts", + "lineNumber": 22 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/types.ts", + "lineNumber": 24 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/alerts_table.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/alerts_table.tsx", + "lineNumber": 29 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/alerts_table.tsx", + "lineNumber": 66 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/alerts_query_tab_body.tsx", + "lineNumber": 10 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/alerts_query_tab_body.tsx", + "lineNumber": 15 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", + "lineNumber": 26 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", + "lineNumber": 47 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/index.tsx", + "lineNumber": 22 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/index.tsx", + "lineNumber": 62 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/signals_by_category/index.tsx", + "lineNumber": 14 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/signals_by_category/index.tsx", + "lineNumber": 22 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", + "lineNumber": 17 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", + "lineNumber": 55 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", + "lineNumber": 16 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", + "lineNumber": 31 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/helpers.ts", + "lineNumber": 11 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/helpers.ts", + "lineNumber": 1371 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 35 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 375 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 21 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 234 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 344 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 434 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/index.tsx", + "lineNumber": 14 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/index.tsx", + "lineNumber": 58 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/index.tsx", + "lineNumber": 114 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_count_panel/index.tsx", + "lineNumber": 23 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_count_panel/index.tsx", + "lineNumber": 30 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/navigation/tab_navigation/types.ts", + "lineNumber": 12 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/navigation/tab_navigation/types.ts", + "lineNumber": 22 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "lineNumber": 9 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "lineNumber": 20 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "lineNumber": 63 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/helpers.ts", + "lineNumber": 9 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/helpers.ts", + "lineNumber": 28 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/index.tsx", + "lineNumber": 36 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/index.tsx", + "lineNumber": 77 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map_helpers.tsx", + "lineNumber": 21 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map_helpers.tsx", + "lineNumber": 47 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map.tsx", + "lineNumber": 29 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map.tsx", + "lineNumber": 78 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", + "lineNumber": 18 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", + "lineNumber": 43 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", + "lineNumber": 20 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", + "lineNumber": 33 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", + "lineNumber": 13 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", + "lineNumber": 24 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 16 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 148 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 148 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/types.ts", + "lineNumber": 9 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/types.ts", + "lineNumber": 19 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/types.ts", + "lineNumber": 55 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/helpers.ts", + "lineNumber": 9 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/helpers.ts", + "lineNumber": 28 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/index.tsx", + "lineNumber": 28 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/index.tsx", + "lineNumber": 66 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/initialize_redux_by_url.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/initialize_redux_by_url.tsx", + "lineNumber": 74 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/search_or_filter.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/search_or_filter.tsx", + "lineNumber": 53 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/search_or_filter.tsx", + "lineNumber": 55 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/index.tsx", + "lineNumber": 14 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/index.tsx", + "lineNumber": 51 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/index.tsx", + "lineNumber": 149 + } + }, + { + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts", + "lineNumber": 12 + } + }, + { + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts", + "lineNumber": 48 + } + }, + { + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx", + "lineNumber": 19 + } + }, + { + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx", + "lineNumber": 42 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.test.ts", + "lineNumber": 8 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.test.ts", + "lineNumber": 13 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/selectors/map_selectors.test.ts", + "lineNumber": 42 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/selectors/map_selectors.test.ts", + "lineNumber": 63 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.test.ts", + "lineNumber": 9 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.test.ts", + "lineNumber": 210 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.test.ts", + "lineNumber": 218 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.test.ts", + "lineNumber": 222 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts", + "lineNumber": 3 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts", + "lineNumber": 16 + } + }, + { + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts", + "lineNumber": 18 + } + }, + { + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts", + "lineNumber": 41 + } + }, + { + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts", + "lineNumber": 237 + } + }, + { + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts", + "lineNumber": 9 + } + }, + { + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts", + "lineNumber": 165 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/persistence/filter_references.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/persistence/filter_references.d.ts", + "lineNumber": 4 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts", + "lineNumber": 3 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts", + "lineNumber": 19 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/utils.d.ts", + "lineNumber": 3 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/utils.d.ts", + "lineNumber": 26 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/tooltips/tooltip_property.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/tooltips/tooltip_property.d.ts", + "lineNumber": 12 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/tooltips/tooltip_property.d.ts", + "lineNumber": 23 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/tooltips/tooltip_property.d.ts", + "lineNumber": 52 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/sources/vector_source/vector_source.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/sources/vector_source/vector_source.d.ts", + "lineNumber": 22 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/actions/map_actions.d.ts", + "lineNumber": 3 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/actions/map_actions.d.ts", + "lineNumber": 65 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/server/migrations/types.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/server/migrations/types.d.ts", + "lineNumber": 20 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/server/migrations/types.d.ts", + "lineNumber": 46 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/global_sync.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/global_sync.d.ts", + "lineNumber": 5 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/app_state_manager.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/app_state_manager.d.ts", + "lineNumber": 6 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/app_state_manager.d.ts", + "lineNumber": 11 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 9 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 258 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 272 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 289 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 303 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.test.ts", + "lineNumber": 8 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.test.ts", + "lineNumber": 128 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/map_container/map_container.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/map_container/map_container.d.ts", + "lineNumber": 11 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/mb_map.d.ts", + "lineNumber": 4 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/mb_map.d.ts", + "lineNumber": 32 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/toolbar_overlay/toolbar_overlay.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/toolbar_overlay/toolbar_overlay.d.ts", + "lineNumber": 4 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", + "lineNumber": 3 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", + "lineNumber": 16 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/tooltip_control.d.ts", + "lineNumber": 5 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/tooltip_control.d.ts", + "lineNumber": 13 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/tooltip_popover.d.ts", + "lineNumber": 4 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/tooltip_popover.d.ts", + "lineNumber": 11 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 3 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 33 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 41 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 70 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 96 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 121 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", + "lineNumber": 12 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", + "lineNumber": 38 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/ueba/pages/details/types.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/ueba/pages/details/types.d.ts", + "lineNumber": 11 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/ueba/pages/details/types.d.ts", + "lineNumber": 35 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.d.ts", + "lineNumber": 3 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.d.ts", + "lineNumber": 7 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_geometry_filter_form.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_geometry_filter_form.d.ts", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.d.ts", + "lineNumber": 4 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.d.ts", + "lineNumber": 18 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.d.ts", + "lineNumber": 42 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.d.ts", + "lineNumber": 48 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/features_tooltip.d.ts", + "lineNumber": 4 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/features_tooltip.d.ts", + "lineNumber": 13 + } + }, + { + "plugin": "lists", + "link": { + "path": "x-pack/plugins/lists/server/services/utils/get_query_filter.ts", + "lineNumber": 10 + } + }, + { + "plugin": "lists", + "link": { + "path": "x-pack/plugins/lists/server/services/utils/get_query_filter.ts", + "lineNumber": 24 + } + }, + { + "plugin": "lists", + "link": { + "path": "x-pack/plugins/lists/server/services/utils/get_query_filter.ts", + "lineNumber": 24 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/types.ts", + "lineNumber": 55 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/types.ts", + "lineNumber": 58 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", + "lineNumber": 24 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", + "lineNumber": 83 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 8 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 27 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/descriptor_types/data_request_descriptor_types.ts", + "lineNumber": 14 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/descriptor_types/data_request_descriptor_types.ts", + "lineNumber": 25 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/elasticsearch_util/types.ts", + "lineNumber": 9 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/elasticsearch_util/types.ts", + "lineNumber": 39 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/types.ts", + "lineNumber": 14 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/types.ts", + "lineNumber": 31 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/ui_actions/apply_influencer_filters_action.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/ui_actions/apply_influencer_filters_action.tsx", + "lineNumber": 40 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/ui_actions/apply_entity_filters_action.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/ui_actions/apply_entity_filters_action.tsx", + "lineNumber": 45 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts", + "lineNumber": 10 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts", + "lineNumber": 15 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts", + "lineNumber": 20 + } + }, + { + "plugin": "visTypeTimeseries", + "link": { + "path": "src/plugins/vis_type_timeseries/common/types/index.ts", + "lineNumber": 9 + } + }, + { + "plugin": "visTypeTimeseries", + "link": { + "path": "src/plugins/vis_type_timeseries/common/types/index.ts", + "lineNumber": 43 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/types.ts", + "lineNumber": 20 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/types.ts", + "lineNumber": 155 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/types.ts", + "lineNumber": 172 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/navigation/types.ts", + "lineNumber": 12 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/navigation/types.ts", + "lineNumber": 31 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.ts", + "lineNumber": 8 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.ts", + "lineNumber": 18 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.ts", + "lineNumber": 55 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.ts", + "lineNumber": 9 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.ts", + "lineNumber": 28 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.ts", + "lineNumber": 38 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.mock.ts", + "lineNumber": 9 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.mock.ts", + "lineNumber": 163 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.d.ts", + "lineNumber": 4 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.mock.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.mock.d.ts", + "lineNumber": 29 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.d.ts", + "lineNumber": 1 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.d.ts", + "lineNumber": 6 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_preview/helpers.ts", + "lineNumber": 19 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_preview/helpers.ts", + "lineNumber": 74 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_preview/reducer.ts", + "lineNumber": 13 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_preview/reducer.ts", + "lineNumber": 30 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 17 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 37 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 60 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 78 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 130 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 152 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/pages/navigation/alerts_query_tab_body.tsx", + "lineNumber": 10 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/pages/navigation/alerts_query_tab_body.tsx", + "lineNumber": 15 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/helpers.test.ts", + "lineNumber": 9 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/helpers.test.ts", + "lineNumber": 43 + } + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IAggConfig", + "type": "Type", + "tags": [ + "name", + "description" + ], + "label": "IAggConfig", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + } + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_config.ts", + "lineNumber": 55 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IAggType", + "type": "Type", + "tags": [], + "label": "IAggType", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggType", + "text": "AggType" + }, + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + ", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggParamType", + "text": "AggParamType" + }, + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + ">>" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_type.ts", + "lineNumber": 62 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IEsSearchResponse", + "type": "Type", + "tags": [], + "label": "IEsSearchResponse", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IKibanaSearchResponse", + "text": "IKibanaSearchResponse" + }, + "<", + "SearchResponse", + ">" + ], + "source": { + "path": "src/plugins/data/common/search/strategies/es_search/types.ts", + "lineNumber": 22 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldFormatsRegistry", + "type": "Type", + "tags": [], + "label": "IFieldFormatsRegistry", + "description": [], + "signature": [ + "{ init: (getConfig: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataPluginApi", + "section": "def-common.GetConfigFn", + "text": "GetConfigFn" + }, + ", metaParamsOptions?: Record, defaultFieldConverters?: ", + "FieldFormatInstanceType", + "[]) => void; register: (fieldFormats: ", + "FieldFormatInstanceType", + "[]) => void; deserialize: ", + "FormatFactory", + "; getDefaultConfig: (fieldType: ", + "KBN_FIELD_TYPES", + ", esTypes?: ", + "ES_FIELD_TYPES", + "[] | undefined) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormatConfig", + "text": "FieldFormatConfig" + }, + "; getType: (formatId: string) => ", + "FieldFormatInstanceType", + " | undefined; getTypeWithoutMetaParams: (formatId: string) => ", + "FieldFormatInstanceType", + " | undefined; getDefaultType: (fieldType: ", + "KBN_FIELD_TYPES", + ", esTypes?: ", + "ES_FIELD_TYPES", + "[] | undefined) => ", + "FieldFormatInstanceType", + " | undefined; getTypeNameByEsTypes: (esTypes: ", + "ES_FIELD_TYPES", + "[] | undefined) => ", + "ES_FIELD_TYPES", + " | undefined; getDefaultTypeName: (fieldType: ", + "KBN_FIELD_TYPES", + ", esTypes?: ", + "ES_FIELD_TYPES", + "[] | undefined) => ", + "KBN_FIELD_TYPES", + " | ", + "ES_FIELD_TYPES", + "; getInstance: ((formatId: string, params?: Record) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + }, + ") & _.MemoizedFunction; getDefaultInstancePlain: (fieldType: ", + "KBN_FIELD_TYPES", + ", esTypes?: ", + "ES_FIELD_TYPES", + "[] | undefined, params?: Record) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + }, + "; getDefaultInstanceCacheResolver: (fieldType: ", + "KBN_FIELD_TYPES", + ", esTypes: ", + "ES_FIELD_TYPES", + "[]) => string; getByFieldType: (fieldType: ", + "KBN_FIELD_TYPES", + ") => ", + "FieldFormatInstanceType", + "[]; getDefaultInstance: ((fieldType: ", + "KBN_FIELD_TYPES", + ", esTypes?: ", + "ES_FIELD_TYPES", + "[] | undefined, params?: Record) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + }, + ") & _.MemoizedFunction; parseDefaultTypeMap: (value: any) => void; has: (id: string) => boolean; }" + ], + "source": { + "path": "src/plugins/data/common/field_formats/index.ts", + "lineNumber": 11 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldParamType", + "type": "Type", + "tags": [], + "label": "IFieldParamType", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.FieldParamType", + "text": "FieldParamType" + } + ], + "source": { + "path": "src/plugins/data/common/search/aggs/param_types/field.ts", + "lineNumber": 24 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IFieldSubType", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "IFieldSubType", + "description": [], + "signature": [ + "IFieldSubType" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 348 + }, + "deprecated": true, + "references": [ + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", + "lineNumber": 9 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", + "lineNumber": 30 + } + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IMetricAggType", + "type": "Type", + "tags": [], + "label": "IMetricAggType", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.MetricAggType", + "text": "MetricAggType" + }, + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IMetricAggConfig", + "text": "IMetricAggConfig" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/metrics/metric_agg_type.ts", + "lineNumber": 36 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.INDEX_PATTERN_SAVED_OBJECT_TYPE", + "type": "string", + "tags": [], + "label": "INDEX_PATTERN_SAVED_OBJECT_TYPE", + "description": [], + "signature": [ + "\"index-pattern\"" + ], + "source": { + "path": "src/plugins/data/common/constants.ts", + "lineNumber": 13 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.IndexPatternLoadExpressionFunctionDefinition", + "type": "Type", + "tags": [], + "label": "IndexPatternLoadExpressionFunctionDefinition", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"indexPatternLoad\", null, Arguments, Output, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/expressions/load_index_pattern.ts", + "lineNumber": 35 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.KibanaContext", + "type": "Type", + "tags": [], + "label": "KibanaContext", + "description": [], + "signature": [ + "{ type: \"kibana_context\"; } & ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", + "lineNumber": 31 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.KueryNode", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "KueryNode", + "description": [], + "signature": [ + "KueryNode" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 338 + }, + "deprecated": true, + "references": [ + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 12 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 83 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 97 + } + }, + { + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 23 + } + }, + { + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 281 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 18 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 27 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 27 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 31 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 31 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 32 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 37 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 51 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 15 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 31 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 31 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 35 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 48 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/common/types.ts", + "lineNumber": 8 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/common/types.ts", + "lineNumber": 20 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 17 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 24 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 27 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 27 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 28 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 33 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 47 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 70 + } + }, + { + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", + "lineNumber": 68 + } + }, + { + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", + "lineNumber": 514 + } + }, + { + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", + "lineNumber": 587 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/types.ts", + "lineNumber": 9 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/types.ts", + "lineNumber": 115 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 9 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 15 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 21 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 30 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 31 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 16 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 111 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 113 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 114 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 136 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 157 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 159 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 174 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 174 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 175 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 185 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 234 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 236 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 236 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 259 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 286 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 330 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 20 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 60 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 186 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 191 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 916 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/attachments/index.ts", + "lineNumber": 10 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/attachments/index.ts", + "lineNumber": 25 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/types.ts", + "lineNumber": 15 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/types.ts", + "lineNumber": 61 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/get_search_session_page.ts", + "lineNumber": 14 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/get_search_session_page.ts", + "lineNumber": 25 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts", + "lineNumber": 14 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts", + "lineNumber": 26 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts", + "lineNumber": 18 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts", + "lineNumber": 49 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts", + "lineNumber": 14 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts", + "lineNumber": 26 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/target/types/server/authorization/types.d.ts", + "lineNumber": 2 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/target/types/server/authorization/types.d.ts", + "lineNumber": 100 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/target/types/server/search/session/types.d.ts", + "lineNumber": 3 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/target/types/server/search/session/types.d.ts", + "lineNumber": 29 + } + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.ParsedInterval", + "type": "Type", + "tags": [], + "label": "ParsedInterval", + "description": [], + "signature": [ + "{ value: number; unit: ", + "Unit", + "; type: \"calendar\" | \"fixed\"; }" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_es_interval.ts", + "lineNumber": 18 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.TimeRange", + "type": "Type", + "tags": [], + "label": "TimeRange", + "description": [], + "signature": [ + "{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }" + ], + "source": { + "path": "src/plugins/data/common/query/timefilter/types.ts", + "lineNumber": 17 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "objects": [ + { + "parentPluginId": "data", + "id": "def-server.AggGroupLabels", + "type": "Object", + "tags": [], + "label": "AggGroupLabels", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 20 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.AggGroupLabels.AggGroupNames.Buckets", + "type": "string", + "tags": [], + "label": "[AggGroupNames.Buckets]", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 21 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggGroupLabels.AggGroupNames.Metrics", + "type": "string", + "tags": [], + "label": "[AggGroupNames.Metrics]", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 24 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggGroupLabels.AggGroupNames.None", + "type": "string", + "tags": [], + "label": "[AggGroupNames.None]", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 27 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.AggGroupNames", + "type": "Object", + "tags": [], + "label": "AggGroupNames", + "description": [], + "signature": [ + "{ readonly Buckets: \"buckets\"; readonly Metrics: \"metrics\"; readonly None: \"none\"; }" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 12 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.esFilters", + "type": "Object", + "tags": [], + "label": "esFilters", + "description": [], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 29 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.esFilters.buildQueryFilter", + "type": "Any", + "tags": [], + "label": "buildQueryFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 30 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.esFilters.buildCustomFilter", + "type": "Function", + "tags": [], + "label": "buildCustomFilter", + "description": [], + "signature": [ + "(indexPatternString: string, queryDsl: any, disabled: boolean, negate: boolean, alias: string | null, store: ", + "FilterStateStore", + ") => any" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 31 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.indexPatternString", + "type": "string", + "tags": [], + "label": "indexPatternString", + "description": [], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.queryDsl", + "type": "Any", + "tags": [], + "label": "queryDsl", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.disabled", + "type": "boolean", + "tags": [], + "label": "disabled", + "description": [], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.negate", + "type": "boolean", + "tags": [], + "label": "negate", + "description": [], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.alias", + "type": "CompoundType", + "tags": [], + "label": "alias", + "description": [], + "signature": [ + "string | null" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.store", + "type": "Enum", + "tags": [], + "label": "store", + "description": [], + "signature": [ + "FilterStateStore" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 5 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.esFilters.buildEmptyFilter", + "type": "Any", + "tags": [], + "label": "buildEmptyFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 32 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.esFilters.buildExistsFilter", + "type": "Any", + "tags": [], + "label": "buildExistsFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 33 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.esFilters.buildFilter", + "type": "Function", + "tags": [], + "label": "buildFilter", + "description": [], + "signature": [ + "(indexPattern: ", + "IndexPatternBase", + ", field: ", + "IndexPatternFieldBase", + ", type: ", + "FILTERS", + ", negate: boolean, disabled: boolean, params: any, alias: string | null, store?: ", + "FilterStateStore", + " | undefined) => any" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 34 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + "IndexPatternBase" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.field", + "type": "Object", + "tags": [], + "label": "field", + "description": [], + "signature": [ + "IndexPatternFieldBase" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.type", + "type": "Enum", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "FILTERS" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.negate", + "type": "boolean", + "tags": [], + "label": "negate", + "description": [], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.disabled", + "type": "boolean", + "tags": [], + "label": "disabled", + "description": [], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.params", + "type": "Any", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.alias", + "type": "CompoundType", + "tags": [], + "label": "alias", + "description": [], + "signature": [ + "string | null" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.store", + "type": "CompoundType", + "tags": [], + "label": "store", + "description": [], + "signature": [ + "FilterStateStore", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.esFilters.buildPhraseFilter", + "type": "Any", + "tags": [], + "label": "buildPhraseFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 35 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.esFilters.buildPhrasesFilter", + "type": "Any", + "tags": [], + "label": "buildPhrasesFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 36 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.esFilters.buildRangeFilter", + "type": "Any", + "tags": [], + "label": "buildRangeFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 37 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.esFilters.isFilterDisabled", + "type": "Function", + "tags": [], + "label": "isFilterDisabled", + "description": [], + "signature": [ + "(filter: any) => boolean" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 38 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 54 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.esKuery", + "type": "Object", + "tags": [], + "label": "esKuery", + "description": [], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 51 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.esKuery.nodeTypes", + "type": "Object", + "tags": [], + "label": "nodeTypes", + "description": [], + "signature": [ + "NodeTypes" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 52 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.esKuery.fromKueryExpression", + "type": "Function", + "tags": [], + "label": "fromKueryExpression", + "description": [], + "signature": [ + "(expression: any, parseOptions?: Partial<", + "KueryParseOptions", + "> | undefined) => ", + "KueryNode" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 53 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.expression", + "type": "Any", + "tags": [], + "label": "expression", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.parseOptions", + "type": "Object", + "tags": [], + "label": "parseOptions", + "description": [], + "signature": [ + "Partial<", + "KueryParseOptions", + "> | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 5 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.esKuery.toElasticsearchQuery", + "type": "Function", + "tags": [], + "label": "toElasticsearchQuery", + "description": [], + "signature": [ + "(node: ", + "KueryNode", + ", indexPattern?: ", + "IndexPatternBase", + " | undefined, config?: Record | undefined, context?: Record | undefined) => ", + "JsonObject" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 54 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.node", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "KueryNode" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + "IndexPatternBase", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.config", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "Record | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.context", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + "Record | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 13 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.esQuery", + "type": "Object", + "tags": [], + "label": "esQuery", + "description": [], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 61 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.esQuery.buildQueryFromFilters", + "type": "Function", + "tags": [], + "label": "buildQueryFromFilters", + "description": [], + "signature": [ + "(filters: any[] | undefined, indexPattern: ", + "IndexPatternBase", + " | undefined, ignoreFilterIfFieldNotInIndex?: boolean | undefined) => { must: never[]; filter: any[]; should: never[]; must_not: any[]; }" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 62 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.filters", + "type": "Array", + "tags": [], + "label": "filters", + "description": [], + "signature": [ + "any[] | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/from_filters.d.ts", + "lineNumber": 3 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + "IndexPatternBase", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/from_filters.d.ts", + "lineNumber": 3 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.ignoreFilterIfFieldNotInIndex", + "type": "CompoundType", + "tags": [], + "label": "ignoreFilterIfFieldNotInIndex", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/from_filters.d.ts", + "lineNumber": 3 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.esQuery.getEsQueryConfig", + "type": "Function", + "tags": [], + "label": "getEsQueryConfig", + "description": [], + "signature": [ + "(config: KibanaConfig) => ", + "EsQueryConfig" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 63 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.config", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "KibanaConfig" + ], + "source": { + "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "lineNumber": 16 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.esQuery.buildEsQuery", + "type": "Function", + "tags": [], + "label": "buildEsQuery", + "description": [], + "signature": [ + "(indexPattern: ", + "IndexPatternBase", + " | undefined, queries: any, filters: any, config?: ", + "EsQueryConfig", + " | undefined) => { bool: { must: ", + "DslQuery", + "[]; filter: any[]; should: never[]; must_not: any[]; }; }" + ], + "source": { + "path": "src/plugins/data/server/deprecated.ts", + "lineNumber": 64 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + "IndexPatternBase", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/build_es_query.d.ts", + "lineNumber": 17 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.queries", + "type": "Any", + "tags": [], + "label": "queries", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/build_es_query.d.ts", + "lineNumber": 17 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.filters", + "type": "Any", + "tags": [], + "label": "filters", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/build_es_query.d.ts", + "lineNumber": 17 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.config", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "EsQueryConfig", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/build_es_query.d.ts", + "lineNumber": 17 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.exporters", + "type": "Object", + "tags": [], + "label": "exporters", + "description": [], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 21 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.exporters.datatableToCSV", + "type": "Function", + "tags": [], + "label": "datatableToCSV", + "description": [], + "signature": [ + "({ columns, rows }: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + }, + ", { csvSeparator, quoteValues, formatFactory, raw, escapeFormulaValues }: CSVOptions) => string" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 22 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.__0", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + } + ], + "source": { + "path": "src/plugins/data/common/exports/export_csv.tsx", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.__1", + "type": "Object", + "tags": [], + "label": "__1", + "description": [], + "signature": [ + "CSVOptions" + ], + "source": { + "path": "src/plugins/data/common/exports/export_csv.tsx", + "lineNumber": 28 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.exporters.CSV_MIME_TYPE", + "type": "string", + "tags": [], + "label": "CSV_MIME_TYPE", + "description": [], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 23 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats", + "type": "Object", + "tags": [], + "label": "fieldFormats", + "description": [], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 49 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.FieldFormatsRegistry", + "type": "Object", + "tags": [], + "label": "FieldFormatsRegistry", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormatsRegistry", + "text": "FieldFormatsRegistry" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 50 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.FieldFormat", + "type": "Object", + "tags": [], + "label": "FieldFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 51 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.BoolFormat", + "type": "Object", + "tags": [], + "label": "BoolFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.BoolFormat", + "text": "BoolFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 52 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.BytesFormat", + "type": "Object", + "tags": [], + "label": "BytesFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.BytesFormat", + "text": "BytesFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 53 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.ColorFormat", + "type": "Object", + "tags": [], + "label": "ColorFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.ColorFormat", + "text": "ColorFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 54 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.DurationFormat", + "type": "Object", + "tags": [], + "label": "DurationFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.DurationFormat", + "text": "DurationFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 55 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.IpFormat", + "type": "Object", + "tags": [], + "label": "IpFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.IpFormat", + "text": "IpFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 56 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.NumberFormat", + "type": "Object", + "tags": [], + "label": "NumberFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.NumberFormat", + "text": "NumberFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 57 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.PercentFormat", + "type": "Object", + "tags": [], + "label": "PercentFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.PercentFormat", + "text": "PercentFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 58 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.RelativeDateFormat", + "type": "Object", + "tags": [], + "label": "RelativeDateFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.RelativeDateFormat", + "text": "RelativeDateFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 59 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.SourceFormat", + "type": "Object", + "tags": [], + "label": "SourceFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.SourceFormat", + "text": "SourceFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 60 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.StaticLookupFormat", + "type": "Object", + "tags": [], + "label": "StaticLookupFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.StaticLookupFormat", + "text": "StaticLookupFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 61 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.UrlFormat", + "type": "Object", + "tags": [], + "label": "UrlFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.UrlFormat", + "text": "UrlFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 62 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.StringFormat", + "type": "Object", + "tags": [], + "label": "StringFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.StringFormat", + "text": "StringFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 63 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.TruncateFormat", + "type": "Object", + "tags": [], + "label": "TruncateFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.TruncateFormat", + "text": "TruncateFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 64 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.fieldFormats.HistogramFormat", + "type": "Object", + "tags": [], + "label": "HistogramFormat", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.HistogramFormat", + "text": "HistogramFormat" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 65 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.indexPatterns", + "type": "Object", + "tags": [], + "label": "indexPatterns", + "description": [], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 81 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.indexPatterns.isFilterable", + "type": "Function", + "tags": [], + "label": "isFilterable", + "description": [], + "signature": [ + "(field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + ") => boolean" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 82 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.field", + "type": "Object", + "tags": [], + "label": "field", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/utils.ts", + "lineNumber": 14 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.indexPatterns.isNestedField", + "type": "Function", + "tags": [], + "label": "isNestedField", + "description": [], + "signature": [ + "(field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + ") => boolean" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 83 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.field", + "type": "Object", + "tags": [], + "label": "field", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + } + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/utils.ts", + "lineNumber": 22 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.search", + "type": "Object", + "tags": [], + "label": "search", + "description": [], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 197 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.search.aggs", + "type": "Object", + "tags": [], + "label": "aggs", + "description": [], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 198 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.search.aggs.CidrMask", + "type": "Object", + "tags": [], + "label": "CidrMask", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.CidrMask", + "text": "CidrMask" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 199 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.dateHistogramInterval", + "type": "Function", + "tags": [], + "label": "dateHistogramInterval", + "description": [], + "signature": [ + "(interval: string) => Interval" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 200 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.interval", + "type": "string", + "tags": [], + "label": "interval", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/date_histogram_interval.ts", + "lineNumber": 31 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.intervalOptions", + "type": "Array", + "tags": [], + "label": "intervalOptions", + "description": [], + "signature": [ + "({ display: string; val: string; enabled(agg: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IBucketAggConfig", + "text": "IBucketAggConfig" + }, + "): boolean; } | { display: string; val: string; })[]" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 201 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.InvalidEsCalendarIntervalError", + "type": "Object", + "tags": [], + "label": "InvalidEsCalendarIntervalError", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.InvalidEsCalendarIntervalError", + "text": "InvalidEsCalendarIntervalError" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 202 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.InvalidEsIntervalFormatError", + "type": "Object", + "tags": [], + "label": "InvalidEsIntervalFormatError", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.InvalidEsIntervalFormatError", + "text": "InvalidEsIntervalFormatError" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 203 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.IpAddress", + "type": "Object", + "tags": [], + "label": "IpAddress", + "description": [], + "signature": [ + "typeof ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpAddress", + "text": "IpAddress" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 204 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.isNumberType", + "type": "Function", + "tags": [], + "label": "isNumberType", + "description": [], + "signature": [ + "(agg: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + ") => boolean" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 205 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.agg", + "type": "Object", + "tags": [], + "label": "agg", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + } + ], + "source": { + "path": "src/plugins/data/common/search/aggs/buckets/migrate_include_exclude_format.ts", + "lineNumber": 14 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.isStringType", + "type": "Function", + "tags": [], + "label": "isStringType", + "description": [], + "signature": [ + "(agg: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + ") => boolean" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 206 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.agg", + "type": "Object", + "tags": [], + "label": "agg", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + } + ], + "source": { + "path": "src/plugins/data/common/search/aggs/buckets/migrate_include_exclude_format.ts", + "lineNumber": 14 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.isType", + "type": "Function", + "tags": [], + "label": "isType", + "description": [], + "signature": [ + "(...types: string[]) => (agg: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + ") => boolean" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 207 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/buckets/migrate_include_exclude_format.ts", + "lineNumber": 13 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.isValidEsInterval", + "type": "Function", + "tags": [], + "label": "isValidEsInterval", + "description": [], + "signature": [ + "(interval: string) => boolean" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 208 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.interval", + "type": "string", + "tags": [], + "label": "interval", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/is_valid_es_interval.ts", + "lineNumber": 20 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.isValidInterval", + "type": "Function", + "tags": [], + "label": "isValidInterval", + "description": [], + "signature": [ + "(value: string, baseInterval?: string | undefined) => boolean" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 209 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.value", + "type": "string", + "tags": [], + "label": "value", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/is_valid_interval.ts", + "lineNumber": 24 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.baseInterval", + "type": "string", + "tags": [], + "label": "baseInterval", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/is_valid_interval.ts", + "lineNumber": 24 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.parentPipelineType", + "type": "string", + "tags": [], + "label": "parentPipelineType", + "description": [], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 210 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.parseEsInterval", + "type": "Function", + "tags": [], + "label": "parseEsInterval", + "description": [], + "signature": [ + "(interval: string) => { value: number; unit: ", + "Unit", + "; type: \"calendar\" | \"fixed\"; }" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 211 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.interval", + "type": "string", + "tags": [], + "label": "interval", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_es_interval.ts", + "lineNumber": 39 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.parseInterval", + "type": "Function", + "tags": [], + "label": "parseInterval", + "description": [], + "signature": [ + "(interval: string) => moment.Duration | null" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 212 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.interval", + "type": "string", + "tags": [], + "label": "interval", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_interval.ts", + "lineNumber": 29 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.propFilter", + "type": "Function", + "tags": [], + "label": "propFilter", + "description": [], + "signature": [ + "

(prop: P) => (list: T[], filters?: string | string[] | FilterFunc) => T[]" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 213 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.prop", + "type": "Uncategorized", + "tags": [], + "label": "prop", + "description": [], + "signature": [ + "P" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/utils/prop_filter.ts", + "lineNumber": 20 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.siblingPipelineType", + "type": "string", + "tags": [], + "label": "siblingPipelineType", + "description": [], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 214 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.termsAggFilter", + "type": "Array", + "tags": [], + "label": "termsAggFilter", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 215 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.toAbsoluteDates", + "type": "Function", + "tags": [], + "label": "toAbsoluteDates", + "description": [], + "signature": [ + "(range: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + ") => { from: Date; to: Date; } | undefined" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 216 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.range", + "type": "Object", + "tags": [], + "label": "range", + "description": [], + "signature": [ + "{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/to_absolute_dates.ts", + "lineNumber": 12 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.search.aggs.calcAutoIntervalLessThan", + "type": "Function", + "tags": [], + "label": "calcAutoIntervalLessThan", + "description": [], + "signature": [ + "(maxBucketCount: number, duration: number) => moment.Duration" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 217 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.maxBucketCount", + "type": "number", + "tags": [], + "label": "maxBucketCount", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/buckets/lib/time_buckets/calc_auto_interval.ts", + "lineNumber": 252 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.duration", + "type": "number", + "tags": [], + "label": "duration", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/buckets/lib/time_buckets/calc_auto_interval.ts", + "lineNumber": 252 + }, + "deprecated": false + } + ] + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.search.tabifyAggResponse", + "type": "Function", + "tags": [], + "label": "tabifyAggResponse", + "description": [], + "signature": [ + "(aggConfigs: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfigs", + "text": "AggConfigs" + }, + ", esResponse: Record, respOpts?: Partial<", + "TabbedResponseWriterOptions", + "> | undefined) => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + } + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 219 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.aggConfigs", + "type": "Object", + "tags": [], + "label": "aggConfigs", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfigs", + "text": "AggConfigs" + } + ], + "source": { + "path": "src/plugins/data/common/search/tabify/tabify.ts", + "lineNumber": 20 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.esResponse", + "type": "Object", + "tags": [], + "label": "esResponse", + "description": [], + "signature": [ + "{ [x: string]: any; }" + ], + "source": { + "path": "src/plugins/data/common/search/tabify/tabify.ts", + "lineNumber": 21 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.respOpts", + "type": "Object", + "tags": [], + "label": "respOpts", + "description": [], + "signature": [ + "Partial<", + "TabbedResponseWriterOptions", + "> | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/tabify/tabify.ts", + "lineNumber": 22 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-server.search.tabifyGetColumns", + "type": "Function", + "tags": [], + "label": "tabifyGetColumns", + "description": [], + "signature": [ + "(aggs: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + "[], minimalColumns: boolean) => ", + "TabbedAggColumn", + "[]" + ], + "source": { + "path": "src/plugins/data/server/index.ts", + "lineNumber": 220 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-server.aggs", + "type": "Array", + "tags": [], + "label": "aggs", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfig", + "text": "AggConfig" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/search/tabify/get_columns.ts", + "lineNumber": 34 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.minimalColumns", + "type": "boolean", + "tags": [], + "label": "minimalColumns", + "description": [], + "source": { + "path": "src/plugins/data/common/search/tabify/get_columns.ts", + "lineNumber": 34 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-server.UI_SETTINGS", + "type": "Object", + "tags": [], + "label": "UI_SETTINGS", + "description": [], + "signature": [ + "{ readonly META_FIELDS: \"metaFields\"; readonly DOC_HIGHLIGHT: \"doc_table:highlight\"; readonly QUERY_STRING_OPTIONS: \"query:queryString:options\"; readonly QUERY_ALLOW_LEADING_WILDCARDS: \"query:allowLeadingWildcards\"; readonly SEARCH_QUERY_LANGUAGE: \"search:queryLanguage\"; readonly SORT_OPTIONS: \"sort:options\"; readonly COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: \"courier:ignoreFilterIfFieldNotInIndex\"; readonly COURIER_SET_REQUEST_PREFERENCE: \"courier:setRequestPreference\"; readonly COURIER_CUSTOM_REQUEST_PREFERENCE: \"courier:customRequestPreference\"; readonly COURIER_MAX_CONCURRENT_SHARD_REQUESTS: \"courier:maxConcurrentShardRequests\"; readonly COURIER_BATCH_SEARCHES: \"courier:batchSearches\"; readonly SEARCH_INCLUDE_FROZEN: \"search:includeFrozen\"; readonly SEARCH_TIMEOUT: \"search:timeout\"; readonly HISTOGRAM_BAR_TARGET: \"histogram:barTarget\"; readonly HISTOGRAM_MAX_BARS: \"histogram:maxBars\"; readonly HISTORY_LIMIT: \"history:limit\"; readonly SHORT_DOTS_ENABLE: \"shortDots:enable\"; readonly FORMAT_DEFAULT_TYPE_MAP: \"format:defaultTypeMap\"; readonly FORMAT_NUMBER_DEFAULT_PATTERN: \"format:number:defaultPattern\"; readonly FORMAT_PERCENT_DEFAULT_PATTERN: \"format:percent:defaultPattern\"; readonly FORMAT_BYTES_DEFAULT_PATTERN: \"format:bytes:defaultPattern\"; readonly FORMAT_CURRENCY_DEFAULT_PATTERN: \"format:currency:defaultPattern\"; readonly FORMAT_NUMBER_DEFAULT_LOCALE: \"format:number:defaultLocale\"; readonly TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: \"timepicker:refreshIntervalDefaults\"; readonly TIMEPICKER_QUICK_RANGES: \"timepicker:quickRanges\"; readonly TIMEPICKER_TIME_DEFAULTS: \"timepicker:timeDefaults\"; readonly INDEXPATTERN_PLACEHOLDER: \"indexPattern:placeholder\"; readonly FILTERS_PINNED_BY_DEFAULT: \"filters:pinnedByDefault\"; readonly FILTERS_EDITOR_SUGGEST_VALUES: \"filterEditor:suggestValues\"; readonly AUTOCOMPLETE_USE_TIMERANGE: \"autocomplete:useTimeRange\"; readonly AUTOCOMPLETE_VALUE_SUGGESTION_METHOD: \"autocomplete:valueSuggestionMethod\"; }" + ], + "source": { + "path": "src/plugins/data/common/constants.ts", + "lineNumber": 17 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "setup": { + "parentPluginId": "data", + "id": "def-server.DataPluginSetup", + "type": "Interface", + "tags": [], + "label": "DataPluginSetup", + "description": [], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 28 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.DataPluginSetup.search", + "type": "Object", + "tags": [], + "label": "search", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "server", + "docId": "kibDataSearchPluginApi", + "section": "def-server.ISearchSetup", + "text": "ISearchSetup" + } + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 29 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.DataPluginSetup.fieldFormats", + "type": "Object", + "tags": [], + "label": "fieldFormats", + "description": [], + "signature": [ + "{ register: (customFieldFormat: ", + "FieldFormatInstanceType", + ") => number; }" + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 30 + }, + "deprecated": false + } + ], + "lifecycle": "setup", + "initialIsOpen": true + }, + "start": { + "parentPluginId": "data", + "id": "def-server.DataPluginStart", + "type": "Interface", + "tags": [], + "label": "DataPluginStart", + "description": [], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 37 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-server.DataPluginStart.search", + "type": "Object", + "tags": [], + "label": "search", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "server", + "docId": "kibDataSearchPluginApi", + "section": "def-server.ISearchStart", + "text": "ISearchStart" + }, + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchRequest", + "text": "IEsSearchRequest" + }, + ", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + ">" + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 38 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.DataPluginStart.fieldFormats", + "type": "Object", + "tags": [], + "label": "fieldFormats", + "description": [], + "signature": [ + "{ fieldFormatServiceFactory: (uiSettings: ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCorePluginApi", + "section": "def-server.IUiSettingsClient", + "text": "IUiSettingsClient" + }, + ") => Promise<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormatsRegistry", + "text": "FieldFormatsRegistry" + }, + ">; }" + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 39 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-server.DataPluginStart.indexPatterns", + "type": "Object", + "tags": [], + "label": "indexPatterns", + "description": [], + "signature": [ + "IndexPatternsServiceStart" + ], + "source": { + "path": "src/plugins/data/server/plugin.ts", + "lineNumber": 40 + }, + "deprecated": false + } + ], + "lifecycle": "start", + "initialIsOpen": true + } + }, + "common": { + "classes": [ + { + "parentPluginId": "data", + "id": "def-common.KbnFieldType", + "type": "Class", + "tags": [], + "label": "KbnFieldType", + "description": [], + "signature": [ + "KbnFieldType" + ], + "source": { + "path": "node_modules/@kbn/field-types/target_types/kbn_field_type.d.ts", + "lineNumber": 2 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.KbnFieldType.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "node_modules/@kbn/field-types/target_types/kbn_field_type.d.ts", + "lineNumber": 3 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.KbnFieldType.sortable", + "type": "boolean", + "tags": [], + "label": "sortable", + "description": [], + "source": { + "path": "node_modules/@kbn/field-types/target_types/kbn_field_type.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.KbnFieldType.filterable", + "type": "boolean", + "tags": [], + "label": "filterable", + "description": [], + "source": { + "path": "node_modules/@kbn/field-types/target_types/kbn_field_type.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.KbnFieldType.esTypes", + "type": "Object", + "tags": [], + "label": "esTypes", + "description": [], + "signature": [ + "readonly ", + "ES_FIELD_TYPES", + "[]" + ], + "source": { + "path": "node_modules/@kbn/field-types/target_types/kbn_field_type.d.ts", + "lineNumber": 6 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.KbnFieldType.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/field-types/target_types/kbn_field_type.d.ts", + "lineNumber": 7 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.KbnFieldType.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "Partial<", + "KbnFieldTypeOptions", + "> | undefined" + ], + "source": { + "path": "node_modules/@kbn/field-types/target_types/kbn_field_type.d.ts", + "lineNumber": 7 + }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + } + ], + "functions": [ + { + "parentPluginId": "data", + "id": "def-common.buildCustomFilter", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "buildCustomFilter", + "description": [], + "signature": [ + "(indexPatternString: string, queryDsl: any, disabled: boolean, negate: boolean, alias: string | null, store: ", + "FilterStateStore", + ") => any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 218 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.indexPatternString", + "type": "string", + "tags": [], + "label": "indexPatternString", + "description": [], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.queryDsl", + "type": "Any", + "tags": [], + "label": "queryDsl", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.disabled", + "type": "boolean", + "tags": [], + "label": "disabled", + "description": [], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.negate", + "type": "boolean", + "tags": [], + "label": "negate", + "description": [], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.alias", + "type": "CompoundType", + "tags": [], + "label": "alias", + "description": [], + "signature": [ + "string | null" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.store", + "type": "Enum", + "tags": [], + "label": "store", + "description": [], + "signature": [ + "FilterStateStore" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 5 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.buildEsQuery", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "buildEsQuery", + "description": [], + "signature": [ + "(indexPattern: ", + "IndexPatternBase", + " | undefined, queries: any, filters: any, config?: ", + "EsQueryConfig", + " | undefined) => { bool: { must: ", + "DslQuery", + "[]; filter: any[]; should: never[]; must_not: any[]; }; }" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 101 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + "IndexPatternBase", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/build_es_query.d.ts", + "lineNumber": 17 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.queries", + "type": "Any", + "tags": [], + "label": "queries", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/build_es_query.d.ts", + "lineNumber": 17 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.filters", + "type": "Any", + "tags": [], + "label": "filters", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/build_es_query.d.ts", + "lineNumber": 17 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.config", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "EsQueryConfig", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/build_es_query.d.ts", + "lineNumber": 17 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.buildFilter", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "buildFilter", + "description": [], + "signature": [ + "(indexPattern: ", + "IndexPatternBase", + ", field: ", + "IndexPatternFieldBase", + ", type: ", + "FILTERS", + ", negate: boolean, disabled: boolean, params: any, alias: string | null, store?: ", + "FilterStateStore", + " | undefined) => any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 223 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + "IndexPatternBase" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.field", + "type": "Object", + "tags": [], + "label": "field", + "description": [], + "signature": [ + "IndexPatternFieldBase" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.type", + "type": "Enum", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "FILTERS" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.negate", + "type": "boolean", + "tags": [], + "label": "negate", + "description": [], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.disabled", + "type": "boolean", + "tags": [], + "label": "disabled", + "description": [], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.params", + "type": "Any", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.alias", + "type": "CompoundType", + "tags": [], + "label": "alias", + "description": [], + "signature": [ + "string | null" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.store", + "type": "CompoundType", + "tags": [], + "label": "store", + "description": [], + "signature": [ + "FilterStateStore", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters.d.ts", + "lineNumber": 4 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.buildQueryFromFilters", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "buildQueryFromFilters", + "description": [], + "signature": [ + "(filters: any[] | undefined, indexPattern: ", + "IndexPatternBase", + " | undefined, ignoreFilterIfFieldNotInIndex?: boolean | undefined) => { must: never[]; filter: any[]; should: never[]; must_not: any[]; }" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 105 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.filters", + "type": "Array", + "tags": [], + "label": "filters", + "description": [], + "signature": [ + "any[] | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/from_filters.d.ts", + "lineNumber": 3 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + "IndexPatternBase", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/from_filters.d.ts", + "lineNumber": 3 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.ignoreFilterIfFieldNotInIndex", + "type": "CompoundType", + "tags": [], + "label": "ignoreFilterIfFieldNotInIndex", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/from_filters.d.ts", + "lineNumber": 3 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.castEsToKbnFieldTypeName", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "castEsToKbnFieldTypeName", + "description": [], + "signature": [ + "(esType: string) => ", + "KBN_FIELD_TYPES" + ], + "source": { + "path": "src/plugins/data/common/kbn_field_types/index.ts", + "lineNumber": 22 + }, + "deprecated": true, + "removeBy": "8.0", + "references": [ + { + "plugin": "indexPatternFieldEditor", + "link": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx", + "lineNumber": 22 + } + }, + { + "plugin": "indexPatternFieldEditor", + "link": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx", + "lineNumber": 83 + } + }, + { + "plugin": "savedObjectsManagement", + "link": { + "path": "src/plugins/saved_objects_management/public/lib/create_field_list.ts", + "lineNumber": 11 + } + }, + { + "plugin": "savedObjectsManagement", + "link": { + "path": "src/plugins/saved_objects_management/public/lib/create_field_list.ts", + "lineNumber": 94 + } + } + ], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.esType", + "type": "string", + "tags": [], + "label": "esType", + "description": [], + "source": { + "path": "node_modules/@kbn/field-types/target_types/kbn_field_types.d.ts", + "lineNumber": 22 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.cellHasFormulas", + "type": "Function", + "tags": [], + "label": "cellHasFormulas", + "description": [], + "signature": [ + "(val: string) => boolean" + ], + "source": { + "path": "src/plugins/data/common/exports/formula_checks.ts", + "lineNumber": 13 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.cellHasFormulas.$1", + "type": "string", + "tags": [], + "label": "val", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/exports/formula_checks.ts", + "lineNumber": 13 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.compareFilters", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "compareFilters", + "description": [], + "signature": [ + "(first: any, second: any, comparatorOptions?: ", + "FilterCompareOptions", + " | undefined) => boolean" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 258 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.first", + "type": "Any", + "tags": [], + "label": "first", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/compare_filters.d.ts", + "lineNumber": 23 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.second", + "type": "Any", + "tags": [], + "label": "second", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/compare_filters.d.ts", + "lineNumber": 23 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.comparatorOptions", + "type": "Object", + "tags": [], + "label": "comparatorOptions", + "description": [], + "signature": [ + "FilterCompareOptions", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/compare_filters.d.ts", + "lineNumber": 23 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.createEscapeValue", + "type": "Function", + "tags": [], + "label": "createEscapeValue", + "description": [], + "signature": [ + "(quoteValues: boolean, escapeFormulas: boolean) => (val: string | object | null | undefined) => string" + ], + "source": { + "path": "src/plugins/data/common/exports/escape_value.ts", + "lineNumber": 13 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.createEscapeValue.$1", + "type": "boolean", + "tags": [], + "label": "quoteValues", + "description": [], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/exports/escape_value.ts", + "lineNumber": 14 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.createEscapeValue.$2", + "type": "boolean", + "tags": [], + "label": "escapeFormulas", + "description": [], + "signature": [ + "boolean" + ], + "source": { + "path": "src/plugins/data/common/exports/escape_value.ts", + "lineNumber": 15 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.datatableToCSV", + "type": "Function", + "tags": [], + "label": "datatableToCSV", + "description": [], + "signature": [ + "({ columns, rows }: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + }, + ", { csvSeparator, quoteValues, formatFactory, raw, escapeFormulaValues }: CSVOptions) => string" + ], + "source": { + "path": "src/plugins/data/common/exports/export_csv.tsx", + "lineNumber": 26 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.datatableToCSV.$1", + "type": "Object", + "tags": [], + "label": "{ columns, rows }", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + } + ], + "source": { + "path": "src/plugins/data/common/exports/export_csv.tsx", + "lineNumber": 27 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.datatableToCSV.$2", + "type": "Object", + "tags": [], + "label": "{ csvSeparator, quoteValues, formatFactory, raw, escapeFormulaValues }", + "description": [], + "signature": [ + "CSVOptions" + ], + "source": { + "path": "src/plugins/data/common/exports/export_csv.tsx", + "lineNumber": 28 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.decorateQuery", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "decorateQuery", + "description": [], + "signature": [ + "(query: ", + "DslQuery", + ", queryStringOptions: string | Record, dateFormatTZ?: string | undefined) => ", + "DslQuery" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 113 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.query", + "type": "CompoundType", + "tags": [], + "label": "query", + "description": [], + "signature": [ + "DslRangeQuery", + " | ", + "DslMatchQuery", + " | ", + "DslQueryStringQuery", + " | ", + "DslMatchAllQuery", + " | ", + "DslTermQuery" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/decorate_query.d.ts", + "lineNumber": 9 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.queryStringOptions", + "type": "CompoundType", + "tags": [], + "label": "queryStringOptions", + "description": [], + "signature": [ + "string | Record" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/decorate_query.d.ts", + "lineNumber": 9 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.dateFormatTZ", + "type": "string", + "tags": [], + "label": "dateFormatTZ", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/decorate_query.d.ts", + "lineNumber": 9 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.dedupFilters", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "dedupFilters", + "description": [], + "signature": [ + "(existingFilters: any[], filters: any[], comparatorOptions?: ", + "FilterCompareOptions", + " | undefined) => any[]" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 263 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.existingFilters", + "type": "Array", + "tags": [], + "label": "existingFilters", + "description": [], + "signature": [ + "any[]" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/dedup_filters.d.ts", + "lineNumber": 12 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.filters", + "type": "Array", + "tags": [], + "label": "filters", + "description": [], + "signature": [ + "any[]" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/dedup_filters.d.ts", + "lineNumber": 12 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.comparatorOptions", + "type": "Object", + "tags": [], + "label": "comparatorOptions", + "description": [], + "signature": [ + "FilterCompareOptions", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/dedup_filters.d.ts", + "lineNumber": 12 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.disableFilter", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "disableFilter", + "description": [], + "signature": [ + "(filter: any) => any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 85 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 43 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.enableFilter", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "enableFilter", + "description": [], + "signature": [ + "(filter: any) => any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 243 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 42 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.fromKueryExpression", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "fromKueryExpression", + "description": [], + "signature": [ + "(expression: any, parseOptions?: Partial<", + "KueryParseOptions", + "> | undefined) => ", + "KueryNode" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 89 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.expression", + "type": "Any", + "tags": [], + "label": "expression", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.parseOptions", + "type": "Object", + "tags": [], + "label": "parseOptions", + "description": [], + "signature": [ + "Partial<", + "KueryParseOptions", + "> | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 5 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.getEsQueryConfig", + "type": "Function", + "tags": [], + "label": "getEsQueryConfig", + "description": [], + "signature": [ + "(config: KibanaConfig) => ", + "EsQueryConfig" + ], + "source": { + "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "lineNumber": 16 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.getEsQueryConfig.$1", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "KibanaConfig" + ], + "source": { + "path": "src/plugins/data/common/es_query/get_es_query_config.ts", + "lineNumber": 16 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.getFilterableKbnTypeNames", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "getFilterableKbnTypeNames", + "description": [], + "signature": [ + "() => string[]" + ], + "source": { + "path": "src/plugins/data/common/kbn_field_types/index.ts", + "lineNumber": 28 + }, + "deprecated": true, + "removeBy": "8.0", + "references": [], + "returnComment": [], + "children": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.getKbnFieldType", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "getKbnFieldType", + "description": [], + "signature": [ + "(typeName: string) => ", + "KbnFieldType" + ], + "source": { + "path": "src/plugins/data/common/kbn_field_types/index.ts", + "lineNumber": 34 + }, + "deprecated": true, + "removeBy": "8.0", + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.typeName", + "type": "string", + "tags": [], + "label": "typeName", + "description": [], + "source": { + "path": "node_modules/@kbn/field-types/target_types/kbn_field_types.d.ts", + "lineNumber": 9 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.getKbnTypeNames", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "getKbnTypeNames", + "description": [], + "signature": [ + "() => string[]" + ], + "source": { + "path": "src/plugins/data/common/kbn_field_types/index.ts", + "lineNumber": 40 + }, + "deprecated": true, + "removeBy": "8.0", + "references": [], + "returnComment": [], + "children": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.isFilter", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "isFilter", + "description": [], + "signature": [ + "(x: unknown) => x is any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 77 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.x", + "type": "Unknown", + "tags": [], + "label": "x", + "description": [], + "signature": [ + "unknown" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 46 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.isFilterDisabled", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "isFilterDisabled", + "description": [], + "signature": [ + "(filter: any) => boolean" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 81 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 54 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.isFilterPinned", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "isFilterPinned", + "description": [], + "signature": [ + "(filter: any) => boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 128 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 2 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.isFilters", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "isFilters", + "description": [], + "signature": [ + "(x: unknown) => x is any[]" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 138 + }, + "deprecated": true, + "references": [ + { + "plugin": "dashboardEnhanced", + "link": { + "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx", + "lineNumber": 15 + } + }, + { + "plugin": "dashboardEnhanced", + "link": { + "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx", + "lineNumber": 70 + } + } + ], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.x", + "type": "Unknown", + "tags": [], + "label": "x", + "description": [], + "signature": [ + "unknown" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 47 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.luceneStringToDsl", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "luceneStringToDsl", + "description": [], + "signature": [ + "(query: any) => ", + "DslQuery" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 109 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.query", + "type": "Any", + "tags": [], + "label": "query", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/es_query/lucene_string_to_dsl.d.ts", + "lineNumber": 2 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.onlyDisabledFiltersChanged", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "onlyDisabledFiltersChanged", + "description": [], + "signature": [ + "(newFilters?: any[] | undefined, oldFilters?: any[] | undefined) => boolean" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 148 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.newFilters", + "type": "Array", + "tags": [], + "label": "newFilters", + "description": [], + "signature": [ + "any[] | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/only_disabled.d.ts", + "lineNumber": 7 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.oldFilters", + "type": "Array", + "tags": [], + "label": "oldFilters", + "description": [], + "signature": [ + "any[] | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/only_disabled.d.ts", + "lineNumber": 7 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.pinFilter", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "pinFilter", + "description": [], + "signature": [ + "(filter: any) => any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 248 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 44 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.shortenDottedString", + "type": "Function", + "tags": [ + "return" + ], + "label": "shortenDottedString", + "description": [ + "\nConvert a dot.notated.string into a short\nversion (d.n.string)\n" + ], + "signature": [ + "(input: any) => any" + ], + "source": { + "path": "src/plugins/data/common/utils/shorten_dotted_string.ts", + "lineNumber": 17 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.shortenDottedString.$1", + "type": "Any", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/utils/shorten_dotted_string.ts", + "lineNumber": 17 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.tableHasFormulas", + "type": "Function", + "tags": [], + "label": "tableHasFormulas", + "description": [], + "signature": [ + "(columns: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" + }, + "[], rows: Record[]) => boolean" + ], + "source": { + "path": "src/plugins/data/common/exports/formula_checks.ts", + "lineNumber": 16 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.tableHasFormulas.$1", + "type": "Array", + "tags": [], + "label": "columns", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/exports/formula_checks.ts", + "lineNumber": 16 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.tableHasFormulas.$2", + "type": "Array", + "tags": [], + "label": "rows", + "description": [], + "signature": [ + "Record[]" + ], + "source": { + "path": "src/plugins/data/common/exports/formula_checks.ts", + "lineNumber": 16 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.toElasticsearchQuery", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "toElasticsearchQuery", + "description": [], + "signature": [ + "(node: ", + "KueryNode", + ", indexPattern?: ", + "IndexPatternBase", + " | undefined, config?: Record | undefined, context?: Record | undefined) => ", + "JsonObject" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 93 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.node", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + "KueryNode" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.indexPattern", + "type": "Object", + "tags": [], + "label": "indexPattern", + "description": [], + "signature": [ + "IndexPatternBase", + " | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.config", + "type": "Object", + "tags": [], + "label": "config", + "description": [], + "signature": [ + "Record | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.context", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + "Record | undefined" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/kuery/ast/ast.d.ts", + "lineNumber": 13 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.toggleFilterDisabled", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "toggleFilterDisabled", + "description": [], + "signature": [ + "(filter: any) => { meta: { disabled: boolean; alias: string | null; negate: boolean; controlledBy?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }; $state?: any; query?: any; }" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 253 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 3 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.toggleFilterNegated", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "toggleFilterNegated", + "description": [], + "signature": [ + "(filter: any) => { meta: { negate: boolean; alias: string | null; disabled: boolean; controlledBy?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }; $state?: any; query?: any; }" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 238 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.filter", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/meta_filter.d.ts", + "lineNumber": 19 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.uniqFilters", + "type": "Function", + "tags": [ + "deprecated" + ], + "label": "uniqFilters", + "description": [], + "signature": [ + "(filters: any[], comparatorOptions?: any) => any[]" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 143 + }, + "deprecated": true, + "references": [], + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.filters", + "type": "Array", + "tags": [], + "label": "filters", + "description": [], + "signature": [ + "any[]" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/uniq_filters.d.ts", + "lineNumber": 10 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.comparatorOptions", + "type": "Any", + "tags": [], + "label": "comparatorOptions", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/helpers/uniq_filters.d.ts", + "lineNumber": 10 + }, + "deprecated": false + } + ], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "data", + "id": "def-common.FilterValueFormatter", + "type": "Interface", + "tags": [], + "label": "FilterValueFormatter", + "description": [], + "source": { + "path": "src/plugins/data/common/types.ts", + "lineNumber": 26 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.FilterValueFormatter.convert", + "type": "Function", + "tags": [], + "label": "convert", + "description": [], + "signature": [ + "(value: any) => string" + ], + "source": { + "path": "src/plugins/data/common/types.ts", + "lineNumber": 27 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.value", + "type": "Any", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/types.ts", + "lineNumber": 25 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.FilterValueFormatter.getConverterFor", + "type": "Function", + "tags": [], + "label": "getConverterFor", + "description": [], + "signature": [ + "(type: string) => FilterFormatterFunction" + ], + "source": { + "path": "src/plugins/data/common/types.ts", + "lineNumber": 28 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "source": { + "path": "src/plugins/data/common/types.ts", + "lineNumber": 28 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.KbnFieldTypeOptions", + "type": "Interface", + "tags": [], + "label": "KbnFieldTypeOptions", + "description": [], + "signature": [ + "KbnFieldTypeOptions" + ], + "source": { + "path": "node_modules/@kbn/field-types/target_types/types.d.ts", + "lineNumber": 2 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.KbnFieldTypeOptions.sortable", + "type": "boolean", + "tags": [], + "label": "sortable", + "description": [], + "source": { + "path": "node_modules/@kbn/field-types/target_types/types.d.ts", + "lineNumber": 3 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.KbnFieldTypeOptions.filterable", + "type": "boolean", + "tags": [], + "label": "filterable", + "description": [], + "source": { + "path": "node_modules/@kbn/field-types/target_types/types.d.ts", + "lineNumber": 4 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.KbnFieldTypeOptions.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "node_modules/@kbn/field-types/target_types/types.d.ts", + "lineNumber": 5 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.KbnFieldTypeOptions.esTypes", + "type": "Array", + "tags": [], + "label": "esTypes", + "description": [], + "signature": [ + "ES_FIELD_TYPES", + "[]" + ], + "source": { + "path": "node_modules/@kbn/field-types/target_types/types.d.ts", + "lineNumber": 6 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.SavedObject", + "type": "Interface", + "tags": [], + "label": "SavedObject", + "description": [], + "signature": [ + "SavedObject", + "" + ], + "source": { + "path": "src/core/types/saved_objects.ts", + "lineNumber": 69 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.SavedObject.id", + "type": "string", + "tags": [], + "label": "id", + "description": [ + "The ID of this Saved Object, guaranteed to be unique for all objects of the same `type`" + ], + "source": { + "path": "src/core/types/saved_objects.ts", + "lineNumber": 71 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.SavedObject.type", + "type": "string", + "tags": [], + "label": "type", + "description": [ + " The type of Saved Object. Each plugin can define it's own custom Saved Object types." + ], + "source": { + "path": "src/core/types/saved_objects.ts", + "lineNumber": 73 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.SavedObject.version", + "type": "string", + "tags": [], + "label": "version", + "description": [ + "An opaque version number which changes on each successful write operation. Can be used for implementing optimistic concurrency control." + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/core/types/saved_objects.ts", + "lineNumber": 75 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.SavedObject.updated_at", + "type": "string", + "tags": [], + "label": "updated_at", + "description": [ + "Timestamp of the last time this document had been updated." + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/core/types/saved_objects.ts", + "lineNumber": 77 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.SavedObject.error", + "type": "Object", + "tags": [], + "label": "error", + "description": [], + "signature": [ + "SavedObjectError", + " | undefined" + ], + "source": { + "path": "src/core/types/saved_objects.ts", + "lineNumber": 78 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.SavedObject.attributes", + "type": "Uncategorized", + "tags": [], + "label": "attributes", + "description": [ + "{@inheritdoc SavedObjectAttributes}" + ], + "signature": [ + "T" + ], + "source": { + "path": "src/core/types/saved_objects.ts", + "lineNumber": 80 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.SavedObject.references", + "type": "Array", + "tags": [], + "label": "references", + "description": [ + "{@inheritdoc SavedObjectReference}" + ], + "signature": [ + "SavedObjectReference", + "[]" + ], + "source": { + "path": "src/core/types/saved_objects.ts", + "lineNumber": 82 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.SavedObject.migrationVersion", + "type": "Object", + "tags": [], + "label": "migrationVersion", + "description": [ + "{@inheritdoc SavedObjectsMigrationVersion}" + ], + "signature": [ + "SavedObjectsMigrationVersion", + " | undefined" + ], + "source": { + "path": "src/core/types/saved_objects.ts", + "lineNumber": 84 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.SavedObject.coreMigrationVersion", + "type": "string", + "tags": [], + "label": "coreMigrationVersion", + "description": [ + "A semver value that is used when upgrading objects between Kibana versions." + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/core/types/saved_objects.ts", + "lineNumber": 86 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.SavedObject.namespaces", + "type": "Array", + "tags": [], + "label": "namespaces", + "description": [ + "\nSpace(s) that this saved object exists in. This attribute is not used for \"global\" saved object types which are registered with\n`namespaceType: 'agnostic'`." + ], + "signature": [ + "string[] | undefined" + ], + "source": { + "path": "src/core/types/saved_objects.ts", + "lineNumber": 91 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.SavedObject.originId", + "type": "string", + "tags": [], + "label": "originId", + "description": [ + "\nThe ID of the saved object this originated from. This is set if this object's `id` was regenerated; that can happen during migration\nfrom a legacy single-namespace type, or during import. It is only set during migration or create operations. This is used during import\nto ensure that ID regeneration is deterministic, so saved objects will be overwritten if they are imported multiple times into a given\nspace." + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/core/types/saved_objects.ts", + "lineNumber": 98 + }, + "deprecated": false + } + ], + "initialIsOpen": false + } + ], + "enums": [ + { + "parentPluginId": "data", + "id": "def-common.ES_FIELD_TYPES", + "type": "Enum", + "tags": [], + "label": "ES_FIELD_TYPES", + "description": [], + "signature": [ + "ES_FIELD_TYPES" + ], + "source": { + "path": "node_modules/@kbn/field-types/target_types/types.d.ts", + "lineNumber": 9 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.FilterStateStore", + "type": "Enum", + "tags": [], + "label": "FilterStateStore", + "description": [], + "signature": [ + "FilterStateStore" + ], + "source": { + "path": "node_modules/@kbn/es-query/target_types/filters/build_filters/types.d.ts", + "lineNumber": 24 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.KBN_FIELD_TYPES", + "type": "Enum", + "tags": [], + "label": "KBN_FIELD_TYPES", + "description": [], + "signature": [ + "KBN_FIELD_TYPES" + ], + "source": { + "path": "node_modules/@kbn/field-types/target_types/types.d.ts", + "lineNumber": 47 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "misc": [ + { + "parentPluginId": "data", + "id": "def-common.buildEmptyFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "buildEmptyFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 228 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.buildExistsFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "buildExistsFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 233 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.buildPhraseFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "buildPhraseFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 208 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.buildPhrasesFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "buildPhrasesFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 203 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.buildQueryFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "buildQueryFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 198 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.buildRangeFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "buildRangeFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 213 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.CSV_FORMULA_CHARS", + "type": "Array", + "tags": [], + "label": "CSV_FORMULA_CHARS", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "src/plugins/data/common/exports/constants.ts", + "lineNumber": 9 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.CSV_MIME_TYPE", + "type": "string", + "tags": [], + "label": "CSV_MIME_TYPE", + "description": [], + "signature": [ + "\"text/plain;charset=utf-8\"" + ], + "source": { + "path": "src/plugins/data/common/exports/export_csv.tsx", + "lineNumber": 16 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.CustomFilter", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "CustomFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 318 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.DEFAULT_QUERY_LANGUAGE", + "type": "string", + "tags": [], + "label": "DEFAULT_QUERY_LANGUAGE", + "description": [], + "signature": [ + "\"kuery\"" + ], + "source": { + "path": "src/plugins/data/common/constants.ts", + "lineNumber": 9 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.EsQueryConfig", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "EsQueryConfig", + "description": [], + "signature": [ + "EsQueryConfig" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 353 + }, + "deprecated": true, + "references": [ + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 12 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 79 + } + }, + { + "plugin": "visTypeTimeseries", + "link": { + "path": "src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/types.ts", + "lineNumber": 11 + } + }, + { + "plugin": "visTypeTimeseries", + "link": { + "path": "src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/types.ts", + "lineNumber": 21 + } + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.ExistsFilter", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "ExistsFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 293 + }, + "deprecated": true, + "references": [ + { + "plugin": "observability", + "link": { + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 11 + } + }, + { + "plugin": "observability", + "link": { + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 83 + } + }, + { + "plugin": "observability", + "link": { + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts", + "lineNumber": 32 + } + }, + { + "plugin": "observability", + "link": { + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts", + "lineNumber": 481 + } + }, + { + "plugin": "observability", + "link": { + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts", + "lineNumber": 510 + } + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.Filter", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "Filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 278 + }, + "deprecated": true, + "references": [ + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 11 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts", + "lineNumber": 10 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts", + "lineNumber": 3 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/url_generator.ts", + "lineNumber": 10 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/url_generator.ts", + "lineNumber": 40 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/url_generator.ts", + "lineNumber": 110 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/locator.ts", + "lineNumber": 10 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/locator.ts", + "lineNumber": 41 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/locator.ts", + "lineNumber": 109 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/embeddable/types.ts", + "lineNumber": 16 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/embeddable/types.ts", + "lineNumber": 22 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context/api/context.ts", + "lineNumber": 10 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context/api/context.ts", + "lineNumber": 57 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context/api/context.ts", + "lineNumber": 68 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context/api/context.ts", + "lineNumber": 123 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 26 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 47 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 303 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/apps/main/services/discover_state.ts", + "lineNumber": 303 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 19 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 30 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 49 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 107 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 227 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 227 + } + }, + { + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/angular/context_state.ts", + "lineNumber": 257 + } + }, + { + "plugin": "visualizations", + "link": { + "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", + "lineNumber": 18 + } + }, + { + "plugin": "visualizations", + "link": { + "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", + "lineNumber": 64 + } + }, + { + "plugin": "visualizations", + "link": { + "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", + "lineNumber": 93 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 13 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 56 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 58 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 68 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/filter_utils.ts", + "lineNumber": 68 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts", + "lineNumber": 11 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts", + "lineNumber": 33 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/state/dashboard_state_slice.ts", + "lineNumber": 11 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/state/dashboard_state_slice.ts", + "lineNumber": 74 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/state/dashboard_state_slice.ts", + "lineNumber": 78 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_filter_state.ts", + "lineNumber": 20 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_filter_state.ts", + "lineNumber": 81 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_filter_state.ts", + "lineNumber": 94 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts", + "lineNumber": 11 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts", + "lineNumber": 23 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts", + "lineNumber": 94 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_container_input.ts", + "lineNumber": 14 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/lib/sync_dashboard_container_input.ts", + "lineNumber": 36 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/types.ts", + "lineNumber": 22 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/types.ts", + "lineNumber": 56 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/types.ts", + "lineNumber": 83 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/types.ts", + "lineNumber": 105 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/embeddable/dashboard_container.tsx", + "lineNumber": 18 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/application/embeddable/dashboard_container.tsx", + "lineNumber": 62 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/url_generator.ts", + "lineNumber": 11 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/url_generator.ts", + "lineNumber": 52 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/url_generator.ts", + "lineNumber": 111 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 10 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 49 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 95 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/public/locator.ts", + "lineNumber": 107 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/types.ts", + "lineNumber": 22 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/types.ts", + "lineNumber": 273 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/types.ts", + "lineNumber": 518 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.ts", + "lineNumber": 8 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.ts", + "lineNumber": 13 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.ts", + "lineNumber": 49 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/utils.ts", + "lineNumber": 13 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/utils.ts", + "lineNumber": 72 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", + "lineNumber": 45 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", + "lineNumber": 73 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/fields_accordion.tsx", + "lineNumber": 23 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/fields_accordion.tsx", + "lineNumber": 37 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/state_management/types.ts", + "lineNumber": 8 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/state_management/types.ts", + "lineNumber": 36 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 14 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 65 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 132 + } + }, + { + "plugin": "observability", + "link": { + "path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx", + "lineNumber": 10 + } + }, + { + "plugin": "observability", + "link": { + "path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx", + "lineNumber": 80 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/common/types/timeline/store.ts", + "lineNumber": 17 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/common/types/timeline/store.ts", + "lineNumber": 50 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/store/t_grid/model.ts", + "lineNumber": 9 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/store/t_grid/model.ts", + "lineNumber": 54 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", + "lineNumber": 28 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", + "lineNumber": 114 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx", + "lineNumber": 27 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx", + "lineNumber": 108 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/hover_actions/utils.ts", + "lineNumber": 8 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/hover_actions/utils.ts", + "lineNumber": 28 + } + }, + { + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/public/components/hover_actions/utils.ts", + "lineNumber": 64 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/reducers/map/types.ts", + "lineNumber": 22 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/reducers/map/types.ts", + "lineNumber": 37 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "lineNumber": 21 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "lineNumber": 35 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", + "lineNumber": 94 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "lineNumber": 9 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx", + "lineNumber": 40 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts", + "lineNumber": 13 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts", + "lineNumber": 78 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/join_tooltip_property.ts", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/tooltips/join_tooltip_property.ts", + "lineNumber": 41 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts", + "lineNumber": 205 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts", + "lineNumber": 206 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/selectors/map_selectors.ts", + "lineNumber": 53 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/selectors/map_selectors.ts", + "lineNumber": 184 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/actions/map_actions.ts", + "lineNumber": 13 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/actions/map_actions.ts", + "lineNumber": 244 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.tsx", + "lineNumber": 27 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.tsx", + "lineNumber": 41 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_geometry_filter_form.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_geometry_filter_form.tsx", + "lineNumber": 30 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx", + "lineNumber": 20 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx", + "lineNumber": 41 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx", + "lineNumber": 105 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx", + "lineNumber": 171 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/features_tooltip.tsx", + "lineNumber": 13 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/features_tooltip.tsx", + "lineNumber": 28 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/tooltip_popover.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/tooltip_popover.tsx", + "lineNumber": 23 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/tooltip_control.tsx", + "lineNumber": 20 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/tooltip_control.tsx", + "lineNumber": 66 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/mb_map.tsx", + "lineNumber": 15 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/mb_map/mb_map.tsx", + "lineNumber": 73 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/toolbar_overlay/toolbar_overlay.tsx", + "lineNumber": 10 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/toolbar_overlay/toolbar_overlay.tsx", + "lineNumber": 19 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/map_container/map_container.tsx", + "lineNumber": 14 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/connected_components/map_container/map_container.tsx", + "lineNumber": 35 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/global_sync.ts", + "lineNumber": 8 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/global_sync.ts", + "lineNumber": 16 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/app_state_manager.ts", + "lineNumber": 9 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/app_state_manager.ts", + "lineNumber": 14 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/url_state/app_state_manager.ts", + "lineNumber": 20 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 33 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 68 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 82 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 218 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 289 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx", + "lineNumber": 437 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/index.ts", + "lineNumber": 11 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/routes/map_page/map_app/index.ts", + "lineNumber": 49 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", + "lineNumber": 27 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", + "lineNumber": 108 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", + "lineNumber": 388 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 13 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 51 + } }, { - "parentPluginId": "data", - "id": "def-server.search.tabifyGetColumns", - "type": "Function", - "tags": [], - "label": "tabifyGetColumns", - "description": [], - "signature": [ - "(aggs: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - }, - "[], minimalColumns: boolean) => ", - "TabbedAggColumn", - "[]" - ], - "source": { - "path": "src/plugins/data/server/index.ts", - "lineNumber": 273 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-server.aggs", - "type": "Array", - "tags": [], - "label": "aggs", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/search/tabify/get_columns.ts", - "lineNumber": 34 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.minimalColumns", - "type": "boolean", - "tags": [], - "label": "minimalColumns", - "description": [], - "source": { - "path": "src/plugins/data/common/search/tabify/get_columns.ts", - "lineNumber": 34 - }, - "deprecated": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-server.UI_SETTINGS", - "type": "Object", - "tags": [], - "label": "UI_SETTINGS", - "description": [], - "signature": [ - "{ readonly META_FIELDS: \"metaFields\"; readonly DOC_HIGHLIGHT: \"doc_table:highlight\"; readonly QUERY_STRING_OPTIONS: \"query:queryString:options\"; readonly QUERY_ALLOW_LEADING_WILDCARDS: \"query:allowLeadingWildcards\"; readonly SEARCH_QUERY_LANGUAGE: \"search:queryLanguage\"; readonly SORT_OPTIONS: \"sort:options\"; readonly COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: \"courier:ignoreFilterIfFieldNotInIndex\"; readonly COURIER_SET_REQUEST_PREFERENCE: \"courier:setRequestPreference\"; readonly COURIER_CUSTOM_REQUEST_PREFERENCE: \"courier:customRequestPreference\"; readonly COURIER_MAX_CONCURRENT_SHARD_REQUESTS: \"courier:maxConcurrentShardRequests\"; readonly COURIER_BATCH_SEARCHES: \"courier:batchSearches\"; readonly SEARCH_INCLUDE_FROZEN: \"search:includeFrozen\"; readonly SEARCH_TIMEOUT: \"search:timeout\"; readonly HISTOGRAM_BAR_TARGET: \"histogram:barTarget\"; readonly HISTOGRAM_MAX_BARS: \"histogram:maxBars\"; readonly HISTORY_LIMIT: \"history:limit\"; readonly SHORT_DOTS_ENABLE: \"shortDots:enable\"; readonly FORMAT_DEFAULT_TYPE_MAP: \"format:defaultTypeMap\"; readonly FORMAT_NUMBER_DEFAULT_PATTERN: \"format:number:defaultPattern\"; readonly FORMAT_PERCENT_DEFAULT_PATTERN: \"format:percent:defaultPattern\"; readonly FORMAT_BYTES_DEFAULT_PATTERN: \"format:bytes:defaultPattern\"; readonly FORMAT_CURRENCY_DEFAULT_PATTERN: \"format:currency:defaultPattern\"; readonly FORMAT_NUMBER_DEFAULT_LOCALE: \"format:number:defaultLocale\"; readonly TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: \"timepicker:refreshIntervalDefaults\"; readonly TIMEPICKER_QUICK_RANGES: \"timepicker:quickRanges\"; readonly TIMEPICKER_TIME_DEFAULTS: \"timepicker:timeDefaults\"; readonly INDEXPATTERN_PLACEHOLDER: \"indexPattern:placeholder\"; readonly FILTERS_PINNED_BY_DEFAULT: \"filters:pinnedByDefault\"; readonly FILTERS_EDITOR_SUGGEST_VALUES: \"filterEditor:suggestValues\"; readonly AUTOCOMPLETE_USE_TIMERANGE: \"autocomplete:useTimeRange\"; }" - ], - "source": { - "path": "src/plugins/data/common/constants.ts", - "lineNumber": 15 - }, - "deprecated": false, - "initialIsOpen": false - } - ], - "setup": { - "parentPluginId": "data", - "id": "def-server.DataPluginSetup", - "type": "Interface", - "tags": [], - "label": "DataPluginSetup", - "description": [], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 28 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.DataPluginSetup.search", - "type": "Object", - "tags": [], - "label": "search", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "server", - "docId": "kibDataSearchPluginApi", - "section": "def-server.ISearchSetup", - "text": "ISearchSetup" + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 84 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 127 + } + }, + { + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/locators.ts", + "lineNumber": 198 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx", + "lineNumber": 11 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx", + "lineNumber": 70 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx", + "lineNumber": 27 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 11 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 14 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts", + "lineNumber": 33 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts", + "lineNumber": 10 + } + }, + { + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts", + "lineNumber": 32 + } + }, + { + "plugin": "dashboardEnhanced", + "link": { + "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx", + "lineNumber": 14 + } + }, + { + "plugin": "dashboardEnhanced", + "link": { + "path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx", + "lineNumber": 33 + } + }, + { + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", + "lineNumber": 14 + } + }, + { + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts", + "lineNumber": 22 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 9 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 21 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 25 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 31 + } + }, + { + "plugin": "dashboard", + "link": { + "path": "src/plugins/dashboard/server/saved_objects/move_filters_to_query.ts", + "lineNumber": 32 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/types.ts", + "lineNumber": 8 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/types.ts", + "lineNumber": 56 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/types.ts", + "lineNumber": 87 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/saved_object_migrations.ts", + "lineNumber": 16 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/server/migrations/saved_object_migrations.ts", + "lineNumber": 48 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 16 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 49 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/model.ts", + "lineNumber": 11 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/model.ts", + "lineNumber": 83 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/actions.ts", + "lineNumber": 12 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/actions.ts", + "lineNumber": 93 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/selectors.ts", + "lineNumber": 10 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/store/inputs/selectors.ts", + "lineNumber": 77 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/actions.ts", + "lineNumber": 10 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/actions.ts", + "lineNumber": 183 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 14 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 82 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/helpers.tsx", + "lineNumber": 27 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/helpers.tsx", + "lineNumber": 89 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/helpers.tsx", + "lineNumber": 95 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", + "lineNumber": 11 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", + "lineNumber": 126 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/helpers.ts", + "lineNumber": 13 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/helpers.ts", + "lineNumber": 150 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/helpers.ts", + "lineNumber": 250 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/navigation/helpers.ts", + "lineNumber": 20 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/navigation/helpers.ts", + "lineNumber": 30 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", + "lineNumber": 12 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", + "lineNumber": 34 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", + "lineNumber": 100 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 18 } - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 29 }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.DataPluginSetup.fieldFormats", - "type": "Object", - "tags": [], - "label": "fieldFormats", - "description": [], - "signature": [ - "{ register: (customFieldFormat: ", - "FieldFormatInstanceType", - ") => number; }" - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 30 + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 36 + } }, - "deprecated": false - } - ], - "lifecycle": "setup", - "initialIsOpen": true - }, - "start": { - "parentPluginId": "data", - "id": "def-server.DataPluginStart", - "type": "Interface", - "tags": [], - "label": "DataPluginStart", - "description": [], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 37 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.DataPluginStart.search", - "type": "Object", - "tags": [], - "label": "search", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "server", - "docId": "kibDataSearchPluginApi", - "section": "def-server.ISearchStart", - "text": "ISearchStart" - }, - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchRequest", - "text": "IEsSearchRequest" - }, - ", ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" - }, - ">" - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 38 + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 45 + } }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.DataPluginStart.fieldFormats", - "type": "Object", - "tags": [], - "label": "fieldFormats", - "description": [], - "signature": [ - "{ fieldFormatServiceFactory: (uiSettings: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.IUiSettingsClient", - "text": "IUiSettingsClient" - }, - ") => Promise<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormatsRegistry", - "text": "FieldFormatsRegistry" - }, - ">; }" - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 39 + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 55 + } }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-server.DataPluginStart.indexPatterns", - "type": "Object", - "tags": [], - "label": "indexPatterns", - "description": [], - "signature": [ - "IndexPatternsServiceStart" - ], - "source": { - "path": "src/plugins/data/server/plugin.ts", - "lineNumber": 40 + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 56 + } }, - "deprecated": false - } - ], - "lifecycle": "start", - "initialIsOpen": true - } - }, - "common": { - "classes": [ - { - "parentPluginId": "data", - "id": "def-common.KbnFieldType", - "type": "Class", - "tags": [], - "label": "KbnFieldType", - "description": [], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_type.ts", - "lineNumber": 11 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.KbnFieldType.name", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_type.ts", - "lineNumber": 12 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 91 + } }, { - "parentPluginId": "data", - "id": "def-common.KbnFieldType.sortable", - "type": "boolean", - "tags": [], - "label": "sortable", - "description": [], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_type.ts", - "lineNumber": 13 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx", + "lineNumber": 297 + } }, { - "parentPluginId": "data", - "id": "def-common.KbnFieldType.filterable", - "type": "boolean", - "tags": [], - "label": "filterable", - "description": [], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_type.ts", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", + "lineNumber": 15 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", + "lineNumber": 36 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/helpers.ts", + "lineNumber": 8 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/helpers.ts", "lineNumber": 14 - }, - "deprecated": false + } }, { - "parentPluginId": "data", - "id": "def-common.KbnFieldType.esTypes", - "type": "Object", - "tags": [], - "label": "esTypes", - "description": [], - "signature": [ - "readonly ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_type.ts", - "lineNumber": 15 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/helpers.ts", + "lineNumber": 50 + } }, { - "parentPluginId": "data", - "id": "def-common.KbnFieldType.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_type.ts", - "lineNumber": 17 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.KbnFieldType.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "signature": [ - "Partial<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KbnFieldTypeOptions", - "text": "KbnFieldTypeOptions" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_type.ts", - "lineNumber": 17 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.KQLSyntaxError", - "type": "Class", - "tags": [], - "label": "KQLSyntaxError", - "description": [], - "signature": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/index.tsx", + "lineNumber": 11 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KQLSyntaxError", - "text": "KQLSyntaxError" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/add_filter_to_global_search_bar/index.tsx", + "lineNumber": 21 + } }, - " extends Error" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/kuery_syntax_error.ts", - "lineNumber": 41 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.KQLSyntaxError.shortMessage", - "type": "string", - "tags": [], - "label": "shortMessage", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/kuery/kuery_syntax_error.ts", - "lineNumber": 42 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/types.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-common.KQLSyntaxError.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/kuery_syntax_error.ts", - "lineNumber": 44 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.KQLSyntaxError.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "error", - "description": [], - "signature": [ - "KQLSyntaxErrorData" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/kuery_syntax_error.ts", - "lineNumber": 44 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-common.KQLSyntaxError.Unnamed.$2", - "type": "Any", - "tags": [], - "label": "expression", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/kuery_syntax_error.ts", - "lineNumber": 44 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false - } - ], - "functions": [ - { - "parentPluginId": "data", - "id": "def-common.buildCustomFilter", - "type": "Function", - "tags": [], - "label": "buildCustomFilter", - "description": [], - "signature": [ - "(indexPatternString: string, queryDsl: any, disabled: boolean, negate: boolean, alias: string | null, store: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/types.ts", + "lineNumber": 39 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/types.ts", + "lineNumber": 48 + } }, - ") => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 41 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 10 + } + }, { - "parentPluginId": "data", - "id": "def-common.buildCustomFilter.$1", - "type": "string", - "tags": [], - "label": "indexPatternString", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 42 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 141 + } }, { - "parentPluginId": "data", - "id": "def-common.buildCustomFilter.$2", - "type": "Any", - "tags": [], - "label": "queryDsl", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 43 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 143 + } }, { - "parentPluginId": "data", - "id": "def-common.buildCustomFilter.$3", - "type": "boolean", - "tags": [], - "label": "disabled", - "description": [], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 44 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 224 + } }, { - "parentPluginId": "data", - "id": "def-common.buildCustomFilter.$4", - "type": "boolean", - "tags": [], - "label": "negate", - "description": [], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 45 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 248 + } }, { - "parentPluginId": "data", - "id": "def-common.buildCustomFilter.$5", - "type": "CompoundType", - "tags": [], - "label": "alias", - "description": [], - "signature": [ - "string | null" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 46 - }, - "deprecated": false, - "isRequired": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", + "lineNumber": 34 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", + "lineNumber": 121 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx", + "lineNumber": 19 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/index.tsx", + "lineNumber": 56 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/types.ts", + "lineNumber": 8 + } }, { - "parentPluginId": "data", - "id": "def-common.buildCustomFilter.$6", - "type": "Enum", - "tags": [], - "label": "store", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 47 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.buildEmptyFilter", - "type": "Function", - "tags": [], - "label": "buildEmptyFilter", - "description": [], - "signature": [ - "(isPinned: boolean, index?: string | undefined) => ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/types.ts", + "lineNumber": 22 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 53 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/types.ts", + "lineNumber": 24 + } + }, { - "parentPluginId": "data", - "id": "def-common.buildEmptyFilter.$1", - "type": "boolean", - "tags": [], - "label": "isPinned", - "description": [], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 53 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/alerts_table.tsx", + "lineNumber": 11 + } }, { - "parentPluginId": "data", - "id": "def-common.buildEmptyFilter.$2", - "type": "string", - "tags": [], - "label": "index", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 53 - }, - "deprecated": false, - "isRequired": false - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.buildEsQuery", - "type": "Function", - "tags": [], - "label": "buildEsQuery", - "description": [], - "signature": [ - "(indexPattern: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/alerts_table.tsx", + "lineNumber": 29 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/alerts_viewer/alerts_table.tsx", + "lineNumber": 66 + } }, - " | undefined, queries: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/alerts_query_tab_body.tsx", + "lineNumber": 10 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/navigation/alerts_query_tab_body.tsx", + "lineNumber": 15 + } }, - "[], filters: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", + "lineNumber": 26 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", + "lineNumber": 47 + } }, - "[], config: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.EsQueryConfig", - "text": "EsQueryConfig" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/index.tsx", + "lineNumber": 22 + } }, - ") => { bool: { must: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/index.tsx", + "lineNumber": 62 + } }, - "[]; filter: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/signals_by_category/index.tsx", + "lineNumber": 14 + } }, - "[]; should: never[]; must_not: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/signals_by_category/index.tsx", + "lineNumber": 22 + } }, - "[]; }; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 38 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.buildEsQuery.$1", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 39 - }, - "deprecated": false, - "isRequired": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", + "lineNumber": 17 + } }, { - "parentPluginId": "data", - "id": "def-common.buildEsQuery.$2", - "type": "CompoundType", - "tags": [], - "label": "queries", - "description": [ - "- a query object or array of query objects. Each query has a language property and a query property." - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 40 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", + "lineNumber": 55 + } }, { - "parentPluginId": "data", - "id": "def-common.buildEsQuery.$3", - "type": "CompoundType", - "tags": [], - "label": "filters", - "description": [ - "- a filter object or array of filter objects" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 41 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", + "lineNumber": 16 + } }, { - "parentPluginId": "data", - "id": "def-common.buildEsQuery.$4", - "type": "Object", - "tags": [], - "label": "config", - "description": [ - "- an objects with query:allowLeadingWildcards and query:queryString:options UI\nsettings in form of { allowLeadingWildcards, queryStringOptions }\nconfig contains dateformat:tz" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.EsQueryConfig", - "text": "EsQueryConfig" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 42 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.buildExistsFilter", - "type": "Function", - "tags": [], - "label": "buildExistsFilter", - "description": [], - "signature": [ - "(field: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", + "lineNumber": 31 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/helpers.ts", + "lineNumber": 11 + } }, - ", indexPattern: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/helpers.ts", + "lineNumber": 1371 + } }, - ") => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ExistsFilter", - "text": "ExistsFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 30 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 35 + } + }, { - "parentPluginId": "data", - "id": "def-common.buildExistsFilter.$1", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 30 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 375 + } }, { - "parentPluginId": "data", - "id": "def-common.buildExistsFilter.$2", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 30 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.buildFilter", - "type": "Function", - "tags": [], - "label": "buildFilter", - "description": [], - "signature": [ - "(indexPattern: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 21 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 234 + } }, - ", field: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 344 + } }, - ", type: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FILTERS", - "text": "FILTERS" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 434 + } }, - ", negate: boolean, disabled: boolean, params: any, alias: string | null, store: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/index.tsx", + "lineNumber": 14 + } }, - " | undefined) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 21 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/index.tsx", + "lineNumber": 58 + } + }, { - "parentPluginId": "data", - "id": "def-common.buildFilter.$1", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 22 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/index.tsx", + "lineNumber": 114 + } }, { - "parentPluginId": "data", - "id": "def-common.buildFilter.$2", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_count_panel/index.tsx", "lineNumber": 23 - }, - "deprecated": false, - "isRequired": true + } }, { - "parentPluginId": "data", - "id": "def-common.buildFilter.$3", - "type": "Enum", - "tags": [], - "label": "type", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FILTERS", - "text": "FILTERS" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 24 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_count_panel/index.tsx", + "lineNumber": 30 + } }, { - "parentPluginId": "data", - "id": "def-common.buildFilter.$4", - "type": "boolean", - "tags": [], - "label": "negate", - "description": [], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 25 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/navigation/tab_navigation/types.ts", + "lineNumber": 12 + } }, { - "parentPluginId": "data", - "id": "def-common.buildFilter.$5", - "type": "boolean", - "tags": [], - "label": "disabled", - "description": [], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 26 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/navigation/tab_navigation/types.ts", + "lineNumber": 22 + } }, { - "parentPluginId": "data", - "id": "def-common.buildFilter.$6", - "type": "Any", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 27 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-common.buildFilter.$7", - "type": "CompoundType", - "tags": [], - "label": "alias", - "description": [], - "signature": [ - "string | null" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 28 - }, - "deprecated": false, - "isRequired": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "lineNumber": 20 + } }, { - "parentPluginId": "data", - "id": "def-common.buildFilter.$8", - "type": "CompoundType", - "tags": [], - "label": "store", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/build_filters.ts", - "lineNumber": 29 - }, - "deprecated": false, - "isRequired": false - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.buildPhraseFilter", - "type": "Function", - "tags": [], - "label": "buildPhraseFilter", - "description": [], - "signature": [ - "(field: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "lineNumber": 63 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/helpers.ts", + "lineNumber": 9 + } }, - ", value: any, indexPattern: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/helpers.ts", + "lineNumber": 28 + } }, - ") => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilter", - "text": "PhraseFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 61 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/index.tsx", + "lineNumber": 36 + } + }, { - "parentPluginId": "data", - "id": "def-common.buildPhraseFilter.$1", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 62 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/index.tsx", + "lineNumber": 77 + } }, { - "parentPluginId": "data", - "id": "def-common.buildPhraseFilter.$2", - "type": "Any", - "tags": [], - "label": "value", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 63 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map_helpers.tsx", + "lineNumber": 21 + } }, { - "parentPluginId": "data", - "id": "def-common.buildPhraseFilter.$3", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 64 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.buildPhrasesFilter", - "type": "Function", - "tags": [], - "label": "buildPhrasesFilter", - "description": [], - "signature": [ - "(field: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map_helpers.tsx", + "lineNumber": 47 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map.tsx", + "lineNumber": 29 + } }, - ", params: any[], indexPattern: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map.tsx", + "lineNumber": 78 + } }, - ") => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhrasesFilter", - "text": "PhrasesFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 35 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", + "lineNumber": 18 + } + }, { - "parentPluginId": "data", - "id": "def-common.buildPhrasesFilter.$1", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 36 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", + "lineNumber": 43 + } }, { - "parentPluginId": "data", - "id": "def-common.buildPhrasesFilter.$2", - "type": "Array", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "any[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 37 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", + "lineNumber": 20 + } }, { - "parentPluginId": "data", - "id": "def-common.buildPhrasesFilter.$3", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 38 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.buildQueryFilter", - "type": "Function", - "tags": [], - "label": "buildQueryFilter", - "description": [], - "signature": [ - "(query: any, index: string, alias: string) => ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", + "lineNumber": 33 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.QueryStringFilter", - "text": "QueryStringFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 26 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", + "lineNumber": 13 + } + }, { - "parentPluginId": "data", - "id": "def-common.buildQueryFilter.$1", - "type": "Any", - "tags": [], - "label": "query", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 26 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", + "lineNumber": 24 + } }, { - "parentPluginId": "data", - "id": "def-common.buildQueryFilter.$2", - "type": "string", - "tags": [], - "label": "index", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 26 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 16 + } }, { - "parentPluginId": "data", - "id": "def-common.buildQueryFilter.$3", - "type": "string", - "tags": [], - "label": "alias", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 26 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.buildQueryFromFilters", - "type": "Function", - "tags": [], - "label": "buildQueryFromFilters", - "description": [], - "signature": [ - "(filters: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 148 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 148 + } }, - "[] | undefined, indexPattern: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/types.ts", + "lineNumber": 9 + } }, - " | undefined, ignoreFilterIfFieldNotInIndex?: boolean) => { must: never[]; filter: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/types.ts", + "lineNumber": 19 + } }, - "[]; should: never[]; must_not: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/types.ts", + "lineNumber": 55 + } }, - "[]; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/from_filters.ts", - "lineNumber": 46 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.buildQueryFromFilters.$1", - "type": "Array", - "tags": [], - "label": "filters", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/from_filters.ts", - "lineNumber": 47 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/helpers.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-common.buildQueryFromFilters.$2", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/from_filters.ts", - "lineNumber": 48 - }, - "deprecated": false, - "isRequired": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/helpers.ts", + "lineNumber": 28 + } }, { - "parentPluginId": "data", - "id": "def-common.buildQueryFromFilters.$3", - "type": "boolean", - "tags": [], - "label": "ignoreFilterIfFieldNotInIndex", - "description": [], - "signature": [ - "boolean" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/from_filters.ts", - "lineNumber": 49 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.buildRangeFilter", - "type": "Function", - "tags": [], - "label": "buildRangeFilter", - "description": [], - "signature": [ - "(field: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/index.tsx", + "lineNumber": 28 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/index.tsx", + "lineNumber": 66 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/initialize_redux_by_url.tsx", + "lineNumber": 11 + } }, - ", params: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterParams", - "text": "RangeFilterParams" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/common/components/url_state/initialize_redux_by_url.tsx", + "lineNumber": 74 + } }, - ", indexPattern: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/search_or_filter.tsx", + "lineNumber": 12 + } }, - ", formattedValue?: string | undefined) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 91 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/search_or_filter.tsx", + "lineNumber": 53 + } + }, { - "parentPluginId": "data", - "id": "def-common.buildRangeFilter.$1", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 92 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/search_or_filter.tsx", + "lineNumber": 55 + } }, { - "parentPluginId": "data", - "id": "def-common.buildRangeFilter.$2", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterParams", - "text": "RangeFilterParams" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 93 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/index.tsx", + "lineNumber": 14 + } }, { - "parentPluginId": "data", - "id": "def-common.buildRangeFilter.$3", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 94 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/index.tsx", + "lineNumber": 51 + } }, { - "parentPluginId": "data", - "id": "def-common.buildRangeFilter.$4", - "type": "string", - "tags": [], - "label": "formattedValue", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 95 - }, - "deprecated": false, - "isRequired": false - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.castEsToKbnFieldTypeName", - "type": "Function", - "tags": [ - "return" - ], - "label": "castEsToKbnFieldTypeName", - "description": [ - "\n Get the KbnFieldType name for an esType string\n" - ], - "signature": [ - "(esType: string) => ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/search_or_filter/index.tsx", + "lineNumber": 149 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } - ], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_types.ts", - "lineNumber": 39 - }, - "deprecated": false, - "children": [ + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts", + "lineNumber": 12 + } + }, { - "parentPluginId": "data", - "id": "def-common.castEsToKbnFieldTypeName.$1", - "type": "string", - "tags": [], - "label": "esType", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_types.ts", - "lineNumber": 39 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.cleanFilter", - "type": "Function", - "tags": [], - "label": "cleanFilter", - "description": [ - "\nClean out any invalid attributes from the filters" - ], - "signature": [ - "(filter: ", + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts", + "lineNumber": 48 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx", + "lineNumber": 19 + } }, - ") => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/index.ts", - "lineNumber": 34 - }, - "deprecated": false, - "children": [ + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx", + "lineNumber": 42 + } + }, { - "parentPluginId": "data", - "id": "def-common.cleanFilter.$1", - "type": "Object", - "tags": [], - "label": "filter", - "description": [ - "The filter to clean" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/index.ts", - "lineNumber": 34 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.datatableToCSV", - "type": "Function", - "tags": [], - "label": "datatableToCSV", - "description": [], - "signature": [ - "({ columns, rows }: ", + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.test.ts", + "lineNumber": 8 + } + }, { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.Datatable", - "text": "Datatable" + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/persistence/filter_references.test.ts", + "lineNumber": 13 + } }, - ", { csvSeparator, quoteValues, formatFactory, raw }: CSVOptions) => string" - ], - "source": { - "path": "src/plugins/data/common/exports/export_csv.tsx", - "lineNumber": 41 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.datatableToCSV.$1", - "type": "Object", - "tags": [], - "label": "{ columns, rows }", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.Datatable", - "text": "Datatable" - } - ], - "source": { - "path": "src/plugins/data/common/exports/export_csv.tsx", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/selectors/map_selectors.test.ts", "lineNumber": 42 - }, - "deprecated": false, - "isRequired": true + } }, { - "parentPluginId": "data", - "id": "def-common.datatableToCSV.$2", - "type": "Object", - "tags": [], - "label": "{ csvSeparator, quoteValues, formatFactory, raw }", - "description": [], - "signature": [ - "CSVOptions" - ], - "source": { - "path": "src/plugins/data/common/exports/export_csv.tsx", - "lineNumber": 43 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.decorateQuery", - "type": "Function", - "tags": [], - "label": "decorateQuery", - "description": [ - "\nDecorate queries with default parameters" - ], - "signature": [ - "(query: ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/selectors/map_selectors.test.ts", + "lineNumber": 63 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.test.ts", + "lineNumber": 9 + } }, - ", queryStringOptions: string | Record, dateFormatTZ: string | undefined) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/decorate_query.ts", - "lineNumber": 21 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.test.ts", + "lineNumber": 210 + } + }, { - "parentPluginId": "data", - "id": "def-common.decorateQuery.$1", - "type": "CompoundType", - "tags": [], - "label": "query", - "description": [ - "object" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/decorate_query.ts", - "lineNumber": 22 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.test.ts", + "lineNumber": 218 + } }, { - "parentPluginId": "data", - "id": "def-common.decorateQuery.$2", - "type": "CompoundType", - "tags": [], - "label": "queryStringOptions", - "description": [ - "query:queryString:options from UI settings" - ], - "signature": [ - "string | Record" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/decorate_query.ts", - "lineNumber": 23 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.test.ts", + "lineNumber": 222 + } }, { - "parentPluginId": "data", - "id": "def-common.decorateQuery.$3", - "type": "string", - "tags": [], - "label": "dateFormatTZ", - "description": [ - "dateFormat:tz from UI settings" - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/decorate_query.ts", - "lineNumber": 24 - }, - "deprecated": false, - "isRequired": false - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.disableFilter", - "type": "Function", - "tags": [], - "label": "disableFilter", - "description": [], - "signature": [ - "(filter: ", + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts", + "lineNumber": 3 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "canvas", + "link": { + "path": "x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts", + "lineNumber": 16 + } }, - ") => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 95 - }, - "deprecated": false, - "children": [ + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts", + "lineNumber": 18 + } + }, { - "parentPluginId": "data", - "id": "def-common.disableFilter.$1", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 95 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.enableFilter", - "type": "Function", - "tags": [], - "label": "enableFilter", - "description": [], - "signature": [ - "(filter: ", + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts", + "lineNumber": 41 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts", + "lineNumber": 237 + } }, - ") => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 92 - }, - "deprecated": false, - "children": [ + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts", + "lineNumber": 9 + } + }, { - "parentPluginId": "data", - "id": "def-common.enableFilter.$1", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 92 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.fromKueryExpression", - "type": "Function", - "tags": [], - "label": "fromKueryExpression", - "description": [], - "signature": [ - "(expression: any, parseOptions?: Partial<", + "plugin": "urlDrilldown", + "link": { + "path": "x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts", + "lineNumber": 165 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryParseOptions", - "text": "KueryParseOptions" + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/persistence/filter_references.d.ts", + "lineNumber": 1 + } }, - ">) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 44 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.fromKueryExpression.$1", - "type": "Any", - "tags": [], - "label": "expression", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 45 - }, - "deprecated": false, - "isRequired": true + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/persistence/filter_references.d.ts", + "lineNumber": 4 + } }, { - "parentPluginId": "data", - "id": "def-common.fromKueryExpression.$2", - "type": "Object", - "tags": [], - "label": "parseOptions", - "description": [], - "signature": [ - "Partial<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryParseOptions", - "text": "KueryParseOptions" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 46 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.fromLiteralExpression", - "type": "Function", - "tags": [], - "label": "fromLiteralExpression", - "description": [], - "signature": [ - "(expression: any, parseOptions?: Partial<", + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts", + "lineNumber": 3 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryParseOptions", - "text": "KueryParseOptions" + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts", + "lineNumber": 19 + } }, - ">) => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 30 - }, - "deprecated": false, - "children": [ + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/utils.d.ts", + "lineNumber": 3 + } + }, { - "parentPluginId": "data", - "id": "def-common.fromLiteralExpression.$1", - "type": "Any", - "tags": [], - "label": "expression", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 31 - }, - "deprecated": false, - "isRequired": true + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/public/utils.d.ts", + "lineNumber": 26 + } }, { - "parentPluginId": "data", - "id": "def-common.fromLiteralExpression.$2", - "type": "Object", - "tags": [], - "label": "parseOptions", - "description": [], - "signature": [ - "Partial<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryParseOptions", - "text": "KueryParseOptions" - }, - ">" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 32 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getEsQueryConfig", - "type": "Function", - "tags": [], - "label": "getEsQueryConfig", - "description": [], - "signature": [ - "(config: KibanaConfig) => ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/tooltips/tooltip_property.d.ts", + "lineNumber": 2 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.EsQueryConfig", - "text": "EsQueryConfig" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/get_es_query_config.ts", - "lineNumber": 16 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/tooltips/tooltip_property.d.ts", + "lineNumber": 12 + } + }, { - "parentPluginId": "data", - "id": "def-common.getEsQueryConfig.$1", - "type": "Object", - "tags": [], - "label": "config", - "description": [], - "signature": [ - "KibanaConfig" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/get_es_query_config.ts", - "lineNumber": 16 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getExistsFilterField", - "type": "Function", - "tags": [], - "label": "getExistsFilterField", - "description": [], - "signature": [ - "(filter: ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/tooltips/tooltip_property.d.ts", + "lineNumber": 23 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ExistsFilter", - "text": "ExistsFilter" + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/tooltips/tooltip_property.d.ts", + "lineNumber": 52 + } }, - ") => any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 26 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.getExistsFilterField.$1", - "type": "CompoundType", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ExistsFilter", - "text": "ExistsFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 26 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getFilterableKbnTypeNames", - "type": "Function", - "tags": [ - "return" - ], - "label": "getFilterableKbnTypeNames", - "description": [ - "\n Get filterable KbnFieldTypes\n" - ], - "signature": [ - "() => string[]" - ], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_types.ts", - "lineNumber": 50 - }, - "deprecated": false, - "children": [], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getFilterField", - "type": "Function", - "tags": [], - "label": "getFilterField", - "description": [], - "signature": [ - "(filter: ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/sources/vector_source/vector_source.d.ts", + "lineNumber": 2 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/classes/sources/vector_source/vector_source.d.ts", + "lineNumber": 22 + } }, - ") => any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/get_filter_field.ts", - "lineNumber": 18 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.getFilterField.$1", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/get_filter_field.ts", - "lineNumber": 18 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getFilterParams", - "type": "Function", - "tags": [], - "label": "getFilterParams", - "description": [], - "signature": [ - "(filter: ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/actions/map_actions.d.ts", + "lineNumber": 3 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/actions/map_actions.d.ts", + "lineNumber": 65 + } }, - ") => any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/get_filter_params.ts", - "lineNumber": 11 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.getFilterParams.$1", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/get_filter_params.ts", - "lineNumber": 11 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getGeoBoundingBoxFilterField", - "type": "Function", - "tags": [], - "label": "getGeoBoundingBoxFilterField", - "description": [], - "signature": [ - "(filter: ", + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/server/migrations/types.d.ts", + "lineNumber": 1 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.GeoBoundingBoxFilter", - "text": "GeoBoundingBoxFilter" + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/server/migrations/types.d.ts", + "lineNumber": 20 + } }, - ") => any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/geo_bounding_box_filter.ts", - "lineNumber": 26 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.getGeoBoundingBoxFilterField.$1", - "type": "CompoundType", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.GeoBoundingBoxFilter", - "text": "GeoBoundingBoxFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/geo_bounding_box_filter.ts", - "lineNumber": 26 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getGeoPolygonFilterField", - "type": "Function", - "tags": [], - "label": "getGeoPolygonFilterField", - "description": [], - "signature": [ - "(filter: ", + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/target/types/server/migrations/types.d.ts", + "lineNumber": 46 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.GeoPolygonFilter", - "text": "GeoPolygonFilter" + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/global_sync.d.ts", + "lineNumber": 1 + } }, - ") => any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/geo_polygon_filter.ts", - "lineNumber": 25 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.getGeoPolygonFilterField.$1", - "type": "CompoundType", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.GeoPolygonFilter", - "text": "GeoPolygonFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/geo_polygon_filter.ts", - "lineNumber": 25 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getKbnFieldType", - "type": "Function", - "tags": [ - "return" - ], - "label": "getKbnFieldType", - "description": [ - "\n Get a type object by name\n" - ], - "signature": [ - "(typeName: string) => ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/global_sync.d.ts", + "lineNumber": 5 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KbnFieldType", - "text": "KbnFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_types.ts", - "lineNumber": 22 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/app_state_manager.d.ts", + "lineNumber": 2 + } + }, { - "parentPluginId": "data", - "id": "def-common.getKbnFieldType.$1", - "type": "string", - "tags": [], - "label": "typeName", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_types.ts", - "lineNumber": 22 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getKbnTypeNames", - "type": "Function", - "tags": [ - "return" - ], - "label": "getKbnTypeNames", - "description": [ - "\n Get the esTypes known by all kbnFieldTypes\n" - ], - "signature": [ - "() => string[]" - ], - "source": { - "path": "src/plugins/data/common/kbn_field_types/kbn_field_types.ts", - "lineNumber": 30 - }, - "deprecated": false, - "children": [], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getMissingFilterField", - "type": "Function", - "tags": [], - "label": "getMissingFilterField", - "description": [], - "signature": [ - "(filter: ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/app_state_manager.d.ts", + "lineNumber": 6 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.MissingFilter", - "text": "MissingFilter" + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/routes/map_page/url_state/app_state_manager.d.ts", + "lineNumber": 11 + } }, - ") => any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/missing_filter.ts", - "lineNumber": 20 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.getMissingFilterField.$1", - "type": "CompoundType", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.MissingFilter", - "text": "MissingFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/missing_filter.ts", - "lineNumber": 20 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getPhraseFilterField", - "type": "Function", - "tags": [], - "label": "getPhraseFilterField", - "description": [], - "signature": [ - "(filter: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 9 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilter", - "text": "PhraseFilter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 258 + } }, - ") => string" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 50 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.getPhraseFilterField.$1", - "type": "CompoundType", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilter", - "text": "PhraseFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 50 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getPhraseFilterValue", - "type": "Function", - "tags": [], - "label": "getPhraseFilterValue", - "description": [], - "signature": [ - "(filter: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 272 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilter", - "text": "PhraseFilter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 289 + } }, - ") => PhraseFilterValue" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 55 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.getPhraseFilterValue.$1", - "type": "CompoundType", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilter", - "text": "PhraseFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 55 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getPhraseScript", - "type": "Function", - "tags": [], - "label": "getPhraseScript", - "description": [], - "signature": [ - "(field: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.test.ts", + "lineNumber": 303 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.test.ts", + "lineNumber": 8 + } }, - ", 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", - "lineNumber": 85 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.getPhraseScript.$1", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 85 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.test.ts", + "lineNumber": 128 + } }, { - "parentPluginId": "data", - "id": "def-common.getPhraseScript.$2", - "type": "string", - "tags": [], - "label": "value", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 85 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getPhrasesFilterField", - "type": "Function", - "tags": [], - "label": "getPhrasesFilterField", - "description": [], - "signature": [ - "(filter: ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/map_container/map_container.d.ts", + "lineNumber": 2 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhrasesFilter", - "text": "PhrasesFilter" + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/map_container/map_container.d.ts", + "lineNumber": 11 + } }, - ") => string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 27 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.getPhrasesFilterField.$1", - "type": "CompoundType", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhrasesFilter", - "text": "PhrasesFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 27 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getRangeFilterField", - "type": "Function", - "tags": [], - "label": "getRangeFilterField", - "description": [], - "signature": [ - "(filter: ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/mb_map.d.ts", + "lineNumber": 4 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/mb_map.d.ts", + "lineNumber": 32 + } }, - ") => string" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 82 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.getRangeFilterField.$1", - "type": "CompoundType", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 82 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.getRangeScript", - "type": "Function", - "tags": [], - "label": "getRangeScript", - "description": [], - "signature": [ - "(field: ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/toolbar_overlay/toolbar_overlay.d.ts", + "lineNumber": 1 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/toolbar_overlay/toolbar_overlay.d.ts", + "lineNumber": 4 + } }, - ", params: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterParams", - "text": "RangeFilterParams" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", + "lineNumber": 3 + } }, - ") => { 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", - "lineNumber": 138 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.getRangeScript.$1", - "type": "Object", - "tags": [], - "label": "field", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 138 - }, - "deprecated": false, - "isRequired": true + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", + "lineNumber": 16 + } }, { - "parentPluginId": "data", - "id": "def-common.getRangeScript.$2", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterParams", - "text": "RangeFilterParams" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 138 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isExistsFilter", - "type": "Function", - "tags": [], - "label": "isExistsFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/tooltip_control.d.ts", + "lineNumber": 5 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ExistsFilter", - "text": "ExistsFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 24 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/tooltip_control.d.ts", + "lineNumber": 13 + } + }, { - "parentPluginId": "data", - "id": "def-common.isExistsFilter.$1", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 24 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isFilter", - "type": "Function", - "tags": [], - "label": "isFilter", - "description": [], - "signature": [ - "(x: unknown) => x is ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/tooltip_popover.d.ts", + "lineNumber": 4 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 104 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/tooltip_popover.d.ts", + "lineNumber": 11 + } + }, { - "parentPluginId": "data", - "id": "def-common.isFilter.$1", - "type": "Unknown", - "tags": [], - "label": "x", - "description": [], - "signature": [ - "unknown" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 104 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isFilterDisabled", - "type": "Function", - "tags": [], - "label": "isFilterDisabled", - "description": [], - "signature": [ - "(filter: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 3 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 33 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 41 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 70 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 96 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 121 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", + "lineNumber": 2 + } }, - ") => boolean" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/index.ts", - "lineNumber": 36 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.isFilterDisabled.$1", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/index.ts", - "lineNumber": 36 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isFilterPinned", - "type": "Function", - "tags": [], - "label": "isFilterPinned", - "description": [], - "signature": [ - "(filter: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", + "lineNumber": 12 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", + "lineNumber": 38 + } }, - ") => boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 67 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.isFilterPinned.$1", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 67 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isFilters", - "type": "Function", - "tags": [], - "label": "isFilters", - "description": [], - "signature": [ - "(x: unknown) => x is ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/ueba/pages/details/types.d.ts", + "lineNumber": 2 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/ueba/pages/details/types.d.ts", + "lineNumber": 11 + } }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 111 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.isFilters.$1", - "type": "Unknown", - "tags": [], - "label": "x", - "description": [], - "signature": [ - "unknown" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 111 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isGeoBoundingBoxFilter", - "type": "Function", - "tags": [], - "label": "isGeoBoundingBoxFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/public/ueba/pages/details/types.d.ts", + "lineNumber": 35 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.GeoBoundingBoxFilter", - "text": "GeoBoundingBoxFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/geo_bounding_box_filter.ts", - "lineNumber": 23 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.d.ts", + "lineNumber": 3 + } + }, { - "parentPluginId": "data", - "id": "def-common.isGeoBoundingBoxFilter.$1", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/geo_bounding_box_filter.ts", - "lineNumber": 23 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isGeoPolygonFilter", - "type": "Function", - "tags": [], - "label": "isGeoPolygonFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/draw_control/draw_filter_control/draw_filter_control.d.ts", + "lineNumber": 7 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.GeoPolygonFilter", - "text": "GeoPolygonFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/geo_polygon_filter.ts", - "lineNumber": 22 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_geometry_filter_form.d.ts", + "lineNumber": 2 + } + }, { - "parentPluginId": "data", - "id": "def-common.isGeoPolygonFilter.$1", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/geo_polygon_filter.ts", - "lineNumber": 22 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isMatchAllFilter", - "type": "Function", - "tags": [], - "label": "isMatchAllFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_geometry_filter_form.d.ts", + "lineNumber": 10 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.MatchAllFilter", - "text": "MatchAllFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/match_all_filter.ts", - "lineNumber": 21 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.d.ts", + "lineNumber": 4 + } + }, { - "parentPluginId": "data", - "id": "def-common.isMatchAllFilter.$1", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/match_all_filter.ts", - "lineNumber": 21 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isMissingFilter", - "type": "Function", - "tags": [], - "label": "isMissingFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.d.ts", + "lineNumber": 18 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.MissingFilter", - "text": "MissingFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/missing_filter.ts", - "lineNumber": 18 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.d.ts", + "lineNumber": 42 + } + }, { - "parentPluginId": "data", - "id": "def-common.isMissingFilter.$1", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/missing_filter.ts", - "lineNumber": 18 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isPhraseFilter", - "type": "Function", - "tags": [], - "label": "isPhraseFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.d.ts", + "lineNumber": 48 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilter", - "text": "PhraseFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 35 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/features_tooltip.d.ts", + "lineNumber": 4 + } + }, { - "parentPluginId": "data", - "id": "def-common.isPhraseFilter.$1", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 35 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isPhrasesFilter", - "type": "Function", - "tags": [], - "label": "isPhrasesFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/target/types/public/connected_components/mb_map/tooltip_control/features_tooltip/features_tooltip.d.ts", + "lineNumber": 13 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhrasesFilter", - "text": "PhrasesFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 24 - }, - "deprecated": false, - "children": [ + "plugin": "lists", + "link": { + "path": "x-pack/plugins/lists/server/services/utils/get_query_filter.ts", + "lineNumber": 10 + } + }, { - "parentPluginId": "data", - "id": "def-common.isPhrasesFilter.$1", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", + "plugin": "lists", + "link": { + "path": "x-pack/plugins/lists/server/services/utils/get_query_filter.ts", "lineNumber": 24 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isQueryStringFilter", - "type": "Function", - "tags": [], - "label": "isQueryStringFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.QueryStringFilter", - "text": "QueryStringFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 22 - }, - "deprecated": false, - "children": [ + } + }, { - "parentPluginId": "data", - "id": "def-common.isQueryStringFilter.$1", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 22 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isRangeFilter", - "type": "Function", - "tags": [], - "label": "isRangeFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", + "plugin": "lists", + "link": { + "path": "x-pack/plugins/lists/server/services/utils/get_query_filter.ts", + "lineNumber": 24 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 74 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/types.ts", + "lineNumber": 55 + } + }, { - "parentPluginId": "data", - "id": "def-common.isRangeFilter.$1", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 74 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isScriptedPhraseFilter", - "type": "Function", - "tags": [], - "label": "isScriptedPhraseFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/types.ts", + "lineNumber": 58 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilter", - "text": "PhraseFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 47 - }, - "deprecated": false, - "children": [ + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", + "lineNumber": 24 + } + }, { - "parentPluginId": "data", - "id": "def-common.isScriptedPhraseFilter.$1", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 47 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.isScriptedRangeFilter", - "type": "Function", - "tags": [], - "label": "isScriptedRangeFilter", - "description": [], - "signature": [ - "(filter: any) => filter is ", + "plugin": "discover", + "link": { + "path": "src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx", + "lineNumber": 83 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 76 - }, - "deprecated": false, - "children": [ + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 8 + } + }, { - "parentPluginId": "data", - "id": "def-common.isScriptedRangeFilter.$1", - "type": "Any", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 76 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.luceneStringToDsl", - "type": "Function", - "tags": [], - "label": "luceneStringToDsl", - "description": [], - "signature": [ - "(query: any) => ", + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 27 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/lucene_string_to_dsl.ts", - "lineNumber": 12 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/descriptor_types/data_request_descriptor_types.ts", + "lineNumber": 14 + } + }, { - "parentPluginId": "data", - "id": "def-common.luceneStringToDsl.$1", - "type": "Any", - "tags": [], - "label": "query", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/lucene_string_to_dsl.ts", - "lineNumber": 12 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.pinFilter", - "type": "Function", - "tags": [], - "label": "pinFilter", - "description": [], - "signature": [ - "(filter: ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/descriptor_types/data_request_descriptor_types.ts", + "lineNumber": 25 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/elasticsearch_util/types.ts", + "lineNumber": 9 + } }, - ") => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 98 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/common/elasticsearch_util/types.ts", + "lineNumber": 39 + } + }, { - "parentPluginId": "data", - "id": "def-common.pinFilter.$1", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 98 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.shortenDottedString", - "type": "Function", - "tags": [ - "return" - ], - "label": "shortenDottedString", - "description": [ - "\nConvert a dot.notated.string into a short\nversion (d.n.string)\n" - ], - "signature": [ - "(input: any) => any" - ], - "source": { - "path": "src/plugins/data/common/utils/shorten_dotted_string.ts", - "lineNumber": 17 - }, - "deprecated": false, - "children": [ + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/types.ts", + "lineNumber": 14 + } + }, { - "parentPluginId": "data", - "id": "def-common.shortenDottedString.$1", - "type": "Any", - "tags": [], - "label": "input", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/utils/shorten_dotted_string.ts", - "lineNumber": 17 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.toElasticsearchQuery", - "type": "Function", - "tags": [ - "params", - "params" - ], - "label": "toElasticsearchQuery", - "description": [], - "signature": [ - "(node: ", + "plugin": "maps", + "link": { + "path": "x-pack/plugins/maps/public/embeddable/types.ts", + "lineNumber": 31 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/ui_actions/apply_influencer_filters_action.tsx", + "lineNumber": 12 + } }, - ", indexPattern?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/ui_actions/apply_influencer_filters_action.tsx", + "lineNumber": 40 + } }, - " | undefined, config?: Record | undefined, context?: Record | undefined) => ", - "JsonObject" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 66 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.toElasticsearchQuery.$1", - "type": "Object", - "tags": [], - "label": "node", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 67 - }, - "deprecated": false, - "isRequired": true + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/ui_actions/apply_entity_filters_action.tsx", + "lineNumber": 11 + } }, { - "parentPluginId": "data", - "id": "def-common.toElasticsearchQuery.$2", - "type": "Object", - "tags": [], - "label": "indexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 68 - }, - "deprecated": false, - "isRequired": false + "plugin": "ml", + "link": { + "path": "x-pack/plugins/ml/public/ui_actions/apply_entity_filters_action.tsx", + "lineNumber": 45 + } }, { - "parentPluginId": "data", - "id": "def-common.toElasticsearchQuery.$3", - "type": "Object", - "tags": [], - "label": "config", - "description": [], - "signature": [ - "Record | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 69 - }, - "deprecated": false, - "isRequired": false + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts", + "lineNumber": 10 + } }, { - "parentPluginId": "data", - "id": "def-common.toElasticsearchQuery.$4", - "type": "Object", - "tags": [], - "label": "context", - "description": [], - "signature": [ - "Record | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/ast/ast.ts", - "lineNumber": 70 - }, - "deprecated": false, - "isRequired": false - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.toggleFilterDisabled", - "type": "Function", - "tags": [], - "label": "toggleFilterDisabled", - "description": [], - "signature": [ - "(filter: ", + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts", + "lineNumber": 15 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts", + "lineNumber": 20 + } }, - ") => { meta: { disabled: boolean; alias: string | null; negate: boolean; controlledBy?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }; $state?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" + "plugin": "visTypeTimeseries", + "link": { + "path": "src/plugins/vis_type_timeseries/common/types/index.ts", + "lineNumber": 9 + } }, - " | undefined; query?: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 71 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.toggleFilterDisabled.$1", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 71 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.toggleFilterNegated", - "type": "Function", - "tags": [], - "label": "toggleFilterNegated", - "description": [], - "signature": [ - "(filter: ", + "plugin": "visTypeTimeseries", + "link": { + "path": "src/plugins/vis_type_timeseries/common/types/index.ts", + "lineNumber": 43 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/types.ts", + "lineNumber": 20 + } }, - ") => { meta: { negate: boolean; alias: string | null; disabled: boolean; controlledBy?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }; $state?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/types.ts", + "lineNumber": 155 + } }, - " | undefined; query?: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 78 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.toggleFilterNegated.$1", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 78 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.toggleFilterPinned", - "type": "Function", - "tags": [], - "label": "toggleFilterPinned", - "description": [], - "signature": [ - "(filter: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/pages/detection_engine/rules/types.ts", + "lineNumber": 172 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/navigation/types.ts", + "lineNumber": 12 + } }, - ") => { $state: { store: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/ueba/pages/navigation/types.ts", + "lineNumber": 31 + } }, - "; }; meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.ts", + "lineNumber": 8 + } }, - "; query?: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 85 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.toggleFilterPinned.$1", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 85 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.unpinFilter", - "type": "Function", - "tags": [], - "label": "unpinFilter", - "description": [], - "signature": [ - "(filter: ", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.ts", + "lineNumber": 18 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.ts", + "lineNumber": 55 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.ts", + "lineNumber": 9 + } }, - ") => ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 101 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.ts", + "lineNumber": 28 + } + }, { - "parentPluginId": "data", - "id": "def-common.unpinFilter.$1", - "type": "Object", - "tags": [], - "label": "filter", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 101 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - } - ], - "interfaces": [ - { - "parentPluginId": "data", - "id": "def-common.EsQueryConfig", - "type": "Interface", - "tags": [], - "label": "EsQueryConfig", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 17 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.ts", + "lineNumber": 38 + } + }, { - "parentPluginId": "data", - "id": "def-common.EsQueryConfig.allowLeadingWildcards", - "type": "boolean", - "tags": [], - "label": "allowLeadingWildcards", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 18 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.mock.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-common.EsQueryConfig.queryStringOptions", - "type": "Object", - "tags": [], - "label": "queryStringOptions", - "description": [], - "signature": [ - "{ [x: string]: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 19 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.mock.ts", + "lineNumber": 163 + } }, { - "parentPluginId": "data", - "id": "def-common.EsQueryConfig.ignoreFilterIfFieldNotInIndex", - "type": "boolean", - "tags": [], - "label": "ignoreFilterIfFieldNotInIndex", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 20 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.d.ts", + "lineNumber": 1 + } }, { - "parentPluginId": "data", - "id": "def-common.EsQueryConfig.dateFormatTZ", - "type": "string", - "tags": [], - "label": "dateFormatTZ", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/build_es_query.ts", - "lineNumber": 21 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.EsRangeFilter", - "type": "Interface", - "tags": [], - "label": "EsRangeFilter", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 57 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.d.ts", + "lineNumber": 4 + } + }, { - "parentPluginId": "data", - "id": "def-common.EsRangeFilter.range", - "type": "Object", - "tags": [], - "label": "range", - "description": [], - "signature": [ - "{ [key: string]: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterParams", - "text": "RangeFilterParams" - }, - "; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 58 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.FilterExistsProperty", - "type": "Interface", - "tags": [], - "label": "FilterExistsProperty", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 15 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.mock.d.ts", + "lineNumber": 2 + } + }, { - "parentPluginId": "data", - "id": "def-common.FilterExistsProperty.field", - "type": "Any", - "tags": [], - "label": "field", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 16 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.FilterValueFormatter", - "type": "Interface", - "tags": [], - "label": "FilterValueFormatter", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 20 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threat_mapping/build_threat_mapping_filter.mock.d.ts", + "lineNumber": 29 + } + }, { - "parentPluginId": "data", - "id": "def-common.FilterValueFormatter.convert", - "type": "Function", - "tags": [], - "label": "convert", - "description": [], - "signature": [ - "(value: any) => string" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 21 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-common.value", - "type": "Any", - "tags": [], - "label": "value", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 19 - }, - "deprecated": false - } - ] + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.d.ts", + "lineNumber": 1 + } }, { - "parentPluginId": "data", - "id": "def-common.FilterValueFormatter.getConverterFor", - "type": "Function", - "tags": [], - "label": "getConverterFor", - "description": [], - "signature": [ - "(type: string) => FilterFormatterFunction" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 22 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "data", - "id": "def-common.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 22 - }, - "deprecated": false - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.IndexPatternBase", - "type": "Interface", - "tags": [], - "label": "IndexPatternBase", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/es_query/types.ts", - "lineNumber": 11 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/target/types/server/lib/detection_engine/signals/threshold/get_threshold_bucket_filters.d.ts", + "lineNumber": 6 + } + }, { - "parentPluginId": "data", - "id": "def-common.IndexPatternBase.fields", - "type": "Array", - "tags": [], - "label": "fields", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/types.ts", - "lineNumber": 12 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_preview/helpers.ts", + "lineNumber": 19 + } }, { - "parentPluginId": "data", - "id": "def-common.IndexPatternBase.id", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/es_query/types.ts", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_preview/helpers.ts", + "lineNumber": 74 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_preview/reducer.ts", "lineNumber": 13 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.KbnFieldTypeOptions", - "type": "Interface", - "tags": [], - "label": "KbnFieldTypeOptions", - "description": [], - "source": { - "path": "src/plugins/data/common/kbn_field_types/types.ts", - "lineNumber": 10 - }, - "deprecated": false, - "children": [ + } + }, { - "parentPluginId": "data", - "id": "def-common.KbnFieldTypeOptions.sortable", - "type": "boolean", - "tags": [], - "label": "sortable", - "description": [], - "source": { - "path": "src/plugins/data/common/kbn_field_types/types.ts", + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_preview/reducer.ts", + "lineNumber": 30 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", "lineNumber": 11 - }, - "deprecated": false + } }, { - "parentPluginId": "data", - "id": "def-common.KbnFieldTypeOptions.filterable", - "type": "boolean", - "tags": [], - "label": "filterable", - "description": [], - "source": { - "path": "src/plugins/data/common/kbn_field_types/types.ts", - "lineNumber": 12 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 17 + } }, { - "parentPluginId": "data", - "id": "def-common.KbnFieldTypeOptions.name", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "source": { - "path": "src/plugins/data/common/kbn_field_types/types.ts", - "lineNumber": 13 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 37 + } }, { - "parentPluginId": "data", - "id": "def-common.KbnFieldTypeOptions.esTypes", - "type": "Array", - "tags": [], - "label": "esTypes", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/kbn_field_types/types.ts", - "lineNumber": 14 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.KueryNode", - "type": "Interface", - "tags": [], - "label": "KueryNode", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 11 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 60 + } + }, { - "parentPluginId": "data", - "id": "def-common.KueryNode.type", - "type": "CompoundType", - "tags": [], - "label": "type", - "description": [], - "signature": [ - "\"function\" | \"literal\" | \"namedArg\" | \"wildcard\"" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 12 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 78 + } }, { - "parentPluginId": "data", - "id": "def-common.KueryNode.Unnamed", - "type": "Any", - "tags": [], - "label": "Unnamed", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 13 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.KueryParseOptions", - "type": "Interface", - "tags": [], - "label": "KueryParseOptions", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 18 - }, - "deprecated": false, - "children": [ + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 130 + } + }, { - "parentPluginId": "data", - "id": "def-common.KueryParseOptions.helpers", - "type": "Object", - "tags": [], - "label": "helpers", - "description": [], - "signature": [ - "{ [key: string]: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 19 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/default_config.tsx", + "lineNumber": 152 + } }, { - "parentPluginId": "data", - "id": "def-common.KueryParseOptions.startRule", - "type": "string", - "tags": [], - "label": "startRule", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 22 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/pages/navigation/alerts_query_tab_body.tsx", + "lineNumber": 10 + } }, { - "parentPluginId": "data", - "id": "def-common.KueryParseOptions.allowLeadingWildcards", - "type": "boolean", - "tags": [], - "label": "allowLeadingWildcards", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 23 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/network/pages/navigation/alerts_query_tab_body.tsx", + "lineNumber": 15 + } }, { - "parentPluginId": "data", - "id": "def-common.KueryParseOptions.cursorSymbol", - "type": "string", - "tags": [], - "label": "cursorSymbol", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 24 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/helpers.test.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-common.KueryParseOptions.parseCursor", - "type": "CompoundType", - "tags": [], - "label": "parseCursor", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 25 - }, - "deprecated": false + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/helpers.test.ts", + "lineNumber": 43 + } } ], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.LatLon", - "type": "Interface", - "tags": [], - "label": "LatLon", + "id": "def-common.FilterMeta", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "FilterMeta", "description": [], + "signature": [ + "any" + ], "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 48 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 343 }, - "deprecated": false, - "children": [ + "deprecated": true, + "references": [ { - "parentPluginId": "data", - "id": "def-common.LatLon.lat", - "type": "number", - "tags": [], - "label": "lat", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 49 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 8 + } }, { - "parentPluginId": "data", - "id": "def-common.LatLon.lon", - "type": "number", - "tags": [], - "label": "lon", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 50 - }, - "deprecated": false + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 23 + } } ], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.MatchAllFilterMeta", - "type": "Interface", - "tags": [], - "label": "MatchAllFilterMeta", + "id": "def-common.GeoBoundingBoxFilter", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "GeoBoundingBoxFilter", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.MatchAllFilterMeta", - "text": "MatchAllFilterMeta" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" - } + "any" ], "source": { - "path": "src/plugins/data/common/es_query/filters/match_all_filter.ts", - "lineNumber": 11 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 333 }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.MatchAllFilterMeta.field", - "type": "Any", - "tags": [], - "label": "field", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/match_all_filter.ts", - "lineNumber": 12 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.MatchAllFilterMeta.formattedValue", - "type": "string", - "tags": [], - "label": "formattedValue", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/filters/match_all_filter.ts", - "lineNumber": 13 - }, - "deprecated": false - } + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.GeoPolygonFilter", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "GeoPolygonFilter", + "description": [], + "signature": [ + "any" ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 298 + }, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.RangeFilterParams", - "type": "Interface", + "id": "def-common.GetConfigFn", + "type": "Type", "tags": [], - "label": "RangeFilterParams", - "description": [], + "label": "GetConfigFn", + "description": [ + "\nIf a service is being shared on both the client and the server, and\nthe client code requires synchronous access to uiSettings, both client\nand server should wrap the core uiSettings services in a function\nmatching this signature.\n\nThis matches the signature of the public `core.uiSettings.get`, and\nshould only be used in scenarios where async access to uiSettings is\nnot possible." + ], + "signature": [ + "(key: string, defaultOverride?: T | undefined) => T" + ], "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 36 + "path": "src/plugins/data/common/types.ts", + "lineNumber": 23 }, "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.RangeFilterParams.from", - "type": "CompoundType", - "tags": [], - "label": "from", - "description": [], - "signature": [ - "string | number | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 37 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.RangeFilterParams.to", - "type": "CompoundType", - "tags": [], - "label": "to", - "description": [], - "signature": [ - "string | number | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 38 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.RangeFilterParams.gt", - "type": "CompoundType", - "tags": [], - "label": "gt", - "description": [], - "signature": [ - "string | number | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 39 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.RangeFilterParams.lt", - "type": "CompoundType", - "tags": [], - "label": "lt", - "description": [], - "signature": [ - "string | number | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 40 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.RangeFilterParams.gte", - "type": "CompoundType", - "tags": [], - "label": "gte", - "description": [], - "signature": [ - "string | number | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 41 - }, - "deprecated": false - }, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.getPhraseFilterField", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "getPhraseFilterField", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 118 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.getPhraseFilterValue", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "getPhraseFilterValue", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 123 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.IFieldSubType", + "type": "Type", + "tags": [ + "deprecated" + ], + "label": "IFieldSubType", + "description": [], + "signature": [ + "IFieldSubType" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 348 + }, + "deprecated": true, + "references": [ { - "parentPluginId": "data", - "id": "def-common.RangeFilterParams.lte", - "type": "CompoundType", - "tags": [], - "label": "lte", - "description": [], - "signature": [ - "string | number | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 42 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", + "lineNumber": 9 + } }, { - "parentPluginId": "data", - "id": "def-common.RangeFilterParams.format", - "type": "string", - "tags": [], - "label": "format", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 43 - }, - "deprecated": false + "plugin": "timelines", + "link": { + "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", + "lineNumber": 30 + } } ], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.SavedObject", - "type": "Interface", + "id": "def-common.INDEX_PATTERN_SAVED_OBJECT_TYPE", + "type": "string", "tags": [], - "label": "SavedObject", + "label": "INDEX_PATTERN_SAVED_OBJECT_TYPE", "description": [], "signature": [ - "SavedObject", - "" + "\"index-pattern\"" ], "source": { - "path": "src/core/types/saved_objects.ts", - "lineNumber": 69 + "path": "src/plugins/data/common/constants.ts", + "lineNumber": 13 }, "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.SavedObject.id", - "type": "string", - "tags": [], - "label": "id", - "description": [ - "The ID of this Saved Object, guaranteed to be unique for all objects of the same `type`" - ], - "source": { - "path": "src/core/types/saved_objects.ts", - "lineNumber": 71 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.SavedObject.type", - "type": "string", - "tags": [], - "label": "type", - "description": [ - " The type of Saved Object. Each plugin can define it's own custom Saved Object types." - ], - "source": { - "path": "src/core/types/saved_objects.ts", - "lineNumber": 73 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.SavedObject.version", - "type": "string", - "tags": [], - "label": "version", - "description": [ - "An opaque version number which changes on each successful write operation. Can be used for implementing optimistic concurrency control." - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/core/types/saved_objects.ts", - "lineNumber": 75 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.SavedObject.updated_at", - "type": "string", - "tags": [], - "label": "updated_at", - "description": [ - "Timestamp of the last time this document had been updated." - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/core/types/saved_objects.ts", - "lineNumber": 77 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.SavedObject.error", - "type": "Object", - "tags": [], - "label": "error", - "description": [], - "signature": [ - "SavedObjectError", - " | undefined" - ], - "source": { - "path": "src/core/types/saved_objects.ts", - "lineNumber": 78 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.SavedObject.attributes", - "type": "Uncategorized", - "tags": [], - "label": "attributes", - "description": [ - "{@inheritdoc SavedObjectAttributes}" - ], - "signature": [ - "T" - ], - "source": { - "path": "src/core/types/saved_objects.ts", - "lineNumber": 80 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.SavedObject.references", - "type": "Array", - "tags": [], - "label": "references", - "description": [ - "{@inheritdoc SavedObjectReference}" - ], - "signature": [ - "SavedObjectReference", - "[]" - ], - "source": { - "path": "src/core/types/saved_objects.ts", - "lineNumber": 82 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.SavedObject.migrationVersion", - "type": "Object", - "tags": [], - "label": "migrationVersion", - "description": [ - "{@inheritdoc SavedObjectsMigrationVersion}" - ], - "signature": [ - "SavedObjectsMigrationVersion", - " | undefined" - ], - "source": { - "path": "src/core/types/saved_objects.ts", - "lineNumber": 84 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.SavedObject.coreMigrationVersion", - "type": "string", - "tags": [], - "label": "coreMigrationVersion", - "description": [ - "A semver value that is used when upgrading objects between Kibana versions." - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/core/types/saved_objects.ts", - "lineNumber": 86 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.SavedObject.namespaces", - "type": "Array", - "tags": [], - "label": "namespaces", - "description": [ - "\nSpace(s) that this saved object exists in. This attribute is not used for \"global\" saved object types which are registered with\n`namespaceType: 'agnostic'`." - ], - "signature": [ - "string[] | undefined" - ], - "source": { - "path": "src/core/types/saved_objects.ts", - "lineNumber": 91 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.SavedObject.originId", - "type": "string", - "tags": [], - "label": "originId", - "description": [ - "\nThe ID of the saved object this originated from. This is set if this object's `id` was regenerated; that can happen during migration\nfrom a legacy single-namespace type, or during import. It is only set during migration or create operations. This is used during import\nto ensure that ID regeneration is deterministic, so saved objects will be overwritten if they are imported multiple times into a given\nspace." - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/core/types/saved_objects.ts", - "lineNumber": 98 - }, - "deprecated": false - } + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.isExistsFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "isExistsFilter", + "description": [], + "signature": [ + "any" ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 153 + }, + "deprecated": true, + "references": [], "initialIsOpen": false - } - ], - "enums": [ + }, { "parentPluginId": "data", - "id": "def-common.ES_FIELD_TYPES", - "type": "Enum", - "tags": [], - "label": "ES_FIELD_TYPES", + "id": "def-common.isGeoBoundingBoxFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "isGeoBoundingBoxFilter", "description": [], + "signature": [ + "any" + ], "source": { - "path": "src/plugins/data/common/kbn_field_types/types.ts", - "lineNumber": 18 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 163 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.FILTERS", - "type": "Enum", - "tags": [], - "label": "FILTERS", + "id": "def-common.isGeoPolygonFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "isGeoPolygonFilter", "description": [], + "signature": [ + "any" + ], "source": { - "path": "src/plugins/data/common/es_query/filters/types.ts", - "lineNumber": 29 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 168 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.FilterStateStore", - "type": "Enum", - "tags": [], - "label": "FilterStateStore", + "id": "def-common.isMatchAllFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "isMatchAllFilter", "description": [], + "signature": [ + "any" + ], "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 9 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 158 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.KBN_FIELD_TYPES", - "type": "Enum", - "tags": [], - "label": "KBN_FIELD_TYPES", + "id": "def-common.isMissingFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "isMissingFilter", "description": [], + "signature": [ + "any" + ], "source": { - "path": "src/plugins/data/common/kbn_field_types/types.ts", - "lineNumber": 64 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 173 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false - } - ], - "misc": [ + }, { "parentPluginId": "data", - "id": "def-common.CSV_MIME_TYPE", - "type": "string", - "tags": [], - "label": "CSV_MIME_TYPE", + "id": "def-common.isPhraseFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "isPhraseFilter", "description": [], "signature": [ - "\"text/plain;charset=utf-8\"" + "any" ], "source": { - "path": "src/plugins/data/common/exports/export_csv.tsx", - "lineNumber": 17 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 178 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.CustomFilter", - "type": "Type", - "tags": [], - "label": "CustomFilter", + "id": "def-common.isPhrasesFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "isPhrasesFilter", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " & { query: any; }" + "any" ], "source": { - "path": "src/plugins/data/common/es_query/filters/custom_filter.ts", - "lineNumber": 11 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 183 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.DEFAULT_QUERY_LANGUAGE", - "type": "string", - "tags": [], - "label": "DEFAULT_QUERY_LANGUAGE", + "id": "def-common.isQueryStringFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "isQueryStringFilter", "description": [], "signature": [ - "\"kuery\"" + "any" ], "source": { - "path": "src/plugins/data/common/constants.ts", - "lineNumber": 9 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 193 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.DslQuery", - "type": "Type", - "tags": [], - "label": "DslQuery", + "id": "def-common.isRangeFilter", + "type": "Any", + "tags": [ + "deprecated" + ], + "label": "isRangeFilter", "description": [], "signature": [ "any" ], "source": { - "path": "src/plugins/data/common/es_query/kuery/types.ts", - "lineNumber": 16 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 188 + }, + "deprecated": true, + "references": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.KIBANA_USER_QUERY_LANGUAGE_KEY", + "type": "string", + "tags": [], + "label": "KIBANA_USER_QUERY_LANGUAGE_KEY", + "description": [], + "signature": [ + "\"kibana.userQueryLanguage\"" + ], + "source": { + "path": "src/plugins/data/common/constants.ts", + "lineNumber": 10 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ExistsFilter", + "id": "def-common.KueryNode", "type": "Type", - "tags": [], - "label": "ExistsFilter", + "tags": [ + "deprecated" + ], + "label": "KueryNode", "description": [], "signature": [ + "KueryNode" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 338 + }, + "deprecated": true, + "references": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 12 + } }, - " & { meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 83 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts", + "lineNumber": 97 + } + }, + { + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 23 + } + }, + { + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/authorization/alerting_authorization.ts", + "lineNumber": 281 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 18 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 27 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 27 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 31 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 31 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 32 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 37 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud.ts", + "lineNumber": 51 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 15 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 31 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 31 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 35 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/status.ts", + "lineNumber": 48 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/common/types.ts", + "lineNumber": 8 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/common/types.ts", + "lineNumber": 20 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 17 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 24 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 27 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 27 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 28 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 33 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 47 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/server/services/agents/crud_so.ts", + "lineNumber": 70 + } + }, + { + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", + "lineNumber": 68 + } + }, + { + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", + "lineNumber": 514 + } + }, + { + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", + "lineNumber": 587 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/types.ts", + "lineNumber": 9 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/types.ts", + "lineNumber": 115 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 9 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 15 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 21 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 30 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 31 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 16 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 111 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 113 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 114 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 136 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 157 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 159 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 174 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 174 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 175 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 185 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 234 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 236 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 236 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 259 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 286 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 330 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 20 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 60 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 186 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 191 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 916 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/attachments/index.ts", + "lineNumber": 10 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/attachments/index.ts", + "lineNumber": 25 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/types.ts", + "lineNumber": 15 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/types.ts", + "lineNumber": 61 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/get_search_session_page.ts", + "lineNumber": 14 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/get_search_session_page.ts", + "lineNumber": 25 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts", + "lineNumber": 14 + } }, - "; exists?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterExistsProperty", - "text": "FilterExistsProperty" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts", + "lineNumber": 26 + } }, - " | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 19 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.ExistsFilterMeta", - "type": "Type", - "tags": [], - "label": "ExistsFilterMeta", - "description": [], - "signature": [ - "{ alias: string | null; disabled: boolean; negate: boolean; controlledBy?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/exists_filter.ts", - "lineNumber": 13 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.FieldFilter", - "type": "Type", - "tags": [], - "label": "FieldFilter", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilter", - "text": "PhraseFilter" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts", + "lineNumber": 18 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts", + "lineNumber": 49 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ExistsFilter", - "text": "ExistsFilter" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts", + "lineNumber": 14 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhrasesFilter", - "text": "PhrasesFilter" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts", + "lineNumber": 26 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.MatchAllFilter", - "text": "MatchAllFilter" + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/target/types/server/authorization/types.d.ts", + "lineNumber": 2 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.MissingFilter", - "text": "MissingFilter" + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/target/types/server/authorization/types.d.ts", + "lineNumber": 100 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.GeoBoundingBoxFilter", - "text": "GeoBoundingBoxFilter" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/target/types/server/search/session/types.d.ts", + "lineNumber": 3 + } }, - " | ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.GeoPolygonFilter", - "text": "GeoPolygonFilter" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/target/types/server/search/session/types.d.ts", + "lineNumber": 29 + } } ], - "source": { - "path": "src/plugins/data/common/es_query/filters/types.ts", - "lineNumber": 19 - }, - "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.Filter", + "id": "def-common.MatchAllFilter", "type": "Type", - "tags": [], - "label": "Filter", + "tags": [ + "deprecated" + ], + "label": "MatchAllFilter", "description": [], "signature": [ - "{ $state?: ", + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 313 + }, + "deprecated": true, + "references": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 36 + } }, - " | undefined; meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" - }, - "; query?: any; }" + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts", + "lineNumber": 400 + } + } ], - "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 42 - }, - "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.FilterMeta", + "id": "def-common.MissingFilter", "type": "Type", - "tags": [], - "label": "FilterMeta", + "tags": [ + "deprecated" + ], + "label": "MissingFilter", "description": [], "signature": [ - "{ alias: string | null; disabled: boolean; negate: boolean; controlledBy?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }" + "any" ], "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 26 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 323 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.FilterState", + "id": "def-common.PhraseFilter", "type": "Type", - "tags": [], - "label": "FilterState", + "tags": [ + "deprecated" + ], + "label": "PhraseFilter", "description": [], "signature": [ - "{ store: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" - }, - "; }" + "any" ], "source": { - "path": "src/plugins/data/common/es_query/filters/meta_filter.ts", - "lineNumber": 15 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 308 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.GeoBoundingBoxFilter", + "id": "def-common.PhrasesFilter", "type": "Type", - "tags": [], - "label": "GeoBoundingBoxFilter", + "tags": [ + "deprecated" + ], + "label": "PhrasesFilter", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " & { meta: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.GeoBoundingBoxFilterMeta", - "text": "GeoBoundingBoxFilterMeta" - }, - "; geo_bounding_box: any; }" + "any" ], "source": { - "path": "src/plugins/data/common/es_query/filters/geo_bounding_box_filter.ts", - "lineNumber": 18 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 303 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.GeoBoundingBoxFilterMeta", + "id": "def-common.RangeFilter", "type": "Type", - "tags": [], - "label": "GeoBoundingBoxFilterMeta", + "tags": [ + "deprecated" + ], + "label": "RangeFilter", "description": [], "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 328 + }, + "deprecated": true, + "references": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" - }, - " & { params: { bottom_right: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.LatLon", - "text": "LatLon" + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts", + "lineNumber": 18 + } }, - "; top_left: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.LatLon", - "text": "LatLon" - }, - "; }; }" + "plugin": "discoverEnhanced", + "link": { + "path": "x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts", + "lineNumber": 237 + } + } ], - "source": { - "path": "src/plugins/data/common/es_query/filters/geo_bounding_box_filter.ts", - "lineNumber": 11 - }, - "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.GeoPolygonFilter", + "id": "def-common.RangeFilterMeta", "type": "Type", - "tags": [], - "label": "GeoPolygonFilter", + "tags": [ + "deprecated" + ], + "label": "RangeFilterMeta", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " & { meta: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.GeoPolygonFilterMeta", - "text": "GeoPolygonFilterMeta" - }, - "; geo_polygon: any; }" + "any" ], "source": { - "path": "src/plugins/data/common/es_query/filters/geo_polygon_filter.ts", - "lineNumber": 17 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 283 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.GeoPolygonFilterMeta", + "id": "def-common.RangeFilterParams", "type": "Type", - "tags": [], - "label": "GeoPolygonFilterMeta", + "tags": [ + "deprecated" + ], + "label": "RangeFilterParams", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" - }, - " & { params: { points: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.LatLon", - "text": "LatLon" - }, - "[]; }; }" + "any" ], "source": { - "path": "src/plugins/data/common/es_query/filters/geo_polygon_filter.ts", - "lineNumber": 11 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 288 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.GetConfigFn", + "id": "def-common.ValueSuggestionsMethod", "type": "Type", "tags": [], - "label": "GetConfigFn", - "description": [ - "\nIf a service is being shared on both the client and the server, and\nthe client code requires synchronous access to uiSettings, both client\nand server should wrap the core uiSettings services in a function\nmatching this signature.\n\nThis matches the signature of the public `core.uiSettings.get`, and\nshould only be used in scenarios where async access to uiSettings is\nnot possible." - ], + "label": "ValueSuggestionsMethod", + "description": [], "signature": [ - "(key: string, defaultOverride?: T | undefined) => T" + "\"terms_enum\" | \"terms_agg\"" ], "source": { - "path": "src/plugins/data/common/types.ts", - "lineNumber": 23 + "path": "src/plugins/data/common/constants.ts", + "lineNumber": 15 }, "deprecated": false, "initialIsOpen": false - }, + } + ], + "objects": [ { "parentPluginId": "data", - "id": "def-common.INDEX_PATTERN_SAVED_OBJECT_TYPE", - "type": "string", - "tags": [], - "label": "INDEX_PATTERN_SAVED_OBJECT_TYPE", + "id": "def-common.COMPARE_ALL_OPTIONS", + "type": "Object", + "tags": [ + "deprecated" + ], + "label": "COMPARE_ALL_OPTIONS", "description": [], "signature": [ - "\"index-pattern\"" + "FilterCompareOptions" ], "source": { - "path": "src/plugins/data/common/constants.ts", - "lineNumber": 13 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 268 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.KIBANA_USER_QUERY_LANGUAGE_KEY", - "type": "string", - "tags": [], - "label": "KIBANA_USER_QUERY_LANGUAGE_KEY", + "id": "def-common.FILTERS", + "type": "Object", + "tags": [ + "deprecated" + ], + "label": "FILTERS", "description": [], "signature": [ - "\"kibana.userQueryLanguage\"" + "typeof ", + "FILTERS" ], "source": { - "path": "src/plugins/data/common/constants.ts", - "lineNumber": 10 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 273 }, - "deprecated": false, + "deprecated": true, + "references": [], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.MatchAllFilter", - "type": "Type", - "tags": [], - "label": "MatchAllFilter", + "id": "def-common.nodeBuilder", + "type": "Object", + "tags": [ + "deprecated" + ], + "label": "nodeBuilder", "description": [], "signature": [ + "{ is: (fieldName: string, value: string | ", + "KueryNode", + ") => ", + "FunctionTypeBuildNode", + "; or: (nodes: ", + "KueryNode", + "[]) => ", + "KueryNode", + "; and: (nodes: ", + "KueryNode", + "[]) => ", + "KueryNode", + "; }" + ], + "source": { + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 133 + }, + "deprecated": true, + "references": [ + { + "plugin": "actions", + "link": { + "path": "x-pack/plugins/actions/server/cleanup_failed_executions/find_and_cleanup_tasks.ts", + "lineNumber": 14 + } + }, + { + "plugin": "actions", + "link": { + "path": "x-pack/plugins/actions/server/cleanup_failed_executions/find_and_cleanup_tasks.ts", + "lineNumber": 45 + } + }, + { + "plugin": "actions", + "link": { + "path": "x-pack/plugins/actions/server/cleanup_failed_executions/find_and_cleanup_tasks.ts", + "lineNumber": 46 + } + }, + { + "plugin": "actions", + "link": { + "path": "x-pack/plugins/actions/server/cleanup_failed_executions/find_and_cleanup_tasks.ts", + "lineNumber": 47 + } + }, + { + "plugin": "actions", + "link": { + "path": "x-pack/plugins/actions/server/cleanup_failed_executions/find_and_cleanup_tasks.ts", + "lineNumber": 51 + } + }, + { + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", + "lineNumber": 68 + } + }, + { + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", + "lineNumber": 512 + } + }, + { + "plugin": "alerting", + "link": { + "path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts", + "lineNumber": 585 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 9 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 20 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 23 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.ts", + "lineNumber": 41 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 16 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 115 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 121 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 147 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 148 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 179 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 254 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 267 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 281 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 289 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 315 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 319 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 326 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 328 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/utils.ts", + "lineNumber": 334 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 20 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 249 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 502 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 503 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 504 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 919 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/services/cases/index.ts", + "lineNumber": 926 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/cases/update.ts", + "lineNumber": 21 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/cases/update.ts", + "lineNumber": 150 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/cases/update.ts", + "lineNumber": 151 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/cases/update.ts", + "lineNumber": 152 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/cases/update.ts", + "lineNumber": 233 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/cases/update.ts", + "lineNumber": 234 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/cases/update.ts", + "lineNumber": 235 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/attachments/add.ts", + "lineNumber": 19 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/attachments/add.ts", + "lineNumber": 78 + } + }, { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/sub_cases/update.ts", + "lineNumber": 19 + } }, - " & { meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.MatchAllFilterMeta", - "text": "MatchAllFilterMeta" + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/sub_cases/update.ts", + "lineNumber": 197 + } }, - "; match_all: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/match_all_filter.ts", - "lineNumber": 16 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.MissingFilter", - "type": "Type", - "tags": [], - "label": "MissingFilter", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/sub_cases/update.ts", + "lineNumber": 198 + } }, - " & { meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/client/sub_cases/update.ts", + "lineNumber": 199 + } }, - "; missing: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/missing_filter.ts", - "lineNumber": 13 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.MissingFilterMeta", - "type": "Type", - "tags": [], - "label": "MissingFilterMeta", - "description": [], - "signature": [ - "{ alias: string | null; disabled: boolean; negate: boolean; controlledBy?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/missing_filter.ts", - "lineNumber": 11 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.PhraseFilter", - "type": "Type", - "tags": [], - "label": "PhraseFilter", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts", + "lineNumber": 11 + } }, - " & { meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhraseFilterMeta", - "text": "PhraseFilterMeta" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts", + "lineNumber": 57 + } }, - "; 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", - "lineNumber": 22 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.PhraseFilterMeta", - "type": "Type", - "tags": [], - "label": "PhraseFilterMeta", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts", + "lineNumber": 58 + } }, - " & { params?: { query: string; } | undefined; field?: any; index?: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrase_filter.ts", - "lineNumber": 14 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.PhrasesFilter", - "type": "Type", - "tags": [], - "label": "PhrasesFilter", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts", + "lineNumber": 59 + } }, - " & { meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.PhrasesFilterMeta", - "text": "PhrasesFilterMeta" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts", + "lineNumber": 13 + } }, - "; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 20 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.PhrasesFilterMeta", - "type": "Type", - "tags": [], - "label": "PhrasesFilterMeta", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts", + "lineNumber": 125 + } }, - " & { params: string[]; field?: string | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/phrases_filter.ts", - "lineNumber": 15 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.QueryStringFilter", - "type": "Type", - "tags": [], - "label": "QueryStringFilter", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts", + "lineNumber": 11 + } }, - " & { meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts", + "lineNumber": 53 + } }, - "; query?: { query_string: { query: string; }; } | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 13 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.QueryStringFilterMeta", - "type": "Type", - "tags": [], - "label": "QueryStringFilterMeta", - "description": [], - "signature": [ - "{ alias: string | null; disabled: boolean; negate: boolean; controlledBy?: string | undefined; index?: string | undefined; isMultiIndex?: boolean | undefined; type?: string | undefined; key?: string | undefined; params?: any; value?: string | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/query_string_filter.ts", - "lineNumber": 11 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.RangeFilter", - "type": "Type", - "tags": [], - "label": "RangeFilter", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts", + "lineNumber": 54 + } }, - " & ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.EsRangeFilter", - "text": "EsRangeFilter" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts", + "lineNumber": 55 + } }, - " & { meta: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterMeta", - "text": "RangeFilterMeta" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/session_service.ts", + "lineNumber": 23 + } }, - "; script?: { script: { params: any; lang: ", - "ScriptLanguage", - "; source: any; }; } | undefined; match_all?: any; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 61 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.RangeFilterMeta", - "type": "Type", - "tags": [], - "label": "RangeFilterMeta", - "description": [], - "signature": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/session_service.ts", + "lineNumber": 367 + } }, - " & { params: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilterParams", - "text": "RangeFilterParams" + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/session_service.ts", + "lineNumber": 371 + } }, - "; field?: any; formattedValue?: string | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/es_query/filters/range_filter.ts", - "lineNumber": 51 - }, - "deprecated": false, - "initialIsOpen": false - } - ], - "objects": [ - { - "parentPluginId": "data", - "id": "def-common.nodeBuilder", - "type": "Object", - "tags": [], - "label": "nodeBuilder", - "description": [], - "source": { - "path": "src/plugins/data/common/es_query/kuery/node_types/node_builder.ts", - "lineNumber": 11 - }, - "deprecated": false, - "children": [ { - "parentPluginId": "data", - "id": "def-common.nodeBuilder.is", - "type": "Function", - "tags": [], - "label": "is", - "description": [], - "signature": [ - "(fieldName: string, value: string | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - }, - ") => ", - "FunctionTypeBuildNode" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/node_types/node_builder.ts", - "lineNumber": 12 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.nodeBuilder.is.$1", - "type": "string", - "tags": [], - "label": "fieldName", - "description": [], - "signature": [ - "string" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/node_types/node_builder.ts", - "lineNumber": 12 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-common.nodeBuilder.is.$2", - "type": "CompoundType", - "tags": [], - "label": "value", - "description": [], - "signature": [ - "string | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/node_types/node_builder.ts", - "lineNumber": 12 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/session_service.ts", + "lineNumber": 375 + } }, { - "parentPluginId": "data", - "id": "def-common.nodeBuilder.or", - "type": "Function", - "tags": [], - "label": "or", - "description": [], - "signature": [ - "(nodes: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - }, - "[]) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/node_types/node_builder.ts", - "lineNumber": 19 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.nodeBuilder.or.$1", - "type": "Array", - "tags": [], - "label": "nodes", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/node_types/node_builder.ts", - "lineNumber": 19 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/session_service.ts", + "lineNumber": 381 + } }, { - "parentPluginId": "data", - "id": "def-common.nodeBuilder.and", - "type": "Function", - "tags": [], - "label": "and", - "description": [], - "signature": [ - "(nodes: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - }, - "[]) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - } - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/node_types/node_builder.ts", + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.test.ts", + "lineNumber": 8 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.test.ts", + "lineNumber": 24 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.test.ts", + "lineNumber": 48 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.test.ts", + "lineNumber": 72 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.test.ts", + "lineNumber": 73 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.test.ts", + "lineNumber": 122 + } + }, + { + "plugin": "cases", + "link": { + "path": "x-pack/plugins/cases/server/authorization/utils.test.ts", + "lineNumber": 123 + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/session_service.test.ts", "lineNumber": 22 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.nodeBuilder.and.$1", - "type": "Array", - "tags": [], - "label": "nodes", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KueryNode", - "text": "KueryNode" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/node_types/node_builder.ts", - "lineNumber": 22 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] + } + }, + { + "plugin": "dataEnhanced", + "link": { + "path": "x-pack/plugins/data_enhanced/server/search/session/session_service.test.ts", + "lineNumber": 439 + } } ], "initialIsOpen": false @@ -47083,86 +53663,20 @@ "parentPluginId": "data", "id": "def-common.nodeTypes", "type": "Object", - "tags": [], + "tags": [ + "deprecated" + ], "label": "nodeTypes", "description": [], + "signature": [ + "NodeTypes" + ], "source": { - "path": "src/plugins/data/common/es_query/kuery/node_types/index.ts", - "lineNumber": 18 + "path": "src/plugins/data/common/es_query/index.ts", + "lineNumber": 97 }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.nodeTypes.function", - "type": "Object", - "tags": [], - "label": "function", - "description": [ - "// This requires better typing of the different typings and their return types.\n// @ts-ignore" - ], - "signature": [ - "typeof ", - "src/plugins/data/common/es_query/kuery/node_types/function" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/node_types/index.ts", - "lineNumber": 21 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.nodeTypes.literal", - "type": "Object", - "tags": [], - "label": "literal", - "description": [], - "signature": [ - "typeof ", - "src/plugins/data/common/es_query/kuery/node_types/literal" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/node_types/index.ts", - "lineNumber": 22 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.nodeTypes.namedArg", - "type": "Object", - "tags": [], - "label": "namedArg", - "description": [], - "signature": [ - "typeof ", - "src/plugins/data/common/es_query/kuery/node_types/named_arg" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/node_types/index.ts", - "lineNumber": 23 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.nodeTypes.wildcard", - "type": "Object", - "tags": [], - "label": "wildcard", - "description": [], - "signature": [ - "typeof ", - "src/plugins/data/common/es_query/kuery/node_types/wildcard" - ], - "source": { - "path": "src/plugins/data/common/es_query/kuery/node_types/index.ts", - "lineNumber": 24 - }, - "deprecated": false - } - ], + "deprecated": true, + "references": [], "initialIsOpen": false }, { @@ -47173,11 +53687,11 @@ "label": "UI_SETTINGS", "description": [], "signature": [ - "{ readonly META_FIELDS: \"metaFields\"; readonly DOC_HIGHLIGHT: \"doc_table:highlight\"; readonly QUERY_STRING_OPTIONS: \"query:queryString:options\"; readonly QUERY_ALLOW_LEADING_WILDCARDS: \"query:allowLeadingWildcards\"; readonly SEARCH_QUERY_LANGUAGE: \"search:queryLanguage\"; readonly SORT_OPTIONS: \"sort:options\"; readonly COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: \"courier:ignoreFilterIfFieldNotInIndex\"; readonly COURIER_SET_REQUEST_PREFERENCE: \"courier:setRequestPreference\"; readonly COURIER_CUSTOM_REQUEST_PREFERENCE: \"courier:customRequestPreference\"; readonly COURIER_MAX_CONCURRENT_SHARD_REQUESTS: \"courier:maxConcurrentShardRequests\"; readonly COURIER_BATCH_SEARCHES: \"courier:batchSearches\"; readonly SEARCH_INCLUDE_FROZEN: \"search:includeFrozen\"; readonly SEARCH_TIMEOUT: \"search:timeout\"; readonly HISTOGRAM_BAR_TARGET: \"histogram:barTarget\"; readonly HISTOGRAM_MAX_BARS: \"histogram:maxBars\"; readonly HISTORY_LIMIT: \"history:limit\"; readonly SHORT_DOTS_ENABLE: \"shortDots:enable\"; readonly FORMAT_DEFAULT_TYPE_MAP: \"format:defaultTypeMap\"; readonly FORMAT_NUMBER_DEFAULT_PATTERN: \"format:number:defaultPattern\"; readonly FORMAT_PERCENT_DEFAULT_PATTERN: \"format:percent:defaultPattern\"; readonly FORMAT_BYTES_DEFAULT_PATTERN: \"format:bytes:defaultPattern\"; readonly FORMAT_CURRENCY_DEFAULT_PATTERN: \"format:currency:defaultPattern\"; readonly FORMAT_NUMBER_DEFAULT_LOCALE: \"format:number:defaultLocale\"; readonly TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: \"timepicker:refreshIntervalDefaults\"; readonly TIMEPICKER_QUICK_RANGES: \"timepicker:quickRanges\"; readonly TIMEPICKER_TIME_DEFAULTS: \"timepicker:timeDefaults\"; readonly INDEXPATTERN_PLACEHOLDER: \"indexPattern:placeholder\"; readonly FILTERS_PINNED_BY_DEFAULT: \"filters:pinnedByDefault\"; readonly FILTERS_EDITOR_SUGGEST_VALUES: \"filterEditor:suggestValues\"; readonly AUTOCOMPLETE_USE_TIMERANGE: \"autocomplete:useTimeRange\"; }" + "{ readonly META_FIELDS: \"metaFields\"; readonly DOC_HIGHLIGHT: \"doc_table:highlight\"; readonly QUERY_STRING_OPTIONS: \"query:queryString:options\"; readonly QUERY_ALLOW_LEADING_WILDCARDS: \"query:allowLeadingWildcards\"; readonly SEARCH_QUERY_LANGUAGE: \"search:queryLanguage\"; readonly SORT_OPTIONS: \"sort:options\"; readonly COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: \"courier:ignoreFilterIfFieldNotInIndex\"; readonly COURIER_SET_REQUEST_PREFERENCE: \"courier:setRequestPreference\"; readonly COURIER_CUSTOM_REQUEST_PREFERENCE: \"courier:customRequestPreference\"; readonly COURIER_MAX_CONCURRENT_SHARD_REQUESTS: \"courier:maxConcurrentShardRequests\"; readonly COURIER_BATCH_SEARCHES: \"courier:batchSearches\"; readonly SEARCH_INCLUDE_FROZEN: \"search:includeFrozen\"; readonly SEARCH_TIMEOUT: \"search:timeout\"; readonly HISTOGRAM_BAR_TARGET: \"histogram:barTarget\"; readonly HISTOGRAM_MAX_BARS: \"histogram:maxBars\"; readonly HISTORY_LIMIT: \"history:limit\"; readonly SHORT_DOTS_ENABLE: \"shortDots:enable\"; readonly FORMAT_DEFAULT_TYPE_MAP: \"format:defaultTypeMap\"; readonly FORMAT_NUMBER_DEFAULT_PATTERN: \"format:number:defaultPattern\"; readonly FORMAT_PERCENT_DEFAULT_PATTERN: \"format:percent:defaultPattern\"; readonly FORMAT_BYTES_DEFAULT_PATTERN: \"format:bytes:defaultPattern\"; readonly FORMAT_CURRENCY_DEFAULT_PATTERN: \"format:currency:defaultPattern\"; readonly FORMAT_NUMBER_DEFAULT_LOCALE: \"format:number:defaultLocale\"; readonly TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: \"timepicker:refreshIntervalDefaults\"; readonly TIMEPICKER_QUICK_RANGES: \"timepicker:quickRanges\"; readonly TIMEPICKER_TIME_DEFAULTS: \"timepicker:timeDefaults\"; readonly INDEXPATTERN_PLACEHOLDER: \"indexPattern:placeholder\"; readonly FILTERS_PINNED_BY_DEFAULT: \"filters:pinnedByDefault\"; readonly FILTERS_EDITOR_SUGGEST_VALUES: \"filterEditor:suggestValues\"; readonly AUTOCOMPLETE_USE_TIMERANGE: \"autocomplete:useTimeRange\"; readonly AUTOCOMPLETE_VALUE_SUGGESTION_METHOD: \"autocomplete:valueSuggestionMethod\"; }" ], "source": { "path": "src/plugins/data/common/constants.ts", - "lineNumber": 15 + "lineNumber": 17 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/data.mdx b/api_docs/data.mdx index 4306690ca9c7e..2936c876c5852 100644 --- a/api_docs/data.mdx +++ b/api_docs/data.mdx @@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 3833 | 107 | 3268 | 75 | +| 3870 | 151 | 3323 | 63 | ## Client diff --git a/api_docs/data_autocomplete.json b/api_docs/data_autocomplete.json index 25bda08157358..6a2adcd96d89f 100644 --- a/api_docs/data_autocomplete.json +++ b/api_docs/data_autocomplete.json @@ -13,7 +13,7 @@ "description": [], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 36 + "lineNumber": 38 }, "deprecated": false, "children": [ @@ -35,7 +35,7 @@ ], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 37 + "lineNumber": 39 }, "deprecated": false }, @@ -51,7 +51,7 @@ ], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 38 + "lineNumber": 40 }, "deprecated": false }, @@ -64,7 +64,7 @@ "description": [], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 39 + "lineNumber": 41 }, "deprecated": false }, @@ -77,7 +77,7 @@ "description": [], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 40 + "lineNumber": 42 }, "deprecated": false }, @@ -90,7 +90,7 @@ "description": [], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 41 + "lineNumber": 43 }, "deprecated": false }, @@ -106,7 +106,7 @@ ], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 42 + "lineNumber": 44 }, "deprecated": false } @@ -139,7 +139,7 @@ ], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 46 + "lineNumber": 48 }, "deprecated": false, "children": [ @@ -162,7 +162,7 @@ ], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 47 + "lineNumber": 49 }, "deprecated": false }, @@ -184,7 +184,7 @@ ], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 48 + "lineNumber": 50 }, "deprecated": false } @@ -200,7 +200,7 @@ "description": [], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 24 + "lineNumber": 25 }, "deprecated": false, "children": [ @@ -213,7 +213,7 @@ "description": [], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 25 + "lineNumber": 26 }, "deprecated": false }, @@ -236,7 +236,7 @@ ], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 26 + "lineNumber": 27 }, "deprecated": false }, @@ -249,7 +249,7 @@ "description": [], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 27 + "lineNumber": 28 }, "deprecated": false }, @@ -262,7 +262,7 @@ "description": [], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 28 + "lineNumber": 29 }, "deprecated": false }, @@ -275,7 +275,7 @@ "description": [], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 29 + "lineNumber": 30 }, "deprecated": false }, @@ -291,7 +291,7 @@ ], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 30 + "lineNumber": 31 }, "deprecated": false }, @@ -307,7 +307,7 @@ ], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 31 + "lineNumber": 32 }, "deprecated": false }, @@ -323,7 +323,23 @@ ], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 32 + "lineNumber": 33 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.QuerySuggestionGetFnArgs.method", + "type": "CompoundType", + "tags": [], + "label": "method", + "description": [], + "signature": [ + "\"terms_enum\" | \"terms_agg\" | undefined" + ], + "source": { + "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", + "lineNumber": 34 }, "deprecated": false } @@ -341,7 +357,7 @@ "description": [], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 11 + "lineNumber": 12 }, "deprecated": false, "initialIsOpen": false @@ -401,7 +417,7 @@ ], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 52 + "lineNumber": 54 }, "deprecated": false, "initialIsOpen": false @@ -434,7 +450,7 @@ ], "source": { "path": "src/plugins/data/public/autocomplete/providers/query_suggestion_provider.ts", - "lineNumber": 19 + "lineNumber": 20 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/data_autocomplete.mdx b/api_docs/data_autocomplete.mdx index bc9ae7b61a2c7..99a562e56afce 100644 --- a/api_docs/data_autocomplete.mdx +++ b/api_docs/data_autocomplete.mdx @@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 3833 | 107 | 3268 | 75 | +| 3870 | 151 | 3323 | 63 | ## Client diff --git a/api_docs/data_enhanced.json b/api_docs/data_enhanced.json index 8fb94c25b7bd0..9538fda9c48e6 100644 --- a/api_docs/data_enhanced.json +++ b/api_docs/data_enhanced.json @@ -237,7 +237,7 @@ ], "source": { "path": "x-pack/plugins/data_enhanced/server/plugin.ts", - "lineNumber": 54 + "lineNumber": 59 }, "deprecated": false, "children": [ @@ -259,7 +259,7 @@ ], "source": { "path": "x-pack/plugins/data_enhanced/server/plugin.ts", - "lineNumber": 54 + "lineNumber": 59 }, "deprecated": false, "isRequired": true @@ -276,7 +276,7 @@ ], "source": { "path": "x-pack/plugins/data_enhanced/server/plugin.ts", - "lineNumber": 54 + "lineNumber": 59 }, "deprecated": false, "isRequired": true @@ -296,7 +296,7 @@ ], "source": { "path": "x-pack/plugins/data_enhanced/server/plugin.ts", - "lineNumber": 60 + "lineNumber": 65 }, "deprecated": false, "children": [], diff --git a/api_docs/data_field_formats.json b/api_docs/data_field_formats.json index 1d459b9c5e2f1..96b435332cdda 100644 --- a/api_docs/data_field_formats.json +++ b/api_docs/data_field_formats.json @@ -45,13 +45,13 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\" | \"deserialize\" | \"getDefaultConfig\" | \"getType\" | \"getTypeWithoutMetaParams\" | \"getDefaultType\" | \"getTypeNameByEsTypes\" | \"getDefaultTypeName\" | \"getInstance\" | \"getDefaultInstancePlain\" | \"getDefaultInstanceCacheResolver\" | \"getByFieldType\" | \"getDefaultInstance\" | \"parseDefaultTypeMap\"> & { deserialize: ", + ", \"deserialize\" | \"getDefaultConfig\" | \"getType\" | \"getTypeWithoutMetaParams\" | \"getDefaultType\" | \"getTypeNameByEsTypes\" | \"getDefaultTypeName\" | \"getInstance\" | \"getDefaultInstancePlain\" | \"getDefaultInstanceCacheResolver\" | \"getByFieldType\" | \"getDefaultInstance\" | \"parseDefaultTypeMap\" | \"has\"> & { deserialize: ", "FormatFactory", "; }" ], "source": { "path": "src/plugins/data/public/field_formats/field_formats_service.ts", - "lineNumber": 55 + "lineNumber": 50 }, "deprecated": false, "initialIsOpen": false @@ -142,13 +142,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", "[]" ], "source": { @@ -379,13 +373,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", "[]" ], "source": { @@ -560,13 +548,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/converters/duration.ts", @@ -741,6 +723,24 @@ }, "deprecated": false }, + { + "parentPluginId": "data", + "id": "def-common.FieldFormat.hidden", + "type": "boolean", + "tags": [ + "property", + "static" + ], + "label": "hidden", + "description": [ + "\nHidden field formats can only be accessed directly by id,\nThey won't appear in field format editor UI,\nBut they can be accessed and used from code internally.\n" + ], + "source": { + "path": "src/plugins/data/common/field_formats/field_format.ts", + "lineNumber": 43 + }, + "deprecated": false + }, { "parentPluginId": "data", "id": "def-common.FieldFormat.title", @@ -753,7 +753,7 @@ "description": [], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 38 + "lineNumber": 50 }, "deprecated": false }, @@ -772,7 +772,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 44 + "lineNumber": 56 }, "deprecated": false }, @@ -792,7 +792,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 52 + "lineNumber": 64 }, "deprecated": false }, @@ -812,7 +812,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 60 + "lineNumber": 72 }, "deprecated": false }, @@ -832,7 +832,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 68 + "lineNumber": 80 }, "deprecated": false }, @@ -851,7 +851,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 74 + "lineNumber": 86 }, "deprecated": false }, @@ -867,7 +867,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 75 + "lineNumber": 87 }, "deprecated": false }, @@ -883,7 +883,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 77 + "lineNumber": 89 }, "deprecated": false }, @@ -906,7 +906,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 78 + "lineNumber": 90 }, "deprecated": false }, @@ -922,7 +922,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 80 + "lineNumber": 92 }, "deprecated": false, "children": [ @@ -938,7 +938,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 80 + "lineNumber": 92 }, "deprecated": false, "isRequired": true @@ -962,7 +962,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 80 + "lineNumber": 92 }, "deprecated": false, "isRequired": false @@ -996,7 +996,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 98 + "lineNumber": 110 }, "deprecated": false, "children": [ @@ -1012,7 +1012,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 99 + "lineNumber": 111 }, "deprecated": false, "isRequired": true @@ -1037,7 +1037,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 100 + "lineNumber": 112 }, "deprecated": false, "isRequired": true @@ -1056,7 +1056,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 101 + "lineNumber": 113 }, "deprecated": false, "isRequired": false @@ -1091,7 +1091,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 118 + "lineNumber": 130 }, "deprecated": false, "children": [ @@ -1113,7 +1113,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 119 + "lineNumber": 131 }, "deprecated": false, "isRequired": true @@ -1139,7 +1139,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 133 + "lineNumber": 145 }, "deprecated": false, "children": [], @@ -1163,7 +1163,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 144 + "lineNumber": 156 }, "deprecated": false, "children": [ @@ -1181,7 +1181,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 144 + "lineNumber": 156 }, "deprecated": false, "isRequired": true @@ -1205,7 +1205,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 161 + "lineNumber": 173 }, "deprecated": false, "children": [], @@ -1227,7 +1227,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 172 + "lineNumber": 184 }, "deprecated": false, "children": [], @@ -1248,7 +1248,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 193 + "lineNumber": 205 }, "deprecated": false, "children": [ @@ -1264,7 +1264,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 193 + "lineNumber": 205 }, "deprecated": false, "isRequired": true @@ -1285,7 +1285,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 197 + "lineNumber": 209 }, "deprecated": false, "children": [], @@ -1310,7 +1310,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 204 + "lineNumber": 216 }, "deprecated": false, "children": [ @@ -1326,7 +1326,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_format.ts", - "lineNumber": 204 + "lineNumber": 216 }, "deprecated": false, "isRequired": true @@ -1669,21 +1669,9 @@ ], "signature": [ "(fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined) => ", { "pluginId": "data", @@ -1709,13 +1697,7 @@ "- the field type" ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", @@ -1734,13 +1716,7 @@ "- Array of ES data types" ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined" ], "source": { @@ -1848,21 +1824,9 @@ ], "signature": [ "(fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined) => ", "FieldFormatInstanceType", " | undefined" @@ -1881,13 +1845,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", @@ -1906,13 +1864,7 @@ "- Array of ES data types" ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined" ], "source": { @@ -1938,21 +1890,9 @@ ], "signature": [ "(esTypes: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", " | undefined" ], "source": { @@ -1971,13 +1911,7 @@ "- Array of ES data types" ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined" ], "source": { @@ -2003,37 +1937,13 @@ ], "signature": [ "(fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - } + "ES_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", @@ -2049,13 +1959,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", @@ -2072,13 +1976,7 @@ "label": "esTypes", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined" ], "source": { @@ -2164,21 +2062,9 @@ ], "signature": [ "(fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined, params?: Record) => ", { "pluginId": "data", @@ -2202,13 +2088,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", @@ -2225,13 +2105,7 @@ "label": "esTypes", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined" ], "source": { @@ -2274,21 +2148,9 @@ ], "signature": [ "(fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[]) => string" ], "source": { @@ -2305,13 +2167,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", @@ -2328,13 +2184,7 @@ "label": "esTypes", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[]" ], "source": { @@ -2356,24 +2206,18 @@ ], "label": "getByFieldType", "description": [ - "\nGet filtered list of field formats by format type\n" + "\nGet filtered list of field formats by format type,\nSkips hidden field formats\n" ], "signature": [ "(fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ") => ", "FieldFormatInstanceType", "[]" ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", - "lineNumber": 223 + "lineNumber": 224 }, "deprecated": false, "children": [ @@ -2385,17 +2229,11 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", - "lineNumber": 223 + "lineNumber": 224 }, "deprecated": false, "isRequired": true @@ -2416,21 +2254,9 @@ ], "signature": [ "((fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined, params?: Record) => ", { "pluginId": "data", @@ -2443,7 +2269,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", - "lineNumber": 242 + "lineNumber": 244 }, "deprecated": false, "returnComment": [], @@ -2456,13 +2282,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", @@ -2478,13 +2298,7 @@ "label": "esTypes", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined" ], "source": { @@ -2523,7 +2337,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", - "lineNumber": 244 + "lineNumber": 246 }, "deprecated": false, "children": [ @@ -2539,7 +2353,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", - "lineNumber": 244 + "lineNumber": 246 }, "deprecated": false, "isRequired": true @@ -2561,7 +2375,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", - "lineNumber": 255 + "lineNumber": 257 }, "deprecated": false, "children": [ @@ -2578,7 +2392,45 @@ ], "source": { "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", - "lineNumber": 255 + "lineNumber": 257 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-common.FieldFormatsRegistry.has", + "type": "Function", + "tags": [], + "label": "has", + "description": [ + "\nChecks if field format with id already registered" + ], + "signature": [ + "(id: string) => boolean" + ], + "source": { + "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", + "lineNumber": 271 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.FieldFormatsRegistry.has.$1", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/common/field_formats/field_formats_registry.ts", + "lineNumber": 271 }, "deprecated": false, "isRequired": true @@ -2649,13 +2501,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/converters/histogram.ts", @@ -2854,13 +2700,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/converters/ip.ts", @@ -3254,13 +3094,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/converters/relative_date.ts", @@ -3380,13 +3214,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/converters/source.tsx", @@ -3562,13 +3390,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", "[]" ], "source": { @@ -3660,7 +3482,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/converters/string.ts", - "lineNumber": 66 + "lineNumber": 67 }, "deprecated": false, "children": [ @@ -3682,7 +3504,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/converters/string.ts", - "lineNumber": 67 + "lineNumber": 68 }, "deprecated": false }, @@ -3695,7 +3517,7 @@ "description": [], "source": { "path": "src/plugins/data/common/field_formats/converters/string.ts", - "lineNumber": 68 + "lineNumber": 69 }, "deprecated": false }, @@ -3707,18 +3529,12 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", "[]" ], "source": { "path": "src/plugins/data/common/field_formats/converters/string.ts", - "lineNumber": 71 + "lineNumber": 72 }, "deprecated": false }, @@ -3734,7 +3550,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/converters/string.ts", - "lineNumber": 87 + "lineNumber": 88 }, "deprecated": false }, @@ -3750,7 +3566,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/converters/string.ts", - "lineNumber": 89 + "lineNumber": 90 }, "deprecated": false, "children": [], @@ -3768,7 +3584,7 @@ ], "source": { "path": "src/plugins/data/common/field_formats/converters/string.ts", - "lineNumber": 109 + "lineNumber": 110 }, "deprecated": false, "children": [ @@ -3784,13 +3600,69 @@ ], "source": { "path": "src/plugins/data/common/field_formats/converters/string.ts", - "lineNumber": 109 + "lineNumber": 110 }, "deprecated": false, "isRequired": true } ], "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-common.StringFormat.htmlConvert", + "type": "Function", + "tags": [], + "label": "htmlConvert", + "description": [], + "signature": [ + "(val: any, { hit, field }?: ", + "HtmlContextTypeOptions", + " | undefined) => any" + ], + "source": { + "path": "src/plugins/data/common/field_formats/converters/string.ts", + "lineNumber": 132 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.StringFormat.htmlConvert.$1", + "type": "Any", + "tags": [], + "label": "val", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/field_formats/converters/string.ts", + "lineNumber": 132 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.StringFormat.htmlConvert.$2", + "type": "Object", + "tags": [], + "label": "{ hit, field }", + "description": [], + "signature": [ + "HtmlContextTypeOptions", + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/field_formats/converters/string.ts", + "lineNumber": 132 + }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [] } ], "initialIsOpen": false @@ -3868,13 +3740,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/field_formats/converters/truncate.ts", @@ -3994,13 +3860,7 @@ "label": "fieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", "[]" ], "source": { @@ -4390,36 +4250,12 @@ "label": "FieldFormatsStartCommon", "description": [], "signature": [ - "{ init: (getConfig: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.GetConfigFn", - "text": "GetConfigFn" - }, - ", metaParamsOptions?: Record, defaultFieldConverters?: ", - "FieldFormatInstanceType", - "[]) => void; register: (fieldFormats: ", - "FieldFormatInstanceType", - "[]) => void; deserialize: ", + "{ deserialize: ", "FormatFactory", "; getDefaultConfig: (fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined) => ", { "pluginId": "data", @@ -4433,71 +4269,23 @@ " | undefined; getTypeWithoutMetaParams: (formatId: string) => ", "FieldFormatInstanceType", " | undefined; getDefaultType: (fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined) => ", "FieldFormatInstanceType", " | undefined; getTypeNameByEsTypes: (esTypes: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", " | undefined; getDefaultTypeName: (fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "; getInstance: ((formatId: string, params?: Record) => ", { "pluginId": "data", @@ -4507,21 +4295,9 @@ "text": "FieldFormat" }, ") & _.MemoizedFunction; getDefaultInstancePlain: (fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined, params?: Record) => ", { "pluginId": "data", @@ -4531,47 +4307,17 @@ "text": "FieldFormat" }, "; getDefaultInstanceCacheResolver: (fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[]) => string; getByFieldType: (fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ") => ", "FieldFormatInstanceType", "[]; getDefaultInstance: ((fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined, params?: Record) => ", { "pluginId": "data", @@ -4580,11 +4326,11 @@ "section": "def-common.FieldFormat", "text": "FieldFormat" }, - ") & _.MemoizedFunction; parseDefaultTypeMap: (value: any) => void; }" + ") & _.MemoizedFunction; parseDefaultTypeMap: (value: any) => void; has: (id: string) => boolean; }" ], "source": { "path": "src/plugins/data/common/field_formats/types.ts", - "lineNumber": 97 + "lineNumber": 98 }, "deprecated": false, "initialIsOpen": false @@ -4652,21 +4398,9 @@ "[]) => void; deserialize: ", "FormatFactory", "; getDefaultConfig: (fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined) => ", { "pluginId": "data", @@ -4680,71 +4414,23 @@ " | undefined; getTypeWithoutMetaParams: (formatId: string) => ", "FieldFormatInstanceType", " | undefined; getDefaultType: (fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined) => ", "FieldFormatInstanceType", " | undefined; getTypeNameByEsTypes: (esTypes: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", " | undefined; getDefaultTypeName: (fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "; getInstance: ((formatId: string, params?: Record) => ", { "pluginId": "data", @@ -4754,21 +4440,9 @@ "text": "FieldFormat" }, ") & _.MemoizedFunction; getDefaultInstancePlain: (fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined, params?: Record) => ", { "pluginId": "data", @@ -4778,47 +4452,17 @@ "text": "FieldFormat" }, "; getDefaultInstanceCacheResolver: (fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[]) => string; getByFieldType: (fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ") => ", "FieldFormatInstanceType", "[]; getDefaultInstance: ((fieldType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", ", esTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", "[] | undefined, params?: Record) => ", { "pluginId": "data", @@ -4827,7 +4471,7 @@ "section": "def-common.FieldFormat", "text": "FieldFormat" }, - ") & _.MemoizedFunction; parseDefaultTypeMap: (value: any) => void; }" + ") & _.MemoizedFunction; parseDefaultTypeMap: (value: any) => void; has: (id: string) => boolean; }" ], "source": { "path": "src/plugins/data/common/field_formats/index.ts", diff --git a/api_docs/data_field_formats.mdx b/api_docs/data_field_formats.mdx index 765ba1c26ed3b..6723bdc0fdca0 100644 --- a/api_docs/data_field_formats.mdx +++ b/api_docs/data_field_formats.mdx @@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 3833 | 107 | 3268 | 75 | +| 3870 | 151 | 3323 | 63 | ## Client diff --git a/api_docs/data_index_patterns.json b/api_docs/data_index_patterns.json index a05cd4cf3565f..5e085d9490dfd 100644 --- a/api_docs/data_index_patterns.json +++ b/api_docs/data_index_patterns.json @@ -388,7 +388,7 @@ ], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", - "lineNumber": 79 + "lineNumber": 80 }, "deprecated": false, "children": [ @@ -424,7 +424,7 @@ ], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", - "lineNumber": 80 + "lineNumber": 81 }, "deprecated": false, "children": [ @@ -457,7 +457,7 @@ ], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", - "lineNumber": 81 + "lineNumber": 82 }, "deprecated": false, "isRequired": true @@ -474,7 +474,7 @@ ], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", - "lineNumber": 82 + "lineNumber": 83 }, "deprecated": false, "isRequired": true @@ -528,7 +528,7 @@ ], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", - "lineNumber": 93 + "lineNumber": 95 }, "deprecated": false, "children": [ @@ -550,7 +550,7 @@ ], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", - "lineNumber": 93 + "lineNumber": 95 }, "deprecated": false, "isRequired": true @@ -567,7 +567,7 @@ ], "source": { "path": "src/plugins/data/server/index_patterns/index_patterns_service.ts", - "lineNumber": 93 + "lineNumber": 95 }, "deprecated": false, "isRequired": true @@ -588,7 +588,7 @@ "label": "getCapabilitiesForRollupIndices", "description": [], "signature": [ - "(indices: { [key: string]: any; }) => { [key: string]: any; }" + "(indices: Record) => { [key: string]: any; }" ], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/map_capabilities.ts", @@ -598,34 +598,20 @@ "children": [ { "parentPluginId": "data", - "id": "def-server.getCapabilitiesForRollupIndices.$1.indices", + "id": "def-server.getCapabilitiesForRollupIndices.$1", "type": "Object", "tags": [], "label": "indices", "description": [], + "signature": [ + "Record" + ], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/map_capabilities.ts", "lineNumber": 11 }, "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.getCapabilitiesForRollupIndices.$1.indices.Unnamed", - "type": "Any", - "tags": [], - "label": "Unnamed", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/server/index_patterns/fetcher/lib/map_capabilities.ts", - "lineNumber": 11 - }, - "deprecated": false - } - ] + "isRequired": true } ], "returnComment": [], @@ -639,7 +625,15 @@ "label": "mergeCapabilitiesWithFields", "description": [], "signature": [ - "(rollupIndexCapabilities: { [key: string]: any; }, fieldsFromFieldCapsApi: { [key: string]: any; }, previousFields?: ", + "(rollupIndexCapabilities: { [key: string]: any; }, fieldsFromFieldCapsApi: Record, previousFields?: ", { "pluginId": "data", "scope": "server", @@ -696,34 +690,28 @@ }, { "parentPluginId": "data", - "id": "def-server.mergeCapabilitiesWithFields.$2.fieldsFromFieldCapsApi", + "id": "def-server.mergeCapabilitiesWithFields.$2", "type": "Object", "tags": [], "label": "fieldsFromFieldCapsApi", "description": [], + "signature": [ + "Record" + ], "source": { "path": "src/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts", "lineNumber": 15 }, "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-server.mergeCapabilitiesWithFields.$2.fieldsFromFieldCapsApi.Unnamed", - "type": "Any", - "tags": [], - "label": "Unnamed", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/server/index_patterns/fetcher/lib/merge_capabilities_with_fields.ts", - "lineNumber": 15 - }, - "deprecated": false - } - ] + "isRequired": true }, { "parentPluginId": "data", @@ -3157,13 +3145,7 @@ "label": "subType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldSubType", - "text": "IFieldSubType" - }, + "IFieldSubType", " | undefined" ], "source": { @@ -3256,13 +3238,7 @@ "description": [], "signature": [ "() => { count: number; script: string | undefined; lang: \"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined; conflictDescriptions: Record | undefined; name: string; type: string; esTypes: string[] | undefined; scripted: boolean; searchable: boolean; aggregatable: boolean; readFromDocValues: boolean; subType: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldSubType", - "text": "IFieldSubType" - }, + "IFieldSubType", " | undefined; customLabel: string | undefined; }" ], "source": { @@ -4838,7 +4814,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 74 + "lineNumber": 75 }, "deprecated": false, "children": [ @@ -4854,7 +4830,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 75 + "lineNumber": 76 }, "deprecated": false } @@ -4870,7 +4846,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 78 + "lineNumber": 79 }, "deprecated": false, "children": [ @@ -4886,7 +4862,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 79 + "lineNumber": 80 }, "deprecated": false }, @@ -4902,7 +4878,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 80 + "lineNumber": 81 }, "deprecated": false } @@ -4918,9 +4894,20 @@ "description": [ "\nSerialized version of IndexPatternField" ], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + " extends ", + "IndexPatternFieldBase" + ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 186 + "lineNumber": 189 }, "deprecated": false, "children": [ @@ -4938,43 +4925,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 190 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.FieldSpec.script", - "type": "string", - "tags": [], - "label": "script", - "description": [ - "\nScripted field painless script" - ], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 194 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.FieldSpec.lang", - "type": "CompoundType", - "tags": [], - "label": "lang", - "description": [ - "\nScripted field langauge\nPainless is the only valid scripted field language" - ], - "signature": [ - "\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 199 + "lineNumber": 193 }, "deprecated": false }, @@ -4990,7 +4941,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 200 + "lineNumber": 194 }, "deprecated": false }, @@ -5013,33 +4964,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 201 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.FieldSpec.name", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 202 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.FieldSpec.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 203 + "lineNumber": 195 }, "deprecated": false }, @@ -5055,23 +4980,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 204 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.FieldSpec.scripted", - "type": "CompoundType", - "tags": [], - "label": "scripted", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 205 + "lineNumber": 196 }, "deprecated": false }, @@ -5084,7 +4993,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 206 + "lineNumber": 197 }, "deprecated": false }, @@ -5097,7 +5006,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 207 + "lineNumber": 198 }, "deprecated": false }, @@ -5113,30 +5022,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 208 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.FieldSpec.subType", - "type": "Object", - "tags": [], - "label": "subType", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldSubType", - "text": "IFieldSubType" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 209 + "lineNumber": 199 }, "deprecated": false }, @@ -5152,7 +5038,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 210 + "lineNumber": 200 }, "deprecated": false }, @@ -5168,7 +5054,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 211 + "lineNumber": 201 }, "deprecated": false }, @@ -5191,7 +5077,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 212 + "lineNumber": 202 }, "deprecated": false }, @@ -5207,7 +5093,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 214 + "lineNumber": 204 }, "deprecated": false }, @@ -5223,7 +5109,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 215 + "lineNumber": 205 }, "deprecated": false } @@ -5239,7 +5125,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 166 + "lineNumber": 169 }, "deprecated": false, "children": [ @@ -5255,7 +5141,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 167 + "lineNumber": 170 }, "deprecated": false }, @@ -5271,7 +5157,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 168 + "lineNumber": 171 }, "deprecated": false }, @@ -5287,7 +5173,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 169 + "lineNumber": 172 }, "deprecated": false }, @@ -5303,7 +5189,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 170 + "lineNumber": 173 }, "deprecated": false }, @@ -5316,7 +5202,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 171 + "lineNumber": 174 }, "deprecated": false }, @@ -5328,17 +5214,11 @@ "label": "type", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - } + "KBN_FIELD_TYPES" ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 172 + "lineNumber": 175 }, "deprecated": false }, @@ -5354,7 +5234,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 173 + "lineNumber": 176 }, "deprecated": false }, @@ -5367,7 +5247,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 174 + "lineNumber": 177 }, "deprecated": false }, @@ -5380,7 +5260,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 175 + "lineNumber": 178 }, "deprecated": false }, @@ -5393,7 +5273,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 176 + "lineNumber": 179 }, "deprecated": false }, @@ -5409,7 +5289,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 177 + "lineNumber": 180 }, "deprecated": false }, @@ -5421,18 +5301,12 @@ "label": "subType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldSubType", - "text": "IFieldSubType" - }, + "IFieldSubType", " | undefined" ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 178 + "lineNumber": 181 }, "deprecated": false }, @@ -5455,7 +5329,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 179 + "lineNumber": 182 }, "deprecated": false }, @@ -5471,7 +5345,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 180 + "lineNumber": 183 }, "deprecated": false } @@ -5487,7 +5361,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 118 + "lineNumber": 119 }, "deprecated": false, "children": [ @@ -5500,7 +5374,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 119 + "lineNumber": 120 }, "deprecated": false }, @@ -5516,7 +5390,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 120 + "lineNumber": 121 }, "deprecated": false }, @@ -5532,7 +5406,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 121 + "lineNumber": 122 }, "deprecated": false }, @@ -5548,7 +5422,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 122 + "lineNumber": 123 }, "deprecated": false }, @@ -5564,7 +5438,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 123 + "lineNumber": 124 }, "deprecated": false }, @@ -5580,7 +5454,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 124 + "lineNumber": 125 }, "deprecated": false } @@ -5596,7 +5470,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 127 + "lineNumber": 128 }, "deprecated": false, "children": [ @@ -5609,7 +5483,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 128 + "lineNumber": 129 }, "deprecated": false }, @@ -5625,7 +5499,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 129 + "lineNumber": 130 }, "deprecated": false }, @@ -5638,7 +5512,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 130 + "lineNumber": 131 }, "deprecated": false }, @@ -5651,7 +5525,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 131 + "lineNumber": 132 }, "deprecated": false } @@ -5660,61 +5534,24 @@ }, { "parentPluginId": "data", - "id": "def-common.IFieldSubType", + "id": "def-common.IFieldType", "type": "Interface", - "tags": [], - "label": "IFieldSubType", + "tags": [ + "deprecated" + ], + "label": "IFieldType", "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 153 - }, - "deprecated": false, - "children": [ + "signature": [ { - "parentPluginId": "data", - "id": "def-common.IFieldSubType.multi", - "type": "Object", - "tags": [], - "label": "multi", - "description": [], - "signature": [ - "{ parent: string; } | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 154 - }, - "deprecated": false + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" }, - { - "parentPluginId": "data", - "id": "def-common.IFieldSubType.nested", - "type": "Object", - "tags": [], - "label": "nested", - "description": [], - "signature": [ - "{ path: string; } | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 155 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType", - "type": "Interface", - "tags": [ - "deprecated" + " extends ", + "IndexPatternFieldBase" ], - "label": "IFieldType", - "description": [], "source": { "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 15 @@ -5728,6 +5565,27 @@ "lineNumber": 104 } }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", + "lineNumber": 10 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", + "lineNumber": 33 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", + "lineNumber": 51 + } + }, { "plugin": "maps", "link": { @@ -6106,34 +5964,6 @@ "lineNumber": 222 } }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx", - "lineNumber": 12 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx", - "lineNumber": 18 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx", - "lineNumber": 21 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx", - "lineNumber": 49 - } - }, { "plugin": "infra", "link": { @@ -6305,36 +6135,43 @@ { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx", + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx", "lineNumber": 12 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx", + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx", + "lineNumber": 18 + } + }, + { + "plugin": "infra", + "link": { + "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx", "lineNumber": 21 } }, { - "plugin": "fleet", + "plugin": "infra", "link": { - "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", - "lineNumber": 10 + "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx", + "lineNumber": 49 } }, { - "plugin": "fleet", + "plugin": "infra", "link": { - "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", - "lineNumber": 33 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx", + "lineNumber": 12 } }, { - "plugin": "fleet", + "plugin": "infra", "link": { - "path": "x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx", - "lineNumber": 51 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx", + "lineNumber": 21 } }, { @@ -6428,20 +6265,6 @@ "lineNumber": 66 } }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts", - "lineNumber": 10 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts", - "lineNumber": 18 - } - }, { "plugin": "maps", "link": { @@ -6904,6 +6727,20 @@ "lineNumber": 53 } }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", + "lineNumber": 8 + } + }, + { + "plugin": "lens", + "link": { + "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", + "lineNumber": 60 + } + }, { "plugin": "maps", "link": { @@ -6970,3188 +6807,1790 @@ { "plugin": "lens", "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", - "lineNumber": 8 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/types.ts", - "lineNumber": 60 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 11 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 141 + "path": "x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts", + "lineNumber": 1 } }, { "plugin": "lens", "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 250 + "path": "x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts", + "lineNumber": 22 } }, { - "plugin": "lens", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 290 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 23 } }, { - "plugin": "lens", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lens/server/routes/field_stats.ts", - "lineNumber": 332 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 67 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 19 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 68 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 30 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 77 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 54 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", + "lineNumber": 87 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 84 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 15 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts", - "lineNumber": 150 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 21 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 11 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 26 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", "lineNumber": 26 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 28 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", + "lineNumber": 52 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 57 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 19 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 95 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 53 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 96 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 68 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 101 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 69 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 114 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 78 } }, { - "plugin": "lists", + "plugin": "stackAlerts", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 121 + "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", + "lineNumber": 87 } }, { - "plugin": "lists", + "plugin": "maps", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 125 + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts", + "lineNumber": 10 } }, { - "plugin": "lists", + "plugin": "maps", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 125 + "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts", + "lineNumber": 12 } + } + ], + "children": [ + { + "parentPluginId": "data", + "id": "def-common.IFieldType.count", + "type": "number", + "tags": [], + "label": "count", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 16 + }, + "deprecated": false }, { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 130 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 131 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 133 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 134 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/operator.tsx", - "lineNumber": 11 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/operator.tsx", - "lineNumber": 27 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 13 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 16 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 32 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx", - "lineNumber": 19 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx", - "lineNumber": 36 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx", - "lineNumber": 13 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx", - "lineNumber": 23 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_lists.tsx", - "lineNumber": 14 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_lists.tsx", - "lineNumber": 29 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 31 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 91 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/types.ts", - "lineNumber": 9 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/types.ts", - "lineNumber": 13 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/types.ts", - "lineNumber": 15 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx", - "lineNumber": 12 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx", - "lineNumber": 90 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx", - "lineNumber": 113 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 19 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 30 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 54 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 84 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts", - "lineNumber": 150 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 11 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 17 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 25 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 54 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 88 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 89 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 94 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 107 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 114 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 118 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 118 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 123 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 124 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 126 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 127 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx", - "lineNumber": 12 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx", - "lineNumber": 43 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx", - "lineNumber": 51 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 12 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 16 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 27 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx", - "lineNumber": 19 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx", - "lineNumber": 28 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts", - "lineNumber": 1 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts", - "lineNumber": 22 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts", - "lineNumber": 3 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts", - "lineNumber": 7 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts", - "lineNumber": 8 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts", - "lineNumber": 9 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 19 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 333 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 339 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 347 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 355 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 363 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 371 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts", - "lineNumber": 380 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 62 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 166 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 167 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 629 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 666 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 691 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 11 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 333 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 339 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 347 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 355 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 363 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 371 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts", - "lineNumber": 380 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts", - "lineNumber": 1 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts", - "lineNumber": 2 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 32 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 86 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 305 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 27 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 82 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 242 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx", - "lineNumber": 12 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx", - "lineNumber": 35 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 23 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 67 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 68 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 77 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx", - "lineNumber": 87 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 15 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 21 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 26 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 26 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx", - "lineNumber": 52 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 19 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 53 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 68 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 69 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 78 - } - }, - { - "plugin": "stackAlerts", - "link": { - "path": "x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx", - "lineNumber": 87 - } - }, - { - "plugin": "maps", - "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts", - "lineNumber": 10 - } - }, - { - "plugin": "maps", - "link": { - "path": "x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts", - "lineNumber": 12 - } - } - ], - "children": [ - { - "parentPluginId": "data", - "id": "def-common.IFieldType.name", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 16 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.type", - "type": "string", - "tags": [], - "label": "type", - "description": [], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 17 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.script", - "type": "string", - "tags": [], - "label": "script", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 18 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.lang", - "type": "CompoundType", - "tags": [], - "label": "lang", - "description": [], - "signature": [ - "\"painless\" | \"expression\" | \"mustache\" | \"java\" | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 19 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.count", - "type": "number", - "tags": [], - "label": "count", - "description": [], - "signature": [ - "number | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 20 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.esTypes", - "type": "Array", - "tags": [], - "label": "esTypes", - "description": [], - "signature": [ - "string[] | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 23 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.aggregatable", - "type": "CompoundType", - "tags": [], - "label": "aggregatable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 24 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.filterable", - "type": "CompoundType", - "tags": [], - "label": "filterable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 25 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.searchable", - "type": "CompoundType", - "tags": [], - "label": "searchable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 26 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.sortable", - "type": "CompoundType", - "tags": [], - "label": "sortable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 27 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.visualizable", - "type": "CompoundType", - "tags": [], - "label": "visualizable", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 28 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.readFromDocValues", - "type": "CompoundType", - "tags": [], - "label": "readFromDocValues", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 29 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.scripted", - "type": "CompoundType", - "tags": [], - "label": "scripted", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 30 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.subType", - "type": "Object", - "tags": [], - "label": "subType", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldSubType", - "text": "IFieldSubType" - }, - " | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 31 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.displayName", - "type": "string", - "tags": [], - "label": "displayName", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 32 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.customLabel", - "type": "string", - "tags": [], - "label": "customLabel", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 33 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.format", - "type": "Any", - "tags": [], - "label": "format", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 34 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.IFieldType.toSpec", - "type": "Function", - "tags": [], - "label": "toSpec", - "description": [], - "signature": [ - "((options?: { getFormatterForField?: ((field: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldType", - "text": "IFieldType" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataFieldFormatsPluginApi", - "section": "def-common.FieldFormat", - "text": "FieldFormat" - }, - ") | undefined; } | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.FieldSpec", - "text": "FieldSpec" - }, - ") | undefined" - ], - "source": { - "path": "src/plugins/data/common/index_patterns/fields/types.ts", - "lineNumber": 35 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.IIndexPattern", - "type": "Interface", - "tags": [ - "deprecated" - ], - "label": "IIndexPattern", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IIndexPattern", - "text": "IIndexPattern" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.IndexPatternBase", - "text": "IndexPatternBase" - } - ], - "source": { - "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 33 - }, - "deprecated": true, - "references": [ - { - "plugin": "savedObjects", - "link": { - "path": "src/plugins/saved_objects/public/types.ts", - "lineNumber": 18 - } - }, - { - "plugin": "savedObjects", - "link": { - "path": "src/plugins/saved_objects/public/types.ts", - "lineNumber": 37 - } - }, - { - "plugin": "savedObjects", - "link": { - "path": "src/plugins/saved_objects/public/types.ts", - "lineNumber": 85 - } - }, - { - "plugin": "discover", - "link": { - "path": "src/plugins/discover/public/kibana_services.ts", - "lineNumber": 101 - } - }, - { - "plugin": "discover", - "link": { - "path": "src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx", - "lineNumber": 15 - } - }, - { - "plugin": "discover", - "link": { - "path": "src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx", - "lineNumber": 25 - } - }, - { - "plugin": "discover", - "link": { - "path": "src/plugins/discover/public/application/embeddable/types.ts", - "lineNumber": 16 - } - }, - { - "plugin": "discover", - "link": { - "path": "src/plugins/discover/public/application/embeddable/types.ts", - "lineNumber": 30 - } - }, - { - "plugin": "visualizations", - "link": { - "path": "src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts", - "lineNumber": 22 - } - }, - { - "plugin": "visualizations", - "link": { - "path": "src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts", - "lineNumber": 96 - } - }, - { - "plugin": "visualizations", - "link": { - "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", - "lineNumber": 14 - } - }, - { - "plugin": "visualizations", - "link": { - "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", - "lineNumber": 50 - } - }, - { - "plugin": "visualizations", - "link": { - "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", - "lineNumber": 72 - } - }, - { - "plugin": "savedObjectsManagement", - "link": { - "path": "src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx", - "lineNumber": 37 - } - }, - { - "plugin": "savedObjectsManagement", - "link": { - "path": "src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx", - "lineNumber": 89 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable.tsx", - "lineNumber": 14 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable.tsx", - "lineNumber": 85 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", - "lineNumber": 25 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", - "lineNumber": 102 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", - "lineNumber": 47 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", - "lineNumber": 172 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", - "lineNumber": 42 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", - "lineNumber": 96 - } - }, - { - "plugin": "lens", - "link": { - "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", - "lineNumber": 166 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/util/index_utils.ts", - "lineNumber": 11 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/util/index_utils.ts", - "lineNumber": 79 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts", - "lineNumber": 9 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts", - "lineNumber": 45 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts", - "lineNumber": 10 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts", - "lineNumber": 13 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts", - "lineNumber": 14 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts", - "lineNumber": 39 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts", - "lineNumber": 8 - } - }, - { - "plugin": "ml", - "link": { - "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts", - "lineNumber": 30 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx", - "lineNumber": 9 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx", - "lineNumber": 24 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx", - "lineNumber": 15 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx", - "lineNumber": 28 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/utils/kuery.ts", - "lineNumber": 8 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/utils/kuery.ts", - "lineNumber": 12 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts", - "lineNumber": 11 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts", - "lineNumber": 30 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts", - "lineNumber": 8 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts", - "lineNumber": 17 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx", - "lineNumber": 13 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx", - "lineNumber": 37 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx", - "lineNumber": 21 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx", - "lineNumber": 27 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts", - "lineNumber": 11 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts", - "lineNumber": 36 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/containers/with_source/with_source.tsx", - "lineNumber": 10 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/containers/with_source/with_source.tsx", - "lineNumber": 24 - } - }, - { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx", - "lineNumber": 11 - } + "parentPluginId": "data", + "id": "def-common.IFieldType.esTypes", + "type": "Array", + "tags": [], + "label": "esTypes", + "description": [], + "signature": [ + "string[] | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 19 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx", - "lineNumber": 31 - } + "parentPluginId": "data", + "id": "def-common.IFieldType.aggregatable", + "type": "CompoundType", + "tags": [], + "label": "aggregatable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 20 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts", - "lineNumber": 9 - } + "parentPluginId": "data", + "id": "def-common.IFieldType.filterable", + "type": "CompoundType", + "tags": [], + "label": "filterable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 21 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts", - "lineNumber": 32 - } + "parentPluginId": "data", + "id": "def-common.IFieldType.searchable", + "type": "CompoundType", + "tags": [], + "label": "searchable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 22 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx", - "lineNumber": 11 - } + "parentPluginId": "data", + "id": "def-common.IFieldType.sortable", + "type": "CompoundType", + "tags": [], + "label": "sortable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 23 + }, + "deprecated": false }, { - "plugin": "infra", - "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx", + "parentPluginId": "data", + "id": "def-common.IFieldType.visualizable", + "type": "CompoundType", + "tags": [], + "label": "visualizable", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", "lineNumber": 24 - } - }, - { - "plugin": "apm", - "link": { - "path": "x-pack/plugins/apm/public/components/shared/KueryBar/index.tsx", - "lineNumber": 14 - } - }, - { - "plugin": "apm", - "link": { - "path": "x-pack/plugins/apm/public/components/shared/KueryBar/index.tsx", - "lineNumber": 31 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx", - "lineNumber": 34 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx", - "lineNumber": 78 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx", - "lineNumber": 86 - } - }, - { - "plugin": "lists", - "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx", - "lineNumber": 88 - } - }, - { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 8 - } - }, - { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 86 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 8 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 86 - } - }, - { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", - "lineNumber": 17 - } - }, - { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", - "lineNumber": 22 - } + }, + "deprecated": false }, { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", - "lineNumber": 37 - } + "parentPluginId": "data", + "id": "def-common.IFieldType.readFromDocValues", + "type": "CompoundType", + "tags": [], + "label": "readFromDocValues", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 25 + }, + "deprecated": false }, { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", - "lineNumber": 80 - } + "parentPluginId": "data", + "id": "def-common.IFieldType.displayName", + "type": "string", + "tags": [], + "label": "displayName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 26 + }, + "deprecated": false }, { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/public/components/t_grid/helpers.tsx", - "lineNumber": 20 - } + "parentPluginId": "data", + "id": "def-common.IFieldType.customLabel", + "type": "string", + "tags": [], + "label": "customLabel", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 27 + }, + "deprecated": false }, { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/public/components/t_grid/helpers.tsx", - "lineNumber": 153 - } + "parentPluginId": "data", + "id": "def-common.IFieldType.format", + "type": "Any", + "tags": [], + "label": "format", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 28 + }, + "deprecated": false }, { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", - "lineNumber": 31 - } - }, + "parentPluginId": "data", + "id": "def-common.IFieldType.toSpec", + "type": "Function", + "tags": [], + "label": "toSpec", + "description": [], + "signature": [ + "((options?: { getFormatterForField?: ((field: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + ") => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + }, + ") | undefined; } | undefined) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.FieldSpec", + "text": "FieldSpec" + }, + ") | undefined" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/fields/types.ts", + "lineNumber": 29 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.IIndexPattern", + "type": "Interface", + "tags": [ + "deprecated" + ], + "label": "IIndexPattern", + "description": [], + "signature": [ { - "plugin": "timelines", - "link": { - "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", - "lineNumber": 121 - } + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPattern", + "text": "IIndexPattern" }, + " extends ", + "IndexPatternBase" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 33 + }, + "deprecated": true, + "references": [ { - "plugin": "securitySolution", + "plugin": "savedObjects", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts", - "lineNumber": 23 + "path": "src/plugins/saved_objects/public/types.ts", + "lineNumber": 18 } }, { - "plugin": "securitySolution", + "plugin": "savedObjects", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts", - "lineNumber": 81 + "path": "src/plugins/saved_objects/public/types.ts", + "lineNumber": 37 } }, { - "plugin": "securitySolution", + "plugin": "savedObjects", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts", - "lineNumber": 20 + "path": "src/plugins/saved_objects/public/types.ts", + "lineNumber": 85 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts", - "lineNumber": 100 + "path": "src/plugins/discover/public/kibana_services.ts", + "lineNumber": 101 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx", - "lineNumber": 12 + "path": "src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx", + "lineNumber": 15 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx", - "lineNumber": 48 + "path": "src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx", + "lineNumber": 25 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx", - "lineNumber": 122 + "path": "src/plugins/discover/public/application/embeddable/types.ts", + "lineNumber": 16 } }, { - "plugin": "securitySolution", + "plugin": "discover", "link": { - "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", - "lineNumber": 17 + "path": "src/plugins/discover/public/application/embeddable/types.ts", + "lineNumber": 30 } }, { - "plugin": "securitySolution", + "plugin": "savedObjectsManagement", "link": { - "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", - "lineNumber": 22 + "path": "src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx", + "lineNumber": 37 } }, { - "plugin": "securitySolution", + "plugin": "savedObjectsManagement", "link": { - "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", - "lineNumber": 37 + "path": "src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx", + "lineNumber": 89 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", - "lineNumber": 80 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", + "lineNumber": 25 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx", - "lineNumber": 28 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx", + "lineNumber": 102 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx", - "lineNumber": 158 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", + "lineNumber": 47 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", - "lineNumber": 13 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx", + "lineNumber": 172 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", - "lineNumber": 29 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", + "lineNumber": 43 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", - "lineNumber": 16 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", + "lineNumber": 97 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", - "lineNumber": 46 + "path": "x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx", + "lineNumber": 167 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx", - "lineNumber": 11 + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 15 } }, { - "plugin": "securitySolution", + "plugin": "lens", "link": { - "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx", - "lineNumber": 50 + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 86 } }, { - "plugin": "securitySolution", + "plugin": "observability", "link": { - "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx", - "lineNumber": 164 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", + "lineNumber": 20 } }, { - "plugin": "securitySolution", + "plugin": "observability", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", - "lineNumber": 36 + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", + "lineNumber": 95 } }, { - "plugin": "securitySolution", + "plugin": "observability", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", - "lineNumber": 126 + "path": "x-pack/plugins/observability/public/pages/alerts/alerts_search_bar.tsx", + "lineNumber": 10 } }, { - "plugin": "securitySolution", + "plugin": "observability", "link": { - "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", - "lineNumber": 28 + "path": "x-pack/plugins/observability/public/pages/alerts/alerts_search_bar.tsx", + "lineNumber": 20 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", - "lineNumber": 48 + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 12 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", - "lineNumber": 17 + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 16 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", - "lineNumber": 55 + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 31 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", - "lineNumber": 18 + "path": "x-pack/plugins/timelines/public/components/utils/keury/index.ts", + "lineNumber": 74 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", - "lineNumber": 79 + "path": "x-pack/plugins/timelines/public/components/t_grid/helpers.tsx", + "lineNumber": 18 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts", - "lineNumber": 55 + "path": "x-pack/plugins/timelines/public/components/t_grid/helpers.tsx", + "lineNumber": 148 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts", - "lineNumber": 77 + "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", + "lineNumber": 29 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts", - "lineNumber": 82 + "path": "x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx", + "lineNumber": 120 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", - "lineNumber": 13 + "path": "x-pack/plugins/timelines/public/container/source/index.tsx", + "lineNumber": 24 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", - "lineNumber": 128 + "path": "x-pack/plugins/timelines/public/container/source/index.tsx", + "lineNumber": 40 } }, { - "plugin": "securitySolution", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", - "lineNumber": 168 + "path": "x-pack/plugins/timelines/public/container/source/index.tsx", + "lineNumber": 93 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", - "lineNumber": 18 + "path": "x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx", + "lineNumber": 9 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", - "lineNumber": 51 + "path": "x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx", + "lineNumber": 24 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/network/pages/details/types.ts", - "lineNumber": 8 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx", + "lineNumber": 15 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/network/pages/details/types.ts", - "lineNumber": 41 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx", + "lineNumber": 28 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx", - "lineNumber": 12 + "path": "x-pack/plugins/ml/public/application/util/index_utils.ts", + "lineNumber": 11 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx", - "lineNumber": 34 + "path": "x-pack/plugins/ml/public/application/util/index_utils.ts", + "lineNumber": 79 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts", "lineNumber": 9 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", - "lineNumber": 65 + "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts", + "lineNumber": 45 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", - "lineNumber": 20 + "path": "x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts", + "lineNumber": 10 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", - "lineNumber": 44 + "path": "x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts", + "lineNumber": 13 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", - "lineNumber": 21 + "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts", + "lineNumber": 14 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", - "lineNumber": 33 + "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts", + "lineNumber": 39 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", - "lineNumber": 12 + "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts", + "lineNumber": 8 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", - "lineNumber": 28 + "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts", + "lineNumber": 30 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", - "lineNumber": 15 + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx", + "lineNumber": 21 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", - "lineNumber": 58 + "path": "x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx", + "lineNumber": 27 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", - "lineNumber": 132 + "path": "x-pack/plugins/infra/public/utils/kuery.ts", + "lineNumber": 8 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", - "lineNumber": 164 + "path": "x-pack/plugins/infra/public/utils/kuery.ts", + "lineNumber": 12 } }, { - "plugin": "uptime", + "plugin": "infra", "link": { - "path": "x-pack/plugins/uptime/public/hooks/update_kuery_string.ts", - "lineNumber": 8 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts", + "lineNumber": 11 } }, { - "plugin": "uptime", + "plugin": "infra", "link": { - "path": "x-pack/plugins/uptime/public/hooks/update_kuery_string.ts", - "lineNumber": 28 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts", + "lineNumber": 30 } }, { - "plugin": "timelines", + "plugin": "infra", "link": { - "path": "x-pack/plugins/timelines/public/mock/index_pattern.ts", + "path": "x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts", "lineNumber": 8 } }, { - "plugin": "timelines", + "plugin": "infra", "link": { - "path": "x-pack/plugins/timelines/public/mock/index_pattern.ts", - "lineNumber": 10 + "path": "x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts", + "lineNumber": 17 } }, { - "plugin": "lens", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts", - "lineNumber": 10 + "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx", + "lineNumber": 13 } }, { - "plugin": "lens", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts", - "lineNumber": 17 + "path": "x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx", + "lineNumber": 37 } }, { - "plugin": "lens", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lens/target/types/public/editor_frame_service/embeddable/embeddable.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts", + "lineNumber": 11 } }, { - "plugin": "lens", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lens/target/types/public/editor_frame_service/embeddable/embeddable.d.ts", + "path": "x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts", "lineNumber": 36 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/infra/public/containers/with_source/with_source.tsx", + "lineNumber": 10 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts", - "lineNumber": 66 + "path": "x-pack/plugins/infra/public/containers/with_source/with_source.tsx", + "lineNumber": 24 } }, { - "plugin": "timelines", + "plugin": "infra", "link": { - "path": "x-pack/plugins/timelines/target/types/common/search_strategy/index_fields/index.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx", + "lineNumber": 11 } }, { - "plugin": "timelines", + "plugin": "infra", "link": { - "path": "x-pack/plugins/timelines/target/types/common/search_strategy/index_fields/index.d.ts", - "lineNumber": 66 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx", + "lineNumber": 31 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/target/types/public/containers/with_kuery_autocompletion.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts", + "lineNumber": 9 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/target/types/public/containers/with_kuery_autocompletion.d.ts", - "lineNumber": 14 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts", + "lineNumber": 32 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/target/types/public/containers/with_source/with_source.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx", + "lineNumber": 11 } }, { "plugin": "infra", "link": { - "path": "x-pack/plugins/infra/target/types/public/containers/with_source/with_source.d.ts", - "lineNumber": 9 + "path": "x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx", + "lineNumber": 27 } }, { - "plugin": "ml", + "plugin": "apm", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/new_job/common/index_pattern_context.ts", - "lineNumber": 10 + "path": "x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx", + "lineNumber": 14 } }, { - "plugin": "ml", + "plugin": "apm", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/new_job/common/index_pattern_context.ts", - "lineNumber": 12 + "path": "x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx", + "lineNumber": 32 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 9 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts", - "lineNumber": 10 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 81 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts", - "lineNumber": 23 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts", + "lineNumber": 22 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", - "lineNumber": 3 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts", + "lineNumber": 82 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", - "lineNumber": 25 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts", + "lineNumber": 19 + } + }, + { + "plugin": "securitySolution", + "link": { + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts", + "lineNumber": 98 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", - "lineNumber": 55 + "path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx", + "lineNumber": 12 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx", + "lineNumber": 48 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts", - "lineNumber": 7 + "path": "x-pack/plugins/security_solution/public/common/containers/source/index.tsx", + "lineNumber": 122 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 17 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts", - "lineNumber": 4 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 22 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 37 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts", - "lineNumber": 5 + "path": "x-pack/plugins/security_solution/public/common/lib/keury/index.ts", + "lineNumber": 80 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx", + "lineNumber": 28 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts", - "lineNumber": 20 + "path": "x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx", + "lineNumber": 154 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts", - "lineNumber": 21 + "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", + "lineNumber": 13 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", - "lineNumber": 3 + "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", + "lineNumber": 136 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", - "lineNumber": 9 + "path": "x-pack/plugins/security_solution/public/common/components/url_state/types.ts", + "lineNumber": 176 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", + "lineNumber": 13 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", - "lineNumber": 40 + "path": "x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx", + "lineNumber": 29 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", + "lineNumber": 16 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts", - "lineNumber": 10 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx", + "lineNumber": 46 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx", + "lineNumber": 11 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts", - "lineNumber": 25 + "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx", + "lineNumber": 50 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx", + "lineNumber": 164 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts", - "lineNumber": 11 + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", + "lineNumber": 36 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts", - "lineNumber": 1 + "path": "x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx", + "lineNumber": 126 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts", - "lineNumber": 4 + "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", + "lineNumber": 28 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts", - "lineNumber": 2 + "path": "x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx", + "lineNumber": 49 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts", - "lineNumber": 3 + "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", + "lineNumber": 17 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts", - "lineNumber": 4 + "path": "x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx", + "lineNumber": 56 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx", - "lineNumber": 12 + "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", + "lineNumber": 18 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx", - "lineNumber": 412 + "path": "x-pack/plugins/security_solution/public/common/components/top_n/index.tsx", + "lineNumber": 80 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/use_delete_action.tsx", - "lineNumber": 12 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts", + "lineNumber": 55 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/use_delete_action.tsx", - "lineNumber": 60 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts", + "lineNumber": 77 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/utils.d.ts", - "lineNumber": 8 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts", + "lineNumber": 82 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/utils.d.ts", - "lineNumber": 37 + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 18 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/edit_utils.d.ts", - "lineNumber": 8 + "path": "x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx", + "lineNumber": 51 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/edit_utils.d.ts", - "lineNumber": 11 + "path": "x-pack/plugins/security_solution/public/network/pages/details/types.ts", + "lineNumber": 8 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/index.tsx", - "lineNumber": 14 + "path": "x-pack/plugins/security_solution/public/network/pages/details/types.ts", + "lineNumber": 41 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/public/pages/metrics/index.tsx", - "lineNumber": 162 + "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx", + "lineNumber": 12 } }, { - "plugin": "visTypeTimeseries", + "plugin": "securitySolution", "link": { - "path": "src/plugins/vis_type_timeseries/common/index_patterns_utils.ts", - "lineNumber": 11 + "path": "x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx", + "lineNumber": 34 } }, { - "plugin": "visTypeTimeseries", + "plugin": "securitySolution", "link": { - "path": "src/plugins/vis_type_timeseries/common/index_patterns_utils.ts", - "lineNumber": 20 + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "lineNumber": 9 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 11 + "path": "x-pack/plugins/security_solution/public/hosts/pages/details/types.ts", + "lineNumber": 65 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 21 + "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", + "lineNumber": 20 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 100 + "path": "x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx", + "lineNumber": 45 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx", - "lineNumber": 121 + "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", + "lineNumber": 22 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 13 + "path": "x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx", + "lineNumber": 35 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 17 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", + "lineNumber": 12 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 29 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts", + "lineNumber": 28 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx", - "lineNumber": 19 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 15 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx", - "lineNumber": 38 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 58 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx", - "lineNumber": 13 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 132 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx", - "lineNumber": 25 + "path": "x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx", + "lineNumber": 164 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 31 + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/types.ts", + "lineNumber": 9 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 53 + "path": "x-pack/plugins/security_solution/public/ueba/pages/details/types.ts", + "lineNumber": 57 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 58 + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts", + "lineNumber": 15 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx", - "lineNumber": 61 + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts", + "lineNumber": 54 } }, { - "plugin": "lists", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx", - "lineNumber": 22 + "path": "x-pack/plugins/timelines/public/mock/index_pattern.ts", + "lineNumber": 8 } }, { - "plugin": "lists", + "plugin": "timelines", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx", - "lineNumber": 50 + "path": "x-pack/plugins/timelines/public/mock/index_pattern.ts", + "lineNumber": 10 } }, { - "plugin": "lists", + "plugin": "lens", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx", - "lineNumber": 55 + "path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts", + "lineNumber": 3 } }, { - "plugin": "lists", + "plugin": "lens", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx", - "lineNumber": 58 + "path": "x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts", + "lineNumber": 37 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", - "lineNumber": 9 + "path": "x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts", + "lineNumber": 2 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", - "lineNumber": 12 + "path": "x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts", + "lineNumber": 66 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", - "lineNumber": 12 + "path": "x-pack/plugins/infra/target/types/public/containers/with_kuery_autocompletion.d.ts", + "lineNumber": 2 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", - "lineNumber": 12 + "path": "x-pack/plugins/infra/target/types/public/containers/with_kuery_autocompletion.d.ts", + "lineNumber": 14 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", - "lineNumber": 13 + "path": "x-pack/plugins/infra/target/types/public/containers/with_source/with_source.d.ts", + "lineNumber": 2 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.ts", - "lineNumber": 16 + "path": "x-pack/plugins/infra/target/types/public/containers/with_source/with_source.d.ts", + "lineNumber": 9 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/common/detection_engine/get_query_filter.ts", - "lineNumber": 31 + "path": "x-pack/plugins/ml/public/application/jobs/new_job/common/index_pattern_context.ts", + "lineNumber": 10 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx", - "lineNumber": 39 + "path": "x-pack/plugins/ml/public/application/jobs/new_job/common/index_pattern_context.ts", + "lineNumber": 12 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx", - "lineNumber": 49 + "path": "x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts", + "lineNumber": 1 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx", - "lineNumber": 52 + "path": "x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts", + "lineNumber": 10 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx", - "lineNumber": 504 + "path": "x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts", + "lineNumber": 23 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/network/pages/navigation/types.ts", - "lineNumber": 9 + "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", + "lineNumber": 3 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/network/pages/navigation/types.ts", - "lineNumber": 35 + "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", + "lineNumber": 25 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/network/pages/navigation/types.ts", - "lineNumber": 52 + "path": "x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts", + "lineNumber": 55 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 11 + "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts", + "lineNumber": 1 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 18 + "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts", + "lineNumber": 20 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 93 + "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts", + "lineNumber": 21 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx", - "lineNumber": 114 + "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts", + "lineNumber": 2 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 12 + "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts", + "lineNumber": 7 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 19 + "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts", + "lineNumber": 1 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts", - "lineNumber": 31 + "path": "x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts", + "lineNumber": 4 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx", - "lineNumber": 19 + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts", + "lineNumber": 1 } }, { - "plugin": "securitySolution", + "plugin": "infra", "link": { - "path": "x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx", - "lineNumber": 30 + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts", + "lineNumber": 5 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts", - "lineNumber": 13 + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 3 } }, { "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts", - "lineNumber": 53 + "path": "x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts", + "lineNumber": 9 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/server/alert_types/geo_containment/es_query_builder.ts", - "lineNumber": 13 + "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", + "lineNumber": 2 } }, { - "plugin": "stackAlerts", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/stack_alerts/server/alert_types/geo_containment/es_query_builder.ts", - "lineNumber": 25 + "path": "x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts", + "lineNumber": 40 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/common/dependency_mocks/index_patterns.ts", - "lineNumber": 13 + "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts", + "lineNumber": 2 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/common/dependency_mocks/index_patterns.ts", - "lineNumber": 30 + "path": "x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts", + "lineNumber": 10 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/common/dependency_mocks/index_patterns.d.ts", + "path": "x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts", "lineNumber": 1 } }, { - "plugin": "infra", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/infra/target/types/common/dependency_mocks/index_patterns.d.ts", - "lineNumber": 3 + "path": "x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts", + "lineNumber": 25 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 62 + "path": "x-pack/plugins/security_solution/target/types/public/ueba/pages/details/types.d.ts", + "lineNumber": 2 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 96 + "path": "x-pack/plugins/security_solution/target/types/public/ueba/pages/details/types.d.ts", + "lineNumber": 37 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 169 + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts", + "lineNumber": 1 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 169 + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts", + "lineNumber": 11 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 184 + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts", + "lineNumber": 1 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 187 + "path": "x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts", + "lineNumber": 4 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 196 + "path": "x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts", + "lineNumber": 2 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 199 + "path": "x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts", + "lineNumber": 3 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 208 + "path": "x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts", + "lineNumber": 4 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 214 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx", + "lineNumber": 12 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 226 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx", + "lineNumber": 412 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 229 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/use_delete_action.tsx", + "lineNumber": 12 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 239 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/use_delete_action.tsx", + "lineNumber": 60 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 267 + "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/utils.d.ts", + "lineNumber": 8 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 285 + "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/utils.d.ts", + "lineNumber": 37 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 320 + "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/edit_utils.d.ts", + "lineNumber": 8 } }, { - "plugin": "lists", + "plugin": "ml", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 336 + "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/edit_utils.d.ts", + "lineNumber": 11 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 1026 + "path": "x-pack/plugins/infra/public/pages/metrics/index.tsx", + "lineNumber": 14 } }, { - "plugin": "lists", + "plugin": "infra", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 1045 + "path": "x-pack/plugins/infra/public/pages/metrics/index.tsx", + "lineNumber": 144 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 1095 + "path": "x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts", + "lineNumber": 8 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 1251 + "path": "x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts", + "lineNumber": 30 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 1302 + "path": "x-pack/plugins/security_solution/public/network/pages/navigation/types.ts", + "lineNumber": 9 } }, { - "plugin": "lists", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts", - "lineNumber": 1352 + "path": "x-pack/plugins/security_solution/public/network/pages/navigation/types.ts", + "lineNumber": 35 } }, { - "plugin": "maps", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/maps/public/embeddable/types.ts", - "lineNumber": 8 + "path": "x-pack/plugins/security_solution/public/network/pages/navigation/types.ts", + "lineNumber": 52 } }, { - "plugin": "maps", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/maps/public/embeddable/types.ts", - "lineNumber": 44 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", + "lineNumber": 9 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", - "lineNumber": 11 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", + "lineNumber": 12 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", - "lineNumber": 34 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", + "lineNumber": 12 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx", - "lineNumber": 14 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", + "lineNumber": 12 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx", - "lineNumber": 35 + "path": "x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts", + "lineNumber": 13 } }, { - "plugin": "ml", + "plugin": "infra", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/editor.tsx", - "lineNumber": 32 + "path": "x-pack/plugins/infra/common/dependency_mocks/index_patterns.ts", + "lineNumber": 13 } }, { - "plugin": "ml", + "plugin": "infra", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/editor.tsx", - "lineNumber": 62 + "path": "x-pack/plugins/infra/common/dependency_mocks/index_patterns.ts", + "lineNumber": 30 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/tabs/custom_urls.tsx", - "lineNumber": 40 + "path": "x-pack/plugins/security_solution/public/common/mock/index_pattern.ts", + "lineNumber": 8 } }, { - "plugin": "ml", + "plugin": "securitySolution", "link": { - "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/tabs/custom_urls.tsx", - "lineNumber": 57 + "path": "x-pack/plugins/security_solution/public/common/mock/index_pattern.ts", + "lineNumber": 10 } }, { - "plugin": "observability", + "plugin": "infra", "link": { - "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", - "lineNumber": 19 + "path": "x-pack/plugins/infra/target/types/common/dependency_mocks/index_patterns.d.ts", + "lineNumber": 1 } }, { - "plugin": "observability", + "plugin": "infra", "link": { - "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", - "lineNumber": 94 + "path": "x-pack/plugins/infra/target/types/common/dependency_mocks/index_patterns.d.ts", + "lineNumber": 3 } }, { @@ -10165,98 +8604,98 @@ "plugin": "observability", "link": { "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", - "lineNumber": 56 + "lineNumber": 59 } }, { "plugin": "observability", "link": { "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", - "lineNumber": 64 + "lineNumber": 67 } }, { "plugin": "observability", "link": { "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", - "lineNumber": 72 + "lineNumber": 75 } }, { "plugin": "observability", "link": { "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", - "lineNumber": 89 + "lineNumber": 92 } }, { - "plugin": "securitySolution", + "plugin": "maps", "link": { - "path": "x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts", + "path": "x-pack/plugins/maps/public/embeddable/types.ts", "lineNumber": 8 } }, { - "plugin": "securitySolution", + "plugin": "maps", "link": { - "path": "x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts", - "lineNumber": 30 + "path": "x-pack/plugins/maps/public/embeddable/types.ts", + "lineNumber": 44 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 33 + "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", + "lineNumber": 11 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 58 + "path": "x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts", + "lineNumber": 34 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx", - "lineNumber": 304 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx", + "lineNumber": 14 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 28 + "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx", + "lineNumber": 35 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 50 + "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/editor.tsx", + "lineNumber": 32 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx", - "lineNumber": 242 + "path": "x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/editor.tsx", + "lineNumber": 62 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx", - "lineNumber": 13 + "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/tabs/custom_urls.tsx", + "lineNumber": 40 } }, { - "plugin": "securitySolution", + "plugin": "ml", "link": { - "path": "x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx", - "lineNumber": 19 + "path": "x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/tabs/custom_urls.tsx", + "lineNumber": 57 } }, { @@ -10364,34 +8803,6 @@ "lineNumber": 405 } }, - { - "plugin": "uptime", - "link": { - "path": "x-pack/plugins/uptime/public/state/reducers/index_pattern.ts", - "lineNumber": 10 - } - }, - { - "plugin": "uptime", - "link": { - "path": "x-pack/plugins/uptime/public/state/reducers/index_pattern.ts", - "lineNumber": 13 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/mock/index_pattern.ts", - "lineNumber": 8 - } - }, - { - "plugin": "securitySolution", - "link": { - "path": "x-pack/plugins/security_solution/public/common/mock/index_pattern.ts", - "lineNumber": 10 - } - }, { "plugin": "ml", "link": { @@ -10410,7 +8821,7 @@ "plugin": "ml", "link": { "path": "x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx", - "lineNumber": 100 + "lineNumber": 99 } }, { @@ -10442,6 +8853,29 @@ }, "deprecated": false }, + { + "parentPluginId": "data", + "id": "def-common.IIndexPattern.fields", + "type": "Array", + "tags": [], + "label": "fields", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 35 + }, + "deprecated": false + }, { "parentPluginId": "data", "id": "def-common.IIndexPattern.type", @@ -10456,7 +8890,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 38 + "lineNumber": 39 }, "deprecated": false }, @@ -10472,7 +8906,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 39 + "lineNumber": 40 }, "deprecated": false }, @@ -10496,7 +8930,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 40 + "lineNumber": 41 }, "deprecated": false, "children": [], @@ -10522,7 +8956,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 41 + "lineNumber": 42 }, "deprecated": false }, @@ -10572,7 +9006,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 45 + "lineNumber": 46 }, "deprecated": false } @@ -11077,7 +9511,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 134 + "lineNumber": 135 }, "deprecated": false, "children": [ @@ -11101,7 +9535,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 135 + "lineNumber": 136 }, "deprecated": false, "returnComment": [], @@ -11124,7 +9558,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 135 + "lineNumber": 136 }, "deprecated": false } @@ -11150,7 +9584,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 136 + "lineNumber": 137 }, "deprecated": false, "returnComment": [], @@ -11173,7 +9607,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 136 + "lineNumber": 137 }, "deprecated": false } @@ -11193,7 +9627,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 53 + "lineNumber": 54 }, "deprecated": false, "children": [ @@ -11206,7 +9640,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 54 + "lineNumber": 55 }, "deprecated": false }, @@ -11219,7 +9653,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 55 + "lineNumber": 56 }, "deprecated": false }, @@ -11232,7 +9666,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 56 + "lineNumber": 57 }, "deprecated": false }, @@ -11245,7 +9679,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 57 + "lineNumber": 58 }, "deprecated": false }, @@ -11261,7 +9695,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 58 + "lineNumber": 59 }, "deprecated": false }, @@ -11277,7 +9711,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 59 + "lineNumber": 60 }, "deprecated": false }, @@ -11293,7 +9727,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 60 + "lineNumber": 61 }, "deprecated": false }, @@ -11309,7 +9743,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 61 + "lineNumber": 62 }, "deprecated": false }, @@ -11325,7 +9759,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 62 + "lineNumber": 63 }, "deprecated": false }, @@ -11341,7 +9775,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 63 + "lineNumber": 64 }, "deprecated": false }, @@ -11359,7 +9793,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 67 + "lineNumber": 68 }, "deprecated": false } @@ -11431,7 +9865,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 224 + "lineNumber": 214 }, "deprecated": false, "children": [ @@ -11449,7 +9883,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 228 + "lineNumber": 218 }, "deprecated": false }, @@ -11467,7 +9901,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 232 + "lineNumber": 222 }, "deprecated": false }, @@ -11483,7 +9917,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 233 + "lineNumber": 223 }, "deprecated": false }, @@ -11501,7 +9935,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 238 + "lineNumber": 228 }, "deprecated": true, "references": [] @@ -11518,7 +9952,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 239 + "lineNumber": 229 }, "deprecated": false }, @@ -11541,7 +9975,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 240 + "lineNumber": 230 }, "deprecated": false }, @@ -11565,7 +9999,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 241 + "lineNumber": 231 }, "deprecated": false }, @@ -11588,7 +10022,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 242 + "lineNumber": 232 }, "deprecated": false }, @@ -11604,7 +10038,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 243 + "lineNumber": 233 }, "deprecated": false }, @@ -11628,7 +10062,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 244 + "lineNumber": 234 }, "deprecated": false }, @@ -11652,7 +10086,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 245 + "lineNumber": 235 }, "deprecated": false }, @@ -11675,7 +10109,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 246 + "lineNumber": 236 }, "deprecated": false }, @@ -11691,7 +10125,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 247 + "lineNumber": 237 }, "deprecated": false } @@ -11755,7 +10189,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 101 + "lineNumber": 102 }, "deprecated": false, "children": [ @@ -11781,7 +10215,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 102 + "lineNumber": 103 }, "deprecated": false, "returnComment": [], @@ -11804,7 +10238,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 102 + "lineNumber": 103 }, "deprecated": false } @@ -11824,7 +10258,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 103 + "lineNumber": 104 }, "deprecated": false, "returnComment": [], @@ -11838,7 +10272,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 103 + "lineNumber": 104 }, "deprecated": false }, @@ -11851,7 +10285,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 103 + "lineNumber": 104 }, "deprecated": false } @@ -11871,7 +10305,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 104 + "lineNumber": 105 }, "deprecated": false, "returnComment": [], @@ -11885,7 +10319,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 105 + "lineNumber": 106 }, "deprecated": false }, @@ -11898,7 +10332,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 106 + "lineNumber": 107 }, "deprecated": false }, @@ -11914,7 +10348,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 107 + "lineNumber": 108 }, "deprecated": false }, @@ -11930,7 +10364,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 108 + "lineNumber": 109 }, "deprecated": false } @@ -11950,7 +10384,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 110 + "lineNumber": 111 }, "deprecated": false, "returnComment": [], @@ -11964,7 +10398,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 111 + "lineNumber": 112 }, "deprecated": false }, @@ -11980,7 +10414,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 112 + "lineNumber": 113 }, "deprecated": false }, @@ -11996,7 +10430,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 113 + "lineNumber": 114 }, "deprecated": false } @@ -12014,7 +10448,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 115 + "lineNumber": 116 }, "deprecated": false, "returnComment": [], @@ -12028,7 +10462,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 115 + "lineNumber": 116 }, "deprecated": false }, @@ -12041,7 +10475,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 115 + "lineNumber": 116 }, "deprecated": false } @@ -12059,7 +10493,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 93 + "lineNumber": 94 }, "deprecated": false, "children": [ @@ -12075,7 +10509,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 94 + "lineNumber": 95 }, "deprecated": false }, @@ -12091,7 +10525,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 95 + "lineNumber": 96 }, "deprecated": false }, @@ -12107,7 +10541,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 96 + "lineNumber": 97 }, "deprecated": false }, @@ -12123,7 +10557,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 97 + "lineNumber": 98 }, "deprecated": false }, @@ -12139,7 +10573,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 98 + "lineNumber": 99 }, "deprecated": false } @@ -12155,7 +10589,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 250 + "lineNumber": 240 }, "deprecated": false, "children": [ @@ -12168,7 +10602,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 251 + "lineNumber": 241 }, "deprecated": false } @@ -12184,7 +10618,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 158 + "lineNumber": 154 }, "deprecated": false, "children": [ @@ -12200,23 +10634,23 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 159 + "lineNumber": 155 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.TypeMeta.Unnamed", - "type": "Any", + "id": "def-common.TypeMeta.params", + "type": "Object", "tags": [], - "label": "Unnamed", + "label": "params", "description": [], "signature": [ - "any" + "{ rollup_index: string; } | undefined" ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 160 + "lineNumber": 156 }, "deprecated": false } @@ -12232,7 +10666,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 86 + "lineNumber": 87 }, "deprecated": false, "children": [ @@ -12248,7 +10682,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 87 + "lineNumber": 88 }, "deprecated": false, "returnComment": [], @@ -12262,7 +10696,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 87 + "lineNumber": 88 }, "deprecated": false } @@ -12280,7 +10714,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 88 + "lineNumber": 89 }, "deprecated": false, "returnComment": [], @@ -12298,7 +10732,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 89 + "lineNumber": 90 }, "deprecated": false, "returnComment": [], @@ -12312,7 +10746,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 89 + "lineNumber": 90 }, "deprecated": false }, @@ -12328,7 +10762,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 89 + "lineNumber": 90 }, "deprecated": false } @@ -12346,7 +10780,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 90 + "lineNumber": 91 }, "deprecated": false, "returnComment": [], @@ -12360,7 +10794,7 @@ "description": [], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 90 + "lineNumber": 91 }, "deprecated": false } @@ -12370,7 +10804,22 @@ "initialIsOpen": false } ], - "enums": [], + "enums": [ + { + "parentPluginId": "data", + "id": "def-common.IndexPatternType", + "type": "Enum", + "tags": [], + "label": "IndexPatternType", + "description": [], + "source": { + "path": "src/plugins/data/common/index_patterns/types.ts", + "lineNumber": 161 + }, + "deprecated": false, + "initialIsOpen": false + } + ], "misc": [ { "parentPluginId": "data", @@ -12384,7 +10833,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 141 + "lineNumber": 142 }, "deprecated": false, "initialIsOpen": false @@ -12426,7 +10875,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 163 + "lineNumber": 166 }, "deprecated": false, "initialIsOpen": false @@ -12451,7 +10900,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 218 + "lineNumber": 208 }, "deprecated": false, "initialIsOpen": false @@ -12703,7 +11152,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 84 + "lineNumber": 85 }, "deprecated": false, "initialIsOpen": false @@ -12728,7 +11177,7 @@ ], "source": { "path": "src/plugins/data/common/index_patterns/types.ts", - "lineNumber": 83 + "lineNumber": 84 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/data_index_patterns.mdx b/api_docs/data_index_patterns.mdx index c5bb45f6e684e..cdbe6af3d5761 100644 --- a/api_docs/data_index_patterns.mdx +++ b/api_docs/data_index_patterns.mdx @@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 3833 | 107 | 3268 | 75 | +| 3870 | 151 | 3323 | 63 | ## Server @@ -45,6 +45,9 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services ### Interfaces +### Enums + + ### Consts, variables and types diff --git a/api_docs/data_query.json b/api_docs/data_query.json index d32f630b982f8..705be474a8d07 100644 --- a/api_docs/data_query.json +++ b/api_docs/data_query.json @@ -9,9 +9,35 @@ "tags": [], "label": "FilterManager", "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.FilterManager", + "text": "FilterManager" + }, + " implements ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.PersistableStateService", + "text": "PersistableStateService" + }, + "<", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + ">" + ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 29 + "lineNumber": 35 }, "deprecated": false, "children": [ @@ -27,7 +53,7 @@ ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 35 + "lineNumber": 41 }, "deprecated": false, "children": [ @@ -49,7 +75,7 @@ ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 35 + "lineNumber": 41 }, "deprecated": false, "isRequired": true @@ -65,19 +91,11 @@ "label": "getFilters", "description": [], "signature": [ - "() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "() => any[]" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 92 + "lineNumber": 98 }, "deprecated": false, "children": [], @@ -91,19 +109,11 @@ "label": "getAppFilters", "description": [], "signature": [ - "() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "() => any[]" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 96 + "lineNumber": 102 }, "deprecated": false, "children": [], @@ -117,19 +127,11 @@ "label": "getGlobalFilters", "description": [], "signature": [ - "() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "() => any[]" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 101 + "lineNumber": 107 }, "deprecated": false, "children": [], @@ -148,7 +150,7 @@ ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 106 + "lineNumber": 112 }, "deprecated": false, "children": [], @@ -168,7 +170,7 @@ ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 110 + "lineNumber": 116 }, "deprecated": false, "children": [], @@ -188,7 +190,7 @@ ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 114 + "lineNumber": 120 }, "deprecated": false, "children": [], @@ -202,58 +204,27 @@ "label": "addFilters", "description": [], "signature": [ - "(filters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], pinFilterStatus?: boolean) => void" + "(filters: any, pinFilterStatus?: boolean) => void" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 120 + "lineNumber": 126 }, "deprecated": false, "children": [ { "parentPluginId": "data", "id": "def-public.FilterManager.addFilters.$1", - "type": "CompoundType", + "type": "Any", "tags": [], "label": "filters", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "any" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 121 + "lineNumber": 127 }, "deprecated": false, "isRequired": true @@ -270,7 +241,7 @@ ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 122 + "lineNumber": 128 }, "deprecated": false, "isRequired": true @@ -286,19 +257,11 @@ "label": "setFilters", "description": [], "signature": [ - "(newFilters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], pinFilterStatus?: boolean) => void" + "(newFilters: any[], pinFilterStatus?: boolean) => void" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 148 + "lineNumber": 154 }, "deprecated": false, "children": [ @@ -310,18 +273,11 @@ "label": "newFilters", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "any[]" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 149 + "lineNumber": 155 }, "deprecated": false, "isRequired": true @@ -338,7 +294,7 @@ ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 150 + "lineNumber": 156 }, "deprecated": false, "isRequired": true @@ -356,19 +312,11 @@ "\nSets new global filters and leaves app filters untouched,\nRemoves app filters for which there is a duplicate within new global filters" ], "signature": [ - "(newGlobalFilters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]) => void" + "(newGlobalFilters: any[]) => void" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 167 + "lineNumber": 173 }, "deprecated": false, "children": [ @@ -380,18 +328,11 @@ "label": "newGlobalFilters", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "any[]" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 167 + "lineNumber": 173 }, "deprecated": false, "isRequired": true @@ -409,19 +350,11 @@ "\nSets new app filters and leaves global filters untouched,\nRemoves app filters for which there is a duplicate within new global filters" ], "signature": [ - "(newAppFilters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]) => void" + "(newAppFilters: any[]) => void" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 184 + "lineNumber": 190 }, "deprecated": false, "children": [ @@ -433,18 +366,11 @@ "label": "newAppFilters", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "any[]" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 184 + "lineNumber": 190 }, "deprecated": false, "isRequired": true @@ -460,41 +386,27 @@ "label": "removeFilter", "description": [], "signature": [ - "(filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - ") => void" + "(filter: any) => void" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 195 + "lineNumber": 201 }, "deprecated": false, "children": [ { "parentPluginId": "data", "id": "def-public.FilterManager.removeFilter.$1", - "type": "Object", + "type": "Any", "tags": [], "label": "filter", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } + "any" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 195 + "lineNumber": 201 }, "deprecated": false, "isRequired": true @@ -514,7 +426,7 @@ ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 207 + "lineNumber": 213 }, "deprecated": false, "children": [], @@ -528,27 +440,13 @@ "label": "setFiltersStore", "description": [], "signature": [ - "(filters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], store: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" - }, + "(filters: any[], store: ", + "FilterStateStore", ", shouldOverrideStore?: boolean) => void" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 211 + "lineNumber": 217 }, "deprecated": false, "children": [ @@ -560,18 +458,11 @@ "label": "filters", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "any[]" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 212 + "lineNumber": 218 }, "deprecated": false, "isRequired": true @@ -584,17 +475,11 @@ "label": "store", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" - } + "FilterStateStore" ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 213 + "lineNumber": 219 }, "deprecated": false, "isRequired": true @@ -611,13 +496,146 @@ ], "source": { "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", - "lineNumber": 214 + "lineNumber": 220 }, "deprecated": false, "isRequired": true } ], "returnComment": [] + }, + { + "parentPluginId": "data", + "id": "def-public.FilterManager.extract", + "type": "Any", + "tags": [], + "label": "extract", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", + "lineNumber": 232 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.FilterManager.inject", + "type": "Any", + "tags": [], + "label": "inject", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", + "lineNumber": 235 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.FilterManager.telemetry", + "type": "Function", + "tags": [], + "label": "telemetry", + "description": [], + "signature": [ + "(filters: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + ", collector: unknown) => {}" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", + "lineNumber": 237 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "data", + "id": "def-public.filters", + "type": "Object", + "tags": [], + "label": "filters", + "description": [], + "signature": [ + "{ [key: string]: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.Serializable", + "text": "Serializable" + }, + "; }" + ], + "source": { + "path": "src/plugins/data/common/query/persistable_state.ts", + "lineNumber": 54 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.collector", + "type": "Unknown", + "tags": [], + "label": "collector", + "description": [], + "signature": [ + "unknown" + ], + "source": { + "path": "src/plugins/data/common/query/persistable_state.ts", + "lineNumber": 54 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-public.FilterManager.migrateToLatest", + "type": "Any", + "tags": [], + "label": "migrateToLatest", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", + "lineNumber": 240 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-public.FilterManager.getAllMigrations", + "type": "Function", + "tags": [], + "label": "getAllMigrations", + "description": [], + "signature": [ + "() => {}" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/filter_manager.ts", + "lineNumber": 242 + }, + "deprecated": false, + "returnComment": [], + "children": [] } ], "initialIsOpen": false @@ -777,15 +795,7 @@ "section": "def-public.QueryState", "text": "QueryState" }, - ">({ timefilter: { timefilter }, filterManager, queryString, state$, }: Pick<{ addToQueryLog: (appName: string, { language, query }: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - ") => void; filterManager: ", + ">({ timefilter: { timefilter }, filterManager, queryString, state$, }: Pick<{ addToQueryLog: (appName: string, { language, query }: any) => void; filterManager: ", { "pluginId": "data", "scope": "public", @@ -840,30 +850,8 @@ "text": "TimeRange" }, " | undefined) => { bool: { must: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - }, - "[]; filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; should: never[]; must_not: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; }; }; } | { filterManager: ", + "DslQuery", + "[]; filter: any[]; should: never[]; must_not: any[]; }; }; } | { filterManager: ", { "pluginId": "data", "scope": "public", @@ -902,13 +890,7 @@ "text": "BaseStateContainer" }, ", syncConfig: { time?: boolean | undefined; refreshInterval?: boolean | undefined; filters?: boolean | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" - }, + "FilterStateStore", " | undefined; query?: boolean | undefined; }) => () => void" ], "source": { @@ -925,15 +907,7 @@ "label": "{\n timefilter: { timefilter },\n filterManager,\n queryString,\n state$,\n }", "description": [], "signature": [ - "Pick<{ addToQueryLog: (appName: string, { language, query }: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - ") => void; filterManager: ", + "Pick<{ addToQueryLog: (appName: string, { language, query }: any) => void; filterManager: ", { "pluginId": "data", "scope": "public", @@ -988,30 +962,8 @@ "text": "TimeRange" }, " | undefined) => { bool: { must: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - }, - "[]; filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; should: never[]; must_not: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; }; }; } | { filterManager: ", + "DslQuery", + "[]; filter: any[]; should: never[]; must_not: any[]; }; }; } | { filterManager: ", { "pluginId": "data", "scope": "public", @@ -1130,13 +1082,7 @@ "description": [], "signature": [ "boolean | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterStateStore", - "text": "FilterStateStore" - }, + "FilterStateStore", " | undefined" ], "source": { @@ -1229,10 +1175,220 @@ }, { "parentPluginId": "data", - "id": "def-public.getDefaultQuery", + "id": "def-public.extractTimeRange", "type": "Function", "tags": [], - "label": "getDefaultQuery", + "label": "extractTimeRange", + "description": [], + "signature": [ + "(filters: any[], timeFieldName: string | undefined) => { restOfFilters: any[]; timeRange?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + " | undefined; }" + ], + "source": { + "path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.ts", + "lineNumber": 31 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.extractTimeRange.$1", + "type": "Array", + "tags": [], + "label": "filters", + "description": [], + "signature": [ + "any[]" + ], + "source": { + "path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.ts", + "lineNumber": 32 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-public.extractTimeRange.$2", + "type": "string", + "tags": [], + "label": "timeFieldName", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/public/query/timefilter/lib/extract_time_filter.ts", + "lineNumber": 33 + }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.generateFilters", + "type": "Function", + "tags": [], + "label": "generateFilters", + "description": [ + "\nGenerate filter objects, as a result of triggering a filter action on a\nspecific index pattern field.\n" + ], + "signature": [ + "(filterManager: ", + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.FilterManager", + "text": "FilterManager" + }, + ", field: string | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + }, + ", values: any, operation: string, index: string) => any[]" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", + "lineNumber": 67 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.generateFilters.$1", + "type": "Object", + "tags": [], + "label": "filterManager", + "description": [ + "- The active filter manager to lookup for existing filters" + ], + "signature": [ + { + "pluginId": "data", + "scope": "public", + "docId": "kibDataQueryPluginApi", + "section": "def-public.FilterManager", + "text": "FilterManager" + } + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", + "lineNumber": 68 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-public.generateFilters.$2", + "type": "CompoundType", + "tags": [], + "label": "field", + "description": [ + "- The field for which filters should be generated" + ], + "signature": [ + "string | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IFieldType", + "text": "IFieldType" + } + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", + "lineNumber": 69 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-public.generateFilters.$3", + "type": "Any", + "tags": [], + "label": "values", + "description": [ + "- One or more values to filter for." + ], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", + "lineNumber": 70 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-public.generateFilters.$4", + "type": "string", + "tags": [], + "label": "operation", + "description": [ + "- \"-\" to create a negated filter" + ], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", + "lineNumber": 71 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-public.generateFilters.$5", + "type": "string", + "tags": [], + "label": "index", + "description": [ + "- Index string to generate filters for" + ], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/generate_filters.ts", + "lineNumber": 72 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [ + "An array of filters to be added back to filterManager" + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.getDefaultQuery", + "type": "Function", + "tags": [], + "label": "getDefaultQuery", "description": [], "signature": [ "(language: ", @@ -1268,6 +1424,75 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "data", + "id": "def-public.getDisplayValueFromFilter", + "type": "Function", + "tags": [], + "label": "getDisplayValueFromFilter", + "description": [], + "signature": [ + "(filter: any, indexPatterns: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPattern", + "text": "IIndexPattern" + }, + "[]) => string" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts", + "lineNumber": 30 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.getDisplayValueFromFilter.$1", + "type": "Any", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts", + "lineNumber": 30 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-public.getDisplayValueFromFilter.$2", + "type": "Array", + "tags": [], + "label": "indexPatterns", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IIndexPattern", + "text": "IIndexPattern" + }, + "[]" + ], + "source": { + "path": "src/plugins/data/public/query/filter_manager/lib/get_display_value.ts", + "lineNumber": 30 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-public.syncQueryStateWithUrl", @@ -1278,15 +1503,7 @@ "\nHelper to setup syncing of global data with the URL" ], "signature": [ - "(query: Pick<{ addToQueryLog: (appName: string, { language, query }: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - ") => void; filterManager: ", + "(query: Pick<{ addToQueryLog: (appName: string, { language, query }: any) => void; filterManager: ", { "pluginId": "data", "scope": "public", @@ -1341,30 +1558,8 @@ "text": "TimeRange" }, " | undefined) => { bool: { must: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - }, - "[]; filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; should: never[]; must_not: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; }; }; } | { filterManager: ", + "DslQuery", + "[]; filter: any[]; should: never[]; must_not: any[]; }; }; } | { filterManager: ", { "pluginId": "data", "scope": "public", @@ -1418,15 +1613,7 @@ "label": "query", "description": [], "signature": [ - "Pick<{ addToQueryLog: (appName: string, { language, query }: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - ") => void; filterManager: ", + "Pick<{ addToQueryLog: (appName: string, { language, query }: any) => void; filterManager: ", { "pluginId": "data", "scope": "public", @@ -1481,30 +1668,8 @@ "text": "TimeRange" }, " | undefined) => { bool: { must: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - }, - "[]; filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; should: never[]; must_not: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; }; }; } | { filterManager: ", + "DslQuery", + "[]; filter: any[]; should: never[]; must_not: any[]; }; }; } | { filterManager: ", { "pluginId": "data", "scope": "public", @@ -1643,14 +1808,7 @@ "label": "filters", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined" + "any[] | undefined" ], "source": { "path": "src/plugins/data/public/query/state_sync/types.ts", @@ -1661,19 +1819,12 @@ { "parentPluginId": "data", "id": "def-public.QueryState.query", - "type": "Object", + "type": "Any", "tags": [], "label": "query", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | undefined" + "any" ], "source": { "path": "src/plugins/data/public/query/state_sync/types.ts", @@ -2107,15 +2258,7 @@ "label": "QueryStart", "description": [], "signature": [ - "{ addToQueryLog: (appName: string, { language, query }: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - ") => void; filterManager: ", + "{ addToQueryLog: (appName: string, { language, query }: any) => void; filterManager: ", { "pluginId": "data", "scope": "public", @@ -2170,34 +2313,12 @@ "text": "TimeRange" }, " | undefined) => { bool: { must: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.DslQuery", - "text": "DslQuery" - }, - "[]; filter: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; should: never[]; must_not: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]; }; }; }" + "DslQuery", + "[]; filter: any[]; should: never[]; must_not: any[]; }; }; }" ], "source": { "path": "src/plugins/data/public/query/query_service.ts", - "lineNumber": 103 + "lineNumber": 104 }, "deprecated": false, "initialIsOpen": false @@ -2316,15 +2437,7 @@ "section": "def-common.TimeRange", "text": "TimeRange" }, - " | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - }, - " | undefined; getBounds: () => ", + " | undefined) => any; getBounds: () => ", { "pluginId": "data", "scope": "common", @@ -2455,7 +2568,7 @@ ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 16 + "lineNumber": 17 }, "deprecated": false, "children": [ @@ -2475,322 +2588,32 @@ "text": "TimeRange" } ], - "source": { - "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 17 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-common.calculateBounds.$2", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "signature": [ - "CalculateBoundsOptions" - ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", "lineNumber": 18 }, "deprecated": false, "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.compareFilters", - "type": "Function", - "tags": [], - "label": "compareFilters", - "description": [ - "\nCompare two filters or filter arrays to see if they match.\nFor filter arrays, the assumption is they are sorted.\n" - ], - "signature": [ - "(first: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], second: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], comparatorOptions?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.FilterCompareOptions", - "text": "FilterCompareOptions" - }, - ") => boolean" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 64 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.compareFilters.$1", - "type": "CompoundType", - "tags": [], - "label": "first", - "description": [ - "The first filter or filter array to compare" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 65 - }, - "deprecated": false, - "isRequired": true }, { "parentPluginId": "data", - "id": "def-common.compareFilters.$2", - "type": "CompoundType", - "tags": [], - "label": "second", - "description": [ - "The second filter or filter array to compare" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 66 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-common.compareFilters.$3", - "type": "Object", - "tags": [], - "label": "comparatorOptions", - "description": [ - "Parameters to use for comparison" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.FilterCompareOptions", - "text": "FilterCompareOptions" - } - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 67 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [ - "Filters are the same" - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.dedupFilters", - "type": "Function", - "tags": [], - "label": "dedupFilters", - "description": [ - "\nCombine 2 filter collections, removing duplicates\n" - ], - "signature": [ - "(existingFilters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], filters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], comparatorOptions?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.FilterCompareOptions", - "text": "FilterCompareOptions" - }, - ") => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/dedup_filters.ts", - "lineNumber": 22 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.dedupFilters.$1", - "type": "Array", - "tags": [], - "label": "existingFilters", - "description": [ - "- The filters to compare to" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/dedup_filters.ts", - "lineNumber": 23 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-common.dedupFilters.$2", - "type": "Array", - "tags": [], - "label": "filters", - "description": [ - "- The filters being added" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/dedup_filters.ts", - "lineNumber": 24 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-common.dedupFilters.$3", + "id": "def-common.calculateBounds.$2", "type": "Object", - "tags": [], - "label": "comparatorOptions", - "description": [ - "- Parameters to use for comparison" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.FilterCompareOptions", - "text": "FilterCompareOptions" - } + "tags": [], + "label": "options", + "description": [], + "signature": [ + "CalculateBoundsOptions" ], "source": { - "path": "src/plugins/data/common/query/filter_manager/dedup_filters.ts", - "lineNumber": 25 + "path": "src/plugins/data/common/query/timefilter/get_time.ts", + "lineNumber": 19 }, "deprecated": false, "isRequired": true } ], - "returnComment": [ - "An array of filters that were not in existing" - ], + "returnComment": [], "initialIsOpen": false }, { @@ -2820,7 +2643,7 @@ ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 26 + "lineNumber": 27 }, "deprecated": false, "children": [ @@ -2842,7 +2665,7 @@ ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 27 + "lineNumber": 28 }, "deprecated": false, "isRequired": true @@ -2856,7 +2679,7 @@ "description": [], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 28 + "lineNumber": 29 }, "deprecated": false, "children": [ @@ -2872,7 +2695,7 @@ ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 28 + "lineNumber": 29 }, "deprecated": false } @@ -2906,19 +2729,11 @@ "section": "def-common.TimeRange", "text": "TimeRange" }, - ", options: { forceNow?: Date | undefined; fieldName?: string | undefined; } | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - }, - " | undefined" + ", options: { forceNow?: Date | undefined; fieldName?: string | undefined; } | undefined) => any" ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 37 + "lineNumber": 38 }, "deprecated": false, "children": [ @@ -2941,7 +2756,7 @@ ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 38 + "lineNumber": 39 }, "deprecated": false, "isRequired": false @@ -2964,7 +2779,7 @@ ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 39 + "lineNumber": 40 }, "deprecated": false, "isRequired": true @@ -2978,7 +2793,7 @@ "description": [], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 40 + "lineNumber": 41 }, "deprecated": false, "children": [ @@ -2994,7 +2809,7 @@ ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 40 + "lineNumber": 41 }, "deprecated": false }, @@ -3010,7 +2825,7 @@ ], "source": { "path": "src/plugins/data/common/query/timefilter/get_time.ts", - "lineNumber": 40 + "lineNumber": 41 }, "deprecated": false } @@ -3028,14 +2843,7 @@ "label": "isQuery", "description": [], "signature": [ - "(x: unknown) => x is ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - } + "(x: unknown) => x is any" ], "source": { "path": "src/plugins/data/common/query/is_query.ts", @@ -3107,190 +2915,9 @@ ], "returnComment": [], "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.uniqFilters", - "type": "Function", - "tags": [], - "label": "uniqFilters", - "description": [ - "\nRemove duplicate filters from an array of filters\n" - ], - "signature": [ - "(filters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], comparatorOptions?: any) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/uniq_filters.ts", - "lineNumber": 21 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.uniqFilters.$1", - "type": "Array", - "tags": [], - "label": "filters", - "description": [ - "The filters to remove duplicates from" - ], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/uniq_filters.ts", - "lineNumber": 21 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "data", - "id": "def-common.uniqFilters.$2", - "type": "Any", - "tags": [], - "label": "comparatorOptions", - "description": [ - "- Parameters to use for comparison" - ], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/uniq_filters.ts", - "lineNumber": 21 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [ - "The original filters array with duplicates removed" - ], - "initialIsOpen": false } ], "interfaces": [ - { - "parentPluginId": "data", - "id": "def-common.FilterCompareOptions", - "type": "Interface", - "tags": [], - "label": "FilterCompareOptions", - "description": [], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 12 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.FilterCompareOptions.index", - "type": "CompoundType", - "tags": [], - "label": "index", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 13 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.FilterCompareOptions.disabled", - "type": "CompoundType", - "tags": [], - "label": "disabled", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 14 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.FilterCompareOptions.negate", - "type": "CompoundType", - "tags": [], - "label": "negate", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 15 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.FilterCompareOptions.state", - "type": "CompoundType", - "tags": [], - "label": "state", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 16 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.FilterCompareOptions.alias", - "type": "CompoundType", - "tags": [], - "label": "alias", - "description": [], - "signature": [ - "boolean | undefined" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 17 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, { "parentPluginId": "data", "id": "def-common.RefreshInterval", @@ -3384,23 +3011,6 @@ ], "enums": [], "misc": [ - { - "parentPluginId": "data", - "id": "def-common.Query", - "type": "Type", - "tags": [], - "label": "Query", - "description": [], - "signature": [ - "{ query: string | { [key: string]: any; }; language: string; }" - ], - "source": { - "path": "src/plugins/data/common/query/types.ts", - "lineNumber": 12 - }, - "deprecated": false, - "initialIsOpen": false - }, { "parentPluginId": "data", "id": "def-common.TimeRange", @@ -3419,105 +3029,6 @@ "initialIsOpen": false } ], - "objects": [ - { - "parentPluginId": "data", - "id": "def-common.COMPARE_ALL_OPTIONS", - "type": "Object", - "tags": [], - "label": "COMPARE_ALL_OPTIONS", - "description": [ - "\nInclude disabled, negate and store when comparing filters" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 23 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.COMPARE_ALL_OPTIONS.index", - "type": "boolean", - "tags": [], - "label": "index", - "description": [], - "signature": [ - "true" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 24 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.COMPARE_ALL_OPTIONS.disabled", - "type": "boolean", - "tags": [], - "label": "disabled", - "description": [], - "signature": [ - "true" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 25 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.COMPARE_ALL_OPTIONS.negate", - "type": "boolean", - "tags": [], - "label": "negate", - "description": [], - "signature": [ - "true" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 26 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.COMPARE_ALL_OPTIONS.state", - "type": "boolean", - "tags": [], - "label": "state", - "description": [], - "signature": [ - "true" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 27 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.COMPARE_ALL_OPTIONS.alias", - "type": "boolean", - "tags": [], - "label": "alias", - "description": [], - "signature": [ - "true" - ], - "source": { - "path": "src/plugins/data/common/query/filter_manager/compare_filters.ts", - "lineNumber": 28 - }, - "deprecated": false - } - ], - "initialIsOpen": false - } - ] + "objects": [] } } \ No newline at end of file diff --git a/api_docs/data_query.mdx b/api_docs/data_query.mdx index 25edd420d1d91..2f32f33248c7f 100644 --- a/api_docs/data_query.mdx +++ b/api_docs/data_query.mdx @@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 3833 | 107 | 3268 | 75 | +| 3870 | 151 | 3323 | 63 | ## Client @@ -36,9 +36,6 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services ## Common -### Objects - - ### Functions diff --git a/api_docs/data_search.json b/api_docs/data_search.json index b6f3e18e35945..1c0569fe53fe5 100644 --- a/api_docs/data_search.json +++ b/api_docs/data_search.json @@ -299,7 +299,7 @@ ], "source": { "path": "src/plugins/data/public/search/search_interceptor/search_interceptor.ts", - "lineNumber": 316 + "lineNumber": 319 }, "deprecated": false, "children": [ @@ -322,7 +322,7 @@ ], "source": { "path": "src/plugins/data/public/search/search_interceptor/search_interceptor.ts", - "lineNumber": 316 + "lineNumber": 319 }, "deprecated": false, "isRequired": true @@ -345,7 +345,7 @@ ], "source": { "path": "src/plugins/data/public/search/search_interceptor/search_interceptor.ts", - "lineNumber": 316 + "lineNumber": 319 }, "deprecated": false, "isRequired": true @@ -367,7 +367,7 @@ ], "source": { "path": "src/plugins/data/public/search/search_interceptor/search_interceptor.ts", - "lineNumber": 413 + "lineNumber": 416 }, "deprecated": false, "children": [ @@ -383,7 +383,7 @@ ], "source": { "path": "src/plugins/data/public/search/search_interceptor/search_interceptor.ts", - "lineNumber": 413 + "lineNumber": 416 }, "deprecated": false, "isRequired": true @@ -681,7 +681,7 @@ "signature": [ "(sessionService: Pick<", "SessionService", - ", \"start\" | \"destroy\" | \"state$\" | \"sessionMeta$\" | \"hasAccess\" | \"trackSearch\" | \"getSessionId\" | \"getSession$\" | \"isStored\" | \"isRestore\" | \"restore\" | \"clear\" | \"cancel\" | \"save\" | \"renameCurrentSession\" | \"isCurrentSession\" | \"getSearchOptions\" | \"enableStorage\" | \"isSessionStorageReady\" | \"getSearchSessionIndicatorUiConfig\">, { waitForIdle = 1000 }: ", + ", \"start\" | \"destroy\" | \"state$\" | \"sessionMeta$\" | \"hasAccess\" | \"trackSearch\" | \"getSessionId\" | \"getSession$\" | \"isStored\" | \"isRestore\" | \"restore\" | \"continue\" | \"clear\" | \"cancel\" | \"save\" | \"renameCurrentSession\" | \"isCurrentSession\" | \"getSearchOptions\" | \"enableStorage\" | \"isSessionStorageReady\" | \"getSearchSessionIndicatorUiConfig\">, { waitForIdle = 1000 }: ", { "pluginId": "data", "scope": "public", @@ -719,7 +719,7 @@ "signature": [ "Pick<", "SessionService", - ", \"start\" | \"destroy\" | \"state$\" | \"sessionMeta$\" | \"hasAccess\" | \"trackSearch\" | \"getSessionId\" | \"getSession$\" | \"isStored\" | \"isRestore\" | \"restore\" | \"clear\" | \"cancel\" | \"save\" | \"renameCurrentSession\" | \"isCurrentSession\" | \"getSearchOptions\" | \"enableStorage\" | \"isSessionStorageReady\" | \"getSearchSessionIndicatorUiConfig\">" + ", \"start\" | \"destroy\" | \"state$\" | \"sessionMeta$\" | \"hasAccess\" | \"trackSearch\" | \"getSessionId\" | \"getSession$\" | \"isStored\" | \"isRestore\" | \"restore\" | \"continue\" | \"clear\" | \"cancel\" | \"save\" | \"renameCurrentSession\" | \"isCurrentSession\" | \"getSearchOptions\" | \"enableStorage\" | \"isSessionStorageReady\" | \"getSearchSessionIndicatorUiConfig\">" ], "source": { "path": "src/plugins/data/public/search/session/session_helpers.ts", @@ -833,7 +833,7 @@ "TrackSearchDescriptor", ") => () => void; getSessionId: () => string | undefined; getSession$: () => ", "Observable", - "; isStored: () => boolean; isRestore: () => boolean; restore: (sessionId: string) => void; clear: () => void; cancel: () => Promise; save: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required; isStored: () => boolean; isRestore: () => boolean; restore: (sessionId: string) => void; continue: (sessionId: string) => void; clear: () => void; cancel: () => Promise; save: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required () => void; getSessionId: () => string | undefined; getSession$: () => ", "Observable", - "; isStored: () => boolean; isRestore: () => boolean; restore: (sessionId: string) => void; clear: () => void; cancel: () => Promise; save: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required; isStored: () => boolean; isRestore: () => boolean; restore: (sessionId: string) => void; continue: (sessionId: string) => void; clear: () => void; cancel: () => Promise; save: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required () => void; getSessionId: () => string | undefined; getSession$: () => ", "Observable", - "; isStored: () => boolean; isRestore: () => boolean; restore: (sessionId: string) => void; clear: () => void; cancel: () => Promise; save: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required; isStored: () => boolean; isRestore: () => boolean; restore: (sessionId: string) => void; continue: (sessionId: string) => void; clear: () => void; cancel: () => Promise; save: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required () => void; getSessionId: () => string | undefined; getSession$: () => ", "Observable", - "; isStored: () => boolean; isRestore: () => boolean; restore: (sessionId: string) => void; clear: () => void; cancel: () => Promise; save: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required; isStored: () => boolean; isRestore: () => boolean; restore: (sessionId: string) => void; continue: (sessionId: string) => void; clear: () => void; cancel: () => Promise; save: () => Promise; renameCurrentSession: (newName: string) => Promise; isCurrentSession: (sessionId?: string | undefined) => boolean; getSearchOptions: (sessionId?: string | undefined) => Required>" + ], + "source": { + "path": "src/plugins/data/server/search/types.ts", + "lineNumber": 109 + }, + "deprecated": false + }, { "parentPluginId": "data", "id": "def-server.ISearchStart.getSearchStrategy", @@ -3386,7 +3427,7 @@ ], "source": { "path": "src/plugins/data/server/search/types.ts", - "lineNumber": 110 + "lineNumber": 115 }, "deprecated": false, "returnComment": [], @@ -3403,7 +3444,7 @@ ], "source": { "path": "src/plugins/data/server/search/types.ts", - "lineNumber": 111 + "lineNumber": 116 }, "deprecated": false } @@ -3436,7 +3477,7 @@ ], "source": { "path": "src/plugins/data/server/search/types.ts", - "lineNumber": 113 + "lineNumber": 118 }, "deprecated": false, "returnComment": [], @@ -3460,7 +3501,7 @@ ], "source": { "path": "src/plugins/data/server/search/types.ts", - "lineNumber": 113 + "lineNumber": 118 }, "deprecated": false } @@ -3494,7 +3535,7 @@ ], "source": { "path": "src/plugins/data/server/search/types.ts", - "lineNumber": 114 + "lineNumber": 119 }, "deprecated": false } @@ -4197,7 +4238,7 @@ ], "source": { "path": "src/plugins/data/server/search/types.ts", - "lineNumber": 119 + "lineNumber": 124 }, "deprecated": false, "initialIsOpen": false @@ -5511,7 +5552,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 78 + "lineNumber": 79 }, "deprecated": false, "children": [ @@ -5533,7 +5574,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 79 + "lineNumber": 80 }, "deprecated": false }, @@ -5556,7 +5597,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 80 + "lineNumber": 81 }, "deprecated": false }, @@ -5572,7 +5613,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 81 + "lineNumber": 82 }, "deprecated": false }, @@ -5588,7 +5629,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 82 + "lineNumber": 83 }, "deprecated": false }, @@ -5604,7 +5645,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 83 + "lineNumber": 84 }, "deprecated": false }, @@ -5627,7 +5668,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 87 + "lineNumber": 88 }, "deprecated": false }, @@ -5643,7 +5684,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 89 + "lineNumber": 90 }, "deprecated": false, "children": [ @@ -5665,7 +5706,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 90 + "lineNumber": 91 }, "deprecated": false, "isRequired": true @@ -5700,7 +5741,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 91 + "lineNumber": 92 }, "deprecated": false, "isRequired": true @@ -5723,7 +5764,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 92 + "lineNumber": 93 }, "deprecated": false, "isRequired": true @@ -5743,7 +5784,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 105 + "lineNumber": 106 }, "deprecated": false, "children": [ @@ -5759,7 +5800,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 105 + "lineNumber": 106 }, "deprecated": false, "isRequired": false @@ -5779,7 +5820,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 109 + "lineNumber": 110 }, "deprecated": false, "children": [ @@ -5795,7 +5836,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 109 + "lineNumber": 110 }, "deprecated": false, "isRequired": false @@ -5823,7 +5864,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 113 + "lineNumber": 114 }, "deprecated": false, "children": [ @@ -5845,7 +5886,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 113 + "lineNumber": 114 }, "deprecated": false, "isRequired": true @@ -5875,7 +5916,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 134 + "lineNumber": 135 }, "deprecated": false, "children": [], @@ -5902,7 +5943,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 144 + "lineNumber": 145 }, "deprecated": false, "children": [ @@ -5918,7 +5959,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 144 + "lineNumber": 145 }, "deprecated": false, "isRequired": true @@ -5972,7 +6013,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 157 + "lineNumber": 158 }, "deprecated": false, "children": [ @@ -6006,7 +6047,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 158 + "lineNumber": 159 }, "deprecated": false, "isRequired": true @@ -6023,7 +6064,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 159 + "lineNumber": 160 }, "deprecated": false, "isRequired": true @@ -6053,7 +6094,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 200 + "lineNumber": 201 }, "deprecated": false, "children": [ @@ -6078,7 +6119,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 200 + "lineNumber": 201 }, "deprecated": false, "isRequired": true @@ -6098,7 +6139,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 212 + "lineNumber": 213 }, "deprecated": false, "children": [], @@ -6124,7 +6165,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 302 + "lineNumber": 303 }, "deprecated": false, "children": [], @@ -6149,7 +6190,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 306 + "lineNumber": 307 }, "deprecated": false, "children": [ @@ -6165,7 +6206,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 306 + "lineNumber": 307 }, "deprecated": false, "isRequired": true @@ -6193,7 +6234,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 310 + "lineNumber": 311 }, "deprecated": false, "children": [ @@ -6209,7 +6250,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 310 + "lineNumber": 311 }, "deprecated": false, "isRequired": true @@ -6237,7 +6278,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 314 + "lineNumber": 315 }, "deprecated": false, "children": [ @@ -6253,7 +6294,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 314 + "lineNumber": 315 }, "deprecated": false, "isRequired": true @@ -6281,7 +6322,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 318 + "lineNumber": 319 }, "deprecated": false, "children": [ @@ -6297,7 +6338,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 318 + "lineNumber": 319 }, "deprecated": false, "isRequired": true @@ -6325,7 +6366,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 322 + "lineNumber": 323 }, "deprecated": false, "children": [ @@ -6341,7 +6382,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 322 + "lineNumber": 323 }, "deprecated": false, "isRequired": true @@ -6369,7 +6410,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 326 + "lineNumber": 327 }, "deprecated": false, "children": [ @@ -6385,7 +6426,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 326 + "lineNumber": 327 }, "deprecated": false, "isRequired": true @@ -6413,7 +6454,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 330 + "lineNumber": 331 }, "deprecated": false, "children": [], @@ -6431,7 +6472,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 344 + "lineNumber": 345 }, "deprecated": false, "children": [], @@ -6449,7 +6490,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 359 + "lineNumber": 360 }, "deprecated": false, "children": [], @@ -6467,7 +6508,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 366 + "lineNumber": 367 }, "deprecated": false, "children": [], @@ -6481,19 +6522,11 @@ "label": "getSearchSourceTimeFilter", "description": [], "signature": [ - "(forceNow?: Date | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - }, - "[] | { meta: { index: string | undefined; params: {}; alias: string; disabled: boolean; negate: boolean; }; query: { bool: { should: { bool: { filter: { range: { [x: string]: { gte: string; lte: string; }; }; }[]; }; }[]; minimum_should_match: number; }; }; }[]" + "(forceNow?: Date | undefined) => any[]" ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 370 + "lineNumber": 371 }, "deprecated": false, "children": [ @@ -6509,7 +6542,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 370 + "lineNumber": 371 }, "deprecated": false, "isRequired": false @@ -6545,7 +6578,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 423 + "lineNumber": 424 }, "deprecated": false, "children": [ @@ -6568,7 +6601,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 423 + "lineNumber": 424 }, "deprecated": false, "isRequired": true @@ -6596,7 +6629,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 442 + "lineNumber": 443 }, "deprecated": false, "children": [ @@ -6612,7 +6645,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 442 + "lineNumber": 443 }, "deprecated": false, "isRequired": true @@ -6644,7 +6677,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 457 + "lineNumber": 458 }, "deprecated": false, "children": [], @@ -6674,7 +6707,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 471 + "lineNumber": 472 }, "deprecated": false, "children": [ @@ -6692,7 +6725,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 471 + "lineNumber": 472 }, "deprecated": false, "isRequired": true @@ -6728,7 +6761,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 480 + "lineNumber": 481 }, "deprecated": false, "children": [ @@ -6752,7 +6785,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 480 + "lineNumber": 481 }, "deprecated": false, "isRequired": true @@ -6776,7 +6809,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 480 + "lineNumber": 481 }, "deprecated": false, "isRequired": false @@ -8476,7 +8509,15 @@ "section": "def-common.ExpressionAstExpression", "text": "ExpressionAstExpression" }, - " | undefined) | undefined" + " | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + "[] | undefined) | undefined" ], "source": { "path": "src/plugins/data/common/search/aggs/param_types/base.ts", @@ -9178,21 +9219,9 @@ "label": "filterFieldTypes", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", " | \"*\" | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", "[]" ], "source": { @@ -10029,7 +10058,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 127 + "lineNumber": 126 }, "deprecated": false, "children": [ @@ -10045,7 +10074,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 135 + "lineNumber": 134 }, "deprecated": false }, @@ -10061,7 +10090,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 139 + "lineNumber": 138 }, "deprecated": false, "children": [ @@ -10083,7 +10112,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 139 + "lineNumber": 138 }, "deprecated": false, "isRequired": true @@ -10106,7 +10135,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 139 + "lineNumber": 138 }, "deprecated": false, "isRequired": true @@ -10128,7 +10157,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 157 + "lineNumber": 156 }, "deprecated": false, "children": [ @@ -10144,7 +10173,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 157 + "lineNumber": 156 }, "deprecated": false, "isRequired": true @@ -10174,7 +10203,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 166 + "lineNumber": 165 }, "deprecated": false, "children": [ @@ -10192,7 +10221,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 166 + "lineNumber": 165 }, "deprecated": false, "isRequired": true @@ -10218,7 +10247,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 166 + "lineNumber": 165 }, "deprecated": false, "isRequired": true @@ -10240,7 +10269,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 178 + "lineNumber": 177 }, "deprecated": false, "children": [ @@ -10258,7 +10287,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 178 + "lineNumber": 177 }, "deprecated": false, "isRequired": true @@ -10290,7 +10319,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 189 + "lineNumber": 188 }, "deprecated": false, "children": [ @@ -10314,7 +10343,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 189 + "lineNumber": 188 }, "deprecated": false, "isRequired": true @@ -10336,7 +10365,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 197 + "lineNumber": 196 }, "deprecated": false, "children": [], @@ -10363,7 +10392,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 204 + "lineNumber": 203 }, "deprecated": false, "children": [], @@ -10391,7 +10420,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 211 + "lineNumber": 210 }, "deprecated": false, "children": [ @@ -10407,7 +10436,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 211 + "lineNumber": 210 }, "deprecated": false, "isRequired": true @@ -10424,7 +10453,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 211 + "lineNumber": 210 }, "deprecated": false, "isRequired": true @@ -10454,7 +10483,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 222 + "lineNumber": 221 }, "deprecated": false, "children": [ @@ -10470,7 +10499,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 222 + "lineNumber": 221 }, "deprecated": false, "isRequired": true @@ -10499,7 +10528,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 229 + "lineNumber": 228 }, "deprecated": true, "references": [ @@ -10542,7 +10571,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 236 + "lineNumber": 235 }, "deprecated": false, "children": [], @@ -10569,7 +10598,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 250 + "lineNumber": 249 }, "deprecated": false, "children": [ @@ -10585,7 +10614,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 250 + "lineNumber": 249 }, "deprecated": false, "isRequired": true @@ -10625,7 +10654,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 262 + "lineNumber": 261 }, "deprecated": false, "children": [ @@ -10651,7 +10680,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 262 + "lineNumber": 261 }, "deprecated": false, "isRequired": false @@ -10676,7 +10705,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 262 + "lineNumber": 261 }, "deprecated": false, "isRequired": true @@ -10710,7 +10739,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 272 + "lineNumber": 271 }, "deprecated": false, "children": [], @@ -10750,7 +10779,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 280 + "lineNumber": 279 }, "deprecated": false, "children": [ @@ -10772,7 +10801,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 281 + "lineNumber": 280 }, "deprecated": false, "isRequired": true @@ -10806,7 +10835,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 318 + "lineNumber": 319 }, "deprecated": true, "references": [ @@ -10865,7 +10894,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 318 + "lineNumber": 319 }, "deprecated": false, "isRequired": true @@ -10905,7 +10934,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 331 + "lineNumber": 332 }, "deprecated": false, "children": [ @@ -10937,7 +10966,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 332 + "lineNumber": 333 }, "deprecated": false, "isRequired": true @@ -10959,7 +10988,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 340 + "lineNumber": 341 }, "deprecated": false, "children": [], @@ -10981,7 +11010,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 348 + "lineNumber": 349 }, "deprecated": false, "children": [], @@ -11008,7 +11037,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 848 + "lineNumber": 849 }, "deprecated": false, "children": [ @@ -11024,7 +11053,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 848 + "lineNumber": 849 }, "deprecated": false, "isRequired": true @@ -11048,7 +11077,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 877 + "lineNumber": 878 }, "deprecated": false, "children": [], @@ -11460,7 +11489,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/date_histogram_fn.ts", - "lineNumber": 30 + "lineNumber": 34 }, "deprecated": false, "children": [], @@ -11479,7 +11508,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/date_range_fn.ts", - "lineNumber": 30 + "lineNumber": 31 }, "deprecated": false, "children": [], @@ -11517,7 +11546,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filter_fn.ts", - "lineNumber": 30 + "lineNumber": 35 }, "deprecated": false, "children": [], @@ -11555,7 +11584,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filters_fn.ts", - "lineNumber": 30 + "lineNumber": 32 }, "deprecated": false, "children": [], @@ -11612,7 +11641,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/geo_hash_fn.ts", - "lineNumber": 29 + "lineNumber": 31 }, "deprecated": false, "children": [], @@ -11650,7 +11679,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram_fn.ts", - "lineNumber": 30 + "lineNumber": 31 }, "deprecated": false, "children": [], @@ -11669,7 +11698,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/ip_range_fn.ts", - "lineNumber": 30 + "lineNumber": 34 }, "deprecated": false, "children": [], @@ -11802,7 +11831,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/range_fn.ts", - "lineNumber": 30 + "lineNumber": 31 }, "deprecated": false, "children": [], @@ -12062,6 +12091,64 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "data", + "id": "def-common.cidrToAst", + "type": "Function", + "tags": [], + "label": "cidrToAst", + "description": [], + "signature": [ + "(cidr: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.Cidr", + "text": "Cidr" + }, + ") => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr_to_ast.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.cidrToAst.$1", + "type": "Object", + "tags": [], + "label": "cidr", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.Cidr", + "text": "Cidr" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr_to_ast.ts", + "lineNumber": 12 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-common.convertDateRangeToString", @@ -12075,14 +12162,14 @@ "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.DateRangeKey", - "text": "DateRangeKey" + "section": "def-common.DateRange", + "text": "DateRange" }, ", format: (val: any) => string) => string" ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/lib/date_range.ts", - "lineNumber": 14 + "lineNumber": 11 }, "deprecated": false, "children": [ @@ -12098,13 +12185,13 @@ "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.DateRangeKey", - "text": "DateRangeKey" + "section": "def-common.DateRange", + "text": "DateRange" } ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/lib/date_range.ts", - "lineNumber": 14 + "lineNumber": 11 }, "deprecated": false, "isRequired": true @@ -12121,7 +12208,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/lib/date_range.ts", - "lineNumber": 14 + "lineNumber": 11 }, "deprecated": false, "isRequired": true @@ -12349,57 +12436,54 @@ }, { "parentPluginId": "data", - "id": "def-common.extractReferences", + "id": "def-common.dateRangeToAst", "type": "Function", "tags": [], - "label": "extractReferences", + "label": "dateRangeToAst", "description": [], "signature": [ - "(state: ", + "(dateRange: ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" + "section": "def-common.DateRange", + "text": "DateRange" }, - ") => [", + ") => ", { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" - }, - " & { indexRefName?: string | undefined; }, ", - "SavedObjectReference", - "[]]" + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + } ], "source": { - "path": "src/plugins/data/common/search/search_source/extract_references.ts", - "lineNumber": 15 + "path": "src/plugins/data/common/search/expressions/date_range_to_ast.ts", + "lineNumber": 12 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.extractReferences.$1", + "id": "def-common.dateRangeToAst.$1", "type": "Object", "tags": [], - "label": "state", + "label": "dateRange", "description": [], "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" + "section": "def-common.DateRange", + "text": "DateRange" } ], "source": { - "path": "src/plugins/data/common/search/search_source/extract_references.ts", - "lineNumber": 16 + "path": "src/plugins/data/common/search/expressions/date_range_to_ast.ts", + "lineNumber": 12 }, "deprecated": false, "isRequired": true @@ -12410,35 +12494,138 @@ }, { "parentPluginId": "data", - "id": "def-common.filtersToAst", + "id": "def-common.extendedBoundsToAst", "type": "Function", "tags": [], - "label": "filtersToAst", + "label": "extendedBoundsToAst", "description": [], "signature": [ - "(filters: ", + "(extendedBounds: ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" }, - " | ", + ") => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds_to_ast.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsToAst.$1", + "type": "Object", + "tags": [], + "label": "extendedBounds", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds_to_ast.ts", + "lineNumber": 12 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.extractReferences", + "type": "Function", + "tags": [], + "label": "extractReferences", + "description": [], + "signature": [ + "(state: ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" }, - "[]) => ", + ") => [", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + " & { indexRefName?: string | undefined; }, ", + "SavedObjectReference", + "[]]" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/extract_references.ts", + "lineNumber": 15 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.extractReferences.$1", + "type": "Object", + "tags": [], + "label": "state", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + } + ], + "source": { + "path": "src/plugins/data/common/search/search_source/extract_references.ts", + "lineNumber": 16 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.filtersToAst", + "type": "Function", + "tags": [], + "label": "filtersToAst", + "description": [], + "signature": [ + "(filters: any) => ", { "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionAstExpressionBuilder", - "text": "ExpressionAstExpressionBuilder" + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" }, "[]" ], @@ -12451,27 +12638,12 @@ { "parentPluginId": "data", "id": "def-common.filtersToAst.$1", - "type": "CompoundType", + "type": "Any", "tags": [], "label": "filters", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "any" ], "source": { "path": "src/plugins/data/common/search/expressions/filters_to_ast.ts", @@ -12555,6 +12727,122 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxToAst", + "type": "Function", + "tags": [], + "label": "geoBoundingBoxToAst", + "description": [], + "signature": [ + "(geoBoundingBox: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoBoundingBox", + "text": "GeoBoundingBox" + }, + ") => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box_to_ast.ts", + "lineNumber": 16 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxToAst.$1", + "type": "CompoundType", + "tags": [], + "label": "geoBoundingBox", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoBoundingBox", + "text": "GeoBoundingBox" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box_to_ast.ts", + "lineNumber": 16 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoPointToAst", + "type": "Function", + "tags": [], + "label": "geoPointToAst", + "description": [], + "signature": [ + "(point: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + ") => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_point_to_ast.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoPointToAst.$1", + "type": "CompoundType", + "tags": [], + "label": "point", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_point_to_ast.ts", + "lineNumber": 12 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-common.getAvgMetricAgg", @@ -13131,7 +13419,7 @@ ], "source": { "path": "src/plugins/data/common/search/expressions/esdsl.ts", - "lineNumber": 42 + "lineNumber": 43 }, "deprecated": false, "children": [ @@ -13144,7 +13432,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/expressions/esdsl.ts", - "lineNumber": 44 + "lineNumber": 45 }, "deprecated": false, "children": [ @@ -13162,7 +13450,7 @@ ], "source": { "path": "src/plugins/data/common/search/expressions/esdsl.ts", - "lineNumber": 45 + "lineNumber": 46 }, "deprecated": false, "returnComment": [], @@ -13179,7 +13467,7 @@ ], "source": { "path": "src/plugins/data/common/search/expressions/esdsl.ts", - "lineNumber": 45 + "lineNumber": 46 }, "deprecated": false } @@ -13219,7 +13507,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filter.ts", - "lineNumber": 27 + "lineNumber": 29 }, "deprecated": false, "children": [ @@ -13232,7 +13520,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filter.ts", - "lineNumber": 27 + "lineNumber": 29 }, "deprecated": false, "children": [ @@ -13248,7 +13536,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filter.ts", - "lineNumber": 27 + "lineNumber": 29 }, "deprecated": false, "returnComment": [], @@ -13262,7 +13550,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filter.ts", - "lineNumber": 27 + "lineNumber": 29 }, "deprecated": false } @@ -13345,7 +13633,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filters.ts", - "lineNumber": 43 + "lineNumber": 42 }, "deprecated": false, "children": [ @@ -13367,7 +13655,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filters.ts", - "lineNumber": 43 + "lineNumber": 42 }, "deprecated": false, "isRequired": true @@ -13474,7 +13762,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/geo_hash.ts", - "lineNumber": 37 + "lineNumber": 38 }, "deprecated": false, "children": [], @@ -13544,7 +13832,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 51 + "lineNumber": 52 }, "deprecated": false, "children": [ @@ -13566,7 +13854,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 51 + "lineNumber": 52 }, "deprecated": false, "isRequired": true @@ -13603,7 +13891,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/ip_range.ts", - "lineNumber": 38 + "lineNumber": 39 }, "deprecated": false, "children": [], @@ -14044,7 +14332,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/range.ts", - "lineNumber": 38 + "lineNumber": 35 }, "deprecated": false, "children": [ @@ -14066,7 +14354,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/range.ts", - "lineNumber": 38 + "lineNumber": 35 }, "deprecated": false, "isRequired": true @@ -14566,9 +14854,11 @@ "label": "handleRequest", "description": [], "signature": [ - "({ abortSignal, aggs, filters, indexPattern, inspectorAdapters, partialRows, query, searchSessionId, searchSourceService, timeFields, timeRange, getNow, }: ", + "({ abortSignal, aggs, filters, indexPattern, inspectorAdapters, partialRows, query, searchSessionId, searchSourceService, timeFields, timeRange, getNow, executionContext, }: ", "RequestHandlerParams", - ") => Promise<", + ") => ", + "Observable", + "<", { "pluginId": "expressions", "scope": "common", @@ -14580,7 +14870,7 @@ ], "source": { "path": "src/plugins/data/common/search/expressions/esaggs/request_handler.ts", - "lineNumber": 35 + "lineNumber": 38 }, "deprecated": false, "children": [ @@ -14589,14 +14879,14 @@ "id": "def-common.handleRequest.$1", "type": "Object", "tags": [], - "label": "{\n abortSignal,\n aggs,\n filters,\n indexPattern,\n inspectorAdapters,\n partialRows,\n query,\n searchSessionId,\n searchSourceService,\n timeFields,\n timeRange,\n getNow,\n}", + "label": "{\n abortSignal,\n aggs,\n filters,\n indexPattern,\n inspectorAdapters,\n partialRows,\n query,\n searchSessionId,\n searchSourceService,\n timeFields,\n timeRange,\n getNow,\n executionContext,\n}", "description": [], "signature": [ "RequestHandlerParams" ], "source": { "path": "src/plugins/data/common/search/expressions/esaggs/request_handler.ts", - "lineNumber": 35 + "lineNumber": 38 }, "deprecated": false, "isRequired": true @@ -14802,15 +15092,73 @@ }, { "parentPluginId": "data", - "id": "def-common.isAutoInterval", + "id": "def-common.ipRangeToAst", "type": "Function", "tags": [], - "label": "isAutoInterval", + "label": "ipRangeToAst", "description": [], "signature": [ - "(value: unknown) => boolean" - ], - "source": { + "(ipRange: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpRange", + "text": "IpRange" + }, + ") => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/ip_range_to_ast.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.ipRangeToAst.$1", + "type": "Object", + "tags": [], + "label": "ipRange", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpRange", + "text": "IpRange" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/ip_range_to_ast.ts", + "lineNumber": 12 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.isAutoInterval", + "type": "Function", + "tags": [], + "label": "isAutoInterval", + "description": [], + "signature": [ + "(value: unknown) => boolean" + ], + "source": { "path": "src/plugins/data/common/search/aggs/buckets/_interval_options.ts", "lineNumber": 13 }, @@ -15402,6 +15750,64 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "data", + "id": "def-common.numericalRangeToAst", + "type": "Function", + "tags": [], + "label": "numericalRangeToAst", + "description": [], + "signature": [ + "(numericalRange: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.NumericalRange", + "text": "NumericalRange" + }, + ") => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/numerical_range_to_ast.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.numericalRangeToAst.$1", + "type": "Object", + "tags": [], + "label": "numericalRange", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.NumericalRange", + "text": "NumericalRange" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/numerical_range_to_ast.ts", + "lineNumber": 12 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-common.parseEsInterval", @@ -15701,51 +16107,95 @@ }, { "parentPluginId": "data", - "id": "def-common.queryToAst", + "id": "def-common.queryFilterToAst", "type": "Function", "tags": [], - "label": "queryToAst", + "label": "queryFilterToAst", "description": [], "signature": [ - "(query: ", + "({ input, label }: ", { "pluginId": "data", "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" + "docId": "kibDataSearchPluginApi", + "section": "def-common.QueryFilter", + "text": "QueryFilter" }, ") => ", { "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionAstExpressionBuilder", - "text": "ExpressionAstExpressionBuilder" + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" } ], "source": { - "path": "src/plugins/data/common/search/expressions/query_to_ast.ts", - "lineNumber": 14 + "path": "src/plugins/data/common/search/expressions/query_filter_to_ast.ts", + "lineNumber": 13 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.queryToAst.$1", + "id": "def-common.queryFilterToAst.$1", "type": "Object", "tags": [], - "label": "query", + "label": "{ input, label }", "description": [], "signature": [ { "pluginId": "data", "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" + "docId": "kibDataSearchPluginApi", + "section": "def-common.QueryFilter", + "text": "QueryFilter" } ], + "source": { + "path": "src/plugins/data/common/search/expressions/query_filter_to_ast.ts", + "lineNumber": 13 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.queryToAst", + "type": "Function", + "tags": [], + "label": "queryToAst", + "description": [], + "signature": [ + "(query: any) => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/query_to_ast.ts", + "lineNumber": 14 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.queryToAst.$1", + "type": "Any", + "tags": [], + "label": "query", + "description": [], + "signature": [ + "any" + ], "source": { "path": "src/plugins/data/common/search/expressions/query_to_ast.ts", "lineNumber": 14 @@ -16090,18 +16540,9 @@ "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionAstFunctionBuilder", - "text": "ExpressionAstFunctionBuilder" - }, - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExpressionFunctionKibanaTimerange", - "text": "ExpressionFunctionKibanaTimerange" - }, - ">" + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + } ], "source": { "path": "src/plugins/data/common/search/expressions/timerange_to_ast.ts", @@ -16198,7 +16639,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 53 + "lineNumber": 54 }, "deprecated": false, "children": [ @@ -16214,7 +16655,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 54 + "lineNumber": 55 }, "deprecated": false }, @@ -16230,7 +16671,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 55 + "lineNumber": 56 }, "deprecated": false } @@ -16248,7 +16689,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 196 + "lineNumber": 195 }, "deprecated": false, "children": [ @@ -16277,7 +16718,71 @@ "section": "def-common.BUCKET_TYPES", "text": "BUCKET_TYPES" }, - ".FILTER>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ geo_bounding_box?: string | undefined; filter?: string | undefined; }, \"geo_bounding_box\"> & Pick<{ geo_bounding_box?: string | undefined; filter?: string | undefined; }, \"filter\">, \"enabled\" | \"id\" | \"filter\" | \"customLabel\" | \"schema\" | \"geo_bounding_box\" | \"json\" | \"timeShift\">, ", + ".FILTER>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ geo_bounding_box?: ({ type: \"geo_bounding_box\"; } & GeoBox) | ({ type: \"geo_bounding_box\"; } & { top_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & { top_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & WellKnownText) | undefined; filter?: any; }, \"filter\" | \"geo_bounding_box\"> & Pick<{ geo_bounding_box?: ({ type: \"geo_bounding_box\"; } & GeoBox) | ({ type: \"geo_bounding_box\"; } & { top_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & { top_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & WellKnownText) | undefined; filter?: any; }, never>, \"enabled\" | \"id\" | \"filter\" | \"customLabel\" | \"schema\" | \"geo_bounding_box\" | \"json\" | \"timeShift\">, ", "AggExpressionType", ", ", { @@ -16301,7 +16806,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 197 + "lineNumber": 196 }, "deprecated": false }, @@ -16330,7 +16835,39 @@ "section": "def-common.BUCKET_TYPES", "text": "BUCKET_TYPES" }, - ".FILTERS>, \"enabled\" | \"id\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ filters?: string | undefined; }, \"filters\"> & Pick<{ filters?: string | undefined; }, never>, \"enabled\" | \"filters\" | \"id\" | \"schema\" | \"json\" | \"timeShift\">, ", + ".FILTERS>, \"enabled\" | \"id\" | \"schema\" | \"json\" | \"timeShift\"> & Pick<{ filters?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"kibana_query_filter\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.QueryFilter", + "text": "QueryFilter" + }, + ">[] | undefined; }, \"filters\"> & Pick<{ filters?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"kibana_query_filter\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.QueryFilter", + "text": "QueryFilter" + }, + ">[] | undefined; }, never>, \"enabled\" | \"filters\" | \"id\" | \"schema\" | \"json\" | \"timeShift\">, ", "AggExpressionType", ", ", { @@ -16354,7 +16891,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 198 + "lineNumber": 197 }, "deprecated": false }, @@ -16407,7 +16944,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 199 + "lineNumber": 198 }, "deprecated": false }, @@ -16436,31 +16973,95 @@ "section": "def-common.BUCKET_TYPES", "text": "BUCKET_TYPES" }, - ".IP_RANGE>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\"> & Pick<{ ranges?: string | undefined; ipRangeType?: string | undefined; }, \"ipRangeType\" | \"ranges\"> & Pick<{ ranges?: string | undefined; ipRangeType?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ipRangeType\" | \"ranges\">, ", - "AggExpressionType", - ", ", + ".IP_RANGE>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\"> & Pick<{ ranges?: (", { "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" }, - "<", + "<\"cidr\", ", { - "pluginId": "inspector", + "pluginId": "data", "scope": "common", - "docId": "kibInspectorPluginApi", - "section": "def-common.Adapters", - "text": "Adapters" + "docId": "kibDataSearchPluginApi", + "section": "def-common.Cidr", + "text": "Cidr" }, - ", ", - "SerializableState", - ">>" - ], + "> | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"ip_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpRange", + "text": "IpRange" + }, + ">)[] | undefined; ipRangeType?: string | undefined; }, \"ipRangeType\" | \"ranges\"> & Pick<{ ranges?: (", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"cidr\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.Cidr", + "text": "Cidr" + }, + "> | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"ip_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpRange", + "text": "IpRange" + }, + ">)[] | undefined; ipRangeType?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ipRangeType\" | \"ranges\">, ", + "AggExpressionType", + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 200 + "lineNumber": 199 }, "deprecated": false }, @@ -16489,7 +17090,39 @@ "section": "def-common.BUCKET_TYPES", "text": "BUCKET_TYPES" }, - ".DATE_RANGE>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\"> & Pick<{ ranges?: string | undefined; }, \"ranges\"> & Pick<{ ranges?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ranges\" | \"time_zone\">, ", + ".DATE_RANGE>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\"> & Pick<{ ranges?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"date_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.DateRange", + "text": "DateRange" + }, + ">[] | undefined; }, \"ranges\"> & Pick<{ ranges?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"date_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.DateRange", + "text": "DateRange" + }, + ">[] | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ranges\" | \"time_zone\">, ", "AggExpressionType", ", ", { @@ -16513,7 +17146,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 201 + "lineNumber": 200 }, "deprecated": false }, @@ -16542,7 +17175,39 @@ "section": "def-common.BUCKET_TYPES", "text": "BUCKET_TYPES" }, - ".RANGE>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\"> & Pick<{ ranges?: string | undefined; }, \"ranges\"> & Pick<{ ranges?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ranges\">, ", + ".RANGE>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\"> & Pick<{ ranges?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"numerical_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.NumericalRange", + "text": "NumericalRange" + }, + ">[] | undefined; }, \"ranges\"> & Pick<{ ranges?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"numerical_range\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.NumericalRange", + "text": "NumericalRange" + }, + ">[] | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"ranges\">, ", "AggExpressionType", ", ", { @@ -16566,7 +17231,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 202 + "lineNumber": 201 }, "deprecated": false }, @@ -16619,7 +17284,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 203 + "lineNumber": 202 }, "deprecated": false }, @@ -16648,7 +17313,71 @@ "section": "def-common.BUCKET_TYPES", "text": "BUCKET_TYPES" }, - ".GEOHASH_GRID>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"autoPrecision\" | \"precision\" | \"useGeocentroid\" | \"isFilteredByCollar\"> & Pick<{ boundingBox?: string | undefined; }, \"boundingBox\"> & Pick<{ boundingBox?: string | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"autoPrecision\" | \"precision\" | \"useGeocentroid\" | \"isFilteredByCollar\" | \"boundingBox\">, ", + ".GEOHASH_GRID>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"autoPrecision\" | \"precision\" | \"useGeocentroid\" | \"isFilteredByCollar\"> & Pick<{ boundingBox?: ({ type: \"geo_bounding_box\"; } & GeoBox) | ({ type: \"geo_bounding_box\"; } & { top_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & { top_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & WellKnownText) | undefined; }, \"boundingBox\"> & Pick<{ boundingBox?: ({ type: \"geo_bounding_box\"; } & GeoBox) | ({ type: \"geo_bounding_box\"; } & { top_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & { top_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; }) | ({ type: \"geo_bounding_box\"; } & WellKnownText) | undefined; }, never>, \"enabled\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"autoPrecision\" | \"precision\" | \"useGeocentroid\" | \"isFilteredByCollar\" | \"boundingBox\">, ", "AggExpressionType", ", ", { @@ -16672,7 +17401,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 204 + "lineNumber": 203 }, "deprecated": false }, @@ -16701,7 +17430,39 @@ "section": "def-common.BUCKET_TYPES", "text": "BUCKET_TYPES" }, - ".HISTOGRAM>, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"used_interval\" | \"maxBars\" | \"intervalBase\" | \"min_doc_count\" | \"has_extended_bounds\"> & Pick<{ extended_bounds?: string | undefined; }, \"extended_bounds\"> & Pick<{ extended_bounds?: string | undefined; }, never>, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"used_interval\" | \"maxBars\" | \"intervalBase\" | \"min_doc_count\" | \"has_extended_bounds\" | \"extended_bounds\">, ", + ".HISTOGRAM>, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"used_interval\" | \"maxBars\" | \"intervalBase\" | \"min_doc_count\" | \"has_extended_bounds\"> & Pick<{ extended_bounds?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"extended_bounds\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + "> | undefined; }, \"extended_bounds\"> & Pick<{ extended_bounds?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"extended_bounds\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + "> | undefined; }, never>, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"used_interval\" | \"maxBars\" | \"intervalBase\" | \"min_doc_count\" | \"has_extended_bounds\" | \"extended_bounds\">, ", "AggExpressionType", ", ", { @@ -16725,7 +17486,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 205 + "lineNumber": 204 }, "deprecated": false }, @@ -16754,7 +17515,71 @@ "section": "def-common.BUCKET_TYPES", "text": "BUCKET_TYPES" }, - ".DATE_HISTOGRAM>, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\" | \"used_interval\" | \"min_doc_count\" | \"useNormalizedEsInterval\" | \"scaleMetricValues\" | \"used_time_zone\" | \"drop_partials\" | \"format\"> & Pick<{ timeRange?: string | undefined; extended_bounds?: string | undefined; }, \"timeRange\" | \"extended_bounds\"> & Pick<{ timeRange?: string | undefined; extended_bounds?: string | undefined; }, never>, \"enabled\" | \"interval\" | \"timeRange\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\" | \"used_interval\" | \"min_doc_count\" | \"extended_bounds\" | \"useNormalizedEsInterval\" | \"scaleMetricValues\" | \"used_time_zone\" | \"drop_partials\" | \"format\">, ", + ".DATE_HISTOGRAM>, \"enabled\" | \"interval\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\" | \"used_interval\" | \"min_doc_count\" | \"useNormalizedEsInterval\" | \"scaleMetricValues\" | \"used_time_zone\" | \"drop_partials\" | \"format\"> & Pick<{ timeRange?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"timerange\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + "> | undefined; extended_bounds?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"extended_bounds\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + "> | undefined; }, \"timeRange\" | \"extended_bounds\"> & Pick<{ timeRange?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"timerange\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + "> | undefined; extended_bounds?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"extended_bounds\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + "> | undefined; }, never>, \"enabled\" | \"interval\" | \"timeRange\" | \"id\" | \"customLabel\" | \"schema\" | \"json\" | \"timeShift\" | \"field\" | \"time_zone\" | \"used_interval\" | \"min_doc_count\" | \"extended_bounds\" | \"useNormalizedEsInterval\" | \"scaleMetricValues\" | \"used_time_zone\" | \"drop_partials\" | \"format\">, ", "AggExpressionType", ", ", { @@ -16778,7 +17603,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 206 + "lineNumber": 205 }, "deprecated": false }, @@ -16835,7 +17660,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 207 + "lineNumber": 206 }, "deprecated": false }, @@ -16888,7 +17713,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 208 + "lineNumber": 207 }, "deprecated": false }, @@ -16949,7 +17774,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 209 + "lineNumber": 208 }, "deprecated": false }, @@ -17010,7 +17835,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 210 + "lineNumber": 209 }, "deprecated": false }, @@ -17071,7 +17896,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 211 + "lineNumber": 210 }, "deprecated": false }, @@ -17132,7 +17957,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 212 + "lineNumber": 211 }, "deprecated": false }, @@ -17193,7 +18018,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 213 + "lineNumber": 212 }, "deprecated": false }, @@ -17246,7 +18071,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 214 + "lineNumber": 213 }, "deprecated": false }, @@ -17299,7 +18124,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 215 + "lineNumber": 214 }, "deprecated": false }, @@ -17356,7 +18181,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 216 + "lineNumber": 215 }, "deprecated": false }, @@ -17413,7 +18238,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 217 + "lineNumber": 216 }, "deprecated": false }, @@ -17466,7 +18291,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 218 + "lineNumber": 217 }, "deprecated": false }, @@ -17519,7 +18344,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 219 + "lineNumber": 218 }, "deprecated": false }, @@ -17572,7 +18397,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 220 + "lineNumber": 219 }, "deprecated": false }, @@ -17625,7 +18450,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 221 + "lineNumber": 220 }, "deprecated": false }, @@ -17678,7 +18503,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 222 + "lineNumber": 221 }, "deprecated": false }, @@ -17731,7 +18556,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 223 + "lineNumber": 222 }, "deprecated": false }, @@ -17788,7 +18613,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 224 + "lineNumber": 223 }, "deprecated": false }, @@ -17841,7 +18666,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 225 + "lineNumber": 224 }, "deprecated": false }, @@ -17894,7 +18719,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 226 + "lineNumber": 225 }, "deprecated": false }, @@ -17951,7 +18776,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 227 + "lineNumber": 226 }, "deprecated": false }, @@ -18004,7 +18829,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 228 + "lineNumber": 227 }, "deprecated": false }, @@ -18057,7 +18882,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 229 + "lineNumber": 228 }, "deprecated": false }, @@ -18110,7 +18935,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 230 + "lineNumber": 229 }, "deprecated": false } @@ -18841,7 +19666,13 @@ "label": "extended_bounds", "description": [], "signature": [ - "ExtendedBounds", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, " | undefined" ], "source": { @@ -18905,8 +19736,8 @@ "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.DateRangeKey", - "text": "DateRangeKey" + "section": "def-common.DateRange", + "text": "DateRange" }, "[] | undefined" ], @@ -19032,7 +19863,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filter.ts", - "lineNumber": 23 + "lineNumber": 24 }, "deprecated": false, "children": [ @@ -19044,11 +19875,66 @@ "label": "geo_bounding_box", "description": [], "signature": [ - "Partial<{ top_left: GeoPoint; top_right: GeoPoint; bottom_right: GeoPoint; bottom_left: GeoPoint; }> | { wkt: string; } | GeoBox | undefined" + "GeoBox | { top_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; } | { top_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; } | WellKnownText | undefined" ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filter.ts", - "lineNumber": 24 + "lineNumber": 25 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.AggParamsFilter.filter", + "type": "Object", + "tags": [], + "label": "filter", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.QueryFilter", + "text": "QueryFilter" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/buckets/filter.ts", + "lineNumber": 26 }, "deprecated": false } @@ -19139,7 +20025,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filters.ts", - "lineNumber": 36 + "lineNumber": 38 }, "deprecated": false, "children": [ @@ -19151,19 +20037,18 @@ "label": "filters", "description": [], "signature": [ - "{ input: ", { "pluginId": "data", "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" + "docId": "kibDataSearchPluginApi", + "section": "def-common.QueryFilter", + "text": "QueryFilter" }, - "; label: string; }[] | undefined" + "[] | undefined" ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filters.ts", - "lineNumber": 37 + "lineNumber": 39 }, "deprecated": false } @@ -19270,7 +20155,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/geo_hash.ts", - "lineNumber": 28 + "lineNumber": 29 }, "deprecated": false, "children": [ @@ -19283,7 +20168,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/geo_hash.ts", - "lineNumber": 29 + "lineNumber": 30 }, "deprecated": false }, @@ -19299,7 +20184,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/geo_hash.ts", - "lineNumber": 30 + "lineNumber": 31 }, "deprecated": false }, @@ -19315,7 +20200,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/geo_hash.ts", - "lineNumber": 31 + "lineNumber": 32 }, "deprecated": false }, @@ -19331,7 +20216,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/geo_hash.ts", - "lineNumber": 32 + "lineNumber": 33 }, "deprecated": false }, @@ -19347,7 +20232,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/geo_hash.ts", - "lineNumber": 33 + "lineNumber": 34 }, "deprecated": false }, @@ -19359,11 +20244,43 @@ "label": "boundingBox", "description": [], "signature": [ - "Partial<{ top_left: GeoPoint; top_right: GeoPoint; bottom_right: GeoPoint; bottom_left: GeoPoint; }> | { wkt: string; } | GeoBox | undefined" + "GeoBox | { top_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; } | { top_right: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; bottom_left: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" + }, + "; } | WellKnownText | undefined" ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/geo_hash.ts", - "lineNumber": 34 + "lineNumber": 35 }, "deprecated": false } @@ -19462,7 +20379,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 40 + "lineNumber": 41 }, "deprecated": false, "children": [ @@ -19475,7 +20392,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 41 + "lineNumber": 42 }, "deprecated": false }, @@ -19491,7 +20408,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 42 + "lineNumber": 43 }, "deprecated": false }, @@ -19507,7 +20424,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 43 + "lineNumber": 44 }, "deprecated": false }, @@ -19523,7 +20440,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 44 + "lineNumber": 45 }, "deprecated": false }, @@ -19539,7 +20456,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 45 + "lineNumber": 46 }, "deprecated": false }, @@ -19555,7 +20472,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 46 + "lineNumber": 47 }, "deprecated": false }, @@ -19571,7 +20488,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 47 + "lineNumber": 48 }, "deprecated": false }, @@ -19583,12 +20500,18 @@ "label": "extended_bounds", "description": [], "signature": [ - "ExtendedBounds", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, " | undefined" ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 48 + "lineNumber": 49 }, "deprecated": false } @@ -19615,7 +20538,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/ip_range.ts", - "lineNumber": 29 + "lineNumber": 30 }, "deprecated": false, "children": [ @@ -19628,7 +20551,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/ip_range.ts", - "lineNumber": 30 + "lineNumber": 31 }, "deprecated": false }, @@ -19651,7 +20574,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/ip_range.ts", - "lineNumber": 31 + "lineNumber": 32 }, "deprecated": false }, @@ -19683,7 +20606,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/ip_range.ts", - "lineNumber": 32 + "lineNumber": 33 }, "deprecated": false } @@ -20051,7 +20974,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/range.ts", - "lineNumber": 29 + "lineNumber": 30 }, "deprecated": false, "children": [ @@ -20064,7 +20987,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/range.ts", - "lineNumber": 30 + "lineNumber": 31 }, "deprecated": false }, @@ -20076,11 +20999,18 @@ "label": "ranges", "description": [], "signature": [ - "{ from: number; to: number; label?: string | undefined; }[] | undefined" + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.NumericalRange", + "text": "NumericalRange" + }, + "[] | undefined" ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/range.ts", - "lineNumber": 31 + "lineNumber": 32 }, "deprecated": false } @@ -21074,7 +22004,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 25 + "lineNumber": 26 }, "deprecated": false, "children": [ @@ -21087,7 +22017,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 26 + "lineNumber": 27 }, "deprecated": false }, @@ -21100,7 +22030,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 27 + "lineNumber": 28 }, "deprecated": false } @@ -21162,21 +22092,9 @@ "label": "filterFieldTypes", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", " | \"*\" | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", "[] | undefined" ], "source": { @@ -21188,6 +22106,35 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "data", + "id": "def-common.Cidr", + "type": "Interface", + "tags": [], + "label": "Cidr", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.Cidr.mask", + "type": "string", + "tags": [], + "label": "mask", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 13 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-common.CidrMaskIpRangeAggKey", @@ -21349,6 +22296,54 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "data", + "id": "def-common.DateRange", + "type": "Interface", + "tags": [], + "label": "DateRange", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.DateRange.from", + "type": "CompoundType", + "tags": [], + "label": "from", + "description": [], + "signature": [ + "string | number" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.DateRange.to", + "type": "CompoundType", + "tags": [], + "label": "to", + "description": [], + "signature": [ + "string | number" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 14 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-common.DateRangeBucketAggDependencies", @@ -21417,60 +22412,12 @@ }, { "parentPluginId": "data", - "id": "def-common.DateRangeKey", + "id": "def-common.EqlSearchStrategyRequest", "type": "Interface", "tags": [], - "label": "DateRangeKey", + "label": "EqlSearchStrategyRequest", "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/buckets/lib/date_range.ts", - "lineNumber": 9 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.DateRangeKey.from", - "type": "CompoundType", - "tags": [], - "label": "from", - "description": [], - "signature": [ - "string | number" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/buckets/lib/date_range.ts", - "lineNumber": 10 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.DateRangeKey.to", - "type": "CompoundType", - "tags": [], - "label": "to", - "description": [], - "signature": [ - "string | number" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/buckets/lib/date_range.ts", - "lineNumber": 11 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.EqlSearchStrategyRequest", - "type": "Interface", - "tags": [], - "label": "EqlSearchStrategyRequest", - "description": [], - "signature": [ + "signature": [ { "pluginId": "data", "scope": "common", @@ -21581,6 +22528,54 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "data", + "id": "def-common.ExtendedBounds", + "type": "Interface", + "tags": [], + "label": "ExtendedBounds", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 13 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.ExtendedBounds.min", + "type": "number", + "tags": [], + "label": "min", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 14 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.ExtendedBounds.max", + "type": "number", + "tags": [], + "label": "max", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 15 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-common.FetchHandlers", @@ -21730,7 +22725,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filters.ts", - "lineNumber": 32 + "lineNumber": 34 }, "deprecated": false, "children": [ @@ -21746,7 +22741,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filters.ts", - "lineNumber": 33 + "lineNumber": 35 }, "deprecated": false, "returnComment": [], @@ -21760,7 +22755,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filters.ts", - "lineNumber": 33 + "lineNumber": 35 }, "deprecated": false } @@ -21778,7 +22773,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 30 + "lineNumber": 31 }, "deprecated": false, "children": [ @@ -21794,7 +22789,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 31 + "lineNumber": 32 }, "deprecated": false, "returnComment": [], @@ -21808,7 +22803,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 31 + "lineNumber": 32 }, "deprecated": false } @@ -21830,11 +22825,11 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\" | \"deserialize\" | \"getDefaultConfig\" | \"getType\" | \"getTypeWithoutMetaParams\" | \"getDefaultType\" | \"getTypeNameByEsTypes\" | \"getDefaultTypeName\" | \"getInstance\" | \"getDefaultInstancePlain\" | \"getDefaultInstanceCacheResolver\" | \"getByFieldType\" | \"getDefaultInstance\" | \"parseDefaultTypeMap\">, \"deserialize\" | \"getDefaultInstance\">" + ", \"deserialize\" | \"getDefaultConfig\" | \"getType\" | \"getTypeWithoutMetaParams\" | \"getDefaultType\" | \"getTypeNameByEsTypes\" | \"getDefaultTypeName\" | \"getInstance\" | \"getDefaultInstancePlain\" | \"getDefaultInstanceCacheResolver\" | \"getByFieldType\" | \"getDefaultInstance\" | \"parseDefaultTypeMap\" | \"has\">, \"deserialize\" | \"getDefaultInstance\">" ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 32 + "lineNumber": 33 }, "deprecated": false, "returnComment": [], @@ -22033,7 +23028,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 35 + "lineNumber": 36 }, "deprecated": false, "children": [ @@ -22057,7 +23052,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 36 + "lineNumber": 37 }, "deprecated": false, "returnComment": [], @@ -22080,7 +23075,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 36 + "lineNumber": 37 }, "deprecated": false } @@ -22105,7 +23100,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram.ts", - "lineNumber": 37 + "lineNumber": 38 }, "deprecated": false, "returnComment": [], @@ -22532,6 +23527,48 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "data", + "id": "def-common.IpRange", + "type": "Interface", + "tags": [], + "label": "IpRange", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/ip_range.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.IpRange.from", + "type": "string", + "tags": [], + "label": "from", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/ip_range.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.IpRange.to", + "type": "string", + "tags": [], + "label": "to", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/ip_range.ts", + "lineNumber": 14 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-common.ISearchClient", @@ -22961,6 +23998,23 @@ "lineNumber": 136 }, "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.ISearchOptions.executionContext", + "type": "Object", + "tags": [], + "label": "executionContext", + "description": [], + "signature": [ + "KibanaExecutionContext", + " | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 138 + }, + "deprecated": false } ], "initialIsOpen": false @@ -22976,7 +24030,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 26 + "lineNumber": 25 }, "deprecated": false, "children": [ @@ -23010,7 +24064,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 31 + "lineNumber": 30 }, "deprecated": false, "returnComment": [], @@ -23034,7 +24088,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 31 + "lineNumber": 30 }, "deprecated": false } @@ -23062,7 +24116,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 35 + "lineNumber": 34 }, "deprecated": false, "returnComment": [], @@ -23203,21 +24257,9 @@ "label": "filterFieldTypes", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", " | \"*\" | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, + "KBN_FIELD_TYPES", "[] | undefined" ], "source": { @@ -23312,6 +24354,70 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "data", + "id": "def-common.NumericalRange", + "type": "Interface", + "tags": [], + "label": "NumericalRange", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 13 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.NumericalRange.from", + "type": "number", + "tags": [], + "label": "from", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 14 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.NumericalRange.to", + "type": "number", + "tags": [], + "label": "to", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 15 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.NumericalRange.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 16 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-common.OptionedValueProp", @@ -23448,7 +24554,7 @@ "section": "def-common.FieldFormatsRegistry", "text": "FieldFormatsRegistry" }, - ", \"init\" | \"register\" | \"deserialize\" | \"getDefaultConfig\" | \"getType\" | \"getTypeWithoutMetaParams\" | \"getDefaultType\" | \"getTypeNameByEsTypes\" | \"getDefaultTypeName\" | \"getInstance\" | \"getDefaultInstancePlain\" | \"getDefaultInstanceCacheResolver\" | \"getByFieldType\" | \"getDefaultInstance\" | \"parseDefaultTypeMap\">, \"deserialize\" | \"getDefaultInstance\">" + ", \"deserialize\" | \"getDefaultConfig\" | \"getType\" | \"getTypeWithoutMetaParams\" | \"getDefaultType\" | \"getTypeNameByEsTypes\" | \"getDefaultTypeName\" | \"getInstance\" | \"getDefaultInstancePlain\" | \"getDefaultInstanceCacheResolver\" | \"getByFieldType\" | \"getDefaultInstance\" | \"parseDefaultTypeMap\" | \"has\">, \"deserialize\" | \"getDefaultInstance\">" ], "source": { "path": "src/plugins/data/common/search/aggs/metrics/percentile_ranks.ts", @@ -23463,49 +24569,97 @@ }, { "parentPluginId": "data", - "id": "def-common.RangeBucketAggDependencies", + "id": "def-common.QueryFilter", "type": "Interface", "tags": [], - "label": "RangeBucketAggDependencies", + "label": "QueryFilter", "description": [], "source": { - "path": "src/plugins/data/common/search/aggs/buckets/range.ts", - "lineNumber": 25 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 15 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.RangeBucketAggDependencies.getFieldFormatsStart", - "type": "Function", + "id": "def-common.QueryFilter.input", + "type": "Any", "tags": [], - "label": "getFieldFormatsStart", + "label": "input", "description": [], "signature": [ - "() => Pick, \"deserialize\" | \"getDefaultInstance\">" + "any" ], "source": { - "path": "src/plugins/data/common/search/aggs/buckets/range.ts", - "lineNumber": 26 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 16 }, - "deprecated": false, - "returnComment": [], - "children": [] + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.QueryFilter.label", + "type": "string", + "tags": [], + "label": "label", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 17 + }, + "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.RangeIpRangeAggKey", + "id": "def-common.RangeBucketAggDependencies", + "type": "Interface", + "tags": [], + "label": "RangeBucketAggDependencies", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/buckets/range.ts", + "lineNumber": 26 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.RangeBucketAggDependencies.getFieldFormatsStart", + "type": "Function", + "tags": [], + "label": "getFieldFormatsStart", + "description": [], + "signature": [ + "() => Pick, \"deserialize\" | \"getDefaultInstance\">" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/buckets/range.ts", + "lineNumber": 27 + }, + "deprecated": false, + "returnComment": [], + "children": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.RangeIpRangeAggKey", "type": "Interface", "tags": [], "label": "RangeIpRangeAggKey", @@ -23570,7 +24724,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 131 + "lineNumber": 130 }, "deprecated": false, "children": [ @@ -23586,7 +24740,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 132 + "lineNumber": 131 }, "deprecated": false }, @@ -23602,7 +24756,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 133 + "lineNumber": 132 }, "deprecated": false }, @@ -23618,7 +24772,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 134 + "lineNumber": 133 }, "deprecated": false }, @@ -23634,7 +24788,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 135 + "lineNumber": 134 }, "deprecated": false }, @@ -23650,7 +24804,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 136 + "lineNumber": 135 }, "deprecated": false }, @@ -23666,7 +24820,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 137 + "lineNumber": 136 }, "deprecated": false } @@ -23682,7 +24836,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 140 + "lineNumber": 139 }, "deprecated": false, "children": [ @@ -23706,7 +24860,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 141 + "lineNumber": 140 }, "deprecated": false } @@ -23816,7 +24970,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/session/types.ts", - "lineNumber": 95 + "lineNumber": 99 }, "deprecated": false, "children": [ @@ -23832,7 +24986,7 @@ ], "source": { "path": "src/plugins/data/common/search/session/types.ts", - "lineNumber": 96 + "lineNumber": 100 }, "deprecated": false }, @@ -23848,7 +25002,7 @@ ], "source": { "path": "src/plugins/data/common/search/session/types.ts", - "lineNumber": 97 + "lineNumber": 101 }, "deprecated": false }, @@ -23864,7 +25018,7 @@ ], "source": { "path": "src/plugins/data/common/search/session/types.ts", - "lineNumber": 98 + "lineNumber": 102 }, "deprecated": false }, @@ -23880,7 +25034,7 @@ ], "source": { "path": "src/plugins/data/common/search/session/types.ts", - "lineNumber": 99 + "lineNumber": 103 }, "deprecated": false }, @@ -23896,7 +25050,7 @@ ], "source": { "path": "src/plugins/data/common/search/session/types.ts", - "lineNumber": 100 + "lineNumber": 104 }, "deprecated": false } @@ -23912,7 +25066,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/session/types.ts", - "lineNumber": 76 + "lineNumber": 80 }, "deprecated": false, "children": [ @@ -23927,7 +25081,7 @@ ], "source": { "path": "src/plugins/data/common/search/session/types.ts", - "lineNumber": 80 + "lineNumber": 84 }, "deprecated": false }, @@ -23942,7 +25096,7 @@ ], "source": { "path": "src/plugins/data/common/search/session/types.ts", - "lineNumber": 84 + "lineNumber": 88 }, "deprecated": false }, @@ -23957,7 +25111,7 @@ ], "source": { "path": "src/plugins/data/common/search/session/types.ts", - "lineNumber": 88 + "lineNumber": 92 }, "deprecated": false }, @@ -23975,7 +25129,7 @@ ], "source": { "path": "src/plugins/data/common/search/session/types.ts", - "lineNumber": 92 + "lineNumber": 96 }, "deprecated": false } @@ -24275,6 +25429,21 @@ "lineNumber": 73 }, "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.SearchSessionSavedObjectAttributes.version", + "type": "string", + "tags": [], + "label": "version", + "description": [ + "\nVersion information to display warnings when trying to restore a session from a different version" + ], + "source": { + "path": "src/plugins/data/common/search/session/types.ts", + "lineNumber": 77 + }, + "deprecated": false } ], "initialIsOpen": false @@ -24305,7 +25474,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 122 + "lineNumber": 121 }, "deprecated": false, "children": [ @@ -24363,7 +25532,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/search_source.ts", - "lineNumber": 123 + "lineNumber": 122 }, "deprecated": false, "returnComment": [], @@ -24423,7 +25592,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 70 + "lineNumber": 69 }, "deprecated": false, "children": [ @@ -24439,81 +25608,43 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 71 + "lineNumber": 70 }, "deprecated": false }, { "parentPluginId": "data", "id": "def-common.SearchSourceFields.query", - "type": "Object", + "type": "Any", "tags": [], "label": "query", "description": [ "\n{@link Query}" ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | undefined" + "any" ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 75 + "lineNumber": 74 }, "deprecated": false }, { "parentPluginId": "data", "id": "def-common.SearchSourceFields.filter", - "type": "CompoundType", + "type": "Any", "tags": [], "label": "filter", "description": [ "\n{@link Filter}" ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | (() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined) | undefined" + "any" ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 79 + "lineNumber": 78 }, "deprecated": false }, @@ -24579,7 +25710,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 83 + "lineNumber": 82 }, "deprecated": false }, @@ -24595,7 +25726,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 84 + "lineNumber": 83 }, "deprecated": false }, @@ -24611,7 +25742,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 85 + "lineNumber": 84 }, "deprecated": false }, @@ -24627,7 +25758,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 86 + "lineNumber": 85 }, "deprecated": false }, @@ -24653,7 +25784,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 90 + "lineNumber": 89 }, "deprecated": false }, @@ -24669,7 +25800,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 91 + "lineNumber": 90 }, "deprecated": false }, @@ -24685,7 +25816,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 92 + "lineNumber": 91 }, "deprecated": false }, @@ -24701,7 +25832,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 93 + "lineNumber": 92 }, "deprecated": false }, @@ -24717,7 +25848,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 94 + "lineNumber": 93 }, "deprecated": false }, @@ -24742,7 +25873,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 98 + "lineNumber": 97 }, "deprecated": false }, @@ -24758,11 +25889,11 @@ "\nRetreive fields directly from _source (legacy behavior)\n" ], "signature": [ - "string | boolean | string[] | undefined" + "string | string[] | undefined" ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 104 + "lineNumber": 103 }, "deprecated": true, "references": [ @@ -24770,14 +25901,14 @@ "plugin": "reporting", "link": { "path": "x-pack/plugins/reporting/server/export_types/csv_searchsource/generate_csv/generate_csv.ts", - "lineNumber": 150 + "lineNumber": 152 } }, { "plugin": "reporting", "link": { "path": "x-pack/plugins/reporting/server/export_types/csv_searchsource/generate_csv/generate_csv.ts", - "lineNumber": 152 + "lineNumber": 154 } } ] @@ -24803,7 +25934,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 108 + "lineNumber": 107 }, "deprecated": false }, @@ -24826,7 +25957,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 109 + "lineNumber": 108 }, "deprecated": false }, @@ -24842,7 +25973,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 110 + "lineNumber": 109 }, "deprecated": false }, @@ -24858,7 +25989,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 111 + "lineNumber": 110 }, "deprecated": false }, @@ -24881,7 +26012,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 113 + "lineNumber": 112 }, "deprecated": false } @@ -24897,7 +26028,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 116 + "lineNumber": 115 }, "deprecated": false, "children": [ @@ -24913,7 +26044,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 117 + "lineNumber": 116 }, "deprecated": false } @@ -24929,7 +26060,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 150 + "lineNumber": 149 }, "deprecated": false, "children": [ @@ -24942,7 +26073,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 151 + "lineNumber": 150 }, "deprecated": false }, @@ -24955,7 +26086,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 152 + "lineNumber": 151 }, "deprecated": false }, @@ -24971,7 +26102,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 153 + "lineNumber": 152 }, "deprecated": false }, @@ -24984,7 +26115,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 164 + "lineNumber": 163 }, "deprecated": false } @@ -25000,7 +26131,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 45 + "lineNumber": 44 }, "deprecated": false, "children": [ @@ -25022,7 +26153,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 46 + "lineNumber": 45 }, "deprecated": false }, @@ -25038,7 +26169,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 47 + "lineNumber": 46 }, "deprecated": false } @@ -25054,7 +26185,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 50 + "lineNumber": 49 }, "deprecated": false, "children": [ @@ -25076,7 +26207,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 51 + "lineNumber": 50 }, "deprecated": false }, @@ -25092,7 +26223,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 52 + "lineNumber": 51 }, "deprecated": false } @@ -25108,7 +26239,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 120 + "lineNumber": 119 }, "deprecated": false, "children": [ @@ -25124,7 +26255,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 121 + "lineNumber": 120 }, "deprecated": false }, @@ -25140,7 +26271,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 122 + "lineNumber": 121 }, "deprecated": false }, @@ -25156,7 +26287,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 123 + "lineNumber": 122 }, "deprecated": false }, @@ -25172,7 +26303,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 124 + "lineNumber": 123 }, "deprecated": false }, @@ -25188,7 +26319,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 125 + "lineNumber": 124 }, "deprecated": false }, @@ -25204,7 +26335,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 126 + "lineNumber": 125 }, "deprecated": false }, @@ -25220,7 +26351,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 127 + "lineNumber": 126 }, "deprecated": false }, @@ -25236,7 +26367,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 128 + "lineNumber": 127 }, "deprecated": false } @@ -25268,7 +26399,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/aggs/buckets/ip_range.ts", - "lineNumber": 24 + "lineNumber": 25 }, "deprecated": false, "initialIsOpen": false @@ -25310,7 +26441,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 40 + "lineNumber": 39 }, "deprecated": false, "initialIsOpen": false @@ -25492,7 +26623,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/date_histogram_fn.ts", - "lineNumber": 15 + "lineNumber": 16 }, "deprecated": false, "initialIsOpen": false @@ -25509,7 +26640,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/date_range_fn.ts", - "lineNumber": 15 + "lineNumber": 16 }, "deprecated": false, "initialIsOpen": false @@ -25560,7 +26691,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filter_fn.ts", - "lineNumber": 15 + "lineNumber": 17 }, "deprecated": false, "initialIsOpen": false @@ -25577,7 +26708,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/filters_fn.ts", - "lineNumber": 15 + "lineNumber": 17 }, "deprecated": false, "initialIsOpen": false @@ -25628,7 +26759,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/geo_hash_fn.ts", - "lineNumber": 15 + "lineNumber": 17 }, "deprecated": false, "initialIsOpen": false @@ -25679,7 +26810,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/histogram_fn.ts", - "lineNumber": 15 + "lineNumber": 16 }, "deprecated": false, "initialIsOpen": false @@ -25696,7 +26827,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/ip_range_fn.ts", - "lineNumber": 15 + "lineNumber": 16 }, "deprecated": false, "initialIsOpen": false @@ -25847,7 +26978,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/buckets/range_fn.ts", - "lineNumber": 15 + "lineNumber": 16 }, "deprecated": false, "initialIsOpen": false @@ -26001,7 +27132,7 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/types.ts", - "lineNumber": 129 + "lineNumber": 128 }, "deprecated": false, "initialIsOpen": false @@ -26145,6 +27276,30 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "data", + "id": "def-common.CidrOutput", + "type": "Type", + "tags": [], + "label": "CidrOutput", + "description": [], + "signature": [ + "{ type: \"cidr\"; } & ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.Cidr", + "text": "Cidr" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 16 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-common.CreateAggConfigParams", @@ -26167,7 +27322,31 @@ ], "source": { "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 58 + "lineNumber": 59 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.DateRangeOutput", + "type": "Type", + "tags": [], + "label": "DateRangeOutput", + "description": [], + "signature": [ + "{ type: \"date_range\"; } & ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.DateRange", + "text": "DateRange" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 17 }, "deprecated": false, "initialIsOpen": false @@ -26304,7 +27483,7 @@ ], "source": { "path": "src/plugins/data/common/search/expressions/esaggs/esaggs_fn.ts", - "lineNumber": 35 + "lineNumber": 36 }, "deprecated": false, "initialIsOpen": false @@ -26346,7 +27525,7 @@ ], "source": { "path": "src/plugins/data/common/search/expressions/esdsl.ts", - "lineNumber": 29 + "lineNumber": 30 }, "deprecated": false, "initialIsOpen": false @@ -26363,7 +27542,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 38 + "lineNumber": 37 }, "deprecated": false, "initialIsOpen": false @@ -26404,7 +27583,7 @@ ], "source": { "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 55 + "lineNumber": 54 }, "deprecated": false, "initialIsOpen": false @@ -26457,53 +27636,29 @@ "label": "ExecutionContextSearch", "description": [], "signature": [ - "{ filters?: ", + "{ filters?: any[] | undefined; query?: any; timeRange?: ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined; query?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - "[] | undefined; timeRange?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" }, " | undefined; }" ], "source": { "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 15 + "lineNumber": 14 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ExpressionFunctionExistsFilter", + "id": "def-common.ExpressionFunctionCidr", "type": "Type", "tags": [], - "label": "ExpressionFunctionExistsFilter", + "label": "ExpressionFunctionCidr", "description": [], "signature": [ { @@ -26513,7 +27668,15 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"existsFilter\", null, Arguments, ", + "<\"cidr\", null, ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.Cidr", + "text": "Cidr" + }, + ", ", { "pluginId": "expressions", "scope": "common", @@ -26521,13 +27684,13 @@ "section": "def-common.ExpressionValueBoxed", "text": "ExpressionValueBoxed" }, - "<\"kibana_filter\", ", + "<\"cidr\", ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "docId": "kibDataSearchPluginApi", + "section": "def-common.Cidr", + "text": "Cidr" }, ">, ", { @@ -26550,18 +27713,18 @@ ">>" ], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 20 + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 18 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ExpressionFunctionField", + "id": "def-common.ExpressionFunctionDateRange", "type": "Type", "tags": [], - "label": "ExpressionFunctionField", + "label": "ExpressionFunctionDateRange", "description": [], "signature": [ { @@ -26571,7 +27734,15 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"field\", null, Arguments, ", + "<\"dateRange\", null, ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.DateRange", + "text": "DateRange" + }, + ", ", { "pluginId": "expressions", "scope": "common", @@ -26579,13 +27750,13 @@ "section": "def-common.ExpressionValueBoxed", "text": "ExpressionValueBoxed" }, - "<\"kibana_field\", ", + "<\"date_range\", ", { "pluginId": "data", "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" + "docId": "kibDataSearchPluginApi", + "section": "def-common.DateRange", + "text": "DateRange" }, ">, ", { @@ -26608,7 +27779,7 @@ ">>" ], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/date_range.ts", "lineNumber": 19 }, "deprecated": false, @@ -26616,10 +27787,10 @@ }, { "parentPluginId": "data", - "id": "def-common.ExpressionFunctionKibana", + "id": "def-common.ExpressionFunctionExistsFilter", "type": "Type", "tags": [], - "label": "ExpressionFunctionKibana", + "label": "ExpressionFunctionExistsFilter", "description": [], "signature": [ { @@ -26629,23 +27800,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"kibana\", Input, object, ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionValueBoxed", - "text": "ExpressionValueBoxed" - }, - "<\"kibana_context\", ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" - }, - ">, ", + "<\"existsFilter\", null, Arguments, any, ", { "pluginId": "expressions", "scope": "common", @@ -26662,28 +27817,22 @@ "text": "Adapters" }, ", ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" - }, + "SerializableState", ">>" ], "source": { - "path": "src/plugins/data/common/search/expressions/kibana.ts", - "lineNumber": 17 + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 20 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ExpressionFunctionKibanaContext", + "id": "def-common.ExpressionFunctionExtendedBounds", "type": "Type", "tags": [], - "label": "ExpressionFunctionKibanaContext", + "label": "ExpressionFunctionExtendedBounds", "description": [], "signature": [ { @@ -26693,7 +27842,15 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"kibana_context\", Input, Arguments, Promise<", + "<\"extendedBounds\", null, ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + ", ", { "pluginId": "expressions", "scope": "common", @@ -26701,15 +27858,15 @@ "section": "def-common.ExpressionValueBoxed", "text": "ExpressionValueBoxed" }, - "<\"kibana_context\", ", + "<\"extended_bounds\", ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" }, - ">>, ", + ">, ", { "pluginId": "expressions", "scope": "common", @@ -26726,28 +27883,22 @@ "text": "Adapters" }, ", ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" - }, + "SerializableState", ">>" ], "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context.ts", - "lineNumber": 34 + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 20 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ExpressionFunctionKibanaFilter", + "id": "def-common.ExpressionFunctionField", "type": "Type", "tags": [], - "label": "ExpressionFunctionKibanaFilter", + "label": "ExpressionFunctionField", "description": [], "signature": [ { @@ -26757,7 +27908,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"kibanaFilter\", null, Arguments, ", + "<\"field\", null, Arguments, ", { "pluginId": "expressions", "scope": "common", @@ -26765,13 +27916,13 @@ "section": "def-common.ExpressionValueBoxed", "text": "ExpressionValueBoxed" }, - "<\"kibana_filter\", ", + "<\"kibana_field\", ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" }, ">, ", { @@ -26794,7 +27945,7 @@ ">>" ], "source": { - "path": "src/plugins/data/common/search/expressions/kibana_filter.ts", + "path": "src/plugins/data/common/search/expressions/field.ts", "lineNumber": 19 }, "deprecated": false, @@ -26802,10 +27953,10 @@ }, { "parentPluginId": "data", - "id": "def-common.ExpressionFunctionKibanaTimerange", + "id": "def-common.ExpressionFunctionGeoBoundingBox", "type": "Type", "tags": [], - "label": "ExpressionFunctionKibanaTimerange", + "label": "ExpressionFunctionGeoBoundingBox", "description": [], "signature": [ { @@ -26815,15 +27966,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"timerange\", null, ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" - }, - ", ", + "<\"geoBoundingBox\", null, GeoBoundingBoxArguments, ", { "pluginId": "expressions", "scope": "common", @@ -26831,13 +27974,13 @@ "section": "def-common.ExpressionValueBoxed", "text": "ExpressionValueBoxed" }, - "<\"timerange\", ", + "<\"geo_bounding_box\", ", { "pluginId": "data", "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoBoundingBox", + "text": "GeoBoundingBox" }, ">, ", { @@ -26860,18 +28003,18 @@ ">>" ], "source": { - "path": "src/plugins/data/common/search/expressions/timerange.ts", - "lineNumber": 15 + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 111 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ExpressionFunctionKql", + "id": "def-common.ExpressionFunctionGeoPoint", "type": "Type", "tags": [], - "label": "ExpressionFunctionKql", + "label": "ExpressionFunctionGeoPoint", "description": [], "signature": [ { @@ -26881,7 +28024,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"kql\", null, Arguments, ", + "<\"geoPoint\", null, GeoPointArguments, ", { "pluginId": "expressions", "scope": "common", @@ -26889,15 +28032,15 @@ "section": "def-common.ExpressionValueBoxed", "text": "ExpressionValueBoxed" }, - "<\"kibana_query\", ", + "<\"geo_point\", { value: ", { "pluginId": "data", "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - ">, ", + "; }>, ", { "pluginId": "expressions", "scope": "common", @@ -26918,18 +28061,18 @@ ">>" ], "source": { - "path": "src/plugins/data/common/search/expressions/kql.ts", - "lineNumber": 17 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 25 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ExpressionFunctionLucene", + "id": "def-common.ExpressionFunctionIpRange", "type": "Type", "tags": [], - "label": "ExpressionFunctionLucene", + "label": "ExpressionFunctionIpRange", "description": [], "signature": [ { @@ -26939,7 +28082,15 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"lucene\", null, Arguments, ", + "<\"ipRange\", null, ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpRange", + "text": "IpRange" + }, + ", ", { "pluginId": "expressions", "scope": "common", @@ -26947,13 +28098,13 @@ "section": "def-common.ExpressionValueBoxed", "text": "ExpressionValueBoxed" }, - "<\"kibana_query\", ", + "<\"ip_range\", ", { "pluginId": "data", "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpRange", + "text": "IpRange" }, ">, ", { @@ -26976,18 +28127,18 @@ ">>" ], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 17 + "path": "src/plugins/data/common/search/expressions/ip_range.ts", + "lineNumber": 19 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ExpressionFunctionPhraseFilter", + "id": "def-common.ExpressionFunctionKibana", "type": "Type", "tags": [], - "label": "ExpressionFunctionPhraseFilter", + "label": "ExpressionFunctionKibana", "description": [], "signature": [ { @@ -26997,7 +28148,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"rangeFilter\", null, Arguments, ", + "<\"kibana\", Input, object, ", { "pluginId": "expressions", "scope": "common", @@ -27005,13 +28156,13 @@ "section": "def-common.ExpressionValueBoxed", "text": "ExpressionValueBoxed" }, - "<\"kibana_filter\", ", + "<\"kibana_context\", ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" }, ">, ", { @@ -27030,22 +28181,28 @@ "text": "Adapters" }, ", ", - "SerializableState", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" + }, ">>" ], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 21 + "path": "src/plugins/data/common/search/expressions/kibana.ts", + "lineNumber": 17 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ExpressionFunctionRange", + "id": "def-common.ExpressionFunctionKibanaContext", "type": "Type", "tags": [], - "label": "ExpressionFunctionRange", + "label": "ExpressionFunctionKibanaContext", "description": [], "signature": [ { @@ -27055,7 +28212,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"range\", null, Arguments, ", + "<\"kibana_context\", Input, Arguments, Promise<", { "pluginId": "expressions", "scope": "common", @@ -27063,7 +28220,15 @@ "section": "def-common.ExpressionValueBoxed", "text": "ExpressionValueBoxed" }, - "<\"kibana_range\", Arguments>, ", + "<\"kibana_context\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" + }, + ">>, ", { "pluginId": "expressions", "scope": "common", @@ -27080,22 +28245,28 @@ "text": "Adapters" }, ", ", - "SerializableState", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" + }, ">>" ], "source": { - "path": "src/plugins/data/common/search/expressions/range.ts", - "lineNumber": 21 + "path": "src/plugins/data/common/search/expressions/kibana_context.ts", + "lineNumber": 34 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ExpressionFunctionRangeFilter", + "id": "def-common.ExpressionFunctionKibanaFilter", "type": "Type", "tags": [], - "label": "ExpressionFunctionRangeFilter", + "label": "ExpressionFunctionKibanaFilter", "description": [], "signature": [ { @@ -27105,23 +28276,7 @@ "section": "def-common.ExpressionFunctionDefinition", "text": "ExpressionFunctionDefinition" }, - "<\"rangeFilter\", null, Arguments, ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionValueBoxed", - "text": "ExpressionValueBoxed" - }, - "<\"kibana_filter\", ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - ">, ", + "<\"kibanaFilter\", null, Arguments, any, ", { "pluginId": "expressions", "scope": "common", @@ -27142,389 +28297,439 @@ ">>" ], "source": { - "path": "src/plugins/data/common/search/expressions/range_filter.ts", - "lineNumber": 22 + "path": "src/plugins/data/common/search/expressions/kibana_filter.ts", + "lineNumber": 19 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ExpressionValueSearchContext", + "id": "def-common.ExpressionFunctionKibanaTimerange", "type": "Type", "tags": [], - "label": "ExpressionValueSearchContext", + "label": "ExpressionFunctionKibanaTimerange", "description": [], "signature": [ - "{ type: \"kibana_context\"; } & ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"timerange\", null, ", { "pluginId": "data", "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" - } - ], - "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 21 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.FieldTypes", - "type": "Type", - "tags": [], - "label": "FieldTypes", - "description": [], - "signature": [ + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + }, + ", ", { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" }, - " | \"*\" | ", + "<\"timerange\", ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" }, - "[]" + ">, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" ], "source": { - "path": "src/plugins/data/common/search/aggs/param_types/field.ts", - "lineNumber": 22 + "path": "src/plugins/data/common/search/expressions/timerange.ts", + "lineNumber": 15 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.GenericBucket", + "id": "def-common.ExpressionFunctionKql", "type": "Type", "tags": [], - "label": "GenericBucket", + "label": "ExpressionFunctionKql", "description": [], "signature": [ - "(", - "AggregationsCompositeBucketKeys", - " & { [property: string]: ", - "AggregationsAggregate", - "; }) | ({ [property: string]: ", - "AggregationsAggregate", - "; } & { [property: string]: ", - "AggregationsAggregate", - "; }) | (", - "AggregationsDateHistogramBucketKeys", - " & { [property: string]: ", - "AggregationsAggregate", - "; }) | ({ [property: string]: ", - "AggregationsAggregate", - "; } & { [property: string]: ", - "AggregationsAggregate", - "; }) | (", - "AggregationsFiltersBucketItemKeys", - " & { [property: string]: ", - "AggregationsAggregate", - "; }) | ({ [property: string]: ", - "AggregationsAggregate", - "; } & { [property: string]: ", - "AggregationsAggregate", - "; }) | (", - "AggregationsIpRangeBucketKeys", - " & { [property: string]: ", - "AggregationsAggregate", - "; }) | ({ [property: string]: ", - "AggregationsAggregate", - "; } & { [property: string]: ", - "AggregationsAggregate", - "; }) | (", - "AggregationsRangeBucketKeys", - " & { [property: string]: ", - "AggregationsAggregate", - "; }) | ({ [property: string]: ", - "AggregationsAggregate", - "; } & { [property: string]: ", - "AggregationsAggregate", - "; }) | ({ [property: string]: ", - "AggregationsAggregate", - "; } & { [property: string]: ", - "AggregationsAggregate", - "; }) | (", - "AggregationsRareTermsBucketKeys", - " & { [property: string]: ", - "AggregationsAggregate", - "; }) | ({ [property: string]: ", - "AggregationsAggregate", - "; } & { [property: string]: ", - "AggregationsAggregate", - "; }) | (", - "AggregationsSignificantTermsBucketKeys", - " & { [property: string]: ", - "AggregationsAggregate", - "; }) | ({ [property: string]: ", - "AggregationsAggregate", - "; } & { [property: string]: ", - "AggregationsAggregate", - "; }) | (", - "AggregationsKeyedBucketKeys", - " & { [property: string]: ", - "AggregationsAggregate", - "; })" + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"kql\", null, Arguments, any, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" ], "source": { - "path": "src/plugins/data/common/search/aggs/agg_configs.ts", - "lineNumber": 60 + "path": "src/plugins/data/common/search/expressions/kql.ts", + "lineNumber": 17 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.IAggConfig", + "id": "def-common.ExpressionFunctionLucene", "type": "Type", - "tags": [ - "name", - "description" - ], - "label": "IAggConfig", + "tags": [], + "label": "ExpressionFunctionLucene", "description": [], "signature": [ { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" - } + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"lucene\", null, Arguments, any, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" ], "source": { - "path": "src/plugins/data/common/search/aggs/agg_config.ts", - "lineNumber": 55 + "path": "src/plugins/data/common/search/expressions/lucene.ts", + "lineNumber": 17 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.IAggType", + "id": "def-common.ExpressionFunctionNumericalRange", "type": "Type", "tags": [], - "label": "IAggType", + "label": "ExpressionFunctionNumericalRange", "description": [], "signature": [ { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggType", - "text": "AggType" + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" }, - "<", + "<\"numericalRange\", null, ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" + "section": "def-common.NumericalRange", + "text": "NumericalRange" }, ", ", { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggParamType", - "text": "AggParamType" + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" }, - "<", + "<\"numerical_range\", ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfig", - "text": "AggConfig" + "section": "def-common.NumericalRange", + "text": "NumericalRange" }, - ">>" - ], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_type.ts", - "lineNumber": 62 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.IEsSearchResponse", - "type": "Type", - "tags": [], - "label": "IEsSearchResponse", - "description": [], - "signature": [ + ">, ", { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IKibanaSearchResponse", - "text": "IKibanaSearchResponse" + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" }, "<", - "SearchResponse", - ">" + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" ], "source": { - "path": "src/plugins/data/common/search/strategies/es_search/types.ts", - "lineNumber": 22 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 21 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.IFieldParamType", + "id": "def-common.ExpressionFunctionPhraseFilter", "type": "Type", "tags": [], - "label": "IFieldParamType", + "label": "ExpressionFunctionPhraseFilter", "description": [], "signature": [ { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.FieldParamType", - "text": "FieldParamType" - } - ], - "source": { - "path": "src/plugins/data/common/search/aggs/param_types/field.ts", - "lineNumber": 24 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.IMetricAggType", - "type": "Type", - "tags": [], - "label": "IMetricAggType", - "description": [], - "signature": [ + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"rangeFilter\", null, Arguments, any, ", { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.MetricAggType", - "text": "MetricAggType" + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" }, "<", { - "pluginId": "data", + "pluginId": "inspector", "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IMetricAggConfig", - "text": "IMetricAggConfig" + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" }, - ">" + ", ", + "SerializableState", + ">>" ], "source": { - "path": "src/plugins/data/common/search/aggs/metrics/metric_agg_type.ts", - "lineNumber": 36 + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 21 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.intervalOptions", - "type": "Array", + "id": "def-common.ExpressionFunctionQueryFilter", + "type": "Type", "tags": [], - "label": "intervalOptions", + "label": "ExpressionFunctionQueryFilter", "description": [], "signature": [ - "({ display: string; val: string; enabled(agg: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"queryFilter\", null, QueryFilterArguments, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"kibana_query_filter\", ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.IBucketAggConfig", - "text": "IBucketAggConfig" + "section": "def-common.QueryFilter", + "text": "QueryFilter" }, - "): boolean; } | { display: string; val: string; })[]" + ">, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" ], "source": { - "path": "src/plugins/data/common/search/aggs/buckets/_interval_options.ts", - "lineNumber": 15 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 27 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.IPercentileAggConfig", + "id": "def-common.ExpressionFunctionRange", "type": "Type", "tags": [], - "label": "IPercentileAggConfig", + "label": "ExpressionFunctionRange", "description": [], "signature": [ - "IResponseAggConfig" + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"range\", null, Arguments, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"kibana_range\", Arguments>, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" ], "source": { - "path": "src/plugins/data/common/search/aggs/metrics/percentiles.ts", - "lineNumber": 24 + "path": "src/plugins/data/common/search/expressions/range.ts", + "lineNumber": 21 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.IPercentileRanksAggConfig", + "id": "def-common.ExpressionFunctionRangeFilter", "type": "Type", "tags": [], - "label": "IPercentileRanksAggConfig", + "label": "ExpressionFunctionRangeFilter", "description": [], "signature": [ - "IResponseAggConfig" + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"rangeFilter\", null, Arguments, any, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" ], "source": { - "path": "src/plugins/data/common/search/aggs/metrics/percentile_ranks.ts", - "lineNumber": 27 + "path": "src/plugins/data/common/search/expressions/range_filter.ts", + "lineNumber": 22 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.IpRangeKey", + "id": "def-common.ExpressionValueSearchContext", "type": "Type", "tags": [], - "label": "IpRangeKey", + "label": "ExpressionValueSearchContext", "description": [], "signature": [ + "{ type: \"kibana_context\"; } & ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.CidrMaskIpRangeAggKey", - "text": "CidrMaskIpRangeAggKey" - }, - " | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.RangeIpRangeAggKey", - "text": "RangeIpRangeAggKey" + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" } ], "source": { - "path": "src/plugins/data/common/search/aggs/buckets/lib/ip_range.ts", + "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", "lineNumber": 20 }, "deprecated": false, @@ -27532,49 +28737,43 @@ }, { "parentPluginId": "data", - "id": "def-common.ISearchCancelGeneric", + "id": "def-common.ExtendedBoundsOutput", "type": "Type", "tags": [], - "label": "ISearchCancelGeneric", + "label": "ExtendedBoundsOutput", "description": [], "signature": [ - "(id: string, options?: ", + "{ type: \"extended_bounds\"; } & ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.ISearchOptions", - "text": "ISearchOptions" - }, - " | undefined) => Promise" + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + } ], "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 21 + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 18 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ISearchExtendGeneric", + "id": "def-common.FieldTypes", "type": "Type", "tags": [], - "label": "ISearchExtendGeneric", + "label": "FieldTypes", "description": [], "signature": [ - "(id: string, keepAlive: string, options?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ISearchOptions", - "text": "ISearchOptions" - }, - " | undefined) => Promise" + "KBN_FIELD_TYPES", + " | \"*\" | ", + "KBN_FIELD_TYPES", + "[]" ], "source": { - "path": "src/plugins/data/common/search/types.ts", + "path": "src/plugins/data/common/search/aggs/param_types/field.ts", "lineNumber": 22 }, "deprecated": false, @@ -27582,784 +28781,3219 @@ }, { "parentPluginId": "data", - "id": "def-common.ISearchGeneric", + "id": "def-common.GenericBucket", "type": "Type", "tags": [], - "label": "ISearchGeneric", + "label": "GenericBucket", "description": [], "signature": [ - " = ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchRequest", - "text": "IEsSearchRequest" - }, - ", SearchStrategyResponse extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IKibanaSearchResponse", - "text": "IKibanaSearchResponse" - }, - " = ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" - }, - ">(request: SearchStrategyRequest, options?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ISearchOptions", - "text": "ISearchOptions" - }, - " | undefined) => ", - "Observable", - "" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 13 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.ISearchOptionsSerializable", - "type": "Type", - "tags": [], - "label": "ISearchOptionsSerializable", - "description": [ - "\nSame as `ISearchOptions`, but contains only serializable fields, which can\nbe sent over the network." - ], - "signature": [ - "{ isStored?: boolean | undefined; isRestore?: boolean | undefined; sessionId?: string | undefined; strategy?: string | undefined; legacyHitsTotal?: boolean | undefined; }" - ], - "source": { - "path": "src/plugins/data/common/search/types.ts", - "lineNumber": 143 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.ISearchRequestParams", - "type": "Type", - "tags": [], - "label": "ISearchRequestParams", - "description": [], - "signature": [ - "{ trackTotalHits?: boolean | undefined; } & ", - "SearchRequest" + "(", + "AggregationsCompositeBucketKeys", + " & { [property: string]: ", + "AggregationsAggregate", + "; }) | ({ [property: string]: ", + "AggregationsAggregate", + "; } & { [property: string]: ", + "AggregationsAggregate", + "; }) | (", + "AggregationsDateHistogramBucketKeys", + " & { [property: string]: ", + "AggregationsAggregate", + "; }) | ({ [property: string]: ", + "AggregationsAggregate", + "; } & { [property: string]: ", + "AggregationsAggregate", + "; }) | (", + "AggregationsFiltersBucketItemKeys", + " & { [property: string]: ", + "AggregationsAggregate", + "; }) | ({ [property: string]: ", + "AggregationsAggregate", + "; } & { [property: string]: ", + "AggregationsAggregate", + "; }) | (", + "AggregationsIpRangeBucketKeys", + " & { [property: string]: ", + "AggregationsAggregate", + "; }) | ({ [property: string]: ", + "AggregationsAggregate", + "; } & { [property: string]: ", + "AggregationsAggregate", + "; }) | (", + "AggregationsRangeBucketKeys", + " & { [property: string]: ", + "AggregationsAggregate", + "; }) | ({ [property: string]: ", + "AggregationsAggregate", + "; } & { [property: string]: ", + "AggregationsAggregate", + "; }) | ({ [property: string]: ", + "AggregationsAggregate", + "; } & { [property: string]: ", + "AggregationsAggregate", + "; }) | (", + "AggregationsRareTermsBucketKeys", + " & { [property: string]: ", + "AggregationsAggregate", + "; }) | ({ [property: string]: ", + "AggregationsAggregate", + "; } & { [property: string]: ", + "AggregationsAggregate", + "; }) | (", + "AggregationsSignificantTermsBucketKeys", + " & { [property: string]: ", + "AggregationsAggregate", + "; }) | ({ [property: string]: ", + "AggregationsAggregate", + "; } & { [property: string]: ", + "AggregationsAggregate", + "; }) | (", + "AggregationsKeyedBucketKeys", + " & { [property: string]: ", + "AggregationsAggregate", + "; })" ], "source": { - "path": "src/plugins/data/common/search/strategies/es_search/types.ts", - "lineNumber": 14 + "path": "src/plugins/data/common/search/aggs/agg_configs.ts", + "lineNumber": 61 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ISearchSource", + "id": "def-common.GeoBoundingBox", "type": "Type", "tags": [], - "label": "ISearchSource", + "label": "GeoBoundingBox", "description": [ - "\nsearch source interface" + "GeoBoundingBox Accepted Formats:\n Lat Lon As Properties:\n \"top_left\" : {\n \"lat\" : 40.73, \"lon\" : -74.1\n },\n \"bottom_right\" : {\n \"lat\" : 40.01, \"lon\" : -71.12\n }\n\n Lat Lon As Array:\n {\n \"top_left\" : [-74.1, 40.73],\n \"bottom_right\" : [-71.12, 40.01]\n }\n\n Lat Lon As String:\n {\n \"top_left\" : \"40.73, -74.1\",\n \"bottom_right\" : \"40.01, -71.12\"\n }\n\n Bounding Box as Well-Known Text (WKT):\n {\n \"wkt\" : \"BBOX (-74.1, -71.12, 40.73, 40.01)\"\n }\n\n Geohash:\n {\n \"top_right\" : \"dr5r9ydj2y73\",\n \"bottom_left\" : \"drj7teegpus6\"\n }\n\n Vertices:\n {\n \"top\" : 40.73,\n \"left\" : -74.1,\n \"bottom\" : 40.01,\n \"right\" : -71.12\n }\n" ], "signature": [ - "{ create: () => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" - }, - "; history: Record[]; setPreferredSearchStrategyId: (searchStrategyId: string) => void; setField: (field: K, value: ", + "GeoBox | { top_left: ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - "[K]) => ", + "; bottom_right: ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - "; removeField: (field: K) => ", + "; } | { top_right: ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - "; setFields: (newFields: ", + "; bottom_left: ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - ") => ", + "; } | WellKnownText" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 80 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.GeoBoundingBoxOutput", + "type": "Type", + "tags": [], + "label": "GeoBoundingBoxOutput", + "description": [], + "signature": [ + "({ type: \"geo_bounding_box\"; } & GeoBox) | ({ type: \"geo_bounding_box\"; } & { top_left: ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - "; getId: () => string; getFields: () => ", + "; bottom_right: ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - "; getField: (field: K, recurse?: boolean) => ", + "; }) | ({ type: \"geo_bounding_box\"; } & { top_right: ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - "[K]; getOwnField: (field: K) => ", + "; bottom_left: ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - "[K]; createCopy: () => ", + "; }) | ({ type: \"geo_bounding_box\"; } & WellKnownText)" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 82 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.GeoPoint", + "type": "Type", + "tags": [], + "label": "GeoPoint", + "description": [], + "signature": [ + "string | [number, number] | Point" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 17 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.GeoPointOutput", + "type": "Type", + "tags": [], + "label": "GeoPointOutput", + "description": [], + "signature": [ + "{ type: \"geo_point\"; } & { value: ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - "; createChild: (options?: {}) => ", + "; }" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 19 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.IAggConfig", + "type": "Type", + "tags": [ + "name", + "description" + ], + "label": "IAggConfig", + "description": [], + "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" - }, - "; setParent: (parent?: Pick<", + "section": "def-common.AggConfig", + "text": "AggConfig" + } + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_config.ts", + "lineNumber": 55 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.IAggType", + "type": "Type", + "tags": [], + "label": "IAggType", + "description": [], + "signature": [ { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "section": "def-common.AggType", + "text": "AggType" }, - ", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\"> | undefined, options?: ", + "<", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceOptions", - "text": "SearchSourceOptions" + "section": "def-common.AggConfig", + "text": "AggConfig" }, - ") => ", + ", ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "section": "def-common.AggParamType", + "text": "AggParamType" }, - "; getParent: () => ", + "<", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "section": "def-common.AggConfig", + "text": "AggConfig" }, - " | undefined; fetch$: (options?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ISearchOptions", - "text": "ISearchOptions" - }, - ") => ", - "Observable", - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IKibanaSearchResponse", - "text": "IKibanaSearchResponse" - }, - "<", - "SearchResponse", - ">>; fetch: (options?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ISearchOptions", - "text": "ISearchOptions" - }, - ") => Promise<", - "SearchResponse", - ">; onRequestStart: (handler: (searchSource: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" - }, - ", options?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ISearchOptions", - "text": "ISearchOptions" - }, - " | undefined) => Promise) => void; getSearchRequestBody: () => any; destroy: () => void; getSerializedFields: (recurse?: boolean) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSourceFields", - "text": "SearchSourceFields" - }, - "; serialize: () => { searchSourceJSON: string; references: ", - "SavedObjectReference", - "[]; }; }" + ">>" ], "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 20 + "path": "src/plugins/data/common/search/aggs/agg_type.ts", + "lineNumber": 62 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.KIBANA_CONTEXT_NAME", + "id": "def-common.IEsSearchResponse", "type": "Type", "tags": [], - "label": "KIBANA_CONTEXT_NAME", + "label": "IEsSearchResponse", "description": [], "signature": [ - "\"kibana_context\"" + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IKibanaSearchResponse", + "text": "IKibanaSearchResponse" + }, + "<", + "SearchResponse", + ">" ], "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 31 + "path": "src/plugins/data/common/search/strategies/es_search/types.ts", + "lineNumber": 22 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.KibanaContext", + "id": "def-common.IFieldParamType", "type": "Type", "tags": [], - "label": "KibanaContext", + "label": "IFieldParamType", "description": [], "signature": [ - "{ type: \"kibana_context\"; } & ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.ExecutionContextSearch", - "text": "ExecutionContextSearch" + "section": "def-common.FieldParamType", + "text": "FieldParamType" } ], "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 32 + "path": "src/plugins/data/common/search/aggs/param_types/field.ts", + "lineNumber": 24 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.KibanaField", + "id": "def-common.IMetricAggType", "type": "Type", "tags": [], - "label": "KibanaField", + "label": "IMetricAggType", "description": [], "signature": [ - "{ type: \"kibana_field\"; } & ", { "pluginId": "data", "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" - } + "docId": "kibDataSearchPluginApi", + "section": "def-common.MetricAggType", + "text": "MetricAggType" + }, + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IMetricAggConfig", + "text": "IMetricAggConfig" + }, + ">" ], "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 28 + "path": "src/plugins/data/common/search/aggs/metrics/metric_agg_type.ts", + "lineNumber": 36 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.KibanaFilter", - "type": "Type", + "id": "def-common.intervalOptions", + "type": "Array", "tags": [], - "label": "KibanaFilter", + "label": "intervalOptions", "description": [], "signature": [ - "{ type: \"kibana_filter\"; } & ", + "({ display: string; val: string; enabled(agg: ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } + "docId": "kibDataSearchPluginApi", + "section": "def-common.IBucketAggConfig", + "text": "IBucketAggConfig" + }, + "): boolean; } | { display: string; val: string; })[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 27 + "path": "src/plugins/data/common/search/aggs/buckets/_interval_options.ts", + "lineNumber": 15 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.KibanaQueryOutput", + "id": "def-common.IPercentileAggConfig", "type": "Type", "tags": [], - "label": "KibanaQueryOutput", + "label": "IPercentileAggConfig", "description": [], "signature": [ - "{ type: \"kibana_query\"; } & ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - } + "IResponseAggConfig" ], "source": { - "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 26 + "path": "src/plugins/data/common/search/aggs/metrics/percentiles.ts", + "lineNumber": 24 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.KibanaRange", + "id": "def-common.IPercentileRanksAggConfig", "type": "Type", "tags": [], - "label": "KibanaRange", + "label": "IPercentileRanksAggConfig", "description": [], "signature": [ - "{ type: \"kibana_range\"; } & Arguments" + "IResponseAggConfig" ], "source": { - "path": "src/plugins/data/common/search/expressions/range.ts", - "lineNumber": 19 + "path": "src/plugins/data/common/search/aggs/metrics/percentile_ranks.ts", + "lineNumber": 27 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.KibanaTimerangeOutput", + "id": "def-common.IpRangeKey", "type": "Type", "tags": [], - "label": "KibanaTimerangeOutput", + "label": "IpRangeKey", "description": [], "signature": [ - "{ type: \"timerange\"; } & ", { "pluginId": "data", "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.TimeRange", - "text": "TimeRange" + "docId": "kibDataSearchPluginApi", + "section": "def-common.CidrMaskIpRangeAggKey", + "text": "CidrMaskIpRangeAggKey" + }, + " | ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.RangeIpRangeAggKey", + "text": "RangeIpRangeAggKey" } ], "source": { - "path": "src/plugins/data/common/search/expressions/timerange.ts", - "lineNumber": 13 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.parentPipelineType", - "type": "string", - "tags": [], - "label": "parentPipelineType", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/metrics/lib/parent_pipeline_agg_helper.ts", - "lineNumber": 28 + "path": "src/plugins/data/common/search/aggs/buckets/lib/ip_range.ts", + "lineNumber": 20 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.ParsedInterval", + "id": "def-common.IpRangeOutput", "type": "Type", "tags": [], - "label": "ParsedInterval", + "label": "IpRangeOutput", "description": [], "signature": [ - "{ value: number; unit: ", - "Unit", - "; type: \"calendar\" | \"fixed\"; }" + "{ type: \"ip_range\"; } & ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpRange", + "text": "IpRange" + } ], "source": { - "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_es_interval.ts", - "lineNumber": 18 + "path": "src/plugins/data/common/search/expressions/ip_range.ts", + "lineNumber": 17 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.SEARCH_SESSION_TYPE", - "type": "string", + "id": "def-common.ISearchCancelGeneric", + "type": "Type", "tags": [], - "label": "SEARCH_SESSION_TYPE", + "label": "ISearchCancelGeneric", "description": [], "signature": [ - "\"search-session\"" + "(id: string, options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ISearchOptions", + "text": "ISearchOptions" + }, + " | undefined) => Promise" ], "source": { - "path": "src/plugins/data/common/search/session/types.ts", - "lineNumber": 11 + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 21 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.SEARCH_SESSIONS_TABLE_ID", - "type": "string", + "id": "def-common.ISearchExtendGeneric", + "type": "Type", "tags": [], - "label": "SEARCH_SESSIONS_TABLE_ID", + "label": "ISearchExtendGeneric", "description": [], "signature": [ - "\"searchSessionsMgmtUiTable\"" + "(id: string, keepAlive: string, options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ISearchOptions", + "text": "ISearchOptions" + }, + " | undefined) => Promise" ], "source": { - "path": "src/plugins/data/common/search/session/index.ts", - "lineNumber": 12 + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 22 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.SearchFieldValue", + "id": "def-common.ISearchGeneric", "type": "Type", "tags": [], - "label": "SearchFieldValue", + "label": "ISearchGeneric", "description": [], "signature": [ - "string | SearchField" - ], - "source": { - "path": "src/plugins/data/common/search/search_source/types.ts", - "lineNumber": 65 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.siblingPipelineType", - "type": "string", - "tags": [], - "label": "siblingPipelineType", - "description": [], + " = ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchRequest", + "text": "IEsSearchRequest" + }, + ", SearchStrategyResponse extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IKibanaSearchResponse", + "text": "IKibanaSearchResponse" + }, + " = ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + ">(request: SearchStrategyRequest, options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ISearchOptions", + "text": "ISearchOptions" + }, + " | undefined) => ", + "Observable", + "" + ], "source": { - "path": "src/plugins/data/common/search/aggs/metrics/lib/sibling_pipeline_agg_helper.ts", - "lineNumber": 35 + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 13 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.termsAggFilter", - "type": "Array", + "id": "def-common.ISearchOptionsSerializable", + "type": "Type", "tags": [], - "label": "termsAggFilter", - "description": [], + "label": "ISearchOptionsSerializable", + "description": [ + "\nSame as `ISearchOptions`, but contains only serializable fields, which can\nbe sent over the network." + ], "signature": [ - "string[]" + "{ isStored?: boolean | undefined; isRestore?: boolean | undefined; sessionId?: string | undefined; executionContext?: ", + "KibanaExecutionContext", + " | undefined; strategy?: string | undefined; legacyHitsTotal?: boolean | undefined; }" ], "source": { - "path": "src/plugins/data/common/search/aggs/buckets/terms.ts", - "lineNumber": 31 - }, - "deprecated": false, - "initialIsOpen": false - } - ], - "objects": [ - { - "parentPluginId": "data", - "id": "def-common.AggGroupLabels", - "type": "Object", - "tags": [], - "label": "AggGroupLabels", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 20 + "path": "src/plugins/data/common/search/types.ts", + "lineNumber": 145 }, "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.AggGroupLabels.AggGroupNames.Buckets", - "type": "string", - "tags": [], - "label": "[AggGroupNames.Buckets]", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 21 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.AggGroupLabels.AggGroupNames.Metrics", - "type": "string", - "tags": [], - "label": "[AggGroupNames.Metrics]", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 24 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.AggGroupLabels.AggGroupNames.None", - "type": "string", - "tags": [], - "label": "[AggGroupNames.None]", - "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 27 - }, - "deprecated": false - } - ], "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.AggGroupNames", - "type": "Object", + "id": "def-common.ISearchRequestParams", + "type": "Type", "tags": [], - "label": "AggGroupNames", + "label": "ISearchRequestParams", "description": [], "signature": [ - "{ readonly Buckets: \"buckets\"; readonly Metrics: \"metrics\"; readonly None: \"none\"; }" + "{ trackTotalHits?: boolean | undefined; } & ", + "SearchRequest" ], "source": { - "path": "src/plugins/data/common/search/aggs/agg_groups.ts", - "lineNumber": 12 + "path": "src/plugins/data/common/search/strategies/es_search/types.ts", + "lineNumber": 14 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.esRawResponse", - "type": "Object", + "id": "def-common.ISearchSource", + "type": "Type", "tags": [], - "label": "esRawResponse", - "description": [], - "source": { - "path": "src/plugins/data/common/search/expressions/es_raw_response.ts", - "lineNumber": 63 - }, - "deprecated": false, - "children": [ + "label": "ISearchSource", + "description": [ + "\nsearch source interface" + ], + "signature": [ + "{ create: () => ", { - "parentPluginId": "data", - "id": "def-common.esRawResponse.name", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "signature": [ - "\"es_raw_response\"" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/es_raw_response.ts", - "lineNumber": 64 - }, - "deprecated": false + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" }, + "; history: Record[]; setPreferredSearchStrategyId: (searchStrategyId: string) => void; setField: (field: K, value: ", { - "parentPluginId": "data", - "id": "def-common.esRawResponse.to", - "type": "Object", - "tags": [], - "label": "to", - "description": [], - "source": { - "path": "src/plugins/data/common/search/expressions/es_raw_response.ts", - "lineNumber": 65 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.esRawResponse.to.datatable", - "type": "Function", - "tags": [], - "label": "datatable", - "description": [], - "signature": [ - "(context: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.EsRawResponse", - "text": "EsRawResponse" - }, - ") => { type: string; meta: { type: string; source: string; }; columns: { id: string; name: string; meta: { type: \"string\" | \"number\" | \"bigint\" | \"boolean\" | \"symbol\" | \"undefined\" | \"object\" | \"function\"; field: string; params: {}; }; }[]; rows: any[]; }" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/es_raw_response.ts", - "lineNumber": 66 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.esRawResponse.to.datatable.$1", - "type": "Object", - "tags": [], - "label": "context", - "description": [], - "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.EsRawResponse", - "text": "EsRawResponse" - }, - "" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/es_raw_response.ts", - "lineNumber": 66 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - } - ] - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "data", - "id": "def-common.existsFilterFunction", - "type": "Object", - "tags": [], - "label": "existsFilterFunction", - "description": [], - "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + "[K]) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + "; removeField: (field: K) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + "; setFields: (newFields: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + ") => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + "; getId: () => string; getFields: () => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + "; getField: (field: K, recurse?: boolean) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + "[K]; getOwnField: (field: K) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + "[K]; createCopy: () => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + "; createChild: (options?: {}) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + "; setParent: (parent?: Pick<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + ", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\"> | undefined, options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceOptions", + "text": "SearchSourceOptions" + }, + ") => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + "; getParent: () => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + " | undefined; fetch$: (options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ISearchOptions", + "text": "ISearchOptions" + }, + ") => ", + "Observable", + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IKibanaSearchResponse", + "text": "IKibanaSearchResponse" + }, + "<", + "SearchResponse", + ">>; fetch: (options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ISearchOptions", + "text": "ISearchOptions" + }, + ") => Promise<", + "SearchResponse", + ">; onRequestStart: (handler: (searchSource: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + ", options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ISearchOptions", + "text": "ISearchOptions" + }, + " | undefined) => Promise) => void; getSearchRequestBody: () => any; destroy: () => void; getSerializedFields: (recurse?: boolean) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSourceFields", + "text": "SearchSourceFields" + }, + "; serialize: () => { searchSourceJSON: string; references: ", + "SavedObjectReference", + "[]; }; }" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 19 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.KIBANA_CONTEXT_NAME", + "type": "Type", + "tags": [], + "label": "KIBANA_CONTEXT_NAME", + "description": [], + "signature": [ + "\"kibana_context\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", + "lineNumber": 30 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.KibanaContext", + "type": "Type", + "tags": [], + "label": "KibanaContext", + "description": [], + "signature": [ + "{ type: \"kibana_context\"; } & ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExecutionContextSearch", + "text": "ExecutionContextSearch" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", + "lineNumber": 31 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.KibanaField", + "type": "Type", + "tags": [], + "label": "KibanaField", + "description": [], + "signature": [ + "{ type: \"kibana_field\"; } & ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", "lineNumber": 27 }, "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.KibanaFilter", + "type": "Type", + "tags": [], + "label": "KibanaFilter", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", + "lineNumber": 26 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.KibanaQueryOutput", + "type": "Type", + "tags": [], + "label": "KibanaQueryOutput", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", + "lineNumber": 25 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.KibanaRange", + "type": "Type", + "tags": [], + "label": "KibanaRange", + "description": [], + "signature": [ + "{ type: \"kibana_range\"; } & Arguments" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/range.ts", + "lineNumber": 19 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.KibanaTimerangeOutput", + "type": "Type", + "tags": [], + "label": "KibanaTimerangeOutput", + "description": [], + "signature": [ + "{ type: \"timerange\"; } & ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataQueryPluginApi", + "section": "def-common.TimeRange", + "text": "TimeRange" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/timerange.ts", + "lineNumber": 13 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.NumericalRangeOutput", + "type": "Type", + "tags": [], + "label": "NumericalRangeOutput", + "description": [], + "signature": [ + "{ type: \"numerical_range\"; } & ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.NumericalRange", + "text": "NumericalRange" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 19 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.parentPipelineType", + "type": "string", + "tags": [], + "label": "parentPipelineType", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/metrics/lib/parent_pipeline_agg_helper.ts", + "lineNumber": 28 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.ParsedInterval", + "type": "Type", + "tags": [], + "label": "ParsedInterval", + "description": [], + "signature": [ + "{ value: number; unit: ", + "Unit", + "; type: \"calendar\" | \"fixed\"; }" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/utils/date_interval_utils/parse_es_interval.ts", + "lineNumber": 18 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.QueryFilterOutput", + "type": "Type", + "tags": [], + "label": "QueryFilterOutput", + "description": [], + "signature": [ + "{ type: \"kibana_query_filter\"; } & ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.QueryFilter", + "text": "QueryFilter" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 20 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.SEARCH_SESSION_TYPE", + "type": "string", + "tags": [], + "label": "SEARCH_SESSION_TYPE", + "description": [], + "signature": [ + "\"search-session\"" + ], + "source": { + "path": "src/plugins/data/common/search/session/types.ts", + "lineNumber": 11 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.SEARCH_SESSIONS_TABLE_ID", + "type": "string", + "tags": [], + "label": "SEARCH_SESSIONS_TABLE_ID", + "description": [], + "signature": [ + "\"searchSessionsMgmtUiTable\"" + ], + "source": { + "path": "src/plugins/data/common/search/session/index.ts", + "lineNumber": 12 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.SearchFieldValue", + "type": "Type", + "tags": [], + "label": "SearchFieldValue", + "description": [], + "signature": [ + "string | SearchField" + ], + "source": { + "path": "src/plugins/data/common/search/search_source/types.ts", + "lineNumber": 64 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.siblingPipelineType", + "type": "string", + "tags": [], + "label": "siblingPipelineType", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/metrics/lib/sibling_pipeline_agg_helper.ts", + "lineNumber": 35 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.termsAggFilter", + "type": "Array", + "tags": [], + "label": "termsAggFilter", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/buckets/terms.ts", + "lineNumber": 31 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "objects": [ + { + "parentPluginId": "data", + "id": "def-common.AggGroupLabels", + "type": "Object", + "tags": [], + "label": "AggGroupLabels", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 20 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.AggGroupLabels.AggGroupNames.Buckets", + "type": "string", + "tags": [], + "label": "[AggGroupNames.Buckets]", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 21 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.AggGroupLabels.AggGroupNames.Metrics", + "type": "string", + "tags": [], + "label": "[AggGroupNames.Metrics]", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 24 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.AggGroupLabels.AggGroupNames.None", + "type": "string", + "tags": [], + "label": "[AggGroupNames.None]", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 27 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.AggGroupNames", + "type": "Object", + "tags": [], + "label": "AggGroupNames", + "description": [], + "signature": [ + "{ readonly Buckets: \"buckets\"; readonly Metrics: \"metrics\"; readonly None: \"none\"; }" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/agg_groups.ts", + "lineNumber": 12 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.cidrFunction", + "type": "Object", + "tags": [], + "label": "cidrFunction", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 20 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.cidrFunction.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "\"cidr\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 21 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.cidrFunction.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"cidr\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 22 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.cidrFunction.inputTypes", + "type": "Array", + "tags": [], + "label": "inputTypes", + "description": [], + "signature": [ + "\"null\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 23 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.cidrFunction.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 24 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.cidrFunction.args", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 27 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.cidrFunction.args.mask", + "type": "Object", + "tags": [], + "label": "mask", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 28 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.cidrFunction.args.mask.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"string\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 29 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.cidrFunction.args.mask.required", + "type": "boolean", + "tags": [], + "label": "required", + "description": [], + "signature": [ + "true" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 30 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.cidrFunction.args.mask.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 31 + }, + "deprecated": false + } + ] + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.cidrFunction.fn", + "type": "Function", + "tags": [], + "label": "fn", + "description": [], + "signature": [ + "(input: null, { mask }: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.Cidr", + "text": "Cidr" + }, + ") => { mask: string; type: \"cidr\"; }" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 37 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.cidrFunction.fn.$1", + "type": "Uncategorized", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "null" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 37 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.cidrFunction.fn.$2", + "type": "Object", + "tags": [], + "label": "{ mask }", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.Cidr", + "text": "Cidr" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/cidr.ts", + "lineNumber": 37 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction", + "type": "Object", + "tags": [], + "label": "dateRangeFunction", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 26 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "\"dateRange\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"date_range\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 28 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.inputTypes", + "type": "Array", + "tags": [], + "label": "inputTypes", + "description": [], + "signature": [ + "\"null\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 29 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 30 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.args", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 33 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.args.from", + "type": "Object", + "tags": [], + "label": "from", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 34 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.args.from.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "(\"number\" | \"string\")[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 35 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.args.from.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 36 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.args.to", + "type": "Object", + "tags": [], + "label": "to", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 40 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.args.to.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "(\"number\" | \"string\")[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 41 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.args.to.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 42 + }, + "deprecated": false + } + ] + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.fn", + "type": "Function", + "tags": [], + "label": "fn", + "description": [], + "signature": [ + "(input: null, { from, to }: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.DateRange", + "text": "DateRange" + }, + ") => { from: React.ReactText; to: React.ReactText; type: \"date_range\"; }" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 48 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.fn.$1", + "type": "Uncategorized", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "null" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 48 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.dateRangeFunction.fn.$2", + "type": "Object", + "tags": [], + "label": "{ from, to }", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.DateRange", + "text": "DateRange" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/date_range.ts", + "lineNumber": 48 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.esRawResponse", + "type": "Object", + "tags": [], + "label": "esRawResponse", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/es_raw_response.ts", + "lineNumber": 63 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.esRawResponse.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "\"es_raw_response\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/es_raw_response.ts", + "lineNumber": 64 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.esRawResponse.to", + "type": "Object", + "tags": [], + "label": "to", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/es_raw_response.ts", + "lineNumber": 65 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.esRawResponse.to.datatable", + "type": "Function", + "tags": [], + "label": "datatable", + "description": [], + "signature": [ + "(context: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.EsRawResponse", + "text": "EsRawResponse" + }, + ") => { type: string; meta: { type: string; source: string; }; columns: { id: string; name: string; meta: { type: \"string\" | \"number\" | \"bigint\" | \"boolean\" | \"symbol\" | \"undefined\" | \"object\" | \"function\"; field: string; params: {}; }; }[]; rows: any[]; }" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/es_raw_response.ts", + "lineNumber": 66 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.esRawResponse.to.datatable.$1", + "type": "Object", + "tags": [], + "label": "context", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.EsRawResponse", + "text": "EsRawResponse" + }, + "" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/es_raw_response.ts", + "lineNumber": 66 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction", + "type": "Object", + "tags": [], + "label": "existsFilterFunction", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 27 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "\"existsFilter\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 28 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 29 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.inputTypes", + "type": "Array", + "tags": [], + "label": "inputTypes", + "description": [], + "signature": [ + "\"null\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 30 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 31 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.args", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 34 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.args.field", + "type": "Object", + "tags": [], + "label": "field", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 35 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.args.field.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"kibana_field\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 36 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.args.field.required", + "type": "boolean", + "tags": [], + "label": "required", + "description": [], + "signature": [ + "true" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 37 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.args.field.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 38 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.args.negate", + "type": "Object", + "tags": [], + "label": "negate", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 42 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.args.negate.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"boolean\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 43 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.args.negate.default", + "type": "boolean", + "tags": [], + "label": "default", + "description": [], + "signature": [ + "false" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 44 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.args.negate.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 45 + }, + "deprecated": false + } + ] + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.fn", + "type": "Function", + "tags": [], + "label": "fn", + "description": [], + "signature": [ + "(input: null, args: Arguments) => any" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 51 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.fn.$1", + "type": "Uncategorized", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "null" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 51 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.existsFilterFunction.fn.$2", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "Arguments" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/exists_filter.ts", + "lineNumber": 51 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction", + "type": "Object", + "tags": [], + "label": "extendedBoundsFunction", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 27 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "\"extendedBounds\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 28 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"extended_bounds\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 29 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.inputTypes", + "type": "Array", + "tags": [], + "label": "inputTypes", + "description": [], + "signature": [ + "\"null\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 30 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 31 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.args", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 34 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.args.min", + "type": "Object", + "tags": [], + "label": "min", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 35 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.args.min.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"number\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 36 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.args.min.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 37 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.args.max", + "type": "Object", + "tags": [], + "label": "max", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 41 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.args.max.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"number\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 42 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.args.max.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 43 + }, + "deprecated": false + } + ] + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.fn", + "type": "Function", + "tags": [], + "label": "fn", + "description": [], + "signature": [ + "(input: null, { min, max }: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + }, + ") => { type: \"extended_bounds\"; }" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 49 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.fn.$1", + "type": "Uncategorized", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "null" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 49 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.extendedBoundsFunction.fn.$2", + "type": "Object", + "tags": [], + "label": "{ min, max }", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ExtendedBounds", + "text": "ExtendedBounds" + } + ], + "source": { + "path": "src/plugins/data/common/search/expressions/extended_bounds.ts", + "lineNumber": 49 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction", + "type": "Object", + "tags": [], + "label": "fieldFunction", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 26 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "\"field\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"kibana_field\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 28 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.inputTypes", + "type": "Array", + "tags": [], + "label": "inputTypes", + "description": [], + "signature": [ + "\"null\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 29 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 30 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.args", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 33 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.args.name", + "type": "Object", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 34 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.args.name.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"string\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 35 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.args.name.required", + "type": "boolean", + "tags": [], + "label": "required", + "description": [], + "signature": [ + "true" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 36 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.args.name.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 37 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.args.type", + "type": "Object", + "tags": [], + "label": "type", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 41 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.args.type.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"string\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 42 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.args.type.required", + "type": "boolean", + "tags": [], + "label": "required", + "description": [], + "signature": [ + "true" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 43 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.args.type.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 44 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.args.script", + "type": "Object", + "tags": [], + "label": "script", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 48 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.args.script.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"string\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 49 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.args.script.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 50 + }, + "deprecated": false + } + ] + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.fn", + "type": "Function", + "tags": [], + "label": "fn", + "description": [], + "signature": [ + "(input: null, args: Arguments) => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"kibana_field\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataIndexPatternsPluginApi", + "section": "def-common.IndexPatternField", + "text": "IndexPatternField" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 56 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.fn.$1", + "type": "Uncategorized", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "null" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 56 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.fieldFunction.fn.$2", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "Arguments" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/field.ts", + "lineNumber": 56 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction", + "type": "Object", + "tags": [], + "label": "geoBoundingBoxFunction", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 118 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "\"geoBoundingBox\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 119 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"geo_bounding_box\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 120 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.inputTypes", + "type": "Array", + "tags": [], + "label": "inputTypes", + "description": [], + "signature": [ + "\"null\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 121 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 122 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 125 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.top", + "type": "Object", + "tags": [], + "label": "top", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 126 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.top.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"number\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 127 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.top.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 128 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.left", + "type": "Object", + "tags": [], + "label": "left", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 132 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.left.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"number\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 133 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.left.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 134 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.bottom", + "type": "Object", + "tags": [], + "label": "bottom", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 138 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.bottom.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"number\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 139 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.bottom.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 140 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.right", + "type": "Object", + "tags": [], + "label": "right", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 144 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.right.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"number\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 145 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.right.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 146 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.wkt", + "type": "Object", + "tags": [], + "label": "wkt", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 150 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.wkt.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"string\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 151 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.wkt.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 152 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.topLeft", + "type": "Object", + "tags": [], + "label": "topLeft", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 156 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.topLeft.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"geo_point\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 157 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.topLeft.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 158 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.bottomRight", + "type": "Object", + "tags": [], + "label": "bottomRight", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 162 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.bottomRight.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"geo_point\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 163 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.bottomRight.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 164 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.topRight", + "type": "Object", + "tags": [], + "label": "topRight", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 168 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.topRight.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"geo_point\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 169 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.topRight.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 170 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.bottomLeft", + "type": "Object", + "tags": [], + "label": "bottomLeft", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 174 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.bottomLeft.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"geo_point\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 175 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.args.bottomLeft.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 176 + }, + "deprecated": false + } + ] + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.fn", + "type": "Function", + "tags": [], + "label": "fn", + "description": [], + "signature": [ + "(input: null, args: GeoBoundingBoxArguments) => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"geo_bounding_box\", ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoBoundingBox", + "text": "GeoBoundingBox" + }, + ">" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 182 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.fn.$1", + "type": "Uncategorized", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "null" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 182 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.geoBoundingBoxFunction.fn.$2", + "type": "CompoundType", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "GeoBoundingBoxArguments" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_bounding_box.ts", + "lineNumber": 182 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoPointFunction", + "type": "Object", + "tags": [], + "label": "geoPointFunction", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 32 + }, + "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.name", + "id": "def-common.geoPointFunction.name", "type": "string", "tags": [], "label": "name", "description": [], "signature": [ - "\"existsFilter\"" + "\"geoPoint\"" ], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 28 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 33 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.type", + "id": "def-common.geoPointFunction.type", "type": "string", "tags": [], "label": "type", "description": [], "signature": [ - "\"kibana_filter\"" + "\"geo_point\"" ], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 29 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 34 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.inputTypes", + "id": "def-common.geoPointFunction.inputTypes", "type": "Array", "tags": [], "label": "inputTypes", @@ -28368,92 +32002,120 @@ "\"null\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 30 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 35 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.help", + "id": "def-common.geoPointFunction.help", "type": "string", "tags": [], "label": "help", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 31 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 36 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.args", + "id": "def-common.geoPointFunction.args", "type": "Object", "tags": [], "label": "args", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 34 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 39 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.args.field", + "id": "def-common.geoPointFunction.args.lat", "type": "Object", "tags": [], - "label": "field", + "label": "lat", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 35 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 40 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.args.field.types", + "id": "def-common.geoPointFunction.args.lat.types", "type": "Array", "tags": [], "label": "types", "description": [], "signature": [ - "\"kibana_field\"[]" + "\"number\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 36 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 41 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.args.field.required", - "type": "boolean", + "id": "def-common.geoPointFunction.args.lat.help", + "type": "string", "tags": [], - "label": "required", + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 42 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.geoPointFunction.args.lon", + "type": "Object", + "tags": [], + "label": "lon", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 46 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.geoPointFunction.args.lon.types", + "type": "Array", + "tags": [], + "label": "types", "description": [], "signature": [ - "true" + "\"number\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 37 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 47 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.args.field.help", + "id": "def-common.geoPointFunction.args.lon.help", "type": "string", "tags": [], "label": "help", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 38 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 48 }, "deprecated": false } @@ -28461,59 +32123,75 @@ }, { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.args.negate", + "id": "def-common.geoPointFunction.args.point", "type": "Object", "tags": [], - "label": "negate", + "label": "point", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 42 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 52 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.args.negate.types", + "id": "def-common.geoPointFunction.args.point.aliases", + "type": "Array", + "tags": [], + "label": "aliases", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 53 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.geoPointFunction.args.point.types", "type": "Array", "tags": [], "label": "types", "description": [], "signature": [ - "\"boolean\"[]" + "(\"number\" | \"string\")[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 43 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 54 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.args.negate.default", + "id": "def-common.geoPointFunction.args.point.multi", "type": "boolean", "tags": [], - "label": "default", + "label": "multi", "description": [], "signature": [ - "false" + "true" ], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 44 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 55 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.args.negate.help", + "id": "def-common.geoPointFunction.args.point.help", "type": "string", "tags": [], "label": "help", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 45 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 56 }, "deprecated": false } @@ -28523,39 +32201,39 @@ }, { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.fn", + "id": "def-common.geoPointFunction.fn", "type": "Function", "tags": [], "label": "fn", "description": [], "signature": [ - "(input: null, args: Arguments) => { $state?: ", + "(input: null, { lat, lon, point }: GeoPointArguments) => ", { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" }, - " | undefined; meta: ", + "<\"geo_point\", { value: ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" + "docId": "kibDataSearchPluginApi", + "section": "def-common.GeoPoint", + "text": "GeoPoint" }, - "; query?: any; type: \"kibana_filter\"; }" + "; }>" ], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 51 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 63 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.fn.$1", + "id": "def-common.geoPointFunction.fn.$1", "type": "Uncategorized", "tags": [], "label": "input", @@ -28564,25 +32242,25 @@ "null" ], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 51 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 63 }, "deprecated": false, "isRequired": true }, { "parentPluginId": "data", - "id": "def-common.existsFilterFunction.fn.$2", + "id": "def-common.geoPointFunction.fn.$2", "type": "Object", "tags": [], - "label": "args", + "label": "{ lat, lon, point }", "description": [], "signature": [ - "Arguments" + "GeoPointArguments" ], "source": { - "path": "src/plugins/data/common/search/expressions/exists_filter.ts", - "lineNumber": 51 + "path": "src/plugins/data/common/search/expressions/geo_point.ts", + "lineNumber": 63 }, "deprecated": false, "isRequired": true @@ -28595,52 +32273,52 @@ }, { "parentPluginId": "data", - "id": "def-common.fieldFunction", + "id": "def-common.ipRangeFunction", "type": "Object", "tags": [], - "label": "fieldFunction", + "label": "ipRangeFunction", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 26 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.fieldFunction.name", + "id": "def-common.ipRangeFunction.name", "type": "string", "tags": [], "label": "name", "description": [], "signature": [ - "\"field\"" + "\"ipRange\"" ], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 27 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.fieldFunction.type", + "id": "def-common.ipRangeFunction.type", "type": "string", "tags": [], "label": "type", "description": [], "signature": [ - "\"kibana_field\"" + "\"ip_range\"" ], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 28 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.fieldFunction.inputTypes", + "id": "def-common.ipRangeFunction.inputTypes", "type": "Array", "tags": [], "label": "inputTypes", @@ -28649,53 +32327,53 @@ "\"null\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 29 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.fieldFunction.help", + "id": "def-common.ipRangeFunction.help", "type": "string", "tags": [], "label": "help", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 30 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.fieldFunction.args", + "id": "def-common.ipRangeFunction.args", "type": "Object", "tags": [], "label": "args", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 33 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.fieldFunction.args.name", + "id": "def-common.ipRangeFunction.args.from", "type": "Object", "tags": [], - "label": "name", + "label": "from", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 34 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.fieldFunction.args.name.types", + "id": "def-common.ipRangeFunction.args.from.types", "type": "Array", "tags": [], "label": "types", @@ -28704,14 +32382,14 @@ "\"string\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 35 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.fieldFunction.args.name.required", + "id": "def-common.ipRangeFunction.args.from.required", "type": "boolean", "tags": [], "label": "required", @@ -28720,20 +32398,20 @@ "true" ], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 36 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.fieldFunction.args.name.help", + "id": "def-common.ipRangeFunction.args.from.help", "type": "string", "tags": [], "label": "help", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 37 }, "deprecated": false @@ -28742,20 +32420,20 @@ }, { "parentPluginId": "data", - "id": "def-common.fieldFunction.args.type", + "id": "def-common.ipRangeFunction.args.to", "type": "Object", "tags": [], - "label": "type", + "label": "to", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 41 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.fieldFunction.args.type.types", + "id": "def-common.ipRangeFunction.args.to.types", "type": "Array", "tags": [], "label": "types", @@ -28764,14 +32442,14 @@ "\"string\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 42 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.fieldFunction.args.type.required", + "id": "def-common.ipRangeFunction.args.to.required", "type": "boolean", "tags": [], "label": "required", @@ -28780,107 +32458,55 @@ "true" ], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 43 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.fieldFunction.args.type.help", + "id": "def-common.ipRangeFunction.args.to.help", "type": "string", "tags": [], "label": "help", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", + "path": "src/plugins/data/common/search/expressions/ip_range.ts", "lineNumber": 44 }, "deprecated": false } ] - }, - { - "parentPluginId": "data", - "id": "def-common.fieldFunction.args.script", - "type": "Object", - "tags": [], - "label": "script", - "description": [], - "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", - "lineNumber": 48 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.fieldFunction.args.script.types", - "type": "Array", - "tags": [], - "label": "types", - "description": [], - "signature": [ - "\"string\"[]" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", - "lineNumber": 49 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.fieldFunction.args.script.help", - "type": "string", - "tags": [], - "label": "help", - "description": [], - "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", - "lineNumber": 50 - }, - "deprecated": false - } - ] } ] }, { "parentPluginId": "data", - "id": "def-common.fieldFunction.fn", + "id": "def-common.ipRangeFunction.fn", "type": "Function", "tags": [], "label": "fn", "description": [], - "signature": [ - "(input: null, args: Arguments) => ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionValueBoxed", - "text": "ExpressionValueBoxed" - }, - "<\"kibana_field\", ", + "signature": [ + "(input: null, { from, to }: ", { "pluginId": "data", "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IndexPatternField", - "text": "IndexPatternField" + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpRange", + "text": "IpRange" }, - ">" + ") => { from: string; to: string; type: \"ip_range\"; }" ], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", - "lineNumber": 56 + "path": "src/plugins/data/common/search/expressions/ip_range.ts", + "lineNumber": 50 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.fieldFunction.fn.$1", + "id": "def-common.ipRangeFunction.fn.$1", "type": "Uncategorized", "tags": [], "label": "input", @@ -28889,25 +32515,31 @@ "null" ], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", - "lineNumber": 56 + "path": "src/plugins/data/common/search/expressions/ip_range.ts", + "lineNumber": 50 }, "deprecated": false, "isRequired": true }, { "parentPluginId": "data", - "id": "def-common.fieldFunction.fn.$2", + "id": "def-common.ipRangeFunction.fn.$2", "type": "Object", "tags": [], - "label": "args", + "label": "{ from, to }", "description": [], "signature": [ - "Arguments" + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IpRange", + "text": "IpRange" + } ], "source": { - "path": "src/plugins/data/common/search/expressions/field.ts", - "lineNumber": 56 + "path": "src/plugins/data/common/search/expressions/ip_range.ts", + "lineNumber": 50 }, "deprecated": false, "isRequired": true @@ -29151,7 +32783,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 34 + "lineNumber": 33 }, "deprecated": false, "children": [ @@ -29164,7 +32796,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 35 + "lineNumber": 34 }, "deprecated": false }, @@ -29177,7 +32809,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 36 + "lineNumber": 35 }, "deprecated": false, "children": [ @@ -29193,7 +32825,7 @@ ], "source": { "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 37 + "lineNumber": 36 }, "deprecated": false, "children": [], @@ -29210,7 +32842,7 @@ "description": [], "source": { "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 43 + "lineNumber": 42 }, "deprecated": false, "children": [ @@ -29226,7 +32858,7 @@ ], "source": { "path": "src/plugins/data/common/search/expressions/kibana_context_type.ts", - "lineNumber": 44 + "lineNumber": 43 }, "deprecated": false, "children": [], @@ -29273,9 +32905,6 @@ "tags": [], "label": "type", "description": [], - "signature": [ - "\"kibana_filter\"" - ], "source": { "path": "src/plugins/data/common/search/expressions/kibana_filter.ts", "lineNumber": 28 @@ -29953,9 +33582,6 @@ "tags": [], "label": "type", "description": [], - "signature": [ - "\"kibana_query\"" - ], "source": { "path": "src/plugins/data/common/search/expressions/kql.ts", "lineNumber": 26 @@ -29986,40 +33612,258 @@ "label": "help", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/kql.ts", + "path": "src/plugins/data/common/search/expressions/kql.ts", + "lineNumber": 28 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.kqlFunction.args", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/kql.ts", + "lineNumber": 31 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.kqlFunction.args.q", + "type": "Object", + "tags": [], + "label": "q", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/kql.ts", + "lineNumber": 32 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.kqlFunction.args.q.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"string\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kql.ts", + "lineNumber": 33 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.kqlFunction.args.q.required", + "type": "boolean", + "tags": [], + "label": "required", + "description": [], + "signature": [ + "true" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kql.ts", + "lineNumber": 34 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.kqlFunction.args.q.aliases", + "type": "Array", + "tags": [], + "label": "aliases", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kql.ts", + "lineNumber": 35 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.kqlFunction.args.q.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/kql.ts", + "lineNumber": 36 + }, + "deprecated": false + } + ] + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.kqlFunction.fn", + "type": "Function", + "tags": [], + "label": "fn", + "description": [], + "signature": [ + "(input: null, args: Arguments) => { type: string; language: string; query: string; }" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kql.ts", + "lineNumber": 42 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.kqlFunction.fn.$1", + "type": "Uncategorized", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "null" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kql.ts", + "lineNumber": 42 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.kqlFunction.fn.$2", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "signature": [ + "Arguments" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/kql.ts", + "lineNumber": 42 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.luceneFunction", + "type": "Object", + "tags": [], + "label": "luceneFunction", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/lucene.ts", + "lineNumber": 24 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.luceneFunction.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "\"lucene\"" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/lucene.ts", + "lineNumber": 25 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.luceneFunction.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/lucene.ts", + "lineNumber": 26 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.luceneFunction.inputTypes", + "type": "Array", + "tags": [], + "label": "inputTypes", + "description": [], + "signature": [ + "\"null\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/lucene.ts", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.luceneFunction.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/lucene.ts", "lineNumber": 28 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.kqlFunction.args", + "id": "def-common.luceneFunction.args", "type": "Object", "tags": [], "label": "args", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/kql.ts", + "path": "src/plugins/data/common/search/expressions/lucene.ts", "lineNumber": 31 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.kqlFunction.args.q", + "id": "def-common.luceneFunction.args.q", "type": "Object", "tags": [], "label": "q", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/kql.ts", + "path": "src/plugins/data/common/search/expressions/lucene.ts", "lineNumber": 32 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.kqlFunction.args.q.types", + "id": "def-common.luceneFunction.args.q.types", "type": "Array", "tags": [], "label": "types", @@ -30028,14 +33872,14 @@ "\"string\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/kql.ts", + "path": "src/plugins/data/common/search/expressions/lucene.ts", "lineNumber": 33 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.kqlFunction.args.q.required", + "id": "def-common.luceneFunction.args.q.required", "type": "boolean", "tags": [], "label": "required", @@ -30044,14 +33888,14 @@ "true" ], "source": { - "path": "src/plugins/data/common/search/expressions/kql.ts", + "path": "src/plugins/data/common/search/expressions/lucene.ts", "lineNumber": 34 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.kqlFunction.args.q.aliases", + "id": "def-common.luceneFunction.args.q.aliases", "type": "Array", "tags": [], "label": "aliases", @@ -30060,20 +33904,20 @@ "string[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/kql.ts", + "path": "src/plugins/data/common/search/expressions/lucene.ts", "lineNumber": 35 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.kqlFunction.args.q.help", + "id": "def-common.luceneFunction.args.q.help", "type": "string", "tags": [], "label": "help", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/kql.ts", + "path": "src/plugins/data/common/search/expressions/lucene.ts", "lineNumber": 36 }, "deprecated": false @@ -30084,23 +33928,23 @@ }, { "parentPluginId": "data", - "id": "def-common.kqlFunction.fn", + "id": "def-common.luceneFunction.fn", "type": "Function", "tags": [], "label": "fn", "description": [], "signature": [ - "(input: null, args: Arguments) => { type: \"kibana_query\"; language: string; query: string; }" + "(input: null, args: Arguments) => { type: string; language: string; query: any; }" ], "source": { - "path": "src/plugins/data/common/search/expressions/kql.ts", + "path": "src/plugins/data/common/search/expressions/lucene.ts", "lineNumber": 42 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.kqlFunction.fn.$1", + "id": "def-common.luceneFunction.fn.$1", "type": "Uncategorized", "tags": [], "label": "input", @@ -30109,7 +33953,7 @@ "null" ], "source": { - "path": "src/plugins/data/common/search/expressions/kql.ts", + "path": "src/plugins/data/common/search/expressions/lucene.ts", "lineNumber": 42 }, "deprecated": false, @@ -30117,7 +33961,7 @@ }, { "parentPluginId": "data", - "id": "def-common.kqlFunction.fn.$2", + "id": "def-common.luceneFunction.fn.$2", "type": "Object", "tags": [], "label": "args", @@ -30126,7 +33970,7 @@ "Arguments" ], "source": { - "path": "src/plugins/data/common/search/expressions/kql.ts", + "path": "src/plugins/data/common/search/expressions/lucene.ts", "lineNumber": 42 }, "deprecated": false, @@ -30140,52 +33984,179 @@ }, { "parentPluginId": "data", - "id": "def-common.luceneFunction", + "id": "def-common.migrateIncludeExcludeFormat", "type": "Object", "tags": [], - "label": "luceneFunction", + "label": "migrateIncludeExcludeFormat", + "description": [], + "signature": [ + "{ scriptable?: boolean | undefined; filterFieldTypes?: ", + "KBN_FIELD_TYPES", + " | \"*\" | ", + "KBN_FIELD_TYPES", + "[] | undefined; makeAgg?: ((agg: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IBucketAggConfig", + "text": "IBucketAggConfig" + }, + ", state?: { type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ", + "SerializableState", + " | undefined; schema?: string | undefined; } | undefined) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IBucketAggConfig", + "text": "IBucketAggConfig" + }, + ") | undefined; allowedAggs?: string[] | undefined; name?: string | undefined; type?: string | undefined; displayName?: string | undefined; required?: boolean | undefined; advanced?: boolean | undefined; default?: any; write?: ((aggConfig: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IBucketAggConfig", + "text": "IBucketAggConfig" + }, + ", output: Record, aggConfigs?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.AggConfigs", + "text": "AggConfigs" + }, + " | undefined, locals?: Record | undefined) => void) | undefined; serialize?: ((value: any, aggConfig?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IBucketAggConfig", + "text": "IBucketAggConfig" + }, + " | undefined) => any) | undefined; deserialize?: ((value: any, aggConfig?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IBucketAggConfig", + "text": "IBucketAggConfig" + }, + " | undefined) => any) | undefined; toExpressionAst?: ((value: any) => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + " | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + "[] | undefined) | undefined; options?: any[] | undefined; valueType?: any; onChange?: ((agg: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IBucketAggConfig", + "text": "IBucketAggConfig" + }, + ") => void) | undefined; shouldShow?: ((agg: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IBucketAggConfig", + "text": "IBucketAggConfig" + }, + ") => boolean) | undefined; modifyAggConfigOnSearchRequestStart?: ((aggConfig: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IBucketAggConfig", + "text": "IBucketAggConfig" + }, + ", searchSource?: Pick<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.SearchSource", + "text": "SearchSource" + }, + ", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\"> | undefined, options?: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.ISearchOptions", + "text": "ISearchOptions" + }, + " | undefined) => void) | undefined; }" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/buckets/migrate_include_exclude_format.ts", + "lineNumber": 25 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-common.numericalRangeFunction", + "type": "Object", + "tags": [], + "label": "numericalRangeFunction", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 24 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 28 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.luceneFunction.name", + "id": "def-common.numericalRangeFunction.name", "type": "string", "tags": [], "label": "name", "description": [], "signature": [ - "\"lucene\"" + "\"numericalRange\"" ], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 25 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 29 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.luceneFunction.type", + "id": "def-common.numericalRangeFunction.type", "type": "string", "tags": [], "label": "type", "description": [], "signature": [ - "\"kibana_query\"" + "\"numerical_range\"" ], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 26 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 30 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.luceneFunction.inputTypes", + "id": "def-common.numericalRangeFunction.inputTypes", "type": "Array", "tags": [], "label": "inputTypes", @@ -30194,108 +34165,164 @@ "\"null\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 27 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 31 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.luceneFunction.help", + "id": "def-common.numericalRangeFunction.help", "type": "string", "tags": [], "label": "help", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 28 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 32 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.luceneFunction.args", + "id": "def-common.numericalRangeFunction.args", "type": "Object", "tags": [], "label": "args", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 31 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 35 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.luceneFunction.args.q", + "id": "def-common.numericalRangeFunction.args.from", "type": "Object", "tags": [], - "label": "q", + "label": "from", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 32 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 36 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.luceneFunction.args.q.types", + "id": "def-common.numericalRangeFunction.args.from.types", "type": "Array", "tags": [], "label": "types", "description": [], "signature": [ - "\"string\"[]" + "\"number\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 33 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 37 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.luceneFunction.args.q.required", - "type": "boolean", + "id": "def-common.numericalRangeFunction.args.from.help", + "type": "string", "tags": [], - "label": "required", + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 38 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.numericalRangeFunction.args.to", + "type": "Object", + "tags": [], + "label": "to", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 42 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.numericalRangeFunction.args.to.types", + "type": "Array", + "tags": [], + "label": "types", "description": [], "signature": [ - "true" + "\"number\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 34 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 43 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.luceneFunction.args.q.aliases", + "id": "def-common.numericalRangeFunction.args.to.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 44 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.numericalRangeFunction.args.label", + "type": "Object", + "tags": [], + "label": "label", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 48 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.numericalRangeFunction.args.label.types", "type": "Array", "tags": [], - "label": "aliases", + "label": "types", "description": [], "signature": [ - "string[]" + "\"string\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 35 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 49 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.luceneFunction.args.q.help", + "id": "def-common.numericalRangeFunction.args.label.help", "type": "string", "tags": [], "label": "help", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 36 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 50 }, "deprecated": false } @@ -30305,23 +34332,31 @@ }, { "parentPluginId": "data", - "id": "def-common.luceneFunction.fn", + "id": "def-common.numericalRangeFunction.fn", "type": "Function", "tags": [], "label": "fn", "description": [], "signature": [ - "(input: null, args: Arguments) => { type: \"kibana_query\"; language: string; query: any; }" + "(input: null, { from, to, label }: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.NumericalRange", + "text": "NumericalRange" + }, + ") => { type: \"numerical_range\"; }" ], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 42 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 56 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.luceneFunction.fn.$1", + "id": "def-common.numericalRangeFunction.fn.$1", "type": "Uncategorized", "tags": [], "label": "input", @@ -30330,25 +34365,31 @@ "null" ], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 42 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 56 }, "deprecated": false, "isRequired": true }, { "parentPluginId": "data", - "id": "def-common.luceneFunction.fn.$2", + "id": "def-common.numericalRangeFunction.fn.$2", "type": "Object", "tags": [], - "label": "args", + "label": "{ from, to, label }", "description": [], "signature": [ - "Arguments" + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.NumericalRange", + "text": "NumericalRange" + } ], "source": { - "path": "src/plugins/data/common/search/expressions/lucene.ts", - "lineNumber": 42 + "path": "src/plugins/data/common/search/expressions/numerical_range.ts", + "lineNumber": 56 }, "deprecated": false, "isRequired": true @@ -30361,238 +34402,445 @@ }, { "parentPluginId": "data", - "id": "def-common.migrateIncludeExcludeFormat", + "id": "def-common.parentPipelineAggHelper", "type": "Object", "tags": [], - "label": "migrateIncludeExcludeFormat", + "label": "parentPipelineAggHelper", "description": [], - "signature": [ - "{ scriptable?: boolean | undefined; filterFieldTypes?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, - " | \"*\" | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.KBN_FIELD_TYPES", - "text": "KBN_FIELD_TYPES" - }, - "[] | undefined; makeAgg?: ((agg: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IBucketAggConfig", - "text": "IBucketAggConfig" - }, - ", state?: { type: string; enabled?: boolean | undefined; id?: string | undefined; params?: {} | ", - "SerializableState", - " | undefined; schema?: string | undefined; } | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IBucketAggConfig", - "text": "IBucketAggConfig" - }, - ") | undefined; allowedAggs?: string[] | undefined; name?: string | undefined; type?: string | undefined; displayName?: string | undefined; required?: boolean | undefined; advanced?: boolean | undefined; default?: any; write?: ((aggConfig: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IBucketAggConfig", - "text": "IBucketAggConfig" - }, - ", output: Record, aggConfigs?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.AggConfigs", - "text": "AggConfigs" - }, - " | undefined, locals?: Record | undefined) => void) | undefined; serialize?: ((value: any, aggConfig?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IBucketAggConfig", - "text": "IBucketAggConfig" - }, - " | undefined) => any) | undefined; deserialize?: ((value: any, aggConfig?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IBucketAggConfig", - "text": "IBucketAggConfig" - }, - " | undefined) => any) | undefined; toExpressionAst?: ((value: any) => ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionAstExpression", - "text": "ExpressionAstExpression" - }, - " | undefined) | undefined; options?: any[] | undefined; valueType?: any; onChange?: ((agg: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IBucketAggConfig", - "text": "IBucketAggConfig" - }, - ") => void) | undefined; shouldShow?: ((agg: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IBucketAggConfig", - "text": "IBucketAggConfig" - }, - ") => boolean) | undefined; modifyAggConfigOnSearchRequestStart?: ((aggConfig: ", + "source": { + "path": "src/plugins/data/common/search/aggs/metrics/lib/parent_pipeline_agg_helper.ts", + "lineNumber": 35 + }, + "deprecated": false, + "children": [ { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IBucketAggConfig", - "text": "IBucketAggConfig" + "parentPluginId": "data", + "id": "def-common.parentPipelineAggHelper.subtype", + "type": "string", + "tags": [], + "label": "subtype", + "description": [], + "source": { + "path": "src/plugins/data/common/search/aggs/metrics/lib/parent_pipeline_agg_helper.ts", + "lineNumber": 36 + }, + "deprecated": false }, - ", searchSource?: Pick<", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.SearchSource", - "text": "SearchSource" + "parentPluginId": "data", + "id": "def-common.parentPipelineAggHelper.params", + "type": "Function", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.MetricAggParam", + "text": "MetricAggParam" + }, + "<", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IMetricAggConfig", + "text": "IMetricAggConfig" + }, + ">[]" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/metrics/lib/parent_pipeline_agg_helper.ts", + "lineNumber": 37 + }, + "deprecated": false, + "children": [], + "returnComment": [] }, - ", \"create\" | \"history\" | \"setPreferredSearchStrategyId\" | \"setField\" | \"removeField\" | \"setFields\" | \"getId\" | \"getFields\" | \"getField\" | \"getOwnField\" | \"createCopy\" | \"createChild\" | \"setParent\" | \"getParent\" | \"fetch$\" | \"fetch\" | \"onRequestStart\" | \"getSearchRequestBody\" | \"destroy\" | \"getSerializedFields\" | \"serialize\"> | undefined, options?: ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.ISearchOptions", - "text": "ISearchOptions" - }, - " | undefined) => void) | undefined; }" + "parentPluginId": "data", + "id": "def-common.parentPipelineAggHelper.getSerializedFormat", + "type": "Function", + "tags": [], + "label": "getSerializedFormat", + "description": [], + "signature": [ + "(agg: ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IMetricAggConfig", + "text": "IMetricAggConfig" + }, + ") => any" + ], + "source": { + "path": "src/plugins/data/common/search/aggs/metrics/lib/parent_pipeline_agg_helper.ts", + "lineNumber": 65 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.parentPipelineAggHelper.getSerializedFormat.$1", + "type": "Object", + "tags": [], + "label": "agg", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IMetricAggConfig", + "text": "IMetricAggConfig" + } + ], + "source": { + "path": "src/plugins/data/common/search/aggs/metrics/lib/parent_pipeline_agg_helper.ts", + "lineNumber": 65 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } ], - "source": { - "path": "src/plugins/data/common/search/aggs/buckets/migrate_include_exclude_format.ts", - "lineNumber": 25 - }, - "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "data", - "id": "def-common.parentPipelineAggHelper", + "id": "def-common.phraseFilterFunction", "type": "Object", "tags": [], - "label": "parentPipelineAggHelper", + "label": "phraseFilterFunction", "description": [], - "source": { - "path": "src/plugins/data/common/search/aggs/metrics/lib/parent_pipeline_agg_helper.ts", - "lineNumber": 35 + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 28 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.parentPipelineAggHelper.subtype", + "id": "def-common.phraseFilterFunction.name", "type": "string", "tags": [], - "label": "subtype", + "label": "name", "description": [], + "signature": [ + "\"rangeFilter\"" + ], "source": { - "path": "src/plugins/data/common/search/aggs/metrics/lib/parent_pipeline_agg_helper.ts", - "lineNumber": 36 + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 29 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.parentPipelineAggHelper.params", - "type": "Function", + "id": "def-common.phraseFilterFunction.type", + "type": "string", "tags": [], - "label": "params", + "label": "type", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 30 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.inputTypes", + "type": "Array", + "tags": [], + "label": "inputTypes", "description": [], "signature": [ - "() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.MetricAggParam", - "text": "MetricAggParam" - }, - "<", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IMetricAggConfig", - "text": "IMetricAggConfig" - }, - ">[]" + "\"null\"[]" ], "source": { - "path": "src/plugins/data/common/search/aggs/metrics/lib/parent_pipeline_agg_helper.ts", - "lineNumber": 37 + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 31 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 32 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 35 }, "deprecated": false, - "children": [], - "returnComment": [] + "children": [ + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args.field", + "type": "Object", + "tags": [], + "label": "field", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 36 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args.field.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"kibana_field\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 37 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args.field.required", + "type": "boolean", + "tags": [], + "label": "required", + "description": [], + "signature": [ + "true" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 38 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args.field.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 39 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args.phrase", + "type": "Object", + "tags": [], + "label": "phrase", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 43 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args.phrase.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"string\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 44 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args.phrase.multi", + "type": "boolean", + "tags": [], + "label": "multi", + "description": [], + "signature": [ + "true" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 45 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args.phrase.required", + "type": "boolean", + "tags": [], + "label": "required", + "description": [], + "signature": [ + "true" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 46 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args.phrase.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 47 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args.negate", + "type": "Object", + "tags": [], + "label": "negate", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 51 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args.negate.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"boolean\"[]" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 52 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args.negate.default", + "type": "boolean", + "tags": [], + "label": "default", + "description": [], + "signature": [ + "false" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 53 + }, + "deprecated": false + }, + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.args.negate.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 54 + }, + "deprecated": false + } + ] + } + ] }, { "parentPluginId": "data", - "id": "def-common.parentPipelineAggHelper.getSerializedFormat", + "id": "def-common.phraseFilterFunction.fn", "type": "Function", "tags": [], - "label": "getSerializedFormat", + "label": "fn", "description": [], "signature": [ - "(agg: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IMetricAggConfig", - "text": "IMetricAggConfig" - }, - ") => any" + "(input: null, args: Arguments) => any" ], "source": { - "path": "src/plugins/data/common/search/aggs/metrics/lib/parent_pipeline_agg_helper.ts", - "lineNumber": 65 + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 60 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.parentPipelineAggHelper.getSerializedFormat.$1", + "id": "def-common.phraseFilterFunction.fn.$1", + "type": "Uncategorized", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "null" + ], + "source": { + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 60 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "data", + "id": "def-common.phraseFilterFunction.fn.$2", "type": "Object", "tags": [], - "label": "agg", + "label": "args", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IMetricAggConfig", - "text": "IMetricAggConfig" - } + "Arguments" ], "source": { - "path": "src/plugins/data/common/search/aggs/metrics/lib/parent_pipeline_agg_helper.ts", - "lineNumber": 65 + "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "lineNumber": 60 }, "deprecated": false, "isRequired": true @@ -30605,52 +34853,52 @@ }, { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction", + "id": "def-common.queryFilterFunction", "type": "Object", "tags": [], - "label": "phraseFilterFunction", + "label": "queryFilterFunction", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 28 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 34 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.name", + "id": "def-common.queryFilterFunction.name", "type": "string", "tags": [], "label": "name", "description": [], "signature": [ - "\"rangeFilter\"" + "\"queryFilter\"" ], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 29 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 35 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.type", + "id": "def-common.queryFilterFunction.type", "type": "string", "tags": [], "label": "type", "description": [], "signature": [ - "\"kibana_filter\"" + "\"kibana_query_filter\"" ], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 30 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 36 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.inputTypes", + "id": "def-common.queryFilterFunction.inputTypes", "type": "Array", "tags": [], "label": "inputTypes", @@ -30659,145 +34907,85 @@ "\"null\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 31 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 37 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.help", + "id": "def-common.queryFilterFunction.help", "type": "string", "tags": [], "label": "help", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 32 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 38 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args", + "id": "def-common.queryFilterFunction.args", "type": "Object", "tags": [], "label": "args", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 35 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 41 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args.field", + "id": "def-common.queryFilterFunction.args.input", "type": "Object", "tags": [], - "label": "field", + "label": "input", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 36 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 42 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args.field.types", + "id": "def-common.queryFilterFunction.args.input.types", "type": "Array", "tags": [], "label": "types", "description": [], "signature": [ - "\"kibana_field\"[]" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 37 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args.field.required", - "type": "boolean", - "tags": [], - "label": "required", - "description": [], - "signature": [ - "true" + "\"kibana_query\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 38 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 43 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args.field.help", - "type": "string", - "tags": [], - "label": "help", - "description": [], - "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 39 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args.phrase", - "type": "Object", - "tags": [], - "label": "phrase", - "description": [], - "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 43 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args.phrase.types", + "id": "def-common.queryFilterFunction.args.input.aliases", "type": "Array", "tags": [], - "label": "types", + "label": "aliases", "description": [], "signature": [ - "\"string\"[]" + "string[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", + "path": "src/plugins/data/common/search/expressions/query_filter.ts", "lineNumber": 44 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args.phrase.multi", - "type": "boolean", - "tags": [], - "label": "multi", - "description": [], - "signature": [ - "true" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 45 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args.phrase.required", + "id": "def-common.queryFilterFunction.args.input.required", "type": "boolean", "tags": [], "label": "required", @@ -30806,21 +34994,21 @@ "true" ], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 46 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 45 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args.phrase.help", + "id": "def-common.queryFilterFunction.args.input.help", "type": "string", "tags": [], "label": "help", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 47 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 46 }, "deprecated": false } @@ -30828,59 +35016,43 @@ }, { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args.negate", + "id": "def-common.queryFilterFunction.args.label", "type": "Object", "tags": [], - "label": "negate", + "label": "label", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 51 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 50 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args.negate.types", + "id": "def-common.queryFilterFunction.args.label.types", "type": "Array", "tags": [], "label": "types", "description": [], "signature": [ - "\"boolean\"[]" - ], - "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 52 - }, - "deprecated": false - }, - { - "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args.negate.default", - "type": "boolean", - "tags": [], - "label": "default", - "description": [], - "signature": [ - "false" + "\"string\"[]" ], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 53 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 51 }, "deprecated": false }, { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.args.negate.help", + "id": "def-common.queryFilterFunction.args.label.help", "type": "string", "tags": [], "label": "help", "description": [], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 54 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 52 }, "deprecated": false } @@ -30890,66 +35062,66 @@ }, { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.fn", + "id": "def-common.queryFilterFunction.fn", "type": "Function", "tags": [], "label": "fn", "description": [], "signature": [ - "(input: null, args: Arguments) => { $state?: ", + "(_: null, { input, label }: QueryFilterArguments) => ", { - "pluginId": "data", + "pluginId": "expressions", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" }, - " | undefined; meta: ", + "<\"kibana_query_filter\", ", { "pluginId": "data", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" + "docId": "kibDataSearchPluginApi", + "section": "def-common.QueryFilter", + "text": "QueryFilter" }, - "; query?: any; type: \"kibana_filter\"; }" + ">" ], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 60 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 58 }, "deprecated": false, "children": [ { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.fn.$1", + "id": "def-common.queryFilterFunction.fn.$1", "type": "Uncategorized", "tags": [], - "label": "input", + "label": "_", "description": [], "signature": [ "null" ], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 60 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 58 }, "deprecated": false, "isRequired": true }, { "parentPluginId": "data", - "id": "def-common.phraseFilterFunction.fn.$2", + "id": "def-common.queryFilterFunction.fn.$2", "type": "Object", "tags": [], - "label": "args", + "label": "{ input, label }", "description": [], "signature": [ - "Arguments" + "QueryFilterArguments" ], "source": { - "path": "src/plugins/data/common/search/expressions/phrase_filter.ts", - "lineNumber": 60 + "path": "src/plugins/data/common/search/expressions/query_filter.ts", + "lineNumber": 58 }, "deprecated": false, "isRequired": true @@ -30996,9 +35168,6 @@ "tags": [], "label": "type", "description": [], - "signature": [ - "\"kibana_filter\"" - ], "source": { "path": "src/plugins/data/common/search/expressions/range_filter.ts", "lineNumber": 31 @@ -31237,23 +35406,7 @@ "label": "fn", "description": [], "signature": [ - "(input: null, args: Arguments) => { $state?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterState", - "text": "FilterState" - }, - " | undefined; meta: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" - }, - "; query?: any; type: \"kibana_filter\"; }" + "(input: null, args: Arguments) => any" ], "source": { "path": "src/plugins/data/common/search/expressions/range_filter.ts", diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx index 4627768f160ae..7828294938057 100644 --- a/api_docs/data_search.mdx +++ b/api_docs/data_search.mdx @@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 3833 | 107 | 3268 | 75 | +| 3870 | 151 | 3323 | 63 | ## Client diff --git a/api_docs/data_ui.json b/api_docs/data_ui.json index 31c9cd267f67f..c088e81c3f2f8 100644 --- a/api_docs/data_ui.json +++ b/api_docs/data_ui.json @@ -3,6 +3,84 @@ "client": { "classes": [], "functions": [ + { + "parentPluginId": "data", + "id": "def-public.FilterItem", + "type": "Function", + "tags": [], + "label": "FilterItem", + "description": [], + "signature": [ + "(props: ", + "FilterItemProps", + ") => JSX.Element" + ], + "source": { + "path": "src/plugins/data/public/ui/filter_bar/index.tsx", + "lineNumber": 24 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.FilterItem.$1", + "type": "Object", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "FilterItemProps" + ], + "source": { + "path": "src/plugins/data/public/ui/filter_bar/index.tsx", + "lineNumber": 24 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "data", + "id": "def-public.FilterLabel", + "type": "Function", + "tags": [], + "label": "FilterLabel", + "description": [], + "signature": [ + "(props: ", + "FilterLabelProps", + ") => JSX.Element" + ], + "source": { + "path": "src/plugins/data/public/ui/filter_bar/index.tsx", + "lineNumber": 15 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "data", + "id": "def-public.FilterLabel.$1", + "type": "Object", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "FilterLabelProps" + ], + "source": { + "path": "src/plugins/data/public/ui/filter_bar/index.tsx", + "lineNumber": 15 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "data", "id": "def-public.QueryStringInput", @@ -96,12 +174,12 @@ { "parentPluginId": "data", "id": "def-public.QueryStringInputProps.query", - "type": "Object", + "type": "Any", "tags": [], "label": "query", "description": [], "signature": [ - "{ query: string | { [key: string]: any; }; language: string; }" + "any" ], "source": { "path": "src/plugins/data/public/ui/query_string_input/query_string_input.tsx", @@ -262,15 +340,7 @@ "label": "onChange", "description": [], "signature": [ - "((query: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - ") => void) | undefined" + "((query: any) => void) | undefined" ], "source": { "path": "src/plugins/data/public/ui/query_string_input/query_string_input.tsx", @@ -302,15 +372,7 @@ "label": "onSubmit", "description": [], "signature": [ - "((query: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - ") => void) | undefined" + "((query: any) => void) | undefined" ], "source": { "path": "src/plugins/data/public/ui/query_string_input/query_string_input.tsx", @@ -510,9 +572,9 @@ "signature": [ "Pick, \"children\" | \"onClick\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"data-test-subj\" | \"async\" | \"compressed\" | \"fullWidth\" | \"isClearable\" | \"singleSelection\" | \"prepend\" | \"append\" | \"sortMatchesBy\" | \"autoFocus\" | \"customOptionText\" | \"onCreateOption\" | \"renderOption\" | \"inputRef\" | \"isDisabled\" | \"isInvalid\" | \"noSuggestions\" | \"rowHeight\" | \"delimiter\">, \"children\" | \"onClick\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"data-test-subj\" | \"async\" | \"compressed\" | \"fullWidth\" | \"isClearable\" | \"singleSelection\" | \"prepend\" | \"append\" | \"sortMatchesBy\" | \"autoFocus\" | \"customOptionText\" | \"onCreateOption\" | \"renderOption\" | \"inputRef\" | \"isDisabled\" | \"isInvalid\" | \"noSuggestions\" | \"rowHeight\" | \"delimiter\"> & Required, \"children\" | \"onClick\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"data-test-subj\" | \"async\" | \"compressed\" | \"fullWidth\" | \"isClearable\" | \"singleSelection\" | \"prepend\" | \"append\" | \"sortMatchesBy\" | \"autoFocus\" | \"customOptionText\" | \"onCreateOption\" | \"renderOption\" | \"inputRef\" | \"isDisabled\" | \"isInvalid\" | \"noSuggestions\" | \"rowHeight\" | \"delimiter\">, \"children\" | \"onClick\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"data-test-subj\" | \"async\" | \"compressed\" | \"fullWidth\" | \"isClearable\" | \"singleSelection\" | \"prepend\" | \"append\" | \"sortMatchesBy\" | \"autoFocus\" | \"customOptionText\" | \"onCreateOption\" | \"renderOption\" | \"inputRef\" | \"isDisabled\" | \"isInvalid\" | \"noSuggestions\" | \"rowHeight\" | \"delimiter\"> & Required, \"children\" | \"onClick\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"data-test-subj\" | \"async\" | \"compressed\" | \"fullWidth\" | \"isClearable\" | \"singleSelection\" | \"prepend\" | \"append\" | \"sortMatchesBy\" | \"autoFocus\" | \"customOptionText\" | \"onCreateOption\" | \"renderOption\" | \"inputRef\" | \"isDisabled\" | \"isInvalid\" | \"noSuggestions\" | \"rowHeight\" | \"delimiter\">, \"placeholder\">> & { onChange: (indexPatternId?: string | undefined) => void; indexPatternId: string; onNoIndexPatterns?: (() => void) | undefined; }" + ", \"children\" | \"onClick\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"data-test-subj\" | \"async\" | \"compressed\" | \"fullWidth\" | \"isClearable\" | \"singleSelection\" | \"prepend\" | \"append\" | \"sortMatchesBy\" | \"autoFocus\" | \"customOptionText\" | \"onCreateOption\" | \"renderOption\" | \"inputRef\" | \"isDisabled\" | \"isInvalid\" | \"noSuggestions\" | \"rowHeight\" | \"delimiter\">, \"placeholder\">> & { onChange: (indexPatternId?: string | undefined) => void; indexPatternId: string; onNoIndexPatterns?: (() => void) | undefined; }" ], "source": { "path": "src/plugins/data/public/ui/index_pattern_select/index_pattern_select.tsx", diff --git a/api_docs/data_ui.mdx b/api_docs/data_ui.mdx index 64ea24211e524..077f492157e67 100644 --- a/api_docs/data_ui.mdx +++ b/api_docs/data_ui.mdx @@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 3833 | 107 | 3268 | 75 | +| 3870 | 151 | 3323 | 63 | ## Client diff --git a/api_docs/data_visualizer.json b/api_docs/data_visualizer.json index 938067800eb4c..20b5e0f76bc8c 100644 --- a/api_docs/data_visualizer.json +++ b/api_docs/data_visualizer.json @@ -13,7 +13,7 @@ "description": [], "source": { "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", - "lineNumber": 120 + "lineNumber": 122 }, "deprecated": false, "children": [ @@ -35,7 +35,7 @@ ], "source": { "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", - "lineNumber": 121 + "lineNumber": 123 }, "deprecated": false }, @@ -58,7 +58,202 @@ ], "source": { "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", - "lineNumber": 122 + "lineNumber": 124 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-public.IndexDataVisualizerViewProps.additionalLinks", + "type": "Array", + "tags": [], + "label": "additionalLinks", + "description": [], + "signature": [ + { + "pluginId": "dataVisualizer", + "scope": "public", + "docId": "kibDataVisualizerPluginApi", + "section": "def-public.ResultLink", + "text": "ResultLink" + }, + "[] | undefined" + ], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", + "lineNumber": 125 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-public.ResultLink", + "type": "Interface", + "tags": [], + "label": "ResultLink", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "lineNumber": 23 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-public.ResultLink.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "lineNumber": 24 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-public.ResultLink.type", + "type": "CompoundType", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"index\" | \"file\"" + ], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "lineNumber": 25 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-public.ResultLink.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "lineNumber": 26 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-public.ResultLink.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-public.ResultLink.description", + "type": "string", + "tags": [], + "label": "description", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "lineNumber": 28 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-public.ResultLink.getUrl", + "type": "Function", + "tags": [], + "label": "getUrl", + "description": [], + "signature": [ + "(params?: any) => Promise" + ], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "lineNumber": 29 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-public.ResultLink.getUrl.$1", + "type": "Any", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "lineNumber": 29 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-public.ResultLink.canDisplay", + "type": "Function", + "tags": [], + "label": "canDisplay", + "description": [], + "signature": [ + "(params?: any) => Promise" + ], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "lineNumber": 30 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-public.ResultLink.canDisplay.$1", + "type": "Any", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "lineNumber": 30 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-public.ResultLink.dataTestSubj", + "type": "string", + "tags": [], + "label": "dataTestSubj", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "lineNumber": 31 }, "deprecated": false } @@ -67,7 +262,50 @@ } ], "enums": [], - "misc": [], + "misc": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-public.FileDataVisualizerSpec", + "type": "Type", + "tags": [], + "label": "FileDataVisualizerSpec", + "description": [], + "signature": [ + "React.FunctionComponent" + ], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/file_data_visualizer/file_data_visualizer.tsx", + "lineNumber": 20 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-public.IndexDataVisualizerSpec", + "type": "Type", + "tags": [], + "label": "IndexDataVisualizerSpec", + "description": [], + "signature": [ + "React.FunctionComponent<{ additionalLinks: ", + { + "pluginId": "dataVisualizer", + "scope": "public", + "docId": "kibDataVisualizerPluginApi", + "section": "def-public.ResultLink", + "text": "ResultLink" + }, + "[]; }>" + ], + "source": { + "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx", + "lineNumber": 35 + }, + "deprecated": false, + "initialIsOpen": false + } + ], "objects": [], "start": { "parentPluginId": "dataVisualizer", @@ -77,7 +315,15 @@ "label": "DataVisualizerPluginStart", "description": [], "signature": [ - "{ getFileDataVisualizerComponent: () => Promise>; getIndexDataVisualizerComponent: () => Promise>; getMaxBytesFormatted: () => string; }" + "{ getFileDataVisualizerComponent: () => Promise<() => React.FC>; getIndexDataVisualizerComponent: () => Promise<() => React.FC<{ additionalLinks: ", + { + "pluginId": "dataVisualizer", + "scope": "public", + "docId": "kibDataVisualizerPluginApi", + "section": "def-public.ResultLink", + "text": "ResultLink" + }, + "[]; }>>; getMaxBytesFormatted: () => string; }" ], "source": { "path": "x-pack/plugins/data_visualizer/public/plugin.ts", @@ -337,7 +583,7 @@ "label": "type", "description": [], "signature": [ - "\"number\" | \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"unknown\"" + "\"number\" | \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"unknown\" | \"histogram\"" ], "source": { "path": "x-pack/plugins/data_visualizer/common/types/field_request_config.ts", @@ -799,7 +1045,7 @@ ], "source": { "path": "x-pack/plugins/data_visualizer/common/constants.ts", - "lineNumber": 14 + "lineNumber": 16 }, "deprecated": false, "initialIsOpen": false @@ -816,7 +1062,7 @@ ], "source": { "path": "x-pack/plugins/data_visualizer/common/constants.ts", - "lineNumber": 15 + "lineNumber": 17 }, "deprecated": false, "initialIsOpen": false @@ -833,7 +1079,7 @@ ], "source": { "path": "x-pack/plugins/data_visualizer/common/constants.ts", - "lineNumber": 19 + "lineNumber": 21 }, "deprecated": false, "initialIsOpen": false @@ -863,7 +1109,7 @@ "label": "JobFieldType", "description": [], "signature": [ - "\"number\" | \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"unknown\"" + "\"number\" | \"boolean\" | \"date\" | \"keyword\" | \"text\" | \"ip\" | \"geo_point\" | \"geo_shape\" | \"unknown\" | \"histogram\"" ], "source": { "path": "x-pack/plugins/data_visualizer/common/types/job_field_type.ts", @@ -884,7 +1130,7 @@ ], "source": { "path": "x-pack/plugins/data_visualizer/common/constants.ts", - "lineNumber": 11 + "lineNumber": 13 }, "deprecated": false, "initialIsOpen": false @@ -901,7 +1147,7 @@ ], "source": { "path": "x-pack/plugins/data_visualizer/common/constants.ts", - "lineNumber": 12 + "lineNumber": 14 }, "deprecated": false, "initialIsOpen": false @@ -915,7 +1161,7 @@ "description": [], "source": { "path": "x-pack/plugins/data_visualizer/common/constants.ts", - "lineNumber": 10 + "lineNumber": 12 }, "deprecated": false, "initialIsOpen": false @@ -932,7 +1178,7 @@ ], "source": { "path": "x-pack/plugins/data_visualizer/common/constants.ts", - "lineNumber": 33 + "lineNumber": 49 }, "deprecated": false, "initialIsOpen": false @@ -973,7 +1219,7 @@ ], "source": { "path": "x-pack/plugins/data_visualizer/common/constants.ts", - "lineNumber": 8 + "lineNumber": 10 }, "deprecated": false, "initialIsOpen": false @@ -988,11 +1234,441 @@ "label": "JOB_FIELD_TYPES", "description": [], "signature": [ - "{ readonly BOOLEAN: \"boolean\"; readonly DATE: \"date\"; readonly GEO_POINT: \"geo_point\"; readonly GEO_SHAPE: \"geo_shape\"; readonly IP: \"ip\"; readonly KEYWORD: \"keyword\"; readonly NUMBER: \"number\"; readonly TEXT: \"text\"; readonly UNKNOWN: \"unknown\"; }" + "{ readonly BOOLEAN: \"boolean\"; readonly DATE: \"date\"; readonly GEO_POINT: \"geo_point\"; readonly GEO_SHAPE: \"geo_shape\"; readonly IP: \"ip\"; readonly KEYWORD: \"keyword\"; readonly NUMBER: \"number\"; readonly TEXT: \"text\"; readonly HISTOGRAM: \"histogram\"; readonly UNKNOWN: \"unknown\"; }" ], "source": { "path": "x-pack/plugins/data_visualizer/common/constants.ts", - "lineNumber": 21 + "lineNumber": 23 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS", + "type": "Object", + "tags": [], + "label": "JOB_FIELD_TYPES_OPTIONS", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 36 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.BOOLEAN", + "type": "Object", + "tags": [], + "label": "[JOB_FIELD_TYPES.BOOLEAN]", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 37 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.BOOLEAN.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 37 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.BOOLEAN.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 37 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.DATE", + "type": "Object", + "tags": [], + "label": "[JOB_FIELD_TYPES.DATE]", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 38 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.DATE.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 38 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.DATE.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 38 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.GEO_POINT", + "type": "Object", + "tags": [], + "label": "[JOB_FIELD_TYPES.GEO_POINT]", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 39 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.GEO_POINT.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 39 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.GEO_POINT.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 39 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.GEO_SHAPE", + "type": "Object", + "tags": [], + "label": "[JOB_FIELD_TYPES.GEO_SHAPE]", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 40 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.GEO_SHAPE.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 40 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.GEO_SHAPE.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 40 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.IP", + "type": "Object", + "tags": [], + "label": "[JOB_FIELD_TYPES.IP]", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 41 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.IP.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 41 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.IP.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 41 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.KEYWORD", + "type": "Object", + "tags": [], + "label": "[JOB_FIELD_TYPES.KEYWORD]", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 42 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.KEYWORD.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 42 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.KEYWORD.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 42 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.NUMBER", + "type": "Object", + "tags": [], + "label": "[JOB_FIELD_TYPES.NUMBER]", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 43 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.NUMBER.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 43 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.NUMBER.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 43 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.TEXT", + "type": "Object", + "tags": [], + "label": "[JOB_FIELD_TYPES.TEXT]", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 44 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.TEXT.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 44 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.TEXT.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 44 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.HISTOGRAM", + "type": "Object", + "tags": [], + "label": "[JOB_FIELD_TYPES.HISTOGRAM]", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 45 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.HISTOGRAM.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 45 + }, + "deprecated": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.HISTOGRAM.icon", + "type": "string", + "tags": [], + "label": "icon", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 45 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.UNKNOWN", + "type": "Object", + "tags": [], + "label": "[JOB_FIELD_TYPES.UNKNOWN]", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 46 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "dataVisualizer", + "id": "def-common.JOB_FIELD_TYPES_OPTIONS.JOB_FIELD_TYPES.UNKNOWN.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 46 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "dataVisualizer", + "id": "def-common.NON_AGGREGATABLE_FIELD_TYPES", + "type": "Object", + "tags": [], + "label": "NON_AGGREGATABLE_FIELD_TYPES", + "description": [], + "signature": [ + "Set" + ], + "source": { + "path": "x-pack/plugins/data_visualizer/common/constants.ts", + "lineNumber": 51 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/data_visualizer.mdx b/api_docs/data_visualizer.mdx index 768d01762d31f..df666753ecbae 100644 --- a/api_docs/data_visualizer.mdx +++ b/api_docs/data_visualizer.mdx @@ -18,7 +18,7 @@ Contact [Machine Learning UI](https://github.com/orgs/elastic/teams/ml-ui) for q | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 59 | 1 | 59 | 0 | +| 104 | 3 | 104 | 0 | ## Client @@ -28,6 +28,9 @@ Contact [Machine Learning UI](https://github.com/orgs/elastic/teams/ml-ui) for q ### Interfaces +### Consts, variables and types + + ## Common ### Objects diff --git a/api_docs/deprecations.mdx b/api_docs/deprecations.mdx deleted file mode 100644 index d32e946af021f..0000000000000 --- a/api_docs/deprecations.mdx +++ /dev/null @@ -1,2072 +0,0 @@ ---- -id: kibDevDocsDeprecations -slug: /kibana-dev-docs/deprecated-api-list -title: Deprecated API usage -summary: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. -date: 2021-05-02 -tags: ['contributor', 'dev', 'apidocs', 'kibana'] -warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. ---- - - -## actions - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [audit_logger.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/authorization/audit_logger.ts#L8) | - | -| | [audit_logger.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/authorization/audit_logger.ts#L16) | - | -| | [audit_logger.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/authorization/audit_logger.ts#L18) | - | - - - -## alerting - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [audit_logger.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/audit_logger.ts#L8) | - | -| | [audit_logger.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/audit_logger.ts#L21) | - | -| | [audit_logger.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/audit_logger.ts#L23) | - | -| | [rules_client_factory.test.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client_factory.test.ts#L23) | - | -| | [rules_client_factory.test.ts#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client_factory.test.ts#L98) | - | - - - -## apm - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [index.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/KueryBar/index.tsx#L14) | - | -| | [index.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/KueryBar/index.tsx#L31) | - | -| | [index.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/KueryBar/index.tsx#L14) | - | -| | [index.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/KueryBar/index.tsx#L31) | - | - - - -## canvas - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [state.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/types/state.ts#L15) | - | -| | [state.ts#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/types/state.ts#L58) | - | -| | [state.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/types/state.d.ts#L2) | - | -| | [state.d.ts#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/types/state.d.ts#L29) | - | -| | [markdown.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#L10) | - | -| | [markdown.ts#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#L34) | - | -| | [timefilterControl.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/timefilterControl.ts#L9) | - | -| | [timefilterControl.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/timefilterControl.ts#L21) | - | -| | [pie.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/pie.ts#L15) | - | -| | [pie.ts#L78](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/pie.ts#L78) | - | -| | [progress.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/progress.ts#L10) | - | -| | [progress.ts#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/progress.ts#L43) | - | -| | [repeat_image.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/repeat_image.ts#L11) | - | -| | [repeat_image.ts#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/repeat_image.ts#L33) | - | -| | [index.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/plot/index.ts#L18) | - | -| | [index.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/plot/index.ts#L32) | - | -| | [metric.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/metric.ts#L9) | - | -| | [metric.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/metric.ts#L25) | - | -| | [render.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/render.ts#L9) | - | -| | [render.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/render.ts#L24) | - | -| | [render.ts#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/render.ts#L26) | - | -| | [table.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/table.ts#L9) | - | -| | [table.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/table.ts#L25) | - | -| | [markdown.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/browser/markdown.d.ts#L1) | - | -| | [markdown.d.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/browser/markdown.d.ts#L13) | - | - - - -## crossClusterReplication - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/server/plugin.ts#L16) | 7.16 | -| | [plugin.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/server/plugin.ts#L27) | 7.16 | - - - -## dashboard - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [saved_objects.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_objects.ts#L16) | - | -| | [save_modal.tsx#L14](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/top_nav/save_modal.tsx#L14) | - | -| | [save_modal.tsx#L145](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/top_nav/save_modal.tsx#L145) | - | -| | [saved_objects.ts#L13](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_objects.ts#L13) | - | -| | [saved_dashboards.ts#L12](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboards.ts#L12) | - | -| | [saved_dashboards.ts#L31](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboards.ts#L31) | - | -| | [types.ts#L33](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/types.ts#L33) | - | -| | [types.ts#L186](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/types.ts#L186) | - | -| | [plugin.tsx#L42](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/plugin.tsx#L42) | - | -| | [plugin.tsx#L130](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/plugin.tsx#L130) | - | -| | [url_generator.ts#L19](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/url_generator.ts#L19) | - | -| | [url_generator.ts#L101](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/url_generator.ts#L101) | - | -| | [saved_objects.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_objects.ts#L11) | - | -| | [saved_dashboard.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L10) | - | -| | [saved_dashboard.ts#L19](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L19) | - | -| | [dashboard_tagging.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#L10) | - | -| | [dashboard_tagging.ts#L15](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#L15) | - | -| | [clone_panel_action.tsx#L14](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#L14) | - | -| | [clone_panel_action.tsx#L98](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#L98) | - | -| | [clone_panel_action.tsx#L126](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#L126) | - | - - - -## discover - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [kibana_services.ts#L101](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L101) | - | -| | [create_doc_table_react.tsx#L15](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx#L15) | - | -| | [create_doc_table_react.tsx#L25](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx#L25) | - | -| | [types.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L16) | - | -| | [types.ts#L30](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L30) | - | -| | [kibana_services.ts#L104](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L104) | - | -| | [saved_search_embeddable.tsx#L25](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx#L25) | - | -| | [saved_search_embeddable.tsx#L53](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx#L53) | - | -| | [kibana_services.ts#L104](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L104) | - | -| | [saved_search_embeddable.tsx#L25](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx#L25) | - | -| | [saved_search_embeddable.tsx#L53](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx#L53) | - | -| | [kibana_services.ts#L101](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L101) | - | -| | [create_doc_table_react.tsx#L15](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx#L15) | - | -| | [create_doc_table_react.tsx#L25](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx#L25) | - | -| | [types.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L16) | - | -| | [types.ts#L30](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L30) | - | -| | [kibana_services.ts#L104](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L104) | - | -| | [saved_search_embeddable.tsx#L25](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx#L25) | - | -| | [saved_search_embeddable.tsx#L53](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx#L53) | - | -| | [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) | - | -| | [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) | - | -| | [saved_searches.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/saved_searches/saved_searches.ts#L10) | - | -| | [saved_searches.ts#L20](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/saved_searches/saved_searches.ts#L20) | - | -| | [plugin.tsx#L33](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/plugin.tsx#L33) | - | -| | [plugin.tsx#L122](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/plugin.tsx#L122) | - | -| | [_saved_search.ts#L9](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/saved_searches/_saved_search.ts#L9) | - | -| | [_saved_search.ts#L61](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/saved_searches/_saved_search.ts#L61) | - | - - - -## embeddable - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [attribute_service.tsx#L13](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#L13) | - | -| | [attribute_service.tsx#L165](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#L165) | - | - - - -## encryptedSavedObjects - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [audit_logger.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/encrypted_saved_objects/server/audit/audit_logger.ts#L8) | - | -| | [audit_logger.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/encrypted_saved_objects/server/audit/audit_logger.ts#L16) | - | - - - -## fleet - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [search_bar.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L10) | - | -| | [search_bar.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L33) | - | -| | [search_bar.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L51) | - | -| | [query_bar.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L11) | - | -| | [query_bar.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L30) | - | -| | [query_bar.tsx#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L38) | - | -| | [search_bar.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L10) | - | -| | [search_bar.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L33) | - | -| | [search_bar.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L51) | - | -| | [query_bar.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L11) | - | -| | [query_bar.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L30) | - | -| | [query_bar.tsx#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L38) | - | -| | [search_bar.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L10) | - | -| | [search_bar.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L33) | - | -| | [search_bar.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L51) | - | -| | [query_bar.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L11) | - | -| | [query_bar.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L30) | - | -| | [query_bar.tsx#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L38) | - | -| | [plugin.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/plugin.ts#L14) | - | -| | [plugin.ts#L190](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/plugin.ts#L190) | - | -| | [plugin.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/target/types/server/plugin.d.ts#L2) | - | -| | [plugin.d.ts#L84](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/target/types/server/plugin.d.ts#L84) | - | - - - -## globalSearch - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [types.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/global_search/server/types.ts#L11) | 7.16 | -| | [types.ts#L73](https://github.com/elastic/kibana/tree/master/x-pack/plugins/global_search/server/types.ts#L73) | 7.16 | -| | [types.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/global_search/target/types/server/types.d.ts#L2) | 7.16 | -| | [types.d.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/global_search/target/types/server/types.d.ts#L45) | 7.16 | - - - -## graph - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [save_modal.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/components/save_modal.tsx#L11) | - | -| | [save_modal.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/components/save_modal.tsx#L40) | - | - - - -## indexLifecycleManagement - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_lifecycle_management/server/plugin.ts#L14) | 7.16 | -| | [plugin.ts#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_lifecycle_management/server/plugin.ts#L29) | 7.16 | - - - -## indexManagement - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [plugin.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/plugin.ts#L12) | 7.16 | -| | [plugin.ts#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/plugin.ts#L38) | 7.16 | -| | [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L9) | 7.16 | -| | [types.ts#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L39) | 7.16 | -| | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L1) | 7.16 | -| | [types.d.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L24) | 7.16 | -| | [types.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L10) | 7.16 | -| | [types.ts#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L42) | 7.16 | -| | [types.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L49) | 7.16 | -| | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L1) | 7.16 | -| | [types.d.ts#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L26) | 7.16 | -| | [types.d.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L32) | 7.16 | - - - -## infra - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [with_kuery_autocompletion.tsx#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx#L9) | - | -| | [with_kuery_autocompletion.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx#L24) | - | -| | [kuery_bar.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx#L15) | - | -| | [kuery_bar.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx#L28) | - | -| | [kuery.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/utils/kuery.ts#L8) | - | -| | [kuery.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/utils/kuery.ts#L12) | - | -| | [use_metrics_explorer_data.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts#L11) | - | -| | [use_metrics_explorer_data.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts#L30) | - | -| | [use_metrics_explorer_chart_data.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts#L8) | - | -| | [use_metrics_explorer_chart_data.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts#L17) | - | -| | [expression_chart.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx#L13) | - | -| | [expression_chart.tsx#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx#L37) | - | -| | [toolbar.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx#L21) | - | -| | [toolbar.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx#L27) | - | -| | [log_filter_state.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts#L11) | - | -| | [log_filter_state.ts#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts#L36) | - | -| | [with_source.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_source/with_source.tsx#L10) | - | -| | [with_source.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_source/with_source.tsx#L24) | - | -| | [toolbar.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx#L11) | - | -| | [toolbar.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx#L31) | - | -| | [use_metric_explorer_state.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts#L9) | - | -| | [use_metric_explorer_state.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts#L32) | - | -| | [index.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx#L11) | - | -| | [index.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx#L24) | - | -| | [with_kuery_autocompletion.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/containers/with_kuery_autocompletion.d.ts#L2) | - | -| | [with_kuery_autocompletion.d.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/containers/with_kuery_autocompletion.d.ts#L14) | - | -| | [with_source.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/containers/with_source/with_source.d.ts#L2) | - | -| | [with_source.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/containers/with_source/with_source.d.ts#L9) | - | -| | [expression_chart.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts#L2) | - | -| | [expression_chart.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts#L7) | - | -| | [use_metrics_explorer_chart_data.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts#L1) | - | -| | [use_metrics_explorer_chart_data.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts#L4) | - | -| | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts#L1) | - | -| | [index.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts#L5) | - | -| | [use_metric_explorer_state.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts#L1) | - | -| | [use_metric_explorer_state.d.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts#L11) | - | -| | [use_metrics_explorer_data.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts#L1) | - | -| | [use_metrics_explorer_data.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts#L4) | - | -| | [index.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/index.tsx#L14) | - | -| | [index.tsx#L162](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/index.tsx#L162) | - | -| | [index_patterns.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/common/dependency_mocks/index_patterns.ts#L13) | - | -| | [index_patterns.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/common/dependency_mocks/index_patterns.ts#L30) | - | -| | [index_patterns.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/common/dependency_mocks/index_patterns.d.ts#L1) | - | -| | [index_patterns.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/common/dependency_mocks/index_patterns.d.ts#L3) | - | -| | [group_by.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx#L12) | - | -| | [group_by.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx#L18) | - | -| | [expression_row.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx#L21) | - | -| | [expression_row.tsx#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx#L49) | - | -| | [custom_metric_form.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx#L23) | - | -| | [custom_metric_form.tsx#L56](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx#L56) | - | -| | [index.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx#L11) | - | -| | [index.tsx#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx#L29) | - | -| | [custom_field_panel.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx#L11) | - | -| | [custom_field_panel.tsx#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx#L16) | - | -| | [waffle_group_by_controls.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx#L18) | - | -| | [waffle_group_by_controls.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx#L32) | - | -| | [metric.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx#L25) | - | -| | [metric.tsx#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx#L45) | - | -| | [expression.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx#L11) | - | -| | [expression.tsx#L436](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx#L436) | - | -| | [selector.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx#L10) | - | -| | [selector.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx#L15) | - | -| | [group_by_expression.tsx#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx#L9) | - | -| | [group_by_expression.tsx#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx#L22) | - | -| | [criterion.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L23) | - | -| | [criterion.tsx#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L57) | - | -| | [criterion.tsx#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L85) | - | -| | [criterion.tsx#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L85) | - | -| | [criterion.tsx#L93](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L93) | - | -| | [criterion.tsx#L119](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L119) | - | -| | [criteria.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx#L12) | - | -| | [criteria.tsx#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx#L37) | - | -| | [metrics.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx#L12) | - | -| | [metrics.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx#L21) | - | -| | [group_by_expression.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts#L2) | - | -| | [group_by_expression.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts#L5) | - | -| | [selector.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L1) | - | -| | [selector.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L5) | - | -| | [expression.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts#L2) | - | -| | [expression.d.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts#L37) | - | -| | [metric.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L1) | - | -| | [metric.d.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L17) | - | -| | [expression_row.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts#L2) | - | -| | [expression_row.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts#L6) | - | -| | [criteria.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts#L2) | - | -| | [criteria.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts#L6) | - | -| | [criterion.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts#L2) | - | -| | [criterion.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts#L7) | - | -| | [group_by.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L1) | - | -| | [group_by.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L6) | - | -| | [metrics.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L1) | - | -| | [metrics.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L8) | - | -| | [custom_field_panel.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts#L2) | - | -| | [custom_field_panel.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts#L6) | - | -| | [waffle_group_by_controls.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts#L2) | - | -| | [waffle_group_by_controls.d.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts#L16) | - | -| | [custom_metric_form.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts#L2) | - | -| | [custom_metric_form.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts#L8) | - | -| | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L1) | - | -| | [index.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L9) | - | -| | [group_by.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx#L12) | - | -| | [group_by.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx#L18) | - | -| | [expression_row.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx#L21) | - | -| | [expression_row.tsx#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx#L49) | - | -| | [custom_metric_form.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx#L23) | - | -| | [custom_metric_form.tsx#L56](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx#L56) | - | -| | [index.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx#L11) | - | -| | [index.tsx#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx#L29) | - | -| | [custom_field_panel.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx#L11) | - | -| | [custom_field_panel.tsx#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx#L16) | - | -| | [waffle_group_by_controls.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx#L18) | - | -| | [waffle_group_by_controls.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx#L32) | - | -| | [metric.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx#L25) | - | -| | [metric.tsx#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx#L45) | - | -| | [expression.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx#L11) | - | -| | [expression.tsx#L436](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx#L436) | - | -| | [selector.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx#L10) | - | -| | [selector.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx#L15) | - | -| | [group_by_expression.tsx#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx#L9) | - | -| | [group_by_expression.tsx#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx#L22) | - | -| | [criterion.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L23) | - | -| | [criterion.tsx#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L57) | - | -| | [criterion.tsx#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L85) | - | -| | [criterion.tsx#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L85) | - | -| | [criterion.tsx#L93](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L93) | - | -| | [criterion.tsx#L119](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L119) | - | -| | [criteria.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx#L12) | - | -| | [criteria.tsx#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx#L37) | - | -| | [metrics.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx#L12) | - | -| | [metrics.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx#L21) | - | -| | [group_by_expression.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts#L2) | - | -| | [group_by_expression.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts#L5) | - | -| | [selector.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L1) | - | -| | [selector.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L5) | - | -| | [expression.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts#L2) | - | -| | [expression.d.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts#L37) | - | -| | [metric.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L1) | - | -| | [metric.d.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L17) | - | -| | [expression_row.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts#L2) | - | -| | [expression_row.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts#L6) | - | -| | [criteria.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts#L2) | - | -| | [criteria.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts#L6) | - | -| | [criterion.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts#L2) | - | -| | [criterion.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts#L7) | - | -| | [group_by.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L1) | - | -| | [group_by.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L6) | - | -| | [metrics.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L1) | - | -| | [metrics.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L8) | - | -| | [custom_field_panel.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts#L2) | - | -| | [custom_field_panel.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts#L6) | - | -| | [waffle_group_by_controls.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts#L2) | - | -| | [waffle_group_by_controls.d.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts#L16) | - | -| | [custom_metric_form.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts#L2) | - | -| | [custom_metric_form.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts#L8) | - | -| | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L1) | - | -| | [index.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L9) | - | -| | [with_kuery_autocompletion.tsx#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx#L9) | - | -| | [with_kuery_autocompletion.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx#L24) | - | -| | [kuery_bar.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx#L15) | - | -| | [kuery_bar.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx#L28) | - | -| | [kuery.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/utils/kuery.ts#L8) | - | -| | [kuery.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/utils/kuery.ts#L12) | - | -| | [use_metrics_explorer_data.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts#L11) | - | -| | [use_metrics_explorer_data.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts#L30) | - | -| | [use_metrics_explorer_chart_data.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts#L8) | - | -| | [use_metrics_explorer_chart_data.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts#L17) | - | -| | [expression_chart.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx#L13) | - | -| | [expression_chart.tsx#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx#L37) | - | -| | [toolbar.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx#L21) | - | -| | [toolbar.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx#L27) | - | -| | [log_filter_state.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts#L11) | - | -| | [log_filter_state.ts#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts#L36) | - | -| | [with_source.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_source/with_source.tsx#L10) | - | -| | [with_source.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_source/with_source.tsx#L24) | - | -| | [toolbar.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx#L11) | - | -| | [toolbar.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx#L31) | - | -| | [use_metric_explorer_state.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts#L9) | - | -| | [use_metric_explorer_state.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts#L32) | - | -| | [index.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx#L11) | - | -| | [index.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx#L24) | - | -| | [with_kuery_autocompletion.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/containers/with_kuery_autocompletion.d.ts#L2) | - | -| | [with_kuery_autocompletion.d.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/containers/with_kuery_autocompletion.d.ts#L14) | - | -| | [with_source.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/containers/with_source/with_source.d.ts#L2) | - | -| | [with_source.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/containers/with_source/with_source.d.ts#L9) | - | -| | [expression_chart.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts#L2) | - | -| | [expression_chart.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_chart.d.ts#L7) | - | -| | [use_metrics_explorer_chart_data.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts#L1) | - | -| | [use_metrics_explorer_chart_data.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.d.ts#L4) | - | -| | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts#L1) | - | -| | [index.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/index.d.ts#L5) | - | -| | [use_metric_explorer_state.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts#L1) | - | -| | [use_metric_explorer_state.d.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.d.ts#L11) | - | -| | [use_metrics_explorer_data.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts#L1) | - | -| | [use_metrics_explorer_data.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.d.ts#L4) | - | -| | [index.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/index.tsx#L14) | - | -| | [index.tsx#L162](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/index.tsx#L162) | - | -| | [index_patterns.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/common/dependency_mocks/index_patterns.ts#L13) | - | -| | [index_patterns.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/common/dependency_mocks/index_patterns.ts#L30) | - | -| | [index_patterns.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/common/dependency_mocks/index_patterns.d.ts#L1) | - | -| | [index_patterns.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/common/dependency_mocks/index_patterns.d.ts#L3) | - | -| | [group_by.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx#L12) | - | -| | [group_by.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx#L18) | - | -| | [expression_row.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx#L21) | - | -| | [expression_row.tsx#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx#L49) | - | -| | [custom_metric_form.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx#L23) | - | -| | [custom_metric_form.tsx#L56](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx#L56) | - | -| | [index.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx#L11) | - | -| | [index.tsx#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx#L29) | - | -| | [custom_field_panel.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx#L11) | - | -| | [custom_field_panel.tsx#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx#L16) | - | -| | [waffle_group_by_controls.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx#L18) | - | -| | [waffle_group_by_controls.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx#L32) | - | -| | [metric.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx#L25) | - | -| | [metric.tsx#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx#L45) | - | -| | [expression.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx#L11) | - | -| | [expression.tsx#L436](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx#L436) | - | -| | [selector.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx#L10) | - | -| | [selector.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx#L15) | - | -| | [group_by_expression.tsx#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx#L9) | - | -| | [group_by_expression.tsx#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx#L22) | - | -| | [criterion.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L23) | - | -| | [criterion.tsx#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L57) | - | -| | [criterion.tsx#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L85) | - | -| | [criterion.tsx#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L85) | - | -| | [criterion.tsx#L93](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L93) | - | -| | [criterion.tsx#L119](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx#L119) | - | -| | [criteria.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx#L12) | - | -| | [criteria.tsx#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx#L37) | - | -| | [metrics.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx#L12) | - | -| | [metrics.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx#L21) | - | -| | [group_by_expression.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts#L2) | - | -| | [group_by_expression.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/group_by_expression.d.ts#L5) | - | -| | [selector.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L1) | - | -| | [selector.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/common/group_by_expression/selector.d.ts#L5) | - | -| | [expression.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts#L2) | - | -| | [expression.d.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/expression.d.ts#L37) | - | -| | [metric.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L1) | - | -| | [metric.d.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/inventory/components/metric.d.ts#L17) | - | -| | [expression_row.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts#L2) | - | -| | [expression_row.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/metric_threshold/components/expression_row.d.ts#L6) | - | -| | [criteria.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts#L2) | - | -| | [criteria.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criteria.d.ts#L6) | - | -| | [criterion.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts#L2) | - | -| | [criterion.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/alerting/log_threshold/components/expression_editor/criterion.d.ts#L7) | - | -| | [group_by.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L1) | - | -| | [group_by.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/group_by.d.ts#L6) | - | -| | [metrics.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L1) | - | -| | [metrics.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/metrics_explorer/components/metrics.d.ts#L8) | - | -| | [custom_field_panel.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts#L2) | - | -| | [custom_field_panel.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.d.ts#L6) | - | -| | [waffle_group_by_controls.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts#L2) | - | -| | [waffle_group_by_controls.d.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.d.ts#L16) | - | -| | [custom_metric_form.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts#L2) | - | -| | [custom_metric_form.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.d.ts#L8) | - | -| | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L1) | - | -| | [index.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/target/types/public/pages/metrics/inventory_view/components/waffle/metric_control/index.d.ts#L9) | - | - - - -## lens - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [embeddable.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable.tsx#L14) | - | -| | [embeddable.tsx#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable.tsx#L85) | - | -| | [index.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L25) | - | -| | [index.tsx#L102](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L102) | - | -| | [field_item.tsx#L47](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L47) | - | -| | [field_item.tsx#L172](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L172) | - | -| | [datapanel.tsx#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L42) | - | -| | [datapanel.tsx#L96](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L96) | - | -| | [datapanel.tsx#L166](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L166) | - | -| | [save.test.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts#L10) | - | -| | [save.test.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts#L17) | - | -| | [embeddable.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/editor_frame_service/embeddable/embeddable.d.ts#L2) | - | -| | [embeddable.d.ts#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/editor_frame_service/embeddable/embeddable.d.ts#L36) | - | -| | [save.test.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts#L10) | - | -| | [save.test.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts#L18) | - | -| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L8) | - | -| | [types.ts#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L60) | - | -| | [field_stats.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L11) | - | -| | [field_stats.ts#L141](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L141) | - | -| | [field_stats.ts#L250](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L250) | - | -| | [field_stats.ts#L290](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L290) | - | -| | [field_stats.ts#L332](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L332) | - | -| | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L1) | - | -| | [types.d.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L22) | - | -| | [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) | - | -| | [field_stats.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L7) | - | -| | [field_stats.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L8) | - | -| | [field_stats.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L9) | - | -| | [save.test.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts#L10) | - | -| | [save.test.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts#L18) | - | -| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L8) | - | -| | [types.ts#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L60) | - | -| | [field_stats.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L11) | - | -| | [field_stats.ts#L141](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L141) | - | -| | [field_stats.ts#L250](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L250) | - | -| | [field_stats.ts#L290](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L290) | - | -| | [field_stats.ts#L332](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L332) | - | -| | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L1) | - | -| | [types.d.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L22) | - | -| | [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) | - | -| | [field_stats.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L7) | - | -| | [field_stats.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L8) | - | -| | [field_stats.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L9) | - | -| | [embeddable.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable.tsx#L14) | - | -| | [embeddable.tsx#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable.tsx#L85) | - | -| | [index.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L25) | - | -| | [index.tsx#L102](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L102) | - | -| | [field_item.tsx#L47](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L47) | - | -| | [field_item.tsx#L172](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L172) | - | -| | [datapanel.tsx#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L42) | - | -| | [datapanel.tsx#L96](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L96) | - | -| | [datapanel.tsx#L166](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L166) | - | -| | [save.test.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts#L10) | - | -| | [save.test.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts#L17) | - | -| | [embeddable.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/editor_frame_service/embeddable/embeddable.d.ts#L2) | - | -| | [embeddable.d.ts#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/editor_frame_service/embeddable/embeddable.d.ts#L36) | - | -| | [save.test.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts#L10) | - | -| | [save.test.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/editor_frame/save.test.ts#L18) | - | -| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L8) | - | -| | [types.ts#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L60) | - | -| | [field_stats.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L11) | - | -| | [field_stats.ts#L141](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L141) | - | -| | [field_stats.ts#L250](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L250) | - | -| | [field_stats.ts#L290](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L290) | - | -| | [field_stats.ts#L332](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/server/routes/field_stats.ts#L332) | - | -| | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L1) | - | -| | [types.d.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L22) | - | -| | [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) | - | -| | [field_stats.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L7) | - | -| | [field_stats.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L8) | - | -| | [field_stats.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/server/routes/field_stats.d.ts#L9) | - | - - - -## licensing - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/types.ts#L9) | 7.16 | -| | [types.ts#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/types.ts#L85) | 7.16 | -| | [types.ts#L110](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/types.ts#L110) | 7.16 | -| | [plugin.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/plugin.ts#L18) | 7.16 | -| | [plugin.ts#L110](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/plugin.ts#L110) | 7.16 | -| | [plugin.ts#L154](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/plugin.ts#L154) | 7.16 | -| | [plugin.ts#L183](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/plugin.ts#L183) | 7.16 | -| | [plugin.test.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/plugin.test.ts#L18) | 7.16 | -| | [plugin.test.ts#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/plugin.test.ts#L33) | 7.16 | -| | [types.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/target/types/server/types.d.ts#L2) | 7.16 | -| | [types.d.ts#L70](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/target/types/server/types.d.ts#L70) | 7.16 | -| | [types.d.ts#L94](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/target/types/server/types.d.ts#L94) | 7.16 | -| | [plugin.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/plugin.ts#L19) | 7.16 | -| | [plugin.ts#L103](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/plugin.ts#L103) | 7.16 | -| | [plugin.ts#L104](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/plugin.ts#L104) | 7.16 | -| | [plugin.ts#L112](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/plugin.ts#L112) | 7.16 | -| | [plugin.ts#L115](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/plugin.ts#L115) | 7.16 | -| | [plugin.ts#L116](https://github.com/elastic/kibana/tree/master/x-pack/plugins/licensing/server/plugin.ts#L116) | 7.16 | - - - -## lists - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [exception_items_renderer.tsx#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx#L34) | - | -| | [exception_items_renderer.tsx#L78](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx#L78) | - | -| | [exception_items_renderer.tsx#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx#L86) | - | -| | [exception_items_renderer.tsx#L88](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx#L88) | - | -| | [field.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L11) | - | -| | [field.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L21) | - | -| | [field.tsx#L100](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L100) | - | -| | [field.tsx#L121](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L121) | - | -| | [use_field_value_autocomplete.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L13) | - | -| | [use_field_value_autocomplete.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L17) | - | -| | [use_field_value_autocomplete.ts#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L29) | - | -| | [field_value_match.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx#L19) | - | -| | [field_value_match.tsx#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx#L38) | - | -| | [field_value_match_any.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx#L13) | - | -| | [field_value_match_any.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx#L25) | - | -| | [entry_renderer.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L31) | - | -| | [entry_renderer.tsx#L53](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L53) | - | -| | [entry_renderer.tsx#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L58) | - | -| | [entry_renderer.tsx#L61](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L61) | - | -| | [exception_item_renderer.tsx#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx#L22) | - | -| | [exception_item_renderer.tsx#L50](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx#L50) | - | -| | [exception_item_renderer.tsx#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx#L55) | - | -| | [exception_item_renderer.tsx#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx#L58) | - | -| | [helpers.test.ts#L62](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L62) | - | -| | [helpers.test.ts#L96](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L96) | - | -| | [helpers.test.ts#L169](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L169) | - | -| | [helpers.test.ts#L169](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L169) | - | -| | [helpers.test.ts#L184](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L184) | - | -| | [helpers.test.ts#L187](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L187) | - | -| | [helpers.test.ts#L196](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L196) | - | -| | [helpers.test.ts#L199](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L199) | - | -| | [helpers.test.ts#L208](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L208) | - | -| | [helpers.test.ts#L214](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L214) | - | -| | [helpers.test.ts#L226](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L226) | - | -| | [helpers.test.ts#L229](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L229) | - | -| | [helpers.test.ts#L239](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L239) | - | -| | [helpers.test.ts#L267](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L267) | - | -| | [helpers.test.ts#L285](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L285) | - | -| | [helpers.test.ts#L320](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L320) | - | -| | [helpers.test.ts#L336](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L336) | - | -| | [helpers.test.ts#L1026](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L1026) | - | -| | [helpers.test.ts#L1045](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L1045) | - | -| | [helpers.test.ts#L1095](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L1095) | - | -| | [helpers.test.ts#L1251](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L1251) | - | -| | [helpers.test.ts#L1302](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L1302) | - | -| | [helpers.test.ts#L1352](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L1352) | - | -| | [helpers.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L19) | - | -| | [helpers.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L30) | - | -| | [helpers.ts#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L54) | - | -| | [helpers.ts#L84](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L84) | - | -| | [helpers.ts#L150](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L150) | - | -| | [field.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L11) | - | -| | [field.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L26) | - | -| | [field.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L28) | - | -| | [field.tsx#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L57) | - | -| | [field.tsx#L95](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L95) | - | -| | [field.tsx#L96](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L96) | - | -| | [field.tsx#L101](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L101) | - | -| | [field.tsx#L114](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L114) | - | -| | [field.tsx#L121](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L121) | - | -| | [field.tsx#L125](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L125) | - | -| | [field.tsx#L125](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L125) | - | -| | [field.tsx#L130](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L130) | - | -| | [field.tsx#L131](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L131) | - | -| | [field.tsx#L133](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L133) | - | -| | [field.tsx#L134](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L134) | - | -| | [operator.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/operator.tsx#L11) | - | -| | [operator.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/operator.tsx#L27) | - | -| | [use_field_value_autocomplete.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L13) | - | -| | [use_field_value_autocomplete.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L16) | - | -| | [use_field_value_autocomplete.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L32) | - | -| | [field_value_match.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx#L19) | - | -| | [field_value_match.tsx#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx#L36) | - | -| | [field_value_match_any.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx#L13) | - | -| | [field_value_match_any.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx#L23) | - | -| | [field_value_lists.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_lists.tsx#L14) | - | -| | [field_value_lists.tsx#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_lists.tsx#L29) | - | -| | [entry_renderer.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L31) | - | -| | [entry_renderer.tsx#L91](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L91) | - | -| | [helpers.test.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L19) | - | -| | [helpers.test.ts#L333](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L333) | - | -| | [helpers.test.ts#L339](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L339) | - | -| | [helpers.test.ts#L347](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L347) | - | -| | [helpers.test.ts#L355](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L355) | - | -| | [helpers.test.ts#L363](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L363) | - | -| | [helpers.test.ts#L371](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L371) | - | -| | [helpers.test.ts#L380](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L380) | - | -| | [helpers.test.ts#L62](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L62) | - | -| | [helpers.test.ts#L166](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L166) | - | -| | [helpers.test.ts#L167](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L167) | - | -| | [helpers.test.ts#L629](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L629) | - | -| | [helpers.test.ts#L666](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L666) | - | -| | [helpers.test.ts#L691](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L691) | - | -| | [helpers.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L19) | - | -| | [helpers.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L30) | - | -| | [helpers.ts#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L54) | - | -| | [helpers.ts#L84](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L84) | - | -| | [helpers.ts#L150](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L150) | - | -| | [field.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L11) | - | -| | [field.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L26) | - | -| | [field.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L28) | - | -| | [field.tsx#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L57) | - | -| | [field.tsx#L95](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L95) | - | -| | [field.tsx#L96](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L96) | - | -| | [field.tsx#L101](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L101) | - | -| | [field.tsx#L114](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L114) | - | -| | [field.tsx#L121](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L121) | - | -| | [field.tsx#L125](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L125) | - | -| | [field.tsx#L125](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L125) | - | -| | [field.tsx#L130](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L130) | - | -| | [field.tsx#L131](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L131) | - | -| | [field.tsx#L133](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L133) | - | -| | [field.tsx#L134](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L134) | - | -| | [operator.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/operator.tsx#L11) | - | -| | [operator.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/operator.tsx#L27) | - | -| | [use_field_value_autocomplete.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L13) | - | -| | [use_field_value_autocomplete.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L16) | - | -| | [use_field_value_autocomplete.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L32) | - | -| | [field_value_match.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx#L19) | - | -| | [field_value_match.tsx#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx#L36) | - | -| | [field_value_match_any.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx#L13) | - | -| | [field_value_match_any.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx#L23) | - | -| | [field_value_lists.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_lists.tsx#L14) | - | -| | [field_value_lists.tsx#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_lists.tsx#L29) | - | -| | [entry_renderer.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L31) | - | -| | [entry_renderer.tsx#L91](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L91) | - | -| | [helpers.test.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L19) | - | -| | [helpers.test.ts#L333](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L333) | - | -| | [helpers.test.ts#L339](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L339) | - | -| | [helpers.test.ts#L347](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L347) | - | -| | [helpers.test.ts#L355](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L355) | - | -| | [helpers.test.ts#L363](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L363) | - | -| | [helpers.test.ts#L371](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L371) | - | -| | [helpers.test.ts#L380](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L380) | - | -| | [helpers.test.ts#L62](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L62) | - | -| | [helpers.test.ts#L166](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L166) | - | -| | [helpers.test.ts#L167](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L167) | - | -| | [helpers.test.ts#L629](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L629) | - | -| | [helpers.test.ts#L666](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L666) | - | -| | [helpers.test.ts#L691](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L691) | - | -| | [exception_items_renderer.tsx#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx#L34) | - | -| | [exception_items_renderer.tsx#L78](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx#L78) | - | -| | [exception_items_renderer.tsx#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx#L86) | - | -| | [exception_items_renderer.tsx#L88](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_items_renderer.tsx#L88) | - | -| | [field.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L11) | - | -| | [field.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L21) | - | -| | [field.tsx#L100](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L100) | - | -| | [field.tsx#L121](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L121) | - | -| | [use_field_value_autocomplete.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L13) | - | -| | [use_field_value_autocomplete.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L17) | - | -| | [use_field_value_autocomplete.ts#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L29) | - | -| | [field_value_match.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx#L19) | - | -| | [field_value_match.tsx#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx#L38) | - | -| | [field_value_match_any.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx#L13) | - | -| | [field_value_match_any.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx#L25) | - | -| | [entry_renderer.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L31) | - | -| | [entry_renderer.tsx#L53](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L53) | - | -| | [entry_renderer.tsx#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L58) | - | -| | [entry_renderer.tsx#L61](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L61) | - | -| | [exception_item_renderer.tsx#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx#L22) | - | -| | [exception_item_renderer.tsx#L50](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx#L50) | - | -| | [exception_item_renderer.tsx#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx#L55) | - | -| | [exception_item_renderer.tsx#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/exception_item_renderer.tsx#L58) | - | -| | [helpers.test.ts#L62](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L62) | - | -| | [helpers.test.ts#L96](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L96) | - | -| | [helpers.test.ts#L169](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L169) | - | -| | [helpers.test.ts#L169](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L169) | - | -| | [helpers.test.ts#L184](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L184) | - | -| | [helpers.test.ts#L187](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L187) | - | -| | [helpers.test.ts#L196](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L196) | - | -| | [helpers.test.ts#L199](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L199) | - | -| | [helpers.test.ts#L208](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L208) | - | -| | [helpers.test.ts#L214](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L214) | - | -| | [helpers.test.ts#L226](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L226) | - | -| | [helpers.test.ts#L229](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L229) | - | -| | [helpers.test.ts#L239](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L239) | - | -| | [helpers.test.ts#L267](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L267) | - | -| | [helpers.test.ts#L285](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L285) | - | -| | [helpers.test.ts#L320](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L320) | - | -| | [helpers.test.ts#L336](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L336) | - | -| | [helpers.test.ts#L1026](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L1026) | - | -| | [helpers.test.ts#L1045](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L1045) | - | -| | [helpers.test.ts#L1095](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L1095) | - | -| | [helpers.test.ts#L1251](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L1251) | - | -| | [helpers.test.ts#L1302](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L1302) | - | -| | [helpers.test.ts#L1352](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L1352) | - | -| | [helpers.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L19) | - | -| | [helpers.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L30) | - | -| | [helpers.ts#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L54) | - | -| | [helpers.ts#L84](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L84) | - | -| | [helpers.ts#L150](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.ts#L150) | - | -| | [field.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L11) | - | -| | [field.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L26) | - | -| | [field.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L28) | - | -| | [field.tsx#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L57) | - | -| | [field.tsx#L95](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L95) | - | -| | [field.tsx#L96](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L96) | - | -| | [field.tsx#L101](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L101) | - | -| | [field.tsx#L114](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L114) | - | -| | [field.tsx#L121](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L121) | - | -| | [field.tsx#L125](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L125) | - | -| | [field.tsx#L125](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L125) | - | -| | [field.tsx#L130](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L130) | - | -| | [field.tsx#L131](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L131) | - | -| | [field.tsx#L133](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L133) | - | -| | [field.tsx#L134](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field.tsx#L134) | - | -| | [operator.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/operator.tsx#L11) | - | -| | [operator.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/operator.tsx#L27) | - | -| | [use_field_value_autocomplete.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L13) | - | -| | [use_field_value_autocomplete.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L16) | - | -| | [use_field_value_autocomplete.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/hooks/use_field_value_autocomplete.ts#L32) | - | -| | [field_value_match.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx#L19) | - | -| | [field_value_match.tsx#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match.tsx#L36) | - | -| | [field_value_match_any.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx#L13) | - | -| | [field_value_match_any.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_match_any.tsx#L23) | - | -| | [field_value_lists.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_lists.tsx#L14) | - | -| | [field_value_lists.tsx#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/field_value_lists.tsx#L29) | - | -| | [entry_renderer.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L31) | - | -| | [entry_renderer.tsx#L91](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/entry_renderer.tsx#L91) | - | -| | [helpers.test.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L19) | - | -| | [helpers.test.ts#L333](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L333) | - | -| | [helpers.test.ts#L339](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L339) | - | -| | [helpers.test.ts#L347](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L347) | - | -| | [helpers.test.ts#L355](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L355) | - | -| | [helpers.test.ts#L363](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L363) | - | -| | [helpers.test.ts#L371](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L371) | - | -| | [helpers.test.ts#L380](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/autocomplete/helpers.test.ts#L380) | - | -| | [helpers.test.ts#L62](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L62) | - | -| | [helpers.test.ts#L166](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L166) | - | -| | [helpers.test.ts#L167](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L167) | - | -| | [helpers.test.ts#L629](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L629) | - | -| | [helpers.test.ts#L666](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L666) | - | -| | [helpers.test.ts#L691](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/public/exceptions/components/builder/helpers.test.ts#L691) | - | -| | [get_call_cluster.mock.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/schemas/common/get_call_cluster.mock.ts#L9) | 7.16 | -| | [get_call_cluster.mock.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/schemas/common/get_call_cluster.mock.ts#L27) | 7.16 | -| | [get_call_cluster.mock.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/schemas/common/get_call_cluster.mock.ts#L31) | 7.16 | -| | [get_call_cluster.mock.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/target/types/server/schemas/common/get_call_cluster.mock.d.ts#L2) | 7.16 | -| | [get_call_cluster.mock.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/target/types/server/schemas/common/get_call_cluster.mock.d.ts#L4) | 7.16 | -| | [get_call_cluster.mock.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/target/types/server/schemas/common/get_call_cluster.mock.d.ts#L5) | 7.16 | - - - -## maps - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L8) | - | -| | [types.ts#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L44) | - | -| | [es_doc_field.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L12) | - | -| | [es_doc_field.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L45) | - | -| | [es_source.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L10) | - | -| | [es_source.ts#L367](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L367) | - | -| | [index_pattern_util.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L8) | - | -| | [index_pattern_util.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L15) | - | -| | [index_pattern_util.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L49) | - | -| | [index_pattern_util.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L49) | - | -| | [index_pattern_util.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L59) | - | -| | [index_pattern_util.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L59) | - | -| | [index_pattern_util.ts#L73](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L73) | - | -| | [index_pattern_util.ts#L73](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L73) | - | -| | [index_pattern_util.ts#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L79) | - | -| | [index_pattern_util.ts#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L79) | - | -| | [index_pattern_util.ts#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L85) | - | -| | [index_pattern_util.ts#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L85) | - | -| | [index_pattern_util.ts#L89](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L89) | - | -| | [index_pattern_util.ts#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L98) | - | -| | [index_pattern_util.ts#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L98) | - | -| | [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L20) | - | -| | [single_field_select.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L24) | - | -| | [single_field_select.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L25) | - | -| | [single_field_select.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L26) | - | -| | [single_field_select.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L33) | - | -| | [single_field_select.tsx#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L48) | - | -| | [single_field_select.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L51) | - | -| | [single_field_select.tsx#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L54) | - | -| | [single_field_select.tsx#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L55) | - | -| | [single_field_select.tsx#L67](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L67) | - | -| | [single_field_select.tsx#L94](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L94) | - | -| | [single_field_select.tsx#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L98) | - | -| | [single_field_select.tsx#L100](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L100) | - | -| | [top_hits_form.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx#L18) | - | -| | [top_hits_form.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx#L25) | - | -| | [top_hits_form.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx#L27) | - | -| | [update_source_editor.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx#L17) | - | -| | [update_source_editor.tsx#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx#L39) | - | -| | [update_source_editor.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx#L40) | - | -| | [es_search_source.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#L12) | - | -| | [es_search_source.tsx#L175](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#L175) | - | -| | [es_search_source.tsx#L292](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#L292) | - | -| | [metric_editor.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx#L19) | - | -| | [metric_editor.tsx#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx#L22) | - | -| | [metric_editor.tsx#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx#L43) | - | -| | [metrics_editor.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx#L13) | - | -| | [metrics_editor.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx#L26) | - | -| | [update_source_editor.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx#L13) | - | -| | [update_source_editor.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx#L33) | - | -| | [layer_template.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx#L21) | - | -| | [layer_template.tsx#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx#L59) | - | -| | [layer_template.tsx#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx#L60) | - | -| | [layer_template.tsx#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx#L66) | - | -| | [maps_telemetry.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/server/maps_telemetry/maps_telemetry.ts#L10) | - | -| | [maps_telemetry.ts#L146](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/server/maps_telemetry/maps_telemetry.ts#L146) | - | -| | [es_tooltip_property.test.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts#L8) | - | -| | [es_tooltip_property.test.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts#L25) | - | -| | [es_tooltip_property.test.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts#L35) | - | -| | [es_source.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts#L1) | - | -| | [es_source.d.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts#L59) | - | -| | [index_pattern_util.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L1) | - | -| | [index_pattern_util.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L2) | - | -| | [index_pattern_util.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L4) | - | -| | [index_pattern_util.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L4) | - | -| | [index_pattern_util.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L5) | - | -| | [index_pattern_util.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L5) | - | -| | [index_pattern_util.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L7) | - | -| | [index_pattern_util.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L7) | - | -| | [index_pattern_util.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L8) | - | -| | [index_pattern_util.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L8) | - | -| | [index_pattern_util.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L9) | - | -| | [index_pattern_util.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L9) | - | -| | [index_pattern_util.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L10) | - | -| | [index_pattern_util.d.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L11) | - | -| | [index_pattern_util.d.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L11) | - | -| | [single_field_select.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L2) | - | -| | [single_field_select.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L3) | - | -| | [single_field_select.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L4) | - | -| | [single_field_select.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L7) | - | -| | [single_field_select.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L8) | - | -| | [layer_template.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts#L3) | - | -| | [layer_template.d.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts#L14) | - | -| | [layer_template.d.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts#L15) | - | -| | [layer_template.d.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts#L21) | - | -| | [es_agg_utils.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts#L10) | - | -| | [es_agg_utils.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts#L16) | - | -| | [es_agg_utils.ts#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts#L29) | - | -| | [geo_field_select.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/geo_field_select.tsx#L12) | - | -| | [geo_field_select.tsx#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/geo_field_select.tsx#L16) | - | -| | [create_source_editor.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx#L18) | - | -| | [create_source_editor.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx#L30) | - | -| | [create_source_editor.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx#L33) | - | -| | [create_source_editor.tsx#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx#L35) | - | -| | [get_docvalue_source_fields.test.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts#L10) | - | -| | [get_docvalue_source_fields.test.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts#L12) | - | -| | [es_doc_field.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L12) | - | -| | [es_doc_field.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L45) | - | -| | [es_source.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L10) | - | -| | [es_source.ts#L367](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L367) | - | -| | [index_pattern_util.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L8) | - | -| | [index_pattern_util.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L15) | - | -| | [index_pattern_util.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L49) | - | -| | [index_pattern_util.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L49) | - | -| | [index_pattern_util.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L59) | - | -| | [index_pattern_util.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L59) | - | -| | [index_pattern_util.ts#L73](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L73) | - | -| | [index_pattern_util.ts#L73](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L73) | - | -| | [index_pattern_util.ts#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L79) | - | -| | [index_pattern_util.ts#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L79) | - | -| | [index_pattern_util.ts#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L85) | - | -| | [index_pattern_util.ts#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L85) | - | -| | [index_pattern_util.ts#L89](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L89) | - | -| | [index_pattern_util.ts#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L98) | - | -| | [index_pattern_util.ts#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L98) | - | -| | [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L20) | - | -| | [single_field_select.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L24) | - | -| | [single_field_select.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L25) | - | -| | [single_field_select.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L26) | - | -| | [single_field_select.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L33) | - | -| | [single_field_select.tsx#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L48) | - | -| | [single_field_select.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L51) | - | -| | [single_field_select.tsx#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L54) | - | -| | [single_field_select.tsx#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L55) | - | -| | [single_field_select.tsx#L67](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L67) | - | -| | [single_field_select.tsx#L94](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L94) | - | -| | [single_field_select.tsx#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L98) | - | -| | [single_field_select.tsx#L100](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L100) | - | -| | [top_hits_form.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx#L18) | - | -| | [top_hits_form.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx#L25) | - | -| | [top_hits_form.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx#L27) | - | -| | [update_source_editor.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx#L17) | - | -| | [update_source_editor.tsx#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx#L39) | - | -| | [update_source_editor.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx#L40) | - | -| | [es_search_source.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#L12) | - | -| | [es_search_source.tsx#L175](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#L175) | - | -| | [es_search_source.tsx#L292](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#L292) | - | -| | [metric_editor.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx#L19) | - | -| | [metric_editor.tsx#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx#L22) | - | -| | [metric_editor.tsx#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx#L43) | - | -| | [metrics_editor.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx#L13) | - | -| | [metrics_editor.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx#L26) | - | -| | [update_source_editor.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx#L13) | - | -| | [update_source_editor.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx#L33) | - | -| | [layer_template.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx#L21) | - | -| | [layer_template.tsx#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx#L59) | - | -| | [layer_template.tsx#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx#L60) | - | -| | [layer_template.tsx#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx#L66) | - | -| | [maps_telemetry.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/server/maps_telemetry/maps_telemetry.ts#L10) | - | -| | [maps_telemetry.ts#L146](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/server/maps_telemetry/maps_telemetry.ts#L146) | - | -| | [es_tooltip_property.test.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts#L8) | - | -| | [es_tooltip_property.test.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts#L25) | - | -| | [es_tooltip_property.test.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts#L35) | - | -| | [es_source.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts#L1) | - | -| | [es_source.d.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts#L59) | - | -| | [index_pattern_util.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L1) | - | -| | [index_pattern_util.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L2) | - | -| | [index_pattern_util.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L4) | - | -| | [index_pattern_util.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L4) | - | -| | [index_pattern_util.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L5) | - | -| | [index_pattern_util.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L5) | - | -| | [index_pattern_util.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L7) | - | -| | [index_pattern_util.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L7) | - | -| | [index_pattern_util.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L8) | - | -| | [index_pattern_util.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L8) | - | -| | [index_pattern_util.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L9) | - | -| | [index_pattern_util.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L9) | - | -| | [index_pattern_util.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L10) | - | -| | [index_pattern_util.d.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L11) | - | -| | [index_pattern_util.d.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L11) | - | -| | [single_field_select.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L2) | - | -| | [single_field_select.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L3) | - | -| | [single_field_select.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L4) | - | -| | [single_field_select.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L7) | - | -| | [single_field_select.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L8) | - | -| | [layer_template.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts#L3) | - | -| | [layer_template.d.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts#L14) | - | -| | [layer_template.d.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts#L15) | - | -| | [layer_template.d.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts#L21) | - | -| | [es_agg_utils.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts#L10) | - | -| | [es_agg_utils.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts#L16) | - | -| | [es_agg_utils.ts#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts#L29) | - | -| | [geo_field_select.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/geo_field_select.tsx#L12) | - | -| | [geo_field_select.tsx#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/geo_field_select.tsx#L16) | - | -| | [create_source_editor.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx#L18) | - | -| | [create_source_editor.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx#L30) | - | -| | [create_source_editor.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx#L33) | - | -| | [create_source_editor.tsx#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx#L35) | - | -| | [get_docvalue_source_fields.test.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts#L10) | - | -| | [get_docvalue_source_fields.test.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts#L12) | - | -| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L8) | - | -| | [types.ts#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L44) | - | -| | [es_doc_field.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L12) | - | -| | [es_doc_field.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L45) | - | -| | [es_source.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L10) | - | -| | [es_source.ts#L367](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L367) | - | -| | [index_pattern_util.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L8) | - | -| | [index_pattern_util.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L15) | - | -| | [index_pattern_util.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L49) | - | -| | [index_pattern_util.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L49) | - | -| | [index_pattern_util.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L59) | - | -| | [index_pattern_util.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L59) | - | -| | [index_pattern_util.ts#L73](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L73) | - | -| | [index_pattern_util.ts#L73](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L73) | - | -| | [index_pattern_util.ts#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L79) | - | -| | [index_pattern_util.ts#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L79) | - | -| | [index_pattern_util.ts#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L85) | - | -| | [index_pattern_util.ts#L85](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L85) | - | -| | [index_pattern_util.ts#L89](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L89) | - | -| | [index_pattern_util.ts#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L98) | - | -| | [index_pattern_util.ts#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L98) | - | -| | [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L20) | - | -| | [single_field_select.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L24) | - | -| | [single_field_select.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L25) | - | -| | [single_field_select.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L26) | - | -| | [single_field_select.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L33) | - | -| | [single_field_select.tsx#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L48) | - | -| | [single_field_select.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L51) | - | -| | [single_field_select.tsx#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L54) | - | -| | [single_field_select.tsx#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L55) | - | -| | [single_field_select.tsx#L67](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L67) | - | -| | [single_field_select.tsx#L94](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L94) | - | -| | [single_field_select.tsx#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L98) | - | -| | [single_field_select.tsx#L100](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/single_field_select.tsx#L100) | - | -| | [top_hits_form.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx#L18) | - | -| | [top_hits_form.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx#L25) | - | -| | [top_hits_form.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/top_hits_form.tsx#L27) | - | -| | [update_source_editor.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx#L17) | - | -| | [update_source_editor.tsx#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx#L39) | - | -| | [update_source_editor.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/update_source_editor.tsx#L40) | - | -| | [es_search_source.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#L12) | - | -| | [es_search_source.tsx#L175](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#L175) | - | -| | [es_search_source.tsx#L292](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#L292) | - | -| | [metric_editor.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx#L19) | - | -| | [metric_editor.tsx#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx#L22) | - | -| | [metric_editor.tsx#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metric_editor.tsx#L43) | - | -| | [metrics_editor.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx#L13) | - | -| | [metrics_editor.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/metrics_editor/metrics_editor.tsx#L26) | - | -| | [update_source_editor.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx#L13) | - | -| | [update_source_editor.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_geo_line_source/update_source_editor.tsx#L33) | - | -| | [layer_template.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx#L21) | - | -| | [layer_template.tsx#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx#L59) | - | -| | [layer_template.tsx#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx#L60) | - | -| | [layer_template.tsx#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/layers/choropleth_layer_wizard/layer_template.tsx#L66) | - | -| | [maps_telemetry.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/server/maps_telemetry/maps_telemetry.ts#L10) | - | -| | [maps_telemetry.ts#L146](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/server/maps_telemetry/maps_telemetry.ts#L146) | - | -| | [es_tooltip_property.test.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts#L8) | - | -| | [es_tooltip_property.test.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts#L25) | - | -| | [es_tooltip_property.test.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.test.ts#L35) | - | -| | [es_source.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts#L1) | - | -| | [es_source.d.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/sources/es_source/es_source.d.ts#L59) | - | -| | [index_pattern_util.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L1) | - | -| | [index_pattern_util.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L2) | - | -| | [index_pattern_util.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L4) | - | -| | [index_pattern_util.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L4) | - | -| | [index_pattern_util.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L5) | - | -| | [index_pattern_util.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L5) | - | -| | [index_pattern_util.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L7) | - | -| | [index_pattern_util.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L7) | - | -| | [index_pattern_util.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L8) | - | -| | [index_pattern_util.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L8) | - | -| | [index_pattern_util.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L9) | - | -| | [index_pattern_util.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L9) | - | -| | [index_pattern_util.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L10) | - | -| | [index_pattern_util.d.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L11) | - | -| | [index_pattern_util.d.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/index_pattern_util.d.ts#L11) | - | -| | [single_field_select.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L2) | - | -| | [single_field_select.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L3) | - | -| | [single_field_select.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L4) | - | -| | [single_field_select.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L7) | - | -| | [single_field_select.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/components/single_field_select.d.ts#L8) | - | -| | [layer_template.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts#L3) | - | -| | [layer_template.d.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts#L14) | - | -| | [layer_template.d.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts#L15) | - | -| | [layer_template.d.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/target/types/public/classes/layers/choropleth_layer_wizard/layer_template.d.ts#L21) | - | -| | [es_agg_utils.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts#L10) | - | -| | [es_agg_utils.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts#L16) | - | -| | [es_agg_utils.ts#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/common/elasticsearch_util/es_agg_utils.ts#L29) | - | -| | [geo_field_select.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/geo_field_select.tsx#L12) | - | -| | [geo_field_select.tsx#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/components/geo_field_select.tsx#L16) | - | -| | [create_source_editor.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx#L18) | - | -| | [create_source_editor.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx#L30) | - | -| | [create_source_editor.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx#L33) | - | -| | [create_source_editor.tsx#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/top_hits/create_source_editor.tsx#L35) | - | -| | [get_docvalue_source_fields.test.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts#L10) | - | -| | [get_docvalue_source_fields.test.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/util/get_docvalue_source_fields.test.ts#L12) | - | - - - -## ml - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [index_utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/index_utils.ts#L11) | - | -| | [index_utils.ts#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/index_utils.ts#L79) | - | -| | [new_job_capabilities_service_analytics.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#L9) | - | -| | [new_job_capabilities_service_analytics.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#L45) | - | -| | [data_recognizer.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts#L10) | - | -| | [data_recognizer.d.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts#L13) | - | -| | [new_job_capabilities_service.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts#L14) | - | -| | [new_job_capabilities_service.ts#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts#L39) | - | -| | [load_new_job_capabilities.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts#L8) | - | -| | [load_new_job_capabilities.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts#L30) | - | -| | [index_pattern_context.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/common/index_pattern_context.ts#L10) | - | -| | [index_pattern_context.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/common/index_pattern_context.ts#L12) | - | -| | [index_pattern_context.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts#L2) | - | -| | [index_pattern_context.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts#L3) | - | -| | [index_pattern_context.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts#L4) | - | -| | [clone_action_name.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx#L12) | - | -| | [clone_action_name.tsx#L412](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx#L412) | - | -| | [use_delete_action.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/use_delete_action.tsx#L12) | - | -| | [use_delete_action.tsx#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/use_delete_action.tsx#L60) | - | -| | [utils.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/utils.d.ts#L8) | - | -| | [utils.d.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/utils.d.ts#L37) | - | -| | [edit_utils.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/edit_utils.d.ts#L8) | - | -| | [edit_utils.d.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/edit_utils.d.ts#L11) | - | -| | [new_job_utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts#L11) | - | -| | [new_job_utils.ts#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts#L34) | - | -| | [exploration_query_bar.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx#L14) | - | -| | [exploration_query_bar.tsx#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx#L35) | - | -| | [editor.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/editor.tsx#L32) | - | -| | [editor.tsx#L62](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/editor.tsx#L62) | - | -| | [custom_urls.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/tabs/custom_urls.tsx#L40) | - | -| | [custom_urls.tsx#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/tabs/custom_urls.tsx#L57) | - | -| | [explorer_query_bar.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx#L17) | - | -| | [explorer_query_bar.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx#L31) | - | -| | [explorer_query_bar.tsx#L100](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx#L100) | - | -| | [new_job_utils.test.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.test.ts#L9) | - | -| | [new_job_utils.test.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.test.ts#L17) | - | -| | [common.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_grid/common.ts#L24) | - | -| | [common.ts#L222](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_grid/common.ts#L222) | - | -| | [field_types_utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.ts#L11) | - | -| | [field_types_utils.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.ts#L16) | - | -| | [field_types_utils.test.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L8) | - | -| | [field_types_utils.test.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L19) | - | -| | [field_types_utils.test.ts#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L40) | - | -| | [field_types_utils.test.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L49) | - | -| | [field_types_utils.test.ts#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L58) | - | -| | [common.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_grid/common.ts#L24) | - | -| | [common.ts#L222](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_grid/common.ts#L222) | - | -| | [field_types_utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.ts#L11) | - | -| | [field_types_utils.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.ts#L16) | - | -| | [field_types_utils.test.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L8) | - | -| | [field_types_utils.test.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L19) | - | -| | [field_types_utils.test.ts#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L40) | - | -| | [field_types_utils.test.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L49) | - | -| | [field_types_utils.test.ts#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L58) | - | -| | [index_utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/index_utils.ts#L11) | - | -| | [index_utils.ts#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/index_utils.ts#L79) | - | -| | [new_job_capabilities_service_analytics.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#L9) | - | -| | [new_job_capabilities_service_analytics.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#L45) | - | -| | [data_recognizer.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts#L10) | - | -| | [data_recognizer.d.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts#L13) | - | -| | [new_job_capabilities_service.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts#L14) | - | -| | [new_job_capabilities_service.ts#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts#L39) | - | -| | [load_new_job_capabilities.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts#L8) | - | -| | [load_new_job_capabilities.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts#L30) | - | -| | [index_pattern_context.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/common/index_pattern_context.ts#L10) | - | -| | [index_pattern_context.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/common/index_pattern_context.ts#L12) | - | -| | [index_pattern_context.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts#L2) | - | -| | [index_pattern_context.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts#L3) | - | -| | [index_pattern_context.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/target/types/public/application/jobs/new_job/common/index_pattern_context.d.ts#L4) | - | -| | [clone_action_name.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx#L12) | - | -| | [clone_action_name.tsx#L412](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx#L412) | - | -| | [use_delete_action.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/use_delete_action.tsx#L12) | - | -| | [use_delete_action.tsx#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_delete/use_delete_action.tsx#L60) | - | -| | [utils.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/utils.d.ts#L8) | - | -| | [utils.d.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/utils.d.ts#L37) | - | -| | [edit_utils.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/edit_utils.d.ts#L8) | - | -| | [edit_utils.d.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/edit_utils.d.ts#L11) | - | -| | [new_job_utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts#L11) | - | -| | [new_job_utils.ts#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts#L34) | - | -| | [exploration_query_bar.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx#L14) | - | -| | [exploration_query_bar.tsx#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx#L35) | - | -| | [editor.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/editor.tsx#L32) | - | -| | [editor.tsx#L62](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/components/custom_url_editor/editor.tsx#L62) | - | -| | [custom_urls.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/tabs/custom_urls.tsx#L40) | - | -| | [custom_urls.tsx#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/jobs_list/components/edit_job_flyout/tabs/custom_urls.tsx#L57) | - | -| | [explorer_query_bar.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx#L17) | - | -| | [explorer_query_bar.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx#L31) | - | -| | [explorer_query_bar.tsx#L100](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/explorer/components/explorer_query_bar/explorer_query_bar.tsx#L100) | - | -| | [new_job_utils.test.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.test.ts#L9) | - | -| | [new_job_utils.test.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.test.ts#L17) | - | -| | [common.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_grid/common.ts#L24) | - | -| | [common.ts#L222](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_grid/common.ts#L222) | - | -| | [field_types_utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.ts#L11) | - | -| | [field_types_utils.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.ts#L16) | - | -| | [field_types_utils.test.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L8) | - | -| | [field_types_utils.test.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L19) | - | -| | [field_types_utils.test.ts#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L40) | - | -| | [field_types_utils.test.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L49) | - | -| | [field_types_utils.test.ts#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L58) | - | - - - -## monitoring - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [types.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/types.ts#L11) | 7.16 | -| | [types.ts#L90](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/types.ts#L90) | 7.16 | -| | [get_usage_collector.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_usage_collector.ts#L9) | 7.16 | -| | [get_usage_collector.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/get_usage_collector.ts#L22) | 7.16 | -| | [index.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/index.ts#L8) | 7.16 | -| | [index.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/index.ts#L19) | 7.16 | -| | [register_monitoring_telemetry_collection.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/register_monitoring_telemetry_collection.ts#L8) | 7.16 | -| | [register_monitoring_telemetry_collection.ts#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/register_monitoring_telemetry_collection.ts#L34) | 7.16 | -| | [types.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/types.d.ts#L2) | 7.16 | -| | [types.d.ts#L61](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/types.d.ts#L61) | 7.16 | -| | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/index.d.ts#L1) | 7.16 | -| | [index.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/index.d.ts#L5) | 7.16 | -| | [register_monitoring_telemetry_collection.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/register_monitoring_telemetry_collection.d.ts#L1) | 7.16 | -| | [register_monitoring_telemetry_collection.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/register_monitoring_telemetry_collection.d.ts#L3) | 7.16 | -| | [get_usage_collector.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/get_usage_collector.d.ts#L2) | 7.16 | -| | [get_usage_collector.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/get_usage_collector.d.ts#L5) | 7.16 | -| | [types.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/types.ts#L13) | 7.16 | -| | [types.ts#L74](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/types.ts#L74) | 7.16 | -| | [instantiate_client.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/es_client/instantiate_client.ts#L9) | 7.16 | -| | [instantiate_client.ts#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/es_client/instantiate_client.ts#L29) | 7.16 | -| | [license_service.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/license_service.ts#L9) | 7.16 | -| | [license_service.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/license_service.ts#L18) | 7.16 | -| | [static_globals.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/static_globals.ts#L8) | 7.16 | -| | [static_globals.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/static_globals.ts#L18) | 7.16 | -| | [static_globals.ts#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/static_globals.ts#L43) | 7.16 | -| | [plugin.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/plugin.ts#L18) | 7.16 | -| | [plugin.ts#L74](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/plugin.ts#L74) | 7.16 | -| | [plugin.ts#L284](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/plugin.ts#L284) | 7.16 | -| | [types.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/types.d.ts#L2) | 7.16 | -| | [types.d.ts#L47](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/types.d.ts#L47) | 7.16 | -| | [plugin.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/plugin.d.ts#L1) | 7.16 | -| | [plugin.d.ts#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/plugin.d.ts#L29) | 7.16 | -| | [license_service.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/license_service.d.ts#L1) | 7.16 | -| | [license_service.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/license_service.d.ts#L8) | 7.16 | -| | [static_globals.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/static_globals.d.ts#L1) | 7.16 | -| | [static_globals.d.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/static_globals.d.ts#L8) | 7.16 | -| | [static_globals.d.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/static_globals.d.ts#L15) | 7.16 | -| | [instantiate_client.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/es_client/instantiate_client.d.ts#L2) | 7.16 | -| | [instantiate_client.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/es_client/instantiate_client.d.ts#L5) | 7.16 | -| | [fetch_es_usage.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_es_usage.ts#L8) | 7.16 | -| | [fetch_es_usage.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_es_usage.ts#L45) | 7.16 | -| | [fetch_stack_product_usage.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_stack_product_usage.ts#L9) | 7.16 | -| | [fetch_stack_product_usage.ts#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_stack_product_usage.ts#L36) | 7.16 | -| | [get_stack_products_usage.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/get_stack_products_usage.ts#L8) | 7.16 | -| | [get_stack_products_usage.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/get_stack_products_usage.ts#L27) | 7.16 | -| | [fetch_license_type.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_license_type.ts#L9) | 7.16 | -| | [fetch_license_type.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/kibana_monitoring/collectors/lib/fetch_license_type.ts#L14) | 7.16 | -| | [get_high_level_stats.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_high_level_stats.ts#L10) | 7.16 | -| | [get_high_level_stats.ts#L251](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_high_level_stats.ts#L251) | 7.16 | -| | [get_high_level_stats.ts#L272](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_high_level_stats.ts#L272) | 7.16 | -| | [get_logstash_stats.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_logstash_stats.ts#L9) | 7.16 | -| | [get_logstash_stats.ts#L264](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_logstash_stats.ts#L264) | 7.16 | -| | [get_logstash_stats.ts#L328](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_logstash_stats.ts#L328) | 7.16 | -| | [get_logstash_stats.ts#L395](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_logstash_stats.ts#L395) | 7.16 | -| | [get_beats_stats.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_beats_stats.ts#L10) | 7.16 | -| | [get_beats_stats.ts#L322](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_beats_stats.ts#L322) | 7.16 | -| | [get_beats_stats.ts#L386](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_beats_stats.ts#L386) | 7.16 | -| | [get_beats_stats.ts#L396](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_beats_stats.ts#L396) | 7.16 | -| | [get_beats_stats.ts#L414](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_beats_stats.ts#L414) | 7.16 | -| | [get_es_stats.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_es_stats.ts#L9) | 7.16 | -| | [get_es_stats.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_es_stats.ts#L20) | 7.16 | -| | [get_es_stats.ts#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_es_stats.ts#L38) | 7.16 | -| | [get_kibana_stats.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_kibana_stats.ts#L11) | 7.16 | -| | [get_kibana_stats.ts#L186](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_kibana_stats.ts#L186) | 7.16 | -| | [get_all_stats.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_all_stats.ts#L12) | 7.16 | -| | [get_all_stats.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_all_stats.ts#L31) | 7.16 | -| | [get_cluster_uuids.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_cluster_uuids.ts#L10) | 7.16 | -| | [get_cluster_uuids.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_cluster_uuids.ts#L21) | 7.16 | -| | [get_cluster_uuids.ts#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_cluster_uuids.ts#L33) | 7.16 | -| | [get_licenses.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_licenses.ts#L9) | 7.16 | -| | [get_licenses.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_licenses.ts#L18) | 7.16 | -| | [get_licenses.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/telemetry_collection/get_licenses.ts#L35) | 7.16 | -| | [disable_watcher_cluster_alerts.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/lib/alerts/disable_watcher_cluster_alerts.ts#L9) | 7.16 | -| | [disable_watcher_cluster_alerts.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/lib/alerts/disable_watcher_cluster_alerts.ts#L25) | 7.16 | -| | [disable_watcher_cluster_alerts.ts#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/server/lib/alerts/disable_watcher_cluster_alerts.ts#L36) | 7.16 | -| | [get_es_stats.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_es_stats.d.ts#L2) | 7.16 | -| | [get_es_stats.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_es_stats.d.ts#L10) | 7.16 | -| | [get_es_stats.d.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_es_stats.d.ts#L20) | 7.16 | -| | [get_high_level_stats.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_high_level_stats.d.ts#L2) | 7.16 | -| | [get_high_level_stats.d.ts#L78](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_high_level_stats.d.ts#L78) | 7.16 | -| | [get_high_level_stats.d.ts#L83](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_high_level_stats.d.ts#L83) | 7.16 | -| | [get_kibana_stats.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_kibana_stats.d.ts#L2) | 7.16 | -| | [get_kibana_stats.d.ts#L82](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_kibana_stats.d.ts#L82) | 7.16 | -| | [get_beats_stats.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_beats_stats.d.ts#L2) | 7.16 | -| | [get_beats_stats.d.ts#L120](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_beats_stats.d.ts#L120) | 7.16 | -| | [get_beats_stats.d.ts#L123](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_beats_stats.d.ts#L123) | 7.16 | -| | [get_beats_stats.d.ts#L129](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_beats_stats.d.ts#L129) | 7.16 | -| | [get_logstash_stats.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_logstash_stats.d.ts#L2) | 7.16 | -| | [get_logstash_stats.d.ts#L100](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_logstash_stats.d.ts#L100) | 7.16 | -| | [get_logstash_stats.d.ts#L103](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_logstash_stats.d.ts#L103) | 7.16 | -| | [get_logstash_stats.d.ts#L109](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_logstash_stats.d.ts#L109) | 7.16 | -| | [get_all_stats.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_all_stats.d.ts#L1) | 7.16 | -| | [get_all_stats.d.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_all_stats.d.ts#L11) | 7.16 | -| | [get_cluster_uuids.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_cluster_uuids.d.ts#L1) | 7.16 | -| | [get_cluster_uuids.d.ts#L5](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_cluster_uuids.d.ts#L5) | 7.16 | -| | [get_cluster_uuids.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_cluster_uuids.d.ts#L10) | 7.16 | -| | [get_licenses.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_licenses.d.ts#L2) | 7.16 | -| | [get_licenses.d.ts#L7](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_licenses.d.ts#L7) | 7.16 | -| | [get_licenses.d.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/telemetry_collection/get_licenses.d.ts#L20) | 7.16 | -| | [disable_watcher_cluster_alerts.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/lib/alerts/disable_watcher_cluster_alerts.d.ts#L2) | 7.16 | -| | [disable_watcher_cluster_alerts.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/lib/alerts/disable_watcher_cluster_alerts.d.ts#L3) | 7.16 | -| | [fetch_es_usage.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/fetch_es_usage.d.ts#L1) | 7.16 | -| | [fetch_es_usage.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/fetch_es_usage.d.ts#L4) | 7.16 | -| | [fetch_license_type.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/fetch_license_type.d.ts#L1) | 7.16 | -| | [fetch_license_type.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/fetch_license_type.d.ts#L2) | 7.16 | -| | [fetch_stack_product_usage.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/fetch_stack_product_usage.d.ts#L1) | 7.16 | -| | [fetch_stack_product_usage.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/fetch_stack_product_usage.d.ts#L4) | 7.16 | -| | [get_stack_products_usage.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/get_stack_products_usage.d.ts#L1) | 7.16 | -| | [get_stack_products_usage.d.ts#L4](https://github.com/elastic/kibana/tree/master/x-pack/plugins/monitoring/target/types/server/kibana_monitoring/collectors/lib/get_stack_products_usage.d.ts#L4) | 7.16 | - - - -## observability - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [types.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L19) | - | -| | [types.ts#L94](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L94) | - | -| | [utils.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L10) | - | -| | [utils.ts#L56](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L56) | - | -| | [utils.ts#L64](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L64) | - | -| | [utils.ts#L72](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L72) | - | -| | [utils.ts#L89](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L89) | - | -| | [types.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L19) | - | -| | [types.ts#L94](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L94) | - | -| | [utils.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L10) | - | -| | [utils.ts#L56](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L56) | - | -| | [utils.ts#L64](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L64) | - | -| | [utils.ts#L72](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L72) | - | -| | [utils.ts#L89](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L89) | - | - - - -## presentationUtil - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [saved_object_save_modal_dashboard.tsx#L13](https://github.com/elastic/kibana/tree/master/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#L13) | - | -| | [saved_object_save_modal_dashboard.tsx#L103](https://github.com/elastic/kibana/tree/master/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#L103) | - | - - - -## savedObjects - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [types.ts#L18](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/types.ts#L18) | - | -| | [types.ts#L37](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/types.ts#L37) | - | -| | [types.ts#L85](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/types.ts#L85) | - | -| | [types.ts#L18](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/types.ts#L18) | - | -| | [types.ts#L37](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/types.ts#L37) | - | -| | [types.ts#L85](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/types.ts#L85) | - | - - - -## savedObjectsManagement - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [flyout.tsx#L37](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#L37) | - | -| | [flyout.tsx#L89](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#L89) | - | -| | [flyout.tsx#L37](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#L37) | - | -| | [flyout.tsx#L89](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#L89) | - | -| | [service_registry.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/services/service_registry.ts#L10) | - | -| | [service_registry.ts#L14](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/services/service_registry.ts#L14) | - | -| | [resolve_saved_objects.ts#L12](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L12) | - | -| | [resolve_saved_objects.ts#L24](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L24) | - | -| | [resolve_saved_objects.ts#L239](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L239) | - | -| | [resolve_saved_objects.ts#L260](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L260) | - | -| | [create_field_list.ts#L13](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/create_field_list.ts#L13) | - | -| | [create_field_list.ts#L20](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/create_field_list.ts#L20) | - | -| | [form.tsx#L23](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/object_view/components/form.tsx#L23) | - | -| | [form.tsx#L31](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/object_view/components/form.tsx#L31) | - | -| | [resolve_saved_objects.ts#L12](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L12) | - | -| | [resolve_saved_objects.ts#L125](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L125) | - | -| | [resolve_saved_objects.ts#L223](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L223) | - | -| | [resolve_saved_objects.ts#L233](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L233) | - | - - - -## savedObjectsTaggingOss - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [api.ts#L14](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/api.ts#L14) | - | -| | [types.ts#L9](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#L9) | - | -| | [types.ts#L14](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#L14) | - | -| | [api.ts#L14](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/api.ts#L14) | - | -| | [api.ts#L75](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/api.ts#L75) | - | - - - -## security - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [index.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/saved_objects/index.ts#L8) | - | -| | [index.ts#L47](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/saved_objects/index.ts#L47) | - | - - - -## securitySolution - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [index.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#L8) | - | -| | [index.ts#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#L86) | - | -| | [types.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L23) | - | -| | [types.ts#L81](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L81) | - | -| | [action.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L20) | - | -| | [action.ts#L100](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L100) | - | -| | [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#L12) | - | -| | [index.tsx#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#L48) | - | -| | [index.tsx#L122](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#L122) | - | -| | [index.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L17) | - | -| | [index.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L22) | - | -| | [index.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L37) | - | -| | [index.ts#L80](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L80) | - | -| | [helpers.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx#L28) | - | -| | [helpers.tsx#L158](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx#L158) | - | -| | [index.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx#L13) | - | -| | [index.tsx#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx#L29) | - | -| | [index.tsx#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx#L16) | - | -| | [index.tsx#L46](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx#L46) | - | -| | [columns.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx#L11) | - | -| | [columns.tsx#L50](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx#L50) | - | -| | [columns.tsx#L164](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx#L164) | - | -| | [events_viewer.tsx#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx#L36) | - | -| | [events_viewer.tsx#L126](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx#L126) | - | -| | [index.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx#L28) | - | -| | [index.tsx#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx#L48) | - | -| | [top_n.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx#L17) | - | -| | [top_n.tsx#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx#L55) | - | -| | [index.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/top_n/index.tsx#L18) | - | -| | [index.tsx#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/top_n/index.tsx#L79) | - | -| | [middleware.ts#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L55) | - | -| | [middleware.ts#L77](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L77) | - | -| | [middleware.ts#L82](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L82) | - | -| | [types.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/url_state/types.ts#L13) | - | -| | [types.ts#L128](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/url_state/types.ts#L128) | - | -| | [types.ts#L168](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/url_state/types.ts#L168) | - | -| | [index.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx#L18) | - | -| | [index.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx#L51) | - | -| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/details/types.ts#L8) | - | -| | [types.ts#L41](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/details/types.ts#L41) | - | -| | [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx#L12) | - | -| | [index.tsx#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx#L34) | - | -| | [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/hosts/pages/details/types.ts#L9) | - | -| | [types.ts#L65](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/hosts/pages/details/types.ts#L65) | - | -| | [index.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx#L20) | - | -| | [index.tsx#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx#L44) | - | -| | [index.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx#L21) | - | -| | [index.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx#L33) | - | -| | [types.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts#L12) | - | -| | [types.ts#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts#L28) | - | -| | [index.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx#L15) | - | -| | [index.tsx#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx#L58) | - | -| | [index.tsx#L132](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx#L132) | - | -| | [index.tsx#L164](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx#L164) | - | -| | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts#L1) | - | -| | [index.d.ts#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts#L66) | - | -| | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts#L1) | - | -| | [index.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts#L10) | - | -| | [index.d.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts#L23) | - | -| | [types.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts#L3) | - | -| | [types.d.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts#L25) | - | -| | [types.d.ts#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts#L55) | - | -| | [columns.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts#L1) | - | -| | [columns.d.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts#L20) | - | -| | [columns.d.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts#L21) | - | -| | [index.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts#L3) | - | -| | [index.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts#L9) | - | -| | [types.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts#L2) | - | -| | [types.d.ts#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts#L40) | - | -| | [index.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts#L2) | - | -| | [index.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts#L10) | - | -| | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts#L1) | - | -| | [types.d.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts#L25) | - | -| | [index_pattern.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts#L9) | - | -| | [index_pattern.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts#L12) | - | -| | [index_pattern.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts#L12) | - | -| | [index_pattern.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts#L12) | - | -| | [index_pattern.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts#L13) | - | -| | [get_query_filter.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/detection_engine/get_query_filter.ts#L16) | - | -| | [get_query_filter.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/detection_engine/get_query_filter.ts#L31) | - | -| | [helpers.tsx#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx#L39) | - | -| | [helpers.tsx#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx#L49) | - | -| | [helpers.tsx#L52](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx#L52) | - | -| | [helpers.tsx#L504](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx#L504) | - | -| | [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/navigation/types.ts#L9) | - | -| | [types.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/navigation/types.ts#L35) | - | -| | [types.ts#L52](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/navigation/types.ts#L52) | - | -| | [field.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L11) | - | -| | [field.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L18) | - | -| | [field.tsx#L93](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L93) | - | -| | [field.tsx#L114](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L114) | - | -| | [use_field_value_autocomplete.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L12) | - | -| | [use_field_value_autocomplete.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L19) | - | -| | [use_field_value_autocomplete.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L31) | - | -| | [field_value_match.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L19) | - | -| | [field_value_match.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L30) | - | -| | [query.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts#L13) | - | -| | [query.ts#L53](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts#L53) | - | -| | [model.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts#L8) | - | -| | [model.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts#L30) | - | -| | [index.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L33) | - | -| | [index.tsx#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L58) | - | -| | [index.tsx#L304](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L304) | - | -| | [index.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L28) | - | -| | [index.tsx#L50](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L50) | - | -| | [index.tsx#L242](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L242) | - | -| | [index.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx#L13) | - | -| | [index.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx#L19) | - | -| | [index_pattern.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/mock/index_pattern.ts#L8) | - | -| | [index_pattern.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/mock/index_pattern.ts#L10) | - | -| | [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/types.ts#L9) | - | -| | [types.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/types.ts#L13) | - | -| | [types.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/types.ts#L15) | - | -| | [helpers.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx#L12) | - | -| | [helpers.tsx#L90](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx#L90) | - | -| | [helpers.tsx#L113](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx#L113) | - | -| | [helpers.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L19) | - | -| | [helpers.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L30) | - | -| | [helpers.ts#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L54) | - | -| | [helpers.ts#L84](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L84) | - | -| | [helpers.ts#L150](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L150) | - | -| | [field.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L11) | - | -| | [field.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L17) | - | -| | [field.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L25) | - | -| | [field.tsx#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L54) | - | -| | [field.tsx#L88](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L88) | - | -| | [field.tsx#L89](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L89) | - | -| | [field.tsx#L94](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L94) | - | -| | [field.tsx#L107](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L107) | - | -| | [field.tsx#L114](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L114) | - | -| | [field.tsx#L118](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L118) | - | -| | [field.tsx#L118](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L118) | - | -| | [field.tsx#L123](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L123) | - | -| | [field.tsx#L124](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L124) | - | -| | [field.tsx#L126](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L126) | - | -| | [field.tsx#L127](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L127) | - | -| | [entry_item.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx#L12) | - | -| | [entry_item.tsx#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx#L43) | - | -| | [entry_item.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx#L51) | - | -| | [use_field_value_autocomplete.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L12) | - | -| | [use_field_value_autocomplete.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L16) | - | -| | [use_field_value_autocomplete.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L27) | - | -| | [field_value_match.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L19) | - | -| | [field_value_match.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L28) | - | -| | [helpers.test.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L11) | - | -| | [helpers.test.ts#L333](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L333) | - | -| | [helpers.test.ts#L339](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L339) | - | -| | [helpers.test.ts#L347](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L347) | - | -| | [helpers.test.ts#L355](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L355) | - | -| | [helpers.test.ts#L363](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L363) | - | -| | [helpers.test.ts#L371](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L371) | - | -| | [helpers.test.ts#L380](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L380) | - | -| | [helpers.test.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts#L1) | - | -| | [helpers.test.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts#L2) | - | -| | [index.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L32) | - | -| | [index.tsx#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L86) | - | -| | [index.tsx#L305](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L305) | - | -| | [index.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L27) | - | -| | [index.tsx#L82](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L82) | - | -| | [index.tsx#L242](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L242) | - | -| | [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx#L12) | - | -| | [index.tsx#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx#L35) | - | -| | [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/types.ts#L9) | - | -| | [types.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/types.ts#L13) | - | -| | [types.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/types.ts#L15) | - | -| | [helpers.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx#L12) | - | -| | [helpers.tsx#L90](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx#L90) | - | -| | [helpers.tsx#L113](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx#L113) | - | -| | [helpers.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L19) | - | -| | [helpers.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L30) | - | -| | [helpers.ts#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L54) | - | -| | [helpers.ts#L84](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L84) | - | -| | [helpers.ts#L150](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L150) | - | -| | [field.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L11) | - | -| | [field.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L17) | - | -| | [field.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L25) | - | -| | [field.tsx#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L54) | - | -| | [field.tsx#L88](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L88) | - | -| | [field.tsx#L89](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L89) | - | -| | [field.tsx#L94](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L94) | - | -| | [field.tsx#L107](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L107) | - | -| | [field.tsx#L114](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L114) | - | -| | [field.tsx#L118](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L118) | - | -| | [field.tsx#L118](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L118) | - | -| | [field.tsx#L123](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L123) | - | -| | [field.tsx#L124](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L124) | - | -| | [field.tsx#L126](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L126) | - | -| | [field.tsx#L127](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L127) | - | -| | [entry_item.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx#L12) | - | -| | [entry_item.tsx#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx#L43) | - | -| | [entry_item.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx#L51) | - | -| | [use_field_value_autocomplete.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L12) | - | -| | [use_field_value_autocomplete.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L16) | - | -| | [use_field_value_autocomplete.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L27) | - | -| | [field_value_match.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L19) | - | -| | [field_value_match.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L28) | - | -| | [helpers.test.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L11) | - | -| | [helpers.test.ts#L333](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L333) | - | -| | [helpers.test.ts#L339](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L339) | - | -| | [helpers.test.ts#L347](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L347) | - | -| | [helpers.test.ts#L355](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L355) | - | -| | [helpers.test.ts#L363](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L363) | - | -| | [helpers.test.ts#L371](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L371) | - | -| | [helpers.test.ts#L380](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L380) | - | -| | [helpers.test.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts#L1) | - | -| | [helpers.test.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts#L2) | - | -| | [index.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L32) | - | -| | [index.tsx#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L86) | - | -| | [index.tsx#L305](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L305) | - | -| | [index.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L27) | - | -| | [index.tsx#L82](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L82) | - | -| | [index.tsx#L242](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L242) | - | -| | [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx#L12) | - | -| | [index.tsx#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx#L35) | - | -| | [index.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#L8) | - | -| | [index.ts#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#L86) | - | -| | [types.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L23) | - | -| | [types.ts#L81](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L81) | - | -| | [action.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L20) | - | -| | [action.ts#L100](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L100) | - | -| | [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#L12) | - | -| | [index.tsx#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#L48) | - | -| | [index.tsx#L122](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#L122) | - | -| | [index.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L17) | - | -| | [index.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L22) | - | -| | [index.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L37) | - | -| | [index.ts#L80](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L80) | - | -| | [helpers.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx#L28) | - | -| | [helpers.tsx#L158](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx#L158) | - | -| | [index.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx#L13) | - | -| | [index.tsx#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/query_bar/index.tsx#L29) | - | -| | [index.tsx#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx#L16) | - | -| | [index.tsx#L46](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/query_bar/index.tsx#L46) | - | -| | [columns.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx#L11) | - | -| | [columns.tsx#L50](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx#L50) | - | -| | [columns.tsx#L164](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/columns.tsx#L164) | - | -| | [events_viewer.tsx#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx#L36) | - | -| | [events_viewer.tsx#L126](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx#L126) | - | -| | [index.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx#L28) | - | -| | [index.tsx#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx#L48) | - | -| | [top_n.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx#L17) | - | -| | [top_n.tsx#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/top_n/top_n.tsx#L55) | - | -| | [index.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/top_n/index.tsx#L18) | - | -| | [index.tsx#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/top_n/index.tsx#L79) | - | -| | [middleware.ts#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L55) | - | -| | [middleware.ts#L77](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L77) | - | -| | [middleware.ts#L82](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts#L82) | - | -| | [types.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/url_state/types.ts#L13) | - | -| | [types.ts#L128](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/url_state/types.ts#L128) | - | -| | [types.ts#L168](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/url_state/types.ts#L168) | - | -| | [index.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx#L18) | - | -| | [index.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/search_bar/index.tsx#L51) | - | -| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/details/types.ts#L8) | - | -| | [types.ts#L41](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/details/types.ts#L41) | - | -| | [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx#L12) | - | -| | [index.tsx#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/components/network_top_countries_table/index.tsx#L34) | - | -| | [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/hosts/pages/details/types.ts#L9) | - | -| | [types.ts#L65](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/hosts/pages/details/types.ts#L65) | - | -| | [index.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx#L20) | - | -| | [index.tsx#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/alerts_by_category/index.tsx#L44) | - | -| | [index.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx#L21) | - | -| | [index.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/event_counts/index.tsx#L33) | - | -| | [types.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts#L12) | - | -| | [types.ts#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/types.ts#L28) | - | -| | [index.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx#L15) | - | -| | [index.tsx#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx#L58) | - | -| | [index.tsx#L132](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx#L132) | - | -| | [index.tsx#L164](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/description_step/index.tsx#L164) | - | -| | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts#L1) | - | -| | [index.d.ts#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/common/search_strategy/index_fields/index.d.ts#L66) | - | -| | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts#L1) | - | -| | [index.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts#L10) | - | -| | [index.d.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/containers/source/index.d.ts#L23) | - | -| | [types.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts#L3) | - | -| | [types.d.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts#L25) | - | -| | [types.d.ts#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/url_state/types.d.ts#L55) | - | -| | [columns.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts#L1) | - | -| | [columns.d.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts#L20) | - | -| | [columns.d.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/columns.d.ts#L21) | - | -| | [index.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts#L3) | - | -| | [index.d.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/search_bar/index.d.ts#L9) | - | -| | [types.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts#L2) | - | -| | [types.d.ts#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/hosts/pages/details/types.d.ts#L40) | - | -| | [index.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts#L2) | - | -| | [index.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/components/network_top_countries_table/index.d.ts#L10) | - | -| | [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts#L1) | - | -| | [types.d.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/network/pages/details/types.d.ts#L25) | - | -| | [index_pattern.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts#L9) | - | -| | [index_pattern.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts#L12) | - | -| | [index_pattern.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts#L12) | - | -| | [index_pattern.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts#L12) | - | -| | [index_pattern.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/models/index_pattern.ts#L13) | - | -| | [get_query_filter.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/detection_engine/get_query_filter.ts#L16) | - | -| | [get_query_filter.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/detection_engine/get_query_filter.ts#L31) | - | -| | [helpers.tsx#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx#L39) | - | -| | [helpers.tsx#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx#L49) | - | -| | [helpers.tsx#L52](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx#L52) | - | -| | [helpers.tsx#L504](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/exceptions/helpers.tsx#L504) | - | -| | [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/navigation/types.ts#L9) | - | -| | [types.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/navigation/types.ts#L35) | - | -| | [types.ts#L52](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/network/pages/navigation/types.ts#L52) | - | -| | [field.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L11) | - | -| | [field.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L18) | - | -| | [field.tsx#L93](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L93) | - | -| | [field.tsx#L114](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L114) | - | -| | [use_field_value_autocomplete.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L12) | - | -| | [use_field_value_autocomplete.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L19) | - | -| | [use_field_value_autocomplete.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L31) | - | -| | [field_value_match.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L19) | - | -| | [field_value_match.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L30) | - | -| | [query.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts#L13) | - | -| | [query.ts#L53](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/reference_rules/query.ts#L53) | - | -| | [model.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts#L8) | - | -| | [model.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/sourcerer/model.ts#L30) | - | -| | [index.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L33) | - | -| | [index.tsx#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L58) | - | -| | [index.tsx#L304](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L304) | - | -| | [index.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L28) | - | -| | [index.tsx#L50](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L50) | - | -| | [index.tsx#L242](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L242) | - | -| | [index.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx#L13) | - | -| | [index.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx#L19) | - | -| | [index_pattern.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/mock/index_pattern.ts#L8) | - | -| | [index_pattern.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/mock/index_pattern.ts#L10) | - | -| | [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/types.ts#L9) | - | -| | [types.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/types.ts#L13) | - | -| | [types.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/types.ts#L15) | - | -| | [helpers.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx#L12) | - | -| | [helpers.tsx#L90](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx#L90) | - | -| | [helpers.tsx#L113](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/helpers.tsx#L113) | - | -| | [helpers.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L19) | - | -| | [helpers.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L30) | - | -| | [helpers.ts#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L54) | - | -| | [helpers.ts#L84](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L84) | - | -| | [helpers.ts#L150](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.ts#L150) | - | -| | [field.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L11) | - | -| | [field.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L17) | - | -| | [field.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L25) | - | -| | [field.tsx#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L54) | - | -| | [field.tsx#L88](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L88) | - | -| | [field.tsx#L89](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L89) | - | -| | [field.tsx#L94](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L94) | - | -| | [field.tsx#L107](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L107) | - | -| | [field.tsx#L114](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L114) | - | -| | [field.tsx#L118](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L118) | - | -| | [field.tsx#L118](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L118) | - | -| | [field.tsx#L123](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L123) | - | -| | [field.tsx#L124](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L124) | - | -| | [field.tsx#L126](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L126) | - | -| | [field.tsx#L127](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field.tsx#L127) | - | -| | [entry_item.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx#L12) | - | -| | [entry_item.tsx#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx#L43) | - | -| | [entry_item.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/threat_match/entry_item.tsx#L51) | - | -| | [use_field_value_autocomplete.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L12) | - | -| | [use_field_value_autocomplete.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L16) | - | -| | [use_field_value_autocomplete.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/hooks/use_field_value_autocomplete.ts#L27) | - | -| | [field_value_match.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L19) | - | -| | [field_value_match.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/field_value_match.tsx#L28) | - | -| | [helpers.test.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L11) | - | -| | [helpers.test.ts#L333](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L333) | - | -| | [helpers.test.ts#L339](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L339) | - | -| | [helpers.test.ts#L347](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L347) | - | -| | [helpers.test.ts#L355](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L355) | - | -| | [helpers.test.ts#L363](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L363) | - | -| | [helpers.test.ts#L371](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L371) | - | -| | [helpers.test.ts#L380](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/autocomplete/helpers.test.ts#L380) | - | -| | [helpers.test.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts#L1) | - | -| | [helpers.test.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/target/types/public/common/components/exceptions/helpers.test.d.ts#L2) | - | -| | [index.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L32) | - | -| | [index.tsx#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L86) | - | -| | [index.tsx#L305](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/severity_mapping/index.tsx#L305) | - | -| | [index.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L27) | - | -| | [index.tsx#L82](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L82) | - | -| | [index.tsx#L242](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/risk_score_mapping/index.tsx#L242) | - | -| | [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx#L12) | - | -| | [index.tsx#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/autocomplete_field/index.tsx#L35) | - | -| | [index.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/flyout/index.tsx#L13) | - | -| | [index.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/flyout/index.tsx#L23) | - | -| | [index.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/home/template_wrapper/bottom_bar/index.tsx#L13) | - | -| | [index.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/home/template_wrapper/bottom_bar/index.tsx#L25) | - | -| | [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/home/template_wrapper/index.tsx#L12) | - | -| | [index.tsx#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/home/template_wrapper/index.tsx#L66) | - | -| | [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/home/index.tsx#L12) | - | -| | [index.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/home/index.tsx#L26) | - | -| | [routes.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/routes.tsx#L13) | - | -| | [routes.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/routes.tsx#L23) | - | -| | [app.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/app.tsx#L14) | - | -| | [app.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/app.tsx#L32) | - | -| | [app.tsx#L81](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/app.tsx#L81) | - | -| | [sender.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/telemetry/sender.ts#L10) | 7.16 | -| | [sender.ts#L462](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/telemetry/sender.ts#L462) | 7.16 | -| | [sender.ts#L481](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/telemetry/sender.ts#L481) | 7.16 | -| | [types.ts#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/types.ts#L55) | 7.16 | -| | [types.ts#L111](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/server/lib/detection_engine/types.ts#L111) | 7.16 | - - - -## stackAlerts - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [es_query_builder.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/server/alert_types/geo_containment/es_query_builder.ts#L13) | - | -| | [es_query_builder.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/server/alert_types/geo_containment/es_query_builder.ts#L25) | - | -| | [entity_index_expression.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L24) | - | -| | [entity_index_expression.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L33) | - | -| | [entity_index_expression.tsx#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L34) | - | -| | [boundary_index_expression.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L20) | - | -| | [boundary_index_expression.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L25) | - | -| | [boundary_index_expression.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L27) | - | -| | [index.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L17) | - | -| | [index.tsx#L70](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L70) | - | -| | [index.tsx#L75](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L75) | - | -| | [index.tsx#L92](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L92) | - | -| | [index.tsx#L97](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L97) | - | -| | [single_field_select.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L17) | - | -| | [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L20) | - | -| | [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L20) | - | -| | [single_field_select.tsx#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L39) | - | -| | [single_field_select.tsx#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L44) | - | -| | [single_field_select.tsx#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L60) | - | -| | [single_field_select.tsx#L64](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L64) | - | -| | [single_field_select.tsx#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L66) | - | -| | [single_field_select.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts#L1) | - | -| | [single_field_select.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts#L6) | - | -| | [entity_index_expression.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L23) | - | -| | [entity_index_expression.tsx#L67](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L67) | - | -| | [entity_index_expression.tsx#L68](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L68) | - | -| | [entity_index_expression.tsx#L77](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L77) | - | -| | [entity_index_expression.tsx#L87](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L87) | - | -| | [entity_by_expression.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L15) | - | -| | [entity_by_expression.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L21) | - | -| | [entity_by_expression.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L26) | - | -| | [entity_by_expression.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L26) | - | -| | [entity_by_expression.tsx#L52](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L52) | - | -| | [boundary_index_expression.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L19) | - | -| | [boundary_index_expression.tsx#L53](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L53) | - | -| | [boundary_index_expression.tsx#L68](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L68) | - | -| | [boundary_index_expression.tsx#L69](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L69) | - | -| | [boundary_index_expression.tsx#L78](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L78) | - | -| | [boundary_index_expression.tsx#L87](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L87) | - | -| | [single_field_select.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L17) | - | -| | [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L20) | - | -| | [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L20) | - | -| | [single_field_select.tsx#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L39) | - | -| | [single_field_select.tsx#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L44) | - | -| | [single_field_select.tsx#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L60) | - | -| | [single_field_select.tsx#L64](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L64) | - | -| | [single_field_select.tsx#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L66) | - | -| | [single_field_select.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts#L1) | - | -| | [single_field_select.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts#L6) | - | -| | [entity_index_expression.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L23) | - | -| | [entity_index_expression.tsx#L67](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L67) | - | -| | [entity_index_expression.tsx#L68](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L68) | - | -| | [entity_index_expression.tsx#L77](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L77) | - | -| | [entity_index_expression.tsx#L87](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L87) | - | -| | [entity_by_expression.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L15) | - | -| | [entity_by_expression.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L21) | - | -| | [entity_by_expression.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L26) | - | -| | [entity_by_expression.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L26) | - | -| | [entity_by_expression.tsx#L52](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L52) | - | -| | [boundary_index_expression.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L19) | - | -| | [boundary_index_expression.tsx#L53](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L53) | - | -| | [boundary_index_expression.tsx#L68](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L68) | - | -| | [boundary_index_expression.tsx#L69](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L69) | - | -| | [boundary_index_expression.tsx#L78](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L78) | - | -| | [boundary_index_expression.tsx#L87](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L87) | - | -| | [es_query_builder.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/server/alert_types/geo_containment/es_query_builder.ts#L13) | - | -| | [es_query_builder.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/server/alert_types/geo_containment/es_query_builder.ts#L25) | - | -| | [entity_index_expression.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L24) | - | -| | [entity_index_expression.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L33) | - | -| | [entity_index_expression.tsx#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L34) | - | -| | [boundary_index_expression.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L20) | - | -| | [boundary_index_expression.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L25) | - | -| | [boundary_index_expression.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L27) | - | -| | [index.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L17) | - | -| | [index.tsx#L70](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L70) | - | -| | [index.tsx#L75](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L75) | - | -| | [index.tsx#L92](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L92) | - | -| | [index.tsx#L97](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L97) | - | -| | [single_field_select.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L17) | - | -| | [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L20) | - | -| | [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L20) | - | -| | [single_field_select.tsx#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L39) | - | -| | [single_field_select.tsx#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L44) | - | -| | [single_field_select.tsx#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L60) | - | -| | [single_field_select.tsx#L64](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L64) | - | -| | [single_field_select.tsx#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L66) | - | -| | [single_field_select.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts#L1) | - | -| | [single_field_select.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts#L6) | - | -| | [entity_index_expression.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L23) | - | -| | [entity_index_expression.tsx#L67](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L67) | - | -| | [entity_index_expression.tsx#L68](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L68) | - | -| | [entity_index_expression.tsx#L77](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L77) | - | -| | [entity_index_expression.tsx#L87](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L87) | - | -| | [entity_by_expression.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L15) | - | -| | [entity_by_expression.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L21) | - | -| | [entity_by_expression.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L26) | - | -| | [entity_by_expression.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L26) | - | -| | [entity_by_expression.tsx#L52](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_by_expression.tsx#L52) | - | -| | [boundary_index_expression.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L19) | - | -| | [boundary_index_expression.tsx#L53](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L53) | - | -| | [boundary_index_expression.tsx#L68](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L68) | - | -| | [boundary_index_expression.tsx#L69](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L69) | - | -| | [boundary_index_expression.tsx#L78](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L78) | - | -| | [boundary_index_expression.tsx#L87](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L87) | - | - - - -## timelines - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [index.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts#L8) | - | -| | [index.ts#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts#L86) | - | -| | [index.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L17) | - | -| | [index.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L22) | - | -| | [index.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L37) | - | -| | [index.ts#L80](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L80) | - | -| | [helpers.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/helpers.tsx#L20) | - | -| | [helpers.tsx#L153](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/helpers.tsx#L153) | - | -| | [index.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L31) | - | -| | [index.tsx#L121](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L121) | - | -| | [index_pattern.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/mock/index_pattern.ts#L8) | - | -| | [index_pattern.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/mock/index_pattern.ts#L10) | - | -| | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/target/types/common/search_strategy/index_fields/index.d.ts#L1) | - | -| | [index.d.ts#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/target/types/common/search_strategy/index_fields/index.d.ts#L66) | - | -| | [index.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts#L8) | - | -| | [index.ts#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts#L86) | - | -| | [index.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L17) | - | -| | [index.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L22) | - | -| | [index.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L37) | - | -| | [index.ts#L80](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L80) | - | -| | [helpers.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/helpers.tsx#L20) | - | -| | [helpers.tsx#L153](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/helpers.tsx#L153) | - | -| | [index.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L31) | - | -| | [index.tsx#L121](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L121) | - | -| | [index_pattern.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/mock/index_pattern.ts#L8) | - | -| | [index_pattern.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/mock/index_pattern.ts#L10) | - | -| | [index.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/target/types/common/search_strategy/index_fields/index.d.ts#L1) | - | -| | [index.d.ts#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/target/types/common/search_strategy/index_fields/index.d.ts#L66) | - | - - - -## transform - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [es_index_service.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/services/es_index_service.ts#L10) | - | -| | [es_index_service.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/services/es_index_service.ts#L22) | - | -| | [transforms.ts#L63](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L63) | - | -| | [transforms.ts#L405](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L405) | - | -| | [es_index_service.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/services/es_index_service.ts#L10) | - | -| | [es_index_service.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/services/es_index_service.ts#L22) | - | -| | [transforms.ts#L63](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L63) | - | -| | [transforms.ts#L405](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L405) | - | - - - -## uptime - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [update_kuery_string.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/uptime/public/hooks/update_kuery_string.ts#L8) | - | -| | [update_kuery_string.ts#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/uptime/public/hooks/update_kuery_string.ts#L28) | - | -| | [index_pattern.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/uptime/public/state/reducers/index_pattern.ts#L10) | - | -| | [index_pattern.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/uptime/public/state/reducers/index_pattern.ts#L13) | - | -| | [update_kuery_string.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/uptime/public/hooks/update_kuery_string.ts#L8) | - | -| | [update_kuery_string.ts#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/uptime/public/hooks/update_kuery_string.ts#L28) | - | -| | [index_pattern.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/uptime/public/state/reducers/index_pattern.ts#L10) | - | -| | [index_pattern.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/uptime/public/state/reducers/index_pattern.ts#L13) | - | - - - -## visTypeTimeseries - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [index_patterns_utils.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/common/index_patterns_utils.ts#L11) | - | -| | [index_patterns_utils.ts#L20](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/common/index_patterns_utils.ts#L20) | - | -| | [index_patterns_utils.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/common/index_patterns_utils.ts#L11) | - | -| | [index_patterns_utils.ts#L20](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/common/index_patterns_utils.ts#L20) | - | - - - -## visualizations - -| Deprecated API | Reference location | Remove By | -| ---------------|-----------|-----------| -| | [_saved_vis.ts#L22](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts#L22) | - | -| | [_saved_vis.ts#L96](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts#L96) | - | -| | [visualize_embeddable.ts#L14](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L14) | - | -| | [visualize_embeddable.ts#L50](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L50) | - | -| | [visualize_embeddable.ts#L72](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L72) | - | -| | [_saved_vis.ts#L22](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts#L22) | - | -| | [_saved_vis.ts#L96](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts#L96) | - | -| | [visualize_embeddable.ts#L14](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L14) | - | -| | [visualize_embeddable.ts#L50](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L50) | - | -| | [visualize_embeddable.ts#L72](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L72) | - | -| | [find_list_items.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/find_list_items.ts#L16) | - | -| | [find_list_items.ts#L35](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/find_list_items.ts#L35) | - | -| | [saved_visualizations.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/saved_visualizations.ts#L10) | - | -| | [saved_visualizations.ts#L28](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/saved_visualizations.ts#L28) | - | -| | [saved_visualizations.ts#L85](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/saved_visualizations.ts#L85) | - | -| | [services.ts#L26](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/services.ts#L26) | - | -| | [services.ts#L72](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/services.ts#L72) | - | -| | [types.ts#L9](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/types.ts#L9) | - | -| | [types.ts#L41](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/types.ts#L41) | - | -| | [_saved_vis.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts#L16) | - | -| | [_saved_vis.ts#L105](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts#L105) | - | -| | [_saved_vis.ts#L114](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts#L114) | - | -| | [_saved_vis.ts#L124](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts#L124) | - | \ No newline at end of file diff --git a/api_docs/deprecations_by_api.mdx b/api_docs/deprecations_by_api.mdx new file mode 100644 index 0000000000000..b5af0464730f4 --- /dev/null +++ b/api_docs/deprecations_by_api.mdx @@ -0,0 +1,58 @@ +--- +id: kibDevDocsDeprecationsByApi +slug: /kibana-dev-docs/deprecated-api-list-by-api +title: Deprecated API usage by API +summary: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. +date: 2021-07-27 +tags: ['contributor', 'dev', 'apidocs', 'kibana'] +warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +--- + + +| Deprecated API | Referencing plugin(s) | Remove By | +| ---------------|-----------|-----------| +| | indexPatternFieldEditor, savedObjectsManagement | 8.0 | +| | indexPatternFieldEditor, savedObjectsManagement | 8.0 | +| | indexPatternFieldEditor, savedObjectsManagement | 8.0 | +| | indexManagement | 7.16 | +| | indexManagement | 7.16 | +| | indexManagement, globalSearch | 7.16 | +| | crossClusterReplication, indexLifecycleManagement | 7.16 | +| | savedObjects, discover, savedObjectsManagement, lens, observability, timelines, infra, ml, apm, securitySolution, maps, stackAlerts, transform | - | +| | savedObjects, discover, savedObjectsManagement, lens, observability, timelines, infra, ml, apm, securitySolution, maps, stackAlerts, transform | - | +| | discover, fleet, maps, ml, infra, stackAlerts, lens | - | +| | discover, visualizations, dashboard, lens, observability, maps, canvas, dashboardEnhanced, discoverEnhanced, securitySolution | - | +| | canvas, discover, visualizations, dashboard, lens, observability, timelines, maps, infra, dashboardEnhanced, discoverEnhanced, securitySolution, urlDrilldown, lists, ml, visTypeTimeseries | - | +| | canvas, discover, visualizations, dashboard, lens, observability, timelines, maps, infra, dashboardEnhanced, discoverEnhanced, securitySolution, urlDrilldown, lists, ml, visTypeTimeseries | - | +| | discover, fleet, maps, ml, infra, stackAlerts, lens | - | +| | discover, fleet, maps, ml, infra, stackAlerts, lens | - | +| | canvas, discover, visualizations, dashboard, lens, observability, timelines, maps, infra, dashboardEnhanced, discoverEnhanced, securitySolution, urlDrilldown, lists, ml, visTypeTimeseries | - | +| | embeddable, discover, presentationUtil, dashboard, graph | - | +| | visualizations, discover, dashboard, savedObjectsManagement | - | +| | savedObjectsTaggingOss, visualizations, discover, dashboard, savedObjectsManagement | - | +| | fleet, lens, timelines, infra, dataVisualizer, ml, apm, securitySolution, stackAlerts, transform, uptime | - | +| | lens, timelines, dataVisualizer, ml, infra, securitySolution, stackAlerts, transform | - | +| | lens | - | +| | observability | - | +| | observability | - | +| | timelines | - | +| | timelines | - | +| | timelines | - | +| | securitySolution, alerting, fleet, cases, dataEnhanced | - | +| | securitySolution | - | +| | securitySolution, visTypeTimeseries | - | +| | securitySolution | - | +| | securitySolution, alerting, fleet, cases, dataEnhanced | - | +| | securitySolution, visTypeTimeseries | - | +| | securitySolution, visTypeTimeseries | - | +| | securitySolution, alerting, fleet, cases, dataEnhanced | - | +| | securitySolution | - | +| | fleet | - | +| | canvas | - | +| | dashboardEnhanced | - | +| | dashboardEnhanced | - | +| | discoverEnhanced | - | +| | discoverEnhanced | - | +| | actions, alerting, cases, dataEnhanced | - | +| | encryptedSavedObjects, actions, alerting | - | +| | security | - | \ No newline at end of file diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx new file mode 100644 index 0000000000000..82ffc78870c78 --- /dev/null +++ b/api_docs/deprecations_by_plugin.mdx @@ -0,0 +1,475 @@ +--- +id: kibDevDocsDeprecationsByPlugin +slug: /kibana-dev-docs/deprecated-api-list-by-plugin +title: Deprecated API usage by plugin +summary: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. +date: 2021-05-02 +tags: ['contributor', 'dev', 'apidocs', 'kibana'] +warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +--- + + +## actions + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [find_and_cleanup_tasks.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/cleanup_failed_executions/find_and_cleanup_tasks.ts#L14), [find_and_cleanup_tasks.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/cleanup_failed_executions/find_and_cleanup_tasks.ts#L45), [find_and_cleanup_tasks.ts#L46](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/cleanup_failed_executions/find_and_cleanup_tasks.ts#L46), [find_and_cleanup_tasks.ts#L47](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/cleanup_failed_executions/find_and_cleanup_tasks.ts#L47), [find_and_cleanup_tasks.ts#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/cleanup_failed_executions/find_and_cleanup_tasks.ts#L51) | - | +| | [audit_logger.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/authorization/audit_logger.ts#L8), [audit_logger.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/authorization/audit_logger.ts#L16), [audit_logger.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions/server/authorization/audit_logger.ts#L18) | - | + + + +## alerting + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [alerting_authorization.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/alerting_authorization.ts#L23), [alerting_authorization.ts#L281](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/alerting_authorization.ts#L281), [rules_client.ts#L68](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client/rules_client.ts#L68), [rules_client.ts#L514](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client/rules_client.ts#L514), [rules_client.ts#L587](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client/rules_client.ts#L587) | - | +| | [rules_client.ts#L68](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client/rules_client.ts#L68), [rules_client.ts#L512](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client/rules_client.ts#L512), [rules_client.ts#L585](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client/rules_client.ts#L585) | - | +| | [alerting_authorization.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/alerting_authorization.ts#L23), [alerting_authorization.ts#L281](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/alerting_authorization.ts#L281), [rules_client.ts#L68](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client/rules_client.ts#L68), [rules_client.ts#L514](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client/rules_client.ts#L514), [rules_client.ts#L587](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client/rules_client.ts#L587) | - | +| | [alerting_authorization.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/alerting_authorization.ts#L23), [alerting_authorization.ts#L281](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/alerting_authorization.ts#L281), [rules_client.ts#L68](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client/rules_client.ts#L68), [rules_client.ts#L514](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client/rules_client.ts#L514), [rules_client.ts#L587](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client/rules_client.ts#L587) | - | +| | [audit_logger.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/audit_logger.ts#L8), [audit_logger.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/audit_logger.ts#L21), [audit_logger.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/audit_logger.ts#L23), [rules_client_factory.test.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client_factory.test.ts#L23), [rules_client_factory.test.ts#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client_factory.test.ts#L98) | - | + + + +## apm + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [index.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx#L14), [index.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx#L32) | - | +| | [index.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx#L13), [index.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx#L33), [index.tsx#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx#L34) | - | +| | [index.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx#L14), [index.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx#L32) | - | + + + +## canvas + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [build_embeddable_filters.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L11), [build_embeddable_filters.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L35) | - | +| | [build_embeddable_filters.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L11), [saved_lens.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#L10), [saved_lens.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts#L3), [build_embeddable_filters.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L11), [build_embeddable_filters.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L14), [build_embeddable_filters.ts#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L33), [saved_lens.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#L10), [saved_lens.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#L32), [saved_lens.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts#L3), [saved_lens.d.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts#L16) | - | +| | [build_embeddable_filters.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L11), [saved_lens.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#L10), [saved_lens.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts#L3), [build_embeddable_filters.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L11), [build_embeddable_filters.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L14), [build_embeddable_filters.ts#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L33), [saved_lens.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#L10), [saved_lens.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#L32), [saved_lens.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts#L3), [saved_lens.d.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts#L16) | - | +| | [build_embeddable_filters.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L11), [saved_lens.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#L10), [saved_lens.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts#L3), [build_embeddable_filters.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L11), [build_embeddable_filters.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L14), [build_embeddable_filters.ts#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/lib/build_embeddable_filters.ts#L33), [saved_lens.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#L10), [saved_lens.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/external/saved_lens.ts#L32), [saved_lens.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts#L3), [saved_lens.d.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/canvas_plugin_src/functions/external/saved_lens.d.ts#L16) | - | +| | [state.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/types/state.ts#L15), [state.ts#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/types/state.ts#L58), [state.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/types/state.d.ts#L2), [state.d.ts#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/target/types/types/state.d.ts#L29), [markdown.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#L10), [markdown.ts#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/browser/markdown.ts#L34), [timefilterControl.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/timefilterControl.ts#L9), [timefilterControl.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/canvas_plugin_src/functions/common/timefilterControl.ts#L21), [pie.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/pie.ts#L15), [pie.ts#L78](https://github.com/elastic/kibana/tree/master/x-pack/plugins/canvas/public/functions/pie.ts#L78)+ 11 more | - | + + + +## cases + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/common/types.ts#L8), [types.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/common/types.ts#L20), [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/types.ts#L9), [types.ts#L115](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/types.ts#L115), [utils.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L9), [utils.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L15), [utils.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L21), [utils.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L30), [utils.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L31), [utils.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/client/utils.ts#L16)+ 25 more | - | +| | [utils.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L9), [utils.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L20), [utils.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L23), [utils.ts#L41](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L41), [utils.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/client/utils.ts#L16), [utils.ts#L115](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/client/utils.ts#L115), [utils.ts#L121](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/client/utils.ts#L121), [utils.ts#L147](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/client/utils.ts#L147), [utils.ts#L148](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/client/utils.ts#L148), [utils.ts#L179](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/client/utils.ts#L179)+ 36 more | - | +| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/common/types.ts#L8), [types.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/common/types.ts#L20), [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/types.ts#L9), [types.ts#L115](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/types.ts#L115), [utils.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L9), [utils.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L15), [utils.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L21), [utils.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L30), [utils.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L31), [utils.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/client/utils.ts#L16)+ 25 more | - | +| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/common/types.ts#L8), [types.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/common/types.ts#L20), [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/types.ts#L9), [types.ts#L115](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/types.ts#L115), [utils.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L9), [utils.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L15), [utils.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L21), [utils.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L30), [utils.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/authorization/utils.ts#L31), [utils.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cases/server/client/utils.ts#L16)+ 25 more | - | + + + +## crossClusterReplication + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [plugin.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/server/plugin.ts#L16), [plugin.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cross_cluster_replication/server/plugin.ts#L27) | 7.16 | + + + +## dashboard + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [save_dashboard.ts#L19](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/save_dashboard.ts#L19), [save_dashboard.ts#L82](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/save_dashboard.ts#L82), [diff_dashboard_state.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts#L11), [diff_dashboard_state.ts#L101](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts#L101), [diff_dashboard_state.ts#L103](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts#L103), [diff_dashboard_state.ts#L104](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/diff_dashboard_state.ts#L104), [sync_dashboard_container_input.ts#L14](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/sync_dashboard_container_input.ts#L14), [sync_dashboard_container_input.ts#L98](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/sync_dashboard_container_input.ts#L98), [sync_dashboard_container_input.ts#L101](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/sync_dashboard_container_input.ts#L101), [plugin.tsx#L37](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/plugin.tsx#L37)+ 7 more | - | +| | [filter_utils.ts#L13](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L13), [filter_utils.ts#L56](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L56), [filter_utils.ts#L58](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L58), [filter_utils.ts#L68](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L68), [filter_utils.ts#L68](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L68), [saved_dashboard.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L11), [saved_dashboard.ts#L33](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L33), [dashboard_state_slice.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/state/dashboard_state_slice.ts#L11), [dashboard_state_slice.ts#L74](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/state/dashboard_state_slice.ts#L74), [dashboard_state_slice.ts#L78](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/state/dashboard_state_slice.ts#L78)+ 26 more | - | +| | [filter_utils.ts#L13](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L13), [filter_utils.ts#L56](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L56), [filter_utils.ts#L58](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L58), [filter_utils.ts#L68](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L68), [filter_utils.ts#L68](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L68), [saved_dashboard.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L11), [saved_dashboard.ts#L33](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L33), [dashboard_state_slice.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/state/dashboard_state_slice.ts#L11), [dashboard_state_slice.ts#L74](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/state/dashboard_state_slice.ts#L74), [dashboard_state_slice.ts#L78](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/state/dashboard_state_slice.ts#L78)+ 26 more | - | +| | [filter_utils.ts#L13](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L13), [filter_utils.ts#L56](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L56), [filter_utils.ts#L58](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L58), [filter_utils.ts#L68](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L68), [filter_utils.ts#L68](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/filter_utils.ts#L68), [saved_dashboard.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L11), [saved_dashboard.ts#L33](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L33), [dashboard_state_slice.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/state/dashboard_state_slice.ts#L11), [dashboard_state_slice.ts#L74](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/state/dashboard_state_slice.ts#L74), [dashboard_state_slice.ts#L78](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/state/dashboard_state_slice.ts#L78)+ 26 more | - | +| | [saved_objects.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_objects.ts#L16), [save_modal.tsx#L15](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/top_nav/save_modal.tsx#L15), [save_modal.tsx#L146](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/top_nav/save_modal.tsx#L146) | - | +| | [saved_objects.ts#L13](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_objects.ts#L13), [saved_dashboards.ts#L12](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboards.ts#L12), [saved_dashboards.ts#L31](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboards.ts#L31), [types.ts#L33](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/types.ts#L33), [types.ts#L186](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/types.ts#L186), [plugin.tsx#L42](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/plugin.tsx#L42), [plugin.tsx#L130](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/plugin.tsx#L130), [url_generator.ts#L19](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/url_generator.ts#L19), [url_generator.ts#L101](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/url_generator.ts#L101) | - | +| | [saved_objects.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/services/saved_objects.ts#L11), [saved_dashboard.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L10), [saved_dashboard.ts#L19](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L19), [dashboard_tagging.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#L10), [dashboard_tagging.ts#L15](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/lib/dashboard_tagging.ts#L15), [clone_panel_action.tsx#L14](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#L14), [clone_panel_action.tsx#L98](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#L98), [clone_panel_action.tsx#L126](https://github.com/elastic/kibana/tree/master/src/plugins/dashboard/public/application/actions/clone_panel_action.tsx#L126) | - | + + + +## dashboardEnhanced + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [embeddable_to_dashboard_drilldown.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx#L13), [embeddable_to_dashboard_drilldown.tsx#L73](https://github.com/elastic/kibana/tree/master/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx#L73), [embeddable_to_dashboard_drilldown.tsx#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx#L79) | - | +| | [embeddable_to_dashboard_drilldown.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx#L15), [embeddable_to_dashboard_drilldown.tsx#L70](https://github.com/elastic/kibana/tree/master/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx#L70) | - | +| | [embeddable_to_dashboard_drilldown.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx#L14), [embeddable_to_dashboard_drilldown.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx#L33) | - | +| | [embeddable_to_dashboard_drilldown.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx#L15), [embeddable_to_dashboard_drilldown.tsx#L70](https://github.com/elastic/kibana/tree/master/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx#L70) | - | +| | [embeddable_to_dashboard_drilldown.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx#L14), [embeddable_to_dashboard_drilldown.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx#L33) | - | +| | [embeddable_to_dashboard_drilldown.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx#L14), [embeddable_to_dashboard_drilldown.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/dashboard_enhanced/public/services/drilldowns/embeddable_to_dashboard_drilldown/embeddable_to_dashboard_drilldown.tsx#L33) | - | + + + +## dataEnhanced + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [types.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/types.ts#L15), [types.ts#L61](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/types.ts#L61), [get_search_session_page.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/get_search_session_page.ts#L14), [get_search_session_page.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/get_search_session_page.ts#L25), [check_persisted_sessions.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts#L14), [check_persisted_sessions.ts#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts#L26), [check_non_persisted_sessions.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts#L18), [check_non_persisted_sessions.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts#L49), [expire_persisted_sessions.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts#L14), [expire_persisted_sessions.ts#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts#L26)+ 2 more | - | +| | [check_persisted_sessions.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts#L11), [check_persisted_sessions.ts#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts#L57), [check_persisted_sessions.ts#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts#L58), [check_persisted_sessions.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts#L59), [check_non_persisted_sessions.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts#L13), [check_non_persisted_sessions.ts#L125](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts#L125), [expire_persisted_sessions.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts#L11), [expire_persisted_sessions.ts#L53](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts#L53), [expire_persisted_sessions.ts#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts#L54), [expire_persisted_sessions.ts#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts#L55)+ 7 more | - | +| | [types.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/types.ts#L15), [types.ts#L61](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/types.ts#L61), [get_search_session_page.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/get_search_session_page.ts#L14), [get_search_session_page.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/get_search_session_page.ts#L25), [check_persisted_sessions.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts#L14), [check_persisted_sessions.ts#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts#L26), [check_non_persisted_sessions.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts#L18), [check_non_persisted_sessions.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts#L49), [expire_persisted_sessions.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts#L14), [expire_persisted_sessions.ts#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts#L26)+ 2 more | - | +| | [types.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/types.ts#L15), [types.ts#L61](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/types.ts#L61), [get_search_session_page.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/get_search_session_page.ts#L14), [get_search_session_page.ts#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/get_search_session_page.ts#L25), [check_persisted_sessions.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts#L14), [check_persisted_sessions.ts#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_persisted_sessions.ts#L26), [check_non_persisted_sessions.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts#L18), [check_non_persisted_sessions.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/check_non_persisted_sessions.ts#L49), [expire_persisted_sessions.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts#L14), [expire_persisted_sessions.ts#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_enhanced/server/search/session/expire_persisted_sessions.ts#L26)+ 2 more | - | + + + +## dataVisualizer + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [search_panel.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx#L12), [search_panel.tsx#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx#L86), [search_panel.tsx#L87](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx#L87), [saved_search_utils.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts#L13), [saved_search_utils.ts#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts#L40), [saved_search_utils.ts#L41](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts#L41), [saved_search_utils.ts#L91](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts#L91), [saved_search_utils.ts#L93](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts#L93) | - | +| | [search_panel.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx#L13), [search_panel.tsx#L91](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/search_panel/search_panel.tsx#L91), [saved_search_utils.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts#L13), [saved_search_utils.ts#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts#L43), [saved_search_utils.ts#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts#L44), [saved_search_utils.ts#L95](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts#L95), [saved_search_utils.ts#L110](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts#L110), [saved_search_utils.ts#L111](https://github.com/elastic/kibana/tree/master/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts#L111) | - | + + + +## discover + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [kibana_services.ts#L101](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L101), [create_doc_table_react.tsx#L15](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx#L15), [create_doc_table_react.tsx#L25](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx#L25), [types.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L16), [types.ts#L30](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L30) | - | +| | [kibana_services.ts#L104](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L104), [saved_search_embeddable.tsx#L25](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx#L25), [saved_search_embeddable.tsx#L53](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx#L53) | - | +| | [url_generator.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/url_generator.ts#L11), [url_generator.ts#L121](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/url_generator.ts#L121), [url_generator.ts#L130](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/url_generator.ts#L130), [locator.ts#L12](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/locator.ts#L12), [locator.ts#L120](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/locator.ts#L120), [locator.ts#L129](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/locator.ts#L129), [get_context_url.tsx#L12](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/helpers/get_context_url.tsx#L12), [get_context_url.tsx#L35](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/helpers/get_context_url.tsx#L35), [discover_state.ts#L25](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/apps/main/services/discover_state.ts#L25), [discover_state.ts#L264](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/apps/main/services/discover_state.ts#L264)+ 17 more | - | +| | [url_generator.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/url_generator.ts#L10), [url_generator.ts#L40](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/url_generator.ts#L40), [url_generator.ts#L110](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/url_generator.ts#L110), [locator.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/locator.ts#L10), [locator.ts#L41](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/locator.ts#L41), [locator.ts#L109](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/locator.ts#L109), [types.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L16), [types.ts#L22](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L22), [context.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/context/api/context.ts#L10), [context.ts#L57](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/context/api/context.ts#L57)+ 15 more | - | +| | [url_generator.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/url_generator.ts#L10), [url_generator.ts#L40](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/url_generator.ts#L40), [url_generator.ts#L110](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/url_generator.ts#L110), [locator.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/locator.ts#L10), [locator.ts#L41](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/locator.ts#L41), [locator.ts#L109](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/locator.ts#L109), [types.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L16), [types.ts#L22](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L22), [context.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/context/api/context.ts#L10), [context.ts#L57](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/context/api/context.ts#L57)+ 15 more | - | +| | [kibana_services.ts#L104](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L104), [saved_search_embeddable.tsx#L25](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx#L25), [saved_search_embeddable.tsx#L53](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx#L53) | - | +| | [kibana_services.ts#L101](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L101), [create_doc_table_react.tsx#L15](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx#L15), [create_doc_table_react.tsx#L25](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/doc_table/create_doc_table_react.tsx#L25), [types.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L16), [types.ts#L30](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L30) | - | +| | [kibana_services.ts#L104](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/kibana_services.ts#L104), [saved_search_embeddable.tsx#L25](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx#L25), [saved_search_embeddable.tsx#L53](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/saved_search_embeddable.tsx#L53) | - | +| | [url_generator.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/url_generator.ts#L10), [url_generator.ts#L40](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/url_generator.ts#L40), [url_generator.ts#L110](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/url_generator.ts#L110), [locator.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/locator.ts#L10), [locator.ts#L41](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/locator.ts#L41), [locator.ts#L109](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/locator.ts#L109), [types.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L16), [types.ts#L22](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/embeddable/types.ts#L22), [context.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/context/api/context.ts#L10), [context.ts#L57](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/application/angular/context/api/context.ts#L57)+ 15 more | - | +| | [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), [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) | - | +| | [saved_searches.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/saved_searches/saved_searches.ts#L10), [saved_searches.ts#L20](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/saved_searches/saved_searches.ts#L20), [plugin.tsx#L33](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/plugin.tsx#L33), [plugin.tsx#L121](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/plugin.tsx#L121) | - | +| | [_saved_search.ts#L9](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/saved_searches/_saved_search.ts#L9), [_saved_search.ts#L61](https://github.com/elastic/kibana/tree/master/src/plugins/discover/public/saved_searches/_saved_search.ts#L61) | - | + + + +## discoverEnhanced + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [explore_data_chart_action.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts#L15), [explore_data_chart_action.ts#L57](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.ts#L57) | - | +| | [explore_data_chart_action.test.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts#L18), [explore_data_chart_action.test.ts#L237](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts#L237) | - | +| | [explore_data_context_menu_action.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#L14), [explore_data_context_menu_action.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#L22), [explore_data_chart_action.test.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts#L18), [explore_data_chart_action.test.ts#L41](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts#L41), [explore_data_chart_action.test.ts#L237](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts#L237) | - | +| | [explore_data_context_menu_action.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#L14), [explore_data_context_menu_action.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#L22), [explore_data_chart_action.test.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts#L18), [explore_data_chart_action.test.ts#L41](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts#L41), [explore_data_chart_action.test.ts#L237](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts#L237) | - | +| | [explore_data_chart_action.test.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts#L18), [explore_data_chart_action.test.ts#L237](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts#L237) | - | +| | [explore_data_context_menu_action.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#L14), [explore_data_context_menu_action.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_context_menu_action.ts#L22), [explore_data_chart_action.test.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts#L18), [explore_data_chart_action.test.ts#L41](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts#L41), [explore_data_chart_action.test.ts#L237](https://github.com/elastic/kibana/tree/master/x-pack/plugins/discover_enhanced/public/actions/explore_data/explore_data_chart_action.test.ts#L237) | - | + + + +## embeddable + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [attribute_service.tsx#L13](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#L13), [attribute_service.tsx#L165](https://github.com/elastic/kibana/tree/master/src/plugins/embeddable/public/lib/attribute_service/attribute_service.tsx#L165) | - | + + + +## encryptedSavedObjects + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [audit_logger.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/encrypted_saved_objects/server/audit/audit_logger.ts#L8), [audit_logger.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/encrypted_saved_objects/server/audit/audit_logger.ts#L16) | - | + + + +## fleet + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [search_bar.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L10), [search_bar.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L33), [search_bar.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L51), [query_bar.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L11), [query_bar.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L30), [query_bar.tsx#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L38) | - | +| | [crud.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L18), [crud.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L27), [crud.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L27), [crud.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L31), [crud.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L31), [crud.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L32), [crud.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L37), [crud.ts#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L51), [status.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/status.ts#L15), [status.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/status.ts#L31)+ 11 more | - | +| | [search_bar.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L11), [search_bar.tsx#L41](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L41), [agent_logs.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.tsx#L32), [agent_logs.tsx#L174](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.tsx#L174) | - | +| | [crud.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L18), [crud.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L27), [crud.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L27), [crud.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L31), [crud.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L31), [crud.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L32), [crud.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L37), [crud.ts#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L51), [status.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/status.ts#L15), [status.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/status.ts#L31)+ 11 more | - | +| | [search_bar.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L10), [search_bar.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L33), [search_bar.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L51), [query_bar.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L11), [query_bar.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L30), [query_bar.tsx#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L38) | - | +| | [search_bar.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L10), [search_bar.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L33), [search_bar.tsx#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/components/search_bar.tsx#L51), [query_bar.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L11), [query_bar.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L30), [query_bar.tsx#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/query_bar.tsx#L38) | - | +| | [crud.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L18), [crud.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L27), [crud.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L27), [crud.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L31), [crud.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L31), [crud.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L32), [crud.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L37), [crud.ts#L51](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/crud.ts#L51), [status.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/status.ts#L15), [status.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/services/agents/status.ts#L31)+ 11 more | - | +| | [plugin.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/plugin.ts#L14), [plugin.ts#L184](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/server/plugin.ts#L184), [plugin.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/target/types/server/plugin.d.ts#L2), [plugin.d.ts#L84](https://github.com/elastic/kibana/tree/master/x-pack/plugins/fleet/target/types/server/plugin.d.ts#L84) | - | + + + +## globalSearch + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [types.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/global_search/server/types.ts#L11), [types.ts#L73](https://github.com/elastic/kibana/tree/master/x-pack/plugins/global_search/server/types.ts#L73), [types.d.ts#L2](https://github.com/elastic/kibana/tree/master/x-pack/plugins/global_search/target/types/server/types.d.ts#L2), [types.d.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/global_search/target/types/server/types.d.ts#L45) | 7.16 | + + + +## graph + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [save_modal.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/components/save_modal.tsx#L11), [save_modal.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/graph/public/components/save_modal.tsx#L40) | - | + + + +## indexLifecycleManagement + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [plugin.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_lifecycle_management/server/plugin.ts#L14), [plugin.ts#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_lifecycle_management/server/plugin.ts#L29) | 7.16 | + + + +## indexManagement + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [plugin.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/plugin.ts#L12), [plugin.ts#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/plugin.ts#L38) | 7.16 | +| | [types.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L9), [types.ts#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L39), [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L1), [types.d.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L24) | 7.16 | +| | [types.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L10), [types.ts#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L42), [types.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/server/types.ts#L49), [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L1), [types.d.ts#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L26), [types.d.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/index_management/target/types/server/types.d.ts#L32) | 7.16 | + + + +## indexPatternFieldEditor + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [field_format_editor.tsx#L22](https://github.com/elastic/kibana/tree/master/src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx#L22), [field_format_editor.tsx#L83](https://github.com/elastic/kibana/tree/master/src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx#L83) | 8.0 | +| | [field_format_editor.tsx#L22](https://github.com/elastic/kibana/tree/master/src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx#L22), [field_format_editor.tsx#L83](https://github.com/elastic/kibana/tree/master/src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx#L83) | 8.0 | +| | [field_format_editor.tsx#L22](https://github.com/elastic/kibana/tree/master/src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx#L22), [field_format_editor.tsx#L83](https://github.com/elastic/kibana/tree/master/src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx#L83) | 8.0 | + + + +## infra + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [with_kuery_autocompletion.tsx#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx#L9), [with_kuery_autocompletion.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx#L24), [kuery_bar.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx#L15), [kuery_bar.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx#L28), [toolbar.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx#L21), [toolbar.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx#L27), [kuery.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/utils/kuery.ts#L8), [kuery.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/utils/kuery.ts#L12), [use_metrics_explorer_data.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts#L11), [use_metrics_explorer_data.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts#L30)+ 34 more | - | +| | [custom_metric_form.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx#L23), [custom_metric_form.tsx#L56](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx#L56), [index.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx#L11), [index.tsx#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx#L29), [custom_field_panel.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx#L11), [custom_field_panel.tsx#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx#L16), [waffle_group_by_controls.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx#L18), [waffle_group_by_controls.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx#L32), [metric.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx#L25), [metric.tsx#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx#L45)+ 46 more | - | +| | [kuery_bar.tsx#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx#L14), [kuery_bar.tsx#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx#L38), [kuery.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/utils/kuery.ts#L8), [kuery.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/utils/kuery.ts#L17), [kuery.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/utils/kuery.ts#L17), [use_waffle_filters.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.ts#L18), [use_waffle_filters.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.ts#L22) | - | +| | [index.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/logs/log_stream/index.ts#L13), [index.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/logs/log_stream/index.ts#L21), [log_stream.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream.tsx#L11), [log_stream.tsx#L126](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream.tsx#L126), [log_stream.tsx#L128](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream.tsx#L128), [log_filter_state.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts#L11), [log_filter_state.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts#L13), [log_filter_state.ts#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/logs/log_filter/log_filter_state.ts#L40) | - | +| | [log_stream.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream.tsx#L11), [log_stream.tsx#L70](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream.tsx#L70), [log_stream_embeddable.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx#L12), [log_stream_embeddable.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx#L27), [use_dataset_filtering.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts#L10), [use_dataset_filtering.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts#L15), [use_dataset_filtering.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts#L20) | - | +| | [log_stream.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream.tsx#L11), [log_stream.tsx#L70](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream.tsx#L70), [log_stream_embeddable.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx#L12), [log_stream_embeddable.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx#L27), [use_dataset_filtering.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts#L10), [use_dataset_filtering.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts#L15), [use_dataset_filtering.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts#L20) | - | +| | [custom_metric_form.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx#L23), [custom_metric_form.tsx#L56](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx#L56), [index.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx#L11), [index.tsx#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx#L29), [custom_field_panel.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx#L11), [custom_field_panel.tsx#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx#L16), [waffle_group_by_controls.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx#L18), [waffle_group_by_controls.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx#L32), [metric.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx#L25), [metric.tsx#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx#L45)+ 46 more | - | +| | [with_kuery_autocompletion.tsx#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx#L9), [with_kuery_autocompletion.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx#L24), [kuery_bar.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx#L15), [kuery_bar.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx#L28), [toolbar.tsx#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx#L21), [toolbar.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx#L27), [kuery.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/utils/kuery.ts#L8), [kuery.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/utils/kuery.ts#L12), [use_metrics_explorer_data.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts#L11), [use_metrics_explorer_data.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts#L30)+ 34 more | - | +| | [custom_metric_form.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx#L23), [custom_metric_form.tsx#L56](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx#L56), [index.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx#L11), [index.tsx#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx#L29), [custom_field_panel.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx#L11), [custom_field_panel.tsx#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx#L16), [waffle_group_by_controls.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx#L18), [waffle_group_by_controls.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx#L32), [metric.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx#L25), [metric.tsx#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx#L45)+ 46 more | - | +| | [log_stream.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream.tsx#L11), [log_stream.tsx#L70](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream.tsx#L70), [log_stream_embeddable.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx#L12), [log_stream_embeddable.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx#L27), [use_dataset_filtering.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts#L10), [use_dataset_filtering.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts#L15), [use_dataset_filtering.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts#L20) | - | + + + +## lens + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [index.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L25), [index.tsx#L102](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L102), [field_item.tsx#L47](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L47), [field_item.tsx#L172](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L172), [datapanel.tsx#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L43), [datapanel.tsx#L97](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L97), [datapanel.tsx#L167](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L167), [embeddable.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#L15), [embeddable.tsx#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#L86), [embeddable.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts#L3)+ 1 more | - | +| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L8), [types.ts#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L60), [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L1), [types.d.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L22) | - | +| | [save_modal_container.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/save_modal_container.tsx#L19), [save_modal_container.tsx#L355](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/save_modal_container.tsx#L355), [mocks.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/mocks.tsx#L24), [mocks.tsx#L249](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/mocks.tsx#L249), [time_range_middleware.test.ts#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/state_management/time_range_middleware.test.ts#L18), [time_range_middleware.test.ts#L62](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/state_management/time_range_middleware.test.ts#L62) | - | +| | [validation.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/validation.ts#L12), [validation.ts#L185](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/validation.ts#L185), [validation.ts#L185](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/validation.ts#L185), [filters.tsx#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx#L22), [filters.tsx#L64](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx#L64), [filters.tsx#L64](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx#L64) | - | +| | [validation.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/validation.ts#L12), [validation.ts#L187](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/formula/validation.ts#L187), [filters.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx#L23), [filters.tsx#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx#L66), [index.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L24), [index.tsx#L101](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L101), [index.tsx#L105](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L105), [field_item.tsx#L46](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L46), [field_item.tsx#L171](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L171), [field_item.tsx#L175](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L175)+ 3 more | - | +| | [types.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/types.ts#L22), [types.ts#L273](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/types.ts#L273), [types.ts#L518](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/types.ts#L518), [filter_references.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/filter_references.ts#L8), [filter_references.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/filter_references.ts#L13), [filter_references.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/filter_references.ts#L49), [utils.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/utils.ts#L13), [utils.ts#L72](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/utils.ts#L72), [field_item.tsx#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L45), [field_item.tsx#L73](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L73)+ 25 more | - | +| | [types.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/types.ts#L22), [types.ts#L273](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/types.ts#L273), [types.ts#L518](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/types.ts#L518), [filter_references.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/filter_references.ts#L8), [filter_references.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/filter_references.ts#L13), [filter_references.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/filter_references.ts#L49), [utils.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/utils.ts#L13), [utils.ts#L72](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/utils.ts#L72), [field_item.tsx#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L45), [field_item.tsx#L73](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L73)+ 25 more | - | +| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/common/types.ts#L8), [types.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/common/types.ts#L23) | - | +| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L8), [types.ts#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L60), [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L1), [types.d.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L22) | - | +| | [index.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L25), [index.tsx#L102](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/terms/index.tsx#L102), [field_item.tsx#L47](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L47), [field_item.tsx#L172](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L172), [datapanel.tsx#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L43), [datapanel.tsx#L97](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L97), [datapanel.tsx#L167](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/datapanel.tsx#L167), [embeddable.tsx#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#L15), [embeddable.tsx#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#L86), [embeddable.d.ts#L3](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/embeddable/embeddable.d.ts#L3)+ 1 more | - | +| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L8), [types.ts#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/types.ts#L60), [types.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L1), [types.d.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/target/types/public/indexpattern_datasource/types.d.ts#L22) | - | +| | [types.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/types.ts#L22), [types.ts#L273](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/types.ts#L273), [types.ts#L518](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/types.ts#L518), [filter_references.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/filter_references.ts#L8), [filter_references.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/filter_references.ts#L13), [filter_references.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/filter_references.ts#L49), [utils.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/utils.ts#L13), [utils.ts#L72](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/utils.ts#L72), [field_item.tsx#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L45), [field_item.tsx#L73](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/field_item.tsx#L73)+ 25 more | - | + + + +## lists + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [get_query_filter.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/services/utils/get_query_filter.ts#L10), [get_query_filter.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/services/utils/get_query_filter.ts#L24), [get_query_filter.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/services/utils/get_query_filter.ts#L24) | - | +| | [get_query_filter.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/services/utils/get_query_filter.ts#L10), [get_query_filter.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/services/utils/get_query_filter.ts#L24), [get_query_filter.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/services/utils/get_query_filter.ts#L24) | - | +| | [get_query_filter.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/services/utils/get_query_filter.ts#L10), [get_query_filter.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/services/utils/get_query_filter.ts#L24), [get_query_filter.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lists/server/services/utils/get_query_filter.ts#L24) | - | + + + +## maps + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L8), [types.ts#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L44) | - | +| | [es_doc_field.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L12), [es_doc_field.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L45), [es_source.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L10), [es_source.ts#L367](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L367), [index_pattern_util.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L8), [index_pattern_util.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L15), [index_pattern_util.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L49), [index_pattern_util.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L49), [index_pattern_util.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L59), [index_pattern_util.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L59)+ 84 more | - | +| | [es_tooltip_property.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts#L12), [es_tooltip_property.ts#L86](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts#L86), [es_tooltip_property.ts#L90](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts#L90), [es_geo_line_source.tsx#L38](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_geo_line_source/es_geo_line_source.tsx#L38), [es_geo_line_source.tsx#L245](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_geo_line_source/es_geo_line_source.tsx#L245), [app_sync.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/url_state/app_sync.ts#L9), [app_sync.ts#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/url_state/app_sync.ts#L42), [map_app.tsx#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx#L32), [map_app.tsx#L439](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx#L439), [map_embeddable.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/map_embeddable.tsx#L25)+ 6 more | - | +| | [types.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#L22), [types.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#L37), [tooltip_property.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L10), [tooltip_property.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L21), [tooltip_property.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L35), [tooltip_property.ts#L94](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L94), [vector_source.tsx#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#L9), [vector_source.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#L40), [es_tooltip_property.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts#L13), [es_tooltip_property.ts#L78](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts#L78)+ 92 more | - | +| | [types.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#L22), [types.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#L37), [tooltip_property.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L10), [tooltip_property.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L21), [tooltip_property.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L35), [tooltip_property.ts#L94](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L94), [vector_source.tsx#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#L9), [vector_source.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#L40), [es_tooltip_property.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts#L13), [es_tooltip_property.ts#L78](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts#L78)+ 92 more | - | +| | [es_doc_field.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L12), [es_doc_field.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L45), [es_source.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L10), [es_source.ts#L367](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L367), [index_pattern_util.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L8), [index_pattern_util.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L15), [index_pattern_util.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L49), [index_pattern_util.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L49), [index_pattern_util.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L59), [index_pattern_util.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L59)+ 84 more | - | +| | [types.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L8), [types.ts#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/embeddable/types.ts#L44) | - | +| | [es_doc_field.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L12), [es_doc_field.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/fields/es_doc_field.ts#L45), [es_source.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L10), [es_source.ts#L367](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_source/es_source.ts#L367), [index_pattern_util.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L8), [index_pattern_util.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L15), [index_pattern_util.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L49), [index_pattern_util.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L49), [index_pattern_util.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L59), [index_pattern_util.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/index_pattern_util.ts#L59)+ 84 more | - | +| | [types.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#L22), [types.ts#L37](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#L37), [tooltip_property.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L10), [tooltip_property.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L21), [tooltip_property.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L35), [tooltip_property.ts#L94](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts#L94), [vector_source.tsx#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#L9), [vector_source.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#L40), [es_tooltip_property.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts#L13), [es_tooltip_property.ts#L78](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/tooltips/es_tooltip_property.ts#L78)+ 92 more | - | + + + +## ml + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [index_utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/index_utils.ts#L11), [index_utils.ts#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/index_utils.ts#L79), [new_job_capabilities_service_analytics.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#L9), [new_job_capabilities_service_analytics.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#L45), [data_recognizer.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts#L10), [data_recognizer.d.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts#L13), [new_job_capabilities_service.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts#L14), [new_job_capabilities_service.ts#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts#L39), [load_new_job_capabilities.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts#L8), [load_new_job_capabilities.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts#L30)+ 26 more | - | +| | [common.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_grid/common.ts#L24), [common.ts#L222](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_grid/common.ts#L222), [field_types_utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.ts#L11), [field_types_utils.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.ts#L16), [field_types_utils.test.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L8), [field_types_utils.test.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L19), [field_types_utils.test.ts#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L40), [field_types_utils.test.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L49), [field_types_utils.test.ts#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L58) | - | +| | [new_job_utils.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts#L10), [new_job_utils.ts#L56](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts#L56), [new_job_utils.ts#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts#L58), [exploration_query_bar.tsx#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx#L16), [exploration_query_bar.tsx#L99](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx#L99), [exploration_query_bar.tsx#L100](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx#L100), [use_saved_search.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/use_saved_search.ts#L10), [use_saved_search.ts#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/use_saved_search.ts#L42), [use_saved_search.ts#L43](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/use_saved_search.ts#L43), [process_filters.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/embeddables/common/process_filters.ts#L9)+ 6 more | - | +| | [new_job_utils.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts#L10), [new_job_utils.ts#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts#L60), [new_job_utils.ts#L75](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts#L75), [new_job_utils.ts#L76](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/jobs/new_job/utils/new_job_utils.ts#L76), [exploration_query_bar.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx#L17), [exploration_query_bar.tsx#L105](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_query_bar/exploration_query_bar.tsx#L105), [use_saved_search.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/use_saved_search.ts#L10), [use_saved_search.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/use_saved_search.ts#L45), [use_saved_search.ts#L46](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/use_saved_search.ts#L46), [process_filters.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/embeddables/common/process_filters.ts#L9)+ 3 more | - | +| | [apply_influencer_filters_action.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/ui_actions/apply_influencer_filters_action.tsx#L12), [apply_influencer_filters_action.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/ui_actions/apply_influencer_filters_action.tsx#L40), [apply_entity_filters_action.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/ui_actions/apply_entity_filters_action.tsx#L11), [apply_entity_filters_action.tsx#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/ui_actions/apply_entity_filters_action.tsx#L45) | - | +| | [apply_influencer_filters_action.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/ui_actions/apply_influencer_filters_action.tsx#L12), [apply_influencer_filters_action.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/ui_actions/apply_influencer_filters_action.tsx#L40), [apply_entity_filters_action.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/ui_actions/apply_entity_filters_action.tsx#L11), [apply_entity_filters_action.tsx#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/ui_actions/apply_entity_filters_action.tsx#L45) | - | +| | [common.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_grid/common.ts#L24), [common.ts#L222](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_grid/common.ts#L222), [field_types_utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.ts#L11), [field_types_utils.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.ts#L16), [field_types_utils.test.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L8), [field_types_utils.test.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L19), [field_types_utils.test.ts#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L40), [field_types_utils.test.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L49), [field_types_utils.test.ts#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L58) | - | +| | [index_utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/index_utils.ts#L11), [index_utils.ts#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/index_utils.ts#L79), [new_job_capabilities_service_analytics.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#L9), [new_job_capabilities_service_analytics.ts#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service_analytics.ts#L45), [data_recognizer.d.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts#L10), [data_recognizer.d.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_recognizer/data_recognizer.d.ts#L13), [new_job_capabilities_service.ts#L14](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts#L14), [new_job_capabilities_service.ts#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/new_job_capabilities_service.ts#L39), [load_new_job_capabilities.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts#L8), [load_new_job_capabilities.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/services/new_job_capabilities/load_new_job_capabilities.ts#L30)+ 26 more | - | +| | [common.ts#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_grid/common.ts#L24), [common.ts#L222](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/components/data_grid/common.ts#L222), [field_types_utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.ts#L11), [field_types_utils.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.ts#L16), [field_types_utils.test.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L8), [field_types_utils.test.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L19), [field_types_utils.test.ts#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L40), [field_types_utils.test.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L49), [field_types_utils.test.ts#L58](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/application/util/field_types_utils.test.ts#L58) | - | +| | [apply_influencer_filters_action.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/ui_actions/apply_influencer_filters_action.tsx#L12), [apply_influencer_filters_action.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/ui_actions/apply_influencer_filters_action.tsx#L40), [apply_entity_filters_action.tsx#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/ui_actions/apply_entity_filters_action.tsx#L11), [apply_entity_filters_action.tsx#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ml/public/ui_actions/apply_entity_filters_action.tsx#L45) | - | + + + +## observability + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [types.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L20), [types.ts#L95](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L95), [alerts_search_bar.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/pages/alerts/alerts_search_bar.tsx#L10), [alerts_search_bar.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/pages/alerts/alerts_search_bar.tsx#L20), [utils.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L10), [utils.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L59), [utils.ts#L67](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L67), [utils.ts#L75](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L75), [utils.ts#L92](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L92) | - | +| | [utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L11), [utils.ts#L62](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L62), [utils.ts#L70](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L70), [utils.ts#L78](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L78), [filter_value_label.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx#L10), [filter_value_label.tsx#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx#L30), [filter_value_label.tsx#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx#L31), [filter_value_label.tsx#L64](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx#L64) | - | +| | [utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L11), [utils.ts#L83](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L83), [lens_attributes.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts#L32), [lens_attributes.ts#L481](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts#L481), [lens_attributes.ts#L510](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts#L510) | - | +| | [filter_value_label.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx#L10), [filter_value_label.tsx#L80](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx#L80) | - | +| | [filter_value_label.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx#L10), [filter_value_label.tsx#L80](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx#L80) | - | +| | [utils.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L11), [utils.ts#L83](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L83), [lens_attributes.ts#L32](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts#L32), [lens_attributes.ts#L481](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts#L481), [lens_attributes.ts#L510](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes.ts#L510) | - | +| | [types.ts#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L20), [types.ts#L95](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts#L95), [alerts_search_bar.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/pages/alerts/alerts_search_bar.tsx#L10), [alerts_search_bar.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/pages/alerts/alerts_search_bar.tsx#L20), [utils.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L10), [utils.ts#L59](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L59), [utils.ts#L67](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L67), [utils.ts#L75](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L75), [utils.ts#L92](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts#L92) | - | +| | [filter_value_label.tsx#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx#L10), [filter_value_label.tsx#L80](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx#L80) | - | + + + +## presentationUtil + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [saved_object_save_modal_dashboard.tsx#L13](https://github.com/elastic/kibana/tree/master/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#L13), [saved_object_save_modal_dashboard.tsx#L103](https://github.com/elastic/kibana/tree/master/src/plugins/presentation_util/public/components/saved_object_save_modal_dashboard.tsx#L103) | - | + + + +## savedObjects + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [types.ts#L18](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/types.ts#L18), [types.ts#L37](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/types.ts#L37), [types.ts#L85](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/types.ts#L85) | - | +| | [types.ts#L18](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/types.ts#L18), [types.ts#L37](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/types.ts#L37), [types.ts#L85](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects/public/types.ts#L85) | - | + + + +## savedObjectsManagement + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [flyout.tsx#L37](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#L37), [flyout.tsx#L89](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#L89) | - | +| | [create_field_list.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/create_field_list.ts#L11), [create_field_list.ts#L94](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/create_field_list.ts#L94) | 8.0 | +| | [flyout.tsx#L37](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#L37), [flyout.tsx#L89](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.tsx#L89) | - | +| | [create_field_list.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/create_field_list.ts#L11), [create_field_list.ts#L94](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/create_field_list.ts#L94) | 8.0 | +| | [create_field_list.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/create_field_list.ts#L11), [create_field_list.ts#L94](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/create_field_list.ts#L94) | 8.0 | +| | [service_registry.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/services/service_registry.ts#L10), [service_registry.ts#L14](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/services/service_registry.ts#L14), [resolve_saved_objects.ts#L12](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L12), [resolve_saved_objects.ts#L24](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L24), [resolve_saved_objects.ts#L239](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L239), [resolve_saved_objects.ts#L260](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L260), [create_field_list.ts#L13](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/create_field_list.ts#L13), [create_field_list.ts#L20](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/create_field_list.ts#L20), [form.tsx#L23](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/object_view/components/form.tsx#L23), [form.tsx#L31](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/management_section/object_view/components/form.tsx#L31) | - | +| | [resolve_saved_objects.ts#L12](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L12), [resolve_saved_objects.ts#L125](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L125), [resolve_saved_objects.ts#L223](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L223), [resolve_saved_objects.ts#L233](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_management/public/lib/resolve_saved_objects.ts#L233) | - | + + + +## savedObjectsTaggingOss + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [api.ts#L14](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/api.ts#L14), [types.ts#L9](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#L9), [types.ts#L14](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/decorator/types.ts#L14), [api.ts#L14](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/api.ts#L14), [api.ts#L75](https://github.com/elastic/kibana/tree/master/src/plugins/saved_objects_tagging_oss/public/api.ts#L75) | - | + + + +## security + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [index.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/saved_objects/index.ts#L8), [index.ts#L47](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security/server/saved_objects/index.ts#L47) | - | + + + +## securitySolution + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [index.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#L9), [index.ts#L81](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#L81), [types.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L22), [types.ts#L82](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L82), [action.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L19), [action.ts#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L98), [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#L12), [index.tsx#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#L48), [index.tsx#L122](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#L122), [index.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L17)+ 81 more | - | +| | [index.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx#L19), [index.tsx#L312](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/timeline/query_bar/index.tsx#L312), [helpers.ts#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts#L13), [helpers.ts#L246](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts#L246), [epic.ts#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts#L34), [epic.ts#L382](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts#L382), [epic.ts#L383](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts#L383), [epic.ts#L384](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts#L384), [epic.ts#L385](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts#L385), [epic.ts#L398](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts#L398)+ 18 more | - | +| | [helpers.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts#L12), [helpers.ts#L83](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts#L83), [helpers.ts#L97](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts#L97) | - | +| | [epic.ts#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts#L36), [epic.ts#L400](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts#L400) | - | +| | [index.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L12), [index.ts#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L79) | - | +| | [index.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L16), [index.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L27), [index.ts#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L27), [index.ts#L41](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L41), [index.ts#L41](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L41), [helpers.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts#L11), [helpers.ts#L123](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts#L123), [schema.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/step_define_rule/schema.tsx#L20), [schema.tsx#L110](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/step_define_rule/schema.tsx#L110), [schema.tsx#L468](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/rules/step_define_rule/schema.tsx#L468) | - | +| | [index.ts#L15](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L15), [index.ts#L87](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L87), [expandable_network.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/side_panel/network_details/expandable_network.tsx#L26), [expandable_network.tsx#L102](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/side_panel/network_details/expandable_network.tsx#L102), [events_viewer.tsx#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx#L35), [events_viewer.tsx#L200](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/components/events_viewer/events_viewer.tsx#L200), [index.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx#L27), [index.tsx#L123](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/overview/components/events_by_dataset/index.tsx#L123), [index.tsx#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/index.tsx#L22), [index.tsx#L208](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_kpis/alerts_histogram_panel/index.tsx#L208)+ 34 more | - | +| | [store.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/types/timeline/store.ts#L16), [store.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/types/timeline/store.ts#L49), [model.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/model.ts#L11), [model.ts#L83](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/model.ts#L83), [actions.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/actions.ts#L12), [actions.ts#L93](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/actions.ts#L93), [selectors.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/selectors.ts#L10), [selectors.ts#L77](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/selectors.ts#L77), [actions.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/actions.ts#L10), [actions.ts#L183](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/actions.ts#L183)+ 170 more | - | +| | [store.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/types/timeline/store.ts#L16), [store.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/types/timeline/store.ts#L49), [model.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/model.ts#L11), [model.ts#L83](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/model.ts#L83), [actions.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/actions.ts#L12), [actions.ts#L93](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/actions.ts#L93), [selectors.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/selectors.ts#L10), [selectors.ts#L77](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/selectors.ts#L77), [actions.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/actions.ts#L10), [actions.ts#L183](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/actions.ts#L183)+ 170 more | - | +| | [epic.ts#L36](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts#L36), [epic.ts#L400](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/epic.ts#L400) | - | +| | [helpers.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts#L12), [helpers.ts#L83](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts#L83), [helpers.ts#L97](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts#L97) | - | +| | [index.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L12), [index.ts#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L79) | - | +| | [index.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#L9), [index.ts#L81](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts#L81), [types.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L22), [types.ts#L82](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/types.ts#L82), [action.ts#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L19), [action.ts#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/action.ts#L98), [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#L12), [index.tsx#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#L48), [index.tsx#L122](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/containers/source/index.tsx#L122), [index.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L17)+ 81 more | - | +| | [store.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/types/timeline/store.ts#L16), [store.ts#L49](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/common/types/timeline/store.ts#L49), [model.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/model.ts#L11), [model.ts#L83](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/model.ts#L83), [actions.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/actions.ts#L12), [actions.ts#L93](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/actions.ts#L93), [selectors.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/selectors.ts#L10), [selectors.ts#L77](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/store/inputs/selectors.ts#L77), [actions.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/actions.ts#L10), [actions.ts#L183](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/store/timeline/actions.ts#L183)+ 170 more | - | +| | [index.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L12), [index.ts#L79](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/common/lib/keury/index.ts#L79) | - | +| | [helpers.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts#L12), [helpers.ts#L83](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts#L83), [helpers.ts#L97](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/detections/components/alerts_table/helpers.ts#L97) | - | +| | [index.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/flyout/index.tsx#L13), [index.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/timelines/components/flyout/index.tsx#L23), [index.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/home/template_wrapper/bottom_bar/index.tsx#L13), [index.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/home/template_wrapper/bottom_bar/index.tsx#L23), [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/home/template_wrapper/index.tsx#L12), [index.tsx#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/home/template_wrapper/index.tsx#L66), [index.tsx#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/home/index.tsx#L12), [index.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/home/index.tsx#L28), [routes.tsx#L13](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/routes.tsx#L13), [routes.tsx#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/security_solution/public/app/routes.tsx#L23)+ 3 more | - | + + + +## stackAlerts + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [entity_index_expression.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L24), [entity_index_expression.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L33), [entity_index_expression.tsx#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L34), [boundary_index_expression.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L20), [boundary_index_expression.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L25), [boundary_index_expression.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L27), [index.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L17), [index.tsx#L70](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L70), [index.tsx#L75](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L75), [index.tsx#L92](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L92)+ 1 more | - | +| | [single_field_select.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L17), [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L20), [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L20), [single_field_select.tsx#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L39), [single_field_select.tsx#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L44), [single_field_select.tsx#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L60), [single_field_select.tsx#L64](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L64), [single_field_select.tsx#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L66), [single_field_select.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts#L1), [single_field_select.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts#L6)+ 16 more | - | +| | [index.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L20), [index.tsx#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L44) | - | +| | [index.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L19), [index.tsx#L45](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L45) | - | +| | [single_field_select.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L17), [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L20), [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L20), [single_field_select.tsx#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L39), [single_field_select.tsx#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L44), [single_field_select.tsx#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L60), [single_field_select.tsx#L64](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L64), [single_field_select.tsx#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L66), [single_field_select.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts#L1), [single_field_select.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts#L6)+ 16 more | - | +| | [entity_index_expression.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L24), [entity_index_expression.tsx#L33](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L33), [entity_index_expression.tsx#L34](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/entity_index_expression.tsx#L34), [boundary_index_expression.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L20), [boundary_index_expression.tsx#L25](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L25), [boundary_index_expression.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/expressions/boundary_index_expression.tsx#L27), [index.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L17), [index.tsx#L70](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L70), [index.tsx#L75](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L75), [index.tsx#L92](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/index.tsx#L92)+ 1 more | - | +| | [single_field_select.tsx#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L17), [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L20), [single_field_select.tsx#L20](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L20), [single_field_select.tsx#L39](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L39), [single_field_select.tsx#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L44), [single_field_select.tsx#L60](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L60), [single_field_select.tsx#L64](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L64), [single_field_select.tsx#L66](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/public/alert_types/geo_containment/query_builder/util_components/single_field_select.tsx#L66), [single_field_select.d.ts#L1](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts#L1), [single_field_select.d.ts#L6](https://github.com/elastic/kibana/tree/master/x-pack/plugins/stack_alerts/target/types/public/alert_types/geo_containment/query_builder/util_components/single_field_select.d.ts#L6)+ 16 more | - | + + + +## timelines + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [index.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L12), [index.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L16), [index.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L31), [index.ts#L74](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L74), [helpers.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/helpers.tsx#L18), [helpers.tsx#L148](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/helpers.tsx#L148), [index.tsx#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L29), [index.tsx#L120](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L120), [index.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/container/source/index.tsx#L24), [index.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/container/source/index.tsx#L40)+ 3 more | - | +| | [index.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/types/timeline/columns/index.ts#L9), [index.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/types/timeline/columns/index.ts#L30) | - | +| | [index.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L12), [index.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L21), [index.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L21), [index.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L35), [index.ts#L35](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L35) | - | +| | [index.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L12), [index.ts#L80](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L80), [index.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L27), [index.tsx#L201](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L201), [index.tsx#L26](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx#L26), [index.tsx#L178](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx#L178) | - | +| | [store.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/types/timeline/store.ts#L17), [store.ts#L50](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/types/timeline/store.ts#L50), [model.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/store/t_grid/model.ts#L9), [model.ts#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/store/t_grid/model.ts#L54), [index.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L28), [index.tsx#L114](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L114), [index.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx#L27), [index.tsx#L108](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx#L108), [utils.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/hover_actions/utils.ts#L8), [utils.ts#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/hover_actions/utils.ts#L28)+ 1 more | - | +| | [store.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/types/timeline/store.ts#L17), [store.ts#L50](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/types/timeline/store.ts#L50), [model.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/store/t_grid/model.ts#L9), [model.ts#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/store/t_grid/model.ts#L54), [index.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L28), [index.tsx#L114](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L114), [index.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx#L27), [index.tsx#L108](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx#L108), [utils.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/hover_actions/utils.ts#L8), [utils.ts#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/hover_actions/utils.ts#L28)+ 1 more | - | +| | [index.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/types/timeline/columns/index.ts#L9), [index.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/types/timeline/columns/index.ts#L30) | - | +| | [index.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L12), [index.ts#L16](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L16), [index.ts#L31](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L31), [index.ts#L74](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/utils/keury/index.ts#L74), [helpers.tsx#L18](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/helpers.tsx#L18), [helpers.tsx#L148](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/helpers.tsx#L148), [index.tsx#L29](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L29), [index.tsx#L120](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L120), [index.tsx#L24](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/container/source/index.tsx#L24), [index.tsx#L40](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/container/source/index.tsx#L40)+ 3 more | - | +| | [store.ts#L17](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/types/timeline/store.ts#L17), [store.ts#L50](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/types/timeline/store.ts#L50), [model.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/store/t_grid/model.ts#L9), [model.ts#L54](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/store/t_grid/model.ts#L54), [index.tsx#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L28), [index.tsx#L114](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/integrated/index.tsx#L114), [index.tsx#L27](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx#L27), [index.tsx#L108](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/t_grid/standalone/index.tsx#L108), [utils.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/hover_actions/utils.ts#L8), [utils.ts#L28](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/public/components/hover_actions/utils.ts#L28)+ 1 more | - | +| | [index.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/types/timeline/columns/index.ts#L9), [index.ts#L30](https://github.com/elastic/kibana/tree/master/x-pack/plugins/timelines/common/types/timeline/columns/index.ts#L30) | - | + + + +## transform + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [es_index_service.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/services/es_index_service.ts#L10), [es_index_service.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/services/es_index_service.ts#L22), [transforms.ts#L63](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L63), [transforms.ts#L405](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L405) | - | +| | [use_search_bar.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/hooks/use_search_bar.ts#L10), [use_search_bar.ts#L55](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/hooks/use_search_bar.ts#L55), [use_search_bar.ts#L56](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/hooks/use_search_bar.ts#L56) | - | +| | [use_search_bar.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/hooks/use_search_bar.ts#L10), [use_search_bar.ts#L62](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/hooks/use_search_bar.ts#L62), [common.ts#L11](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts#L11), [common.ts#L121](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts#L121), [common.ts#L122](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/hooks/use_search_items/common.ts#L122) | - | +| | [es_index_service.ts#L10](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/services/es_index_service.ts#L10), [es_index_service.ts#L22](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/public/app/services/es_index_service.ts#L22), [transforms.ts#L63](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L63), [transforms.ts#L405](https://github.com/elastic/kibana/tree/master/x-pack/plugins/transform/server/routes/api/transforms.ts#L405) | - | + + + +## uptime + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [update_kuery_string.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/uptime/public/hooks/update_kuery_string.ts#L8), [update_kuery_string.ts#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/uptime/public/hooks/update_kuery_string.ts#L42), [update_kuery_string.ts#L44](https://github.com/elastic/kibana/tree/master/x-pack/plugins/uptime/public/hooks/update_kuery_string.ts#L44) | - | + + + +## urlDrilldown + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [context_variables.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts#L12), [context_variables.ts#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts#L48), [url_drilldown.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx#L19), [url_drilldown.tsx#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx#L42), [data.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts#L9), [data.ts#L165](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts#L165) | - | +| | [context_variables.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts#L12), [context_variables.ts#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts#L48), [url_drilldown.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx#L19), [url_drilldown.tsx#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx#L42), [data.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts#L9), [data.ts#L165](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts#L165) | - | +| | [context_variables.ts#L12](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts#L12), [context_variables.ts#L48](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts#L48), [url_drilldown.tsx#L19](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx#L19), [url_drilldown.tsx#L42](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx#L42), [data.ts#L9](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts#L9), [data.ts#L165](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts#L165) | - | + + + +## visTypeTimeseries + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [types.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/types.ts#L11), [types.ts#L21](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/types.ts#L21) | - | +| | [index.ts#L9](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/common/types/index.ts#L9), [index.ts#L43](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/common/types/index.ts#L43) | - | +| | [index.ts#L9](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/common/types/index.ts#L9), [index.ts#L43](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/common/types/index.ts#L43) | - | +| | [types.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/types.ts#L11), [types.ts#L21](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/types.ts#L21) | - | +| | [index.ts#L9](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/common/types/index.ts#L9), [index.ts#L43](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/common/types/index.ts#L43) | - | +| | [types.ts#L11](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/types.ts#L11), [types.ts#L21](https://github.com/elastic/kibana/tree/master/src/plugins/vis_type_timeseries/server/lib/vis_data/request_processors/table/types.ts#L21) | - | + + + +## visualizations + +| Deprecated API | Reference location(s) | Remove By | +| ---------------|-----------|-----------| +| | [visualize_embeddable.ts#L17](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L17), [visualize_embeddable.ts#L236](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L236) | - | +| | [visualize_embeddable.ts#L18](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L18), [visualize_embeddable.ts#L64](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L64), [visualize_embeddable.ts#L93](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L93) | - | +| | [visualize_embeddable.ts#L18](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L18), [visualize_embeddable.ts#L64](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L64), [visualize_embeddable.ts#L93](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L93) | - | +| | [visualize_embeddable.ts#L18](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L18), [visualize_embeddable.ts#L64](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L64), [visualize_embeddable.ts#L93](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts#L93) | - | +| | [find_list_items.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/find_list_items.ts#L16), [find_list_items.ts#L35](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/find_list_items.ts#L35), [saved_visualizations.ts#L10](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/saved_visualizations.ts#L10), [saved_visualizations.ts#L28](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/saved_visualizations.ts#L28), [saved_visualizations.ts#L85](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/saved_visualizations.ts#L85), [services.ts#L26](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/services.ts#L26), [services.ts#L72](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/services.ts#L72) | - | +| | [types.ts#L9](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/types.ts#L9), [types.ts#L41](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/types.ts#L41), [_saved_vis.ts#L16](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts#L16), [_saved_vis.ts#L105](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts#L105), [_saved_vis.ts#L114](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts#L114), [_saved_vis.ts#L124](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/saved_visualizations/_saved_vis.ts#L124) | - | \ No newline at end of file diff --git a/api_docs/discover.json b/api_docs/discover.json index e6a83719f5b88..d4e0150ea0239 100644 --- a/api_docs/discover.json +++ b/api_docs/discover.json @@ -205,14 +205,7 @@ "\nOptionally apply filters." ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined" + "any[] | undefined" ], "source": { "path": "src/plugins/discover/public/locator.ts", @@ -223,21 +216,14 @@ { "parentPluginId": "discover", "id": "def-public.DiscoverAppLocatorParams.query", - "type": "Object", + "type": "Any", "tags": [], "label": "query", "description": [ "\nOptionally set a query." ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | undefined" + "any" ], "source": { "path": "src/plugins/discover/public/locator.ts", @@ -473,14 +459,7 @@ "\nOptionally apply filters." ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined" + "any[] | undefined" ], "source": { "path": "src/plugins/discover/public/url_generator.ts", @@ -491,21 +470,14 @@ { "parentPluginId": "discover", "id": "def-public.DiscoverUrlGeneratorState.query", - "type": "Object", + "type": "Any", "tags": [], "label": "query", "description": [ "\nOptionally set a query. NOTE: if given and used in conjunction with `dashboardId`, and the\nsaved dashboard has a query saved with it, this will _replace_ that query." ], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | undefined" + "any" ], "source": { "path": "src/plugins/discover/public/url_generator.ts", @@ -1074,19 +1046,12 @@ { "parentPluginId": "discover", "id": "def-public.SearchInput.query", - "type": "Object", + "type": "Any", "tags": [], "label": "query", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | undefined" + "any" ], "source": { "path": "src/plugins/discover/public/application/embeddable/types.ts", @@ -1102,14 +1067,7 @@ "label": "filters", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined" + "any[] | undefined" ], "source": { "path": "src/plugins/discover/public/application/embeddable/types.ts", @@ -1249,7 +1207,7 @@ "description": [], "source": { "path": "src/plugins/discover/public/plugin.tsx", - "lineNumber": 78 + "lineNumber": 77 }, "deprecated": false, "children": [ @@ -1269,7 +1227,7 @@ ], "source": { "path": "src/plugins/discover/public/plugin.tsx", - "lineNumber": 79 + "lineNumber": 78 }, "deprecated": false }, @@ -1294,7 +1252,7 @@ ], "source": { "path": "src/plugins/discover/public/plugin.tsx", - "lineNumber": 118 + "lineNumber": 117 }, "deprecated": false } @@ -1311,7 +1269,7 @@ "description": [], "source": { "path": "src/plugins/discover/public/plugin.tsx", - "lineNumber": 121 + "lineNumber": 120 }, "deprecated": false, "children": [ @@ -1333,7 +1291,7 @@ ], "source": { "path": "src/plugins/discover/public/plugin.tsx", - "lineNumber": 122 + "lineNumber": 121 }, "deprecated": false }, @@ -1358,10 +1316,17 @@ ], "source": { "path": "src/plugins/discover/public/plugin.tsx", - "lineNumber": 127 + "lineNumber": 126 }, "deprecated": true, "references": [ + { + "plugin": "observability", + "link": { + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/hooks/use_discover_link.tsx", + "lineNumber": 29 + } + }, { "plugin": "osquery", "link": { @@ -1399,7 +1364,7 @@ ], "source": { "path": "src/plugins/discover/public/plugin.tsx", - "lineNumber": 159 + "lineNumber": 158 }, "deprecated": false } diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx index 610ec5d90f267..9e3ae166da774 100644 --- a/api_docs/discover.mdx +++ b/api_docs/discover.mdx @@ -18,7 +18,7 @@ Contact [Kibana App](https://github.com/orgs/elastic/teams/kibana-app) for quest | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 81 | 0 | 55 | 6 | +| 81 | 3 | 55 | 6 | ## Client diff --git a/api_docs/discover_enhanced.json b/api_docs/discover_enhanced.json index 254ca8afc3fa0..a963aa30138ef 100644 --- a/api_docs/discover_enhanced.json +++ b/api_docs/discover_enhanced.json @@ -825,7 +825,7 @@ "signature": [ "{ dashboardConfig: ", "DashboardConfig", - "; loadFontAwesome: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; } | undefined" + "; loadFontAwesome: () => Promise; loadAngularBootstrap: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; } | undefined" ], "source": { "path": "x-pack/plugins/discover_enhanced/public/plugin.ts", diff --git a/api_docs/discover_enhanced.mdx b/api_docs/discover_enhanced.mdx index 3f9ab4d4068a7..ecba2f6d0f805 100644 --- a/api_docs/discover_enhanced.mdx +++ b/api_docs/discover_enhanced.mdx @@ -12,7 +12,7 @@ import discoverEnhancedObj from './discover_enhanced.json'; - +Contact [Kibana App](https://github.com/orgs/elastic/teams/kibana-app) for questions regarding this plugin. **Code health stats** diff --git a/api_docs/embeddable.json b/api_docs/embeddable.json index cc8977dbff87d..9ea220e82cf69 100644 --- a/api_docs/embeddable.json +++ b/api_docs/embeddable.json @@ -2255,7 +2255,7 @@ ], "source": { "path": "src/plugins/embeddable/public/lib/actions/edit_panel_action.ts", - "lineNumber": 121 + "lineNumber": 122 }, "deprecated": false, "children": [ @@ -2271,7 +2271,7 @@ ], "source": { "path": "src/plugins/embeddable/public/lib/actions/edit_panel_action.ts", - "lineNumber": 121 + "lineNumber": 122 }, "deprecated": false, "isRequired": true @@ -5727,7 +5727,7 @@ "description": [], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 81 + "lineNumber": 86 }, "deprecated": false } @@ -6487,6 +6487,24 @@ "lineNumber": 21 }, "deprecated": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddableEditorState.searchSessionId", + "type": "string", + "tags": [], + "label": "searchSessionId", + "description": [ + "\nPass current search session id when navigating to an editor,\nEditors could use it continue previous search session" + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "lineNumber": 27 + }, + "deprecated": false } ], "initialIsOpen": false @@ -7225,7 +7243,7 @@ ], "source": { "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", - "lineNumber": 34 + "lineNumber": 40 }, "deprecated": false, "children": [ @@ -7238,7 +7256,7 @@ "description": [], "source": { "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", - "lineNumber": 35 + "lineNumber": 41 }, "deprecated": false }, @@ -7273,7 +7291,7 @@ ], "source": { "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", - "lineNumber": 36 + "lineNumber": 42 }, "deprecated": false }, @@ -7289,7 +7307,25 @@ ], "source": { "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", - "lineNumber": 37 + "lineNumber": 43 + }, + "deprecated": false + }, + { + "parentPluginId": "embeddable", + "id": "def-public.EmbeddablePackageState.searchSessionId", + "type": "string", + "tags": [], + "label": "searchSessionId", + "description": [ + "\nPass current search session id when navigating to an editor,\nEditors could use it continue previous search session" + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/embeddable/public/lib/state_transfer/types.ts", + "lineNumber": 49 }, "deprecated": false } @@ -7305,7 +7341,7 @@ "description": [], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 53 + "lineNumber": 58 }, "deprecated": false, "children": [ @@ -7355,7 +7391,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 54 + "lineNumber": 59 }, "deprecated": false } @@ -7371,7 +7407,7 @@ "description": [], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 57 + "lineNumber": 62 }, "deprecated": false, "children": [ @@ -7465,7 +7501,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 58 + "lineNumber": 63 }, "deprecated": false }, @@ -7487,7 +7523,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 59 + "lineNumber": 64 }, "deprecated": false } @@ -9222,7 +9258,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 98 + "lineNumber": 103 }, "deprecated": false, "initialIsOpen": false @@ -9491,7 +9527,7 @@ "description": [], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 62 + "lineNumber": 67 }, "deprecated": false, "children": [ @@ -9559,7 +9595,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 63 + "lineNumber": 68 }, "deprecated": false, "returnComment": [], @@ -9573,7 +9609,7 @@ "description": [], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 68 + "lineNumber": 73 }, "deprecated": false }, @@ -9609,7 +9645,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 69 + "lineNumber": 74 }, "deprecated": false } @@ -9643,7 +9679,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 71 + "lineNumber": 76 }, "deprecated": false, "returnComment": [], @@ -9675,7 +9711,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 71 + "lineNumber": 76 }, "deprecated": false } @@ -9695,7 +9731,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 72 + "lineNumber": 77 }, "deprecated": false, "returnComment": [], @@ -9780,7 +9816,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 72 + "lineNumber": 77 }, "deprecated": false } @@ -9825,7 +9861,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 75 + "lineNumber": 80 }, "deprecated": false, "children": [ @@ -9899,7 +9935,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 76 + "lineNumber": 81 }, "deprecated": false, "returnComment": [], @@ -9913,7 +9949,7 @@ "description": [], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 81 + "lineNumber": 86 }, "deprecated": false } @@ -9981,7 +10017,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 83 + "lineNumber": 88 }, "deprecated": false, "returnComment": [], @@ -10023,7 +10059,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 84 + "lineNumber": 89 }, "deprecated": false, "returnComment": [], @@ -10089,7 +10125,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 85 + "lineNumber": 90 }, "deprecated": false, "returnComment": [], @@ -10113,7 +10149,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 85 + "lineNumber": 90 }, "deprecated": false } @@ -10173,7 +10209,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 86 + "lineNumber": 91 }, "deprecated": false, "returnComment": [], @@ -10187,7 +10223,7 @@ "description": [], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 93 + "lineNumber": 98 }, "deprecated": false }, @@ -10204,7 +10240,7 @@ ], "source": { "path": "src/plugins/embeddable/public/plugin.tsx", - "lineNumber": 94 + "lineNumber": 99 }, "deprecated": false } @@ -10352,7 +10388,7 @@ ], "source": { "path": "src/plugins/embeddable/server/plugin.ts", - "lineNumber": 28 + "lineNumber": 33 }, "deprecated": false, "children": [ @@ -10384,7 +10420,7 @@ ], "source": { "path": "src/plugins/embeddable/server/plugin.ts", - "lineNumber": 29 + "lineNumber": 34 }, "deprecated": false, "returnComment": [], @@ -10416,7 +10452,7 @@ ], "source": { "path": "src/plugins/embeddable/server/plugin.ts", - "lineNumber": 29 + "lineNumber": 34 }, "deprecated": false } @@ -10450,7 +10486,7 @@ ], "source": { "path": "src/plugins/embeddable/server/plugin.ts", - "lineNumber": 30 + "lineNumber": 35 }, "deprecated": false, "returnComment": [], @@ -10482,7 +10518,7 @@ ], "source": { "path": "src/plugins/embeddable/server/plugin.ts", - "lineNumber": 30 + "lineNumber": 35 }, "deprecated": false } @@ -10490,17 +10526,24 @@ }, { "parentPluginId": "embeddable", - "id": "def-server.EmbeddableSetup.getMigrationVersions", + "id": "def-server.EmbeddableSetup.getAllMigrations", "type": "Function", "tags": [], - "label": "getMigrationVersions", + "label": "getAllMigrations", "description": [], "signature": [ - "() => string[]" + "() => ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" + } ], "source": { "path": "src/plugins/embeddable/server/plugin.ts", - "lineNumber": 31 + "lineNumber": 36 }, "deprecated": false, "returnComment": [], @@ -10537,7 +10580,7 @@ ], "source": { "path": "src/plugins/embeddable/server/plugin.ts", - "lineNumber": 34 + "lineNumber": 39 }, "deprecated": false, "lifecycle": "start", @@ -10761,26 +10804,18 @@ "section": "def-common.CommonEmbeddableStartContract", "text": "CommonEmbeddableStartContract" }, - ") => (state: ", + ") => ", { - "pluginId": "kibanaUtils", - "scope": "common", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-common.SerializableState", - "text": "SerializableState" - }, - ", version: string) => ", - { - "pluginId": "kibanaUtils", + "pluginId": "embeddable", "scope": "common", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-common.SerializableState", - "text": "SerializableState" + "docId": "kibEmbeddablePluginApi", + "section": "def-common.MigrateFunction", + "text": "MigrateFunction" } ], "source": { "path": "src/plugins/embeddable/common/lib/migrate.ts", - "lineNumber": 13 + "lineNumber": 15 }, "deprecated": false, "children": [ @@ -10802,7 +10837,7 @@ ], "source": { "path": "src/plugins/embeddable/common/lib/migrate.ts", - "lineNumber": 13 + "lineNumber": 15 }, "deprecated": false, "isRequired": true @@ -11372,6 +11407,38 @@ }, "deprecated": false, "initialIsOpen": false + }, + { + "parentPluginId": "embeddable", + "id": "def-common.MigrateFunction", + "type": "Type", + "tags": [], + "label": "MigrateFunction", + "description": [], + "signature": [ + "(state: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + ", version: string) => ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + } + ], + "source": { + "path": "src/plugins/embeddable/common/lib/migrate.ts", + "lineNumber": 13 + }, + "deprecated": false, + "initialIsOpen": false } ], "objects": [ diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx index 28ae1645b7073..0568d6b8ddeb6 100644 --- a/api_docs/embeddable.mdx +++ b/api_docs/embeddable.mdx @@ -18,7 +18,7 @@ import embeddableObj from './embeddable.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 453 | 4 | 383 | 3 | +| 456 | 4 | 384 | 3 | ## Client diff --git a/api_docs/encrypted_saved_objects.json b/api_docs/encrypted_saved_objects.json index 6a699e3534d4b..371f4baccd6d5 100644 --- a/api_docs/encrypted_saved_objects.json +++ b/api_docs/encrypted_saved_objects.json @@ -305,7 +305,49 @@ } ], "enums": [], - "misc": [], + "misc": [ + { + "parentPluginId": "encryptedSavedObjects", + "id": "def-server.IsMigrationNeededPredicate", + "type": "Type", + "tags": [], + "label": "IsMigrationNeededPredicate", + "description": [], + "signature": [ + "(encryptedDoc: ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreSavedObjectsPluginApi", + "section": "def-server.SavedObjectUnsanitizedDoc", + "text": "SavedObjectUnsanitizedDoc" + }, + " | ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreSavedObjectsPluginApi", + "section": "def-server.SavedObjectUnsanitizedDoc", + "text": "SavedObjectUnsanitizedDoc" + }, + ") => encryptedDoc is ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreSavedObjectsPluginApi", + "section": "def-server.SavedObjectUnsanitizedDoc", + "text": "SavedObjectUnsanitizedDoc" + }, + "" + ], + "source": { + "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", + "lineNumber": 25 + }, + "deprecated": false, + "initialIsOpen": false + } + ], "objects": [], "setup": { "parentPluginId": "encryptedSavedObjects", @@ -392,31 +434,9 @@ "label": "createMigration", "description": [], "signature": [ - "(isMigrationNeededPredicate: IsMigrationNeededPredicate, migration: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreSavedObjectsPluginApi", - "section": "def-server.SavedObjectMigrationFn", - "text": "SavedObjectMigrationFn" - }, - ", inputType?: ", - { - "pluginId": "encryptedSavedObjects", - "scope": "server", - "docId": "kibEncryptedSavedObjectsPluginApi", - "section": "def-server.EncryptedSavedObjectTypeRegistration", - "text": "EncryptedSavedObjectTypeRegistration" - }, - " | undefined, migratedType?: ", - { - "pluginId": "encryptedSavedObjects", - "scope": "server", - "docId": "kibEncryptedSavedObjectsPluginApi", - "section": "def-server.EncryptedSavedObjectTypeRegistration", - "text": "EncryptedSavedObjectTypeRegistration" - }, - " | undefined) => SavedObjectOptionalMigrationFn" + "(opts: ", + "CreateEncryptedSavedObjectsMigrationFnOpts", + ") => SavedObjectOptionalMigrationFn" ], "source": { "path": "x-pack/plugins/encrypted_saved_objects/server/plugin.ts", @@ -427,127 +447,18 @@ "children": [ { "parentPluginId": "encryptedSavedObjects", - "id": "def-server.isMigrationNeededPredicate", - "type": "Function", - "tags": [], - "label": "isMigrationNeededPredicate", - "description": [], - "signature": [ - "(encryptedDoc: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreSavedObjectsPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, - " | ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreSavedObjectsPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, - ") => encryptedDoc is ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreSavedObjectsPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, - "" - ], - "source": { - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", - "lineNumber": 32 - }, - "deprecated": false - }, - { - "parentPluginId": "encryptedSavedObjects", - "id": "def-server.migration", - "type": "Function", - "tags": [], - "label": "migration", - "description": [], - "signature": [ - "(doc: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreSavedObjectsPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, - ", context: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreSavedObjectsPluginApi", - "section": "def-server.SavedObjectMigrationContext", - "text": "SavedObjectMigrationContext" - }, - ") => ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreSavedObjectsPluginApi", - "section": "def-server.SavedObjectUnsanitizedDoc", - "text": "SavedObjectUnsanitizedDoc" - }, - "" - ], - "source": { - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", - "lineNumber": 33 - }, - "deprecated": false - }, - { - "parentPluginId": "encryptedSavedObjects", - "id": "def-server.inputType", - "type": "Object", - "tags": [], - "label": "inputType", - "description": [], - "signature": [ - { - "pluginId": "encryptedSavedObjects", - "scope": "server", - "docId": "kibEncryptedSavedObjectsPluginApi", - "section": "def-server.EncryptedSavedObjectTypeRegistration", - "text": "EncryptedSavedObjectTypeRegistration" - }, - " | undefined" - ], - "source": { - "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", - "lineNumber": 34 - }, - "deprecated": false - }, - { - "parentPluginId": "encryptedSavedObjects", - "id": "def-server.migratedType", + "id": "def-server.opts", "type": "Object", "tags": [], - "label": "migratedType", + "label": "opts", "description": [], "signature": [ - { - "pluginId": "encryptedSavedObjects", - "scope": "server", - "docId": "kibEncryptedSavedObjectsPluginApi", - "section": "def-server.EncryptedSavedObjectTypeRegistration", - "text": "EncryptedSavedObjectTypeRegistration" - }, - " | undefined" + "CreateEncryptedSavedObjectsMigrationFnOpts", + "" ], "source": { "path": "x-pack/plugins/encrypted_saved_objects/server/create_migration.ts", - "lineNumber": 35 + "lineNumber": 46 }, "deprecated": false } diff --git a/api_docs/encrypted_saved_objects.mdx b/api_docs/encrypted_saved_objects.mdx index 02cbf225c355d..d274500438ba5 100644 --- a/api_docs/encrypted_saved_objects.mdx +++ b/api_docs/encrypted_saved_objects.mdx @@ -18,7 +18,7 @@ Contact [Platform Security](https://github.com/orgs/elastic/teams/kibana-securit | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 30 | 0 | 28 | 3 | +| 28 | 0 | 26 | 4 | ## Server @@ -34,3 +34,6 @@ Contact [Platform Security](https://github.com/orgs/elastic/teams/kibana-securit ### Interfaces +### Consts, variables and types + + diff --git a/api_docs/enterprise_search.mdx b/api_docs/enterprise_search.mdx index 7be4954e1e416..1e675b571993f 100644 --- a/api_docs/enterprise_search.mdx +++ b/api_docs/enterprise_search.mdx @@ -10,7 +10,7 @@ warning: This document is auto-generated and is meant to be viewed inside our ex --- import enterpriseSearchObj from './enterprise_search.json'; -Adds dashboards for discovering and managing Enterprise Search products +Adds dashboards for discovering and managing Enterprise Search products. Contact [Enterprise Search](https://github.com/orgs/elastic/teams/enterprise-search-frontend) for questions regarding this plugin. diff --git a/api_docs/expression_error.json b/api_docs/expression_error.json new file mode 100644 index 0000000000000..5f5ed6e69fe08 --- /dev/null +++ b/api_docs/expression_error.json @@ -0,0 +1,258 @@ +{ + "id": "expressionError", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "expressionError", + "id": "def-public.debugRenderer", + "type": "Function", + "tags": [], + "label": "debugRenderer", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderDefinition", + "text": "ExpressionRenderDefinition" + }, + "" + ], + "source": { + "path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx", + "lineNumber": 33 + }, + "deprecated": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionError", + "id": "def-public.errorRenderer", + "type": "Function", + "tags": [], + "label": "errorRenderer", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderDefinition", + "text": "ExpressionRenderDefinition" + }, + "<", + "ErrorRendererConfig", + ">" + ], + "source": { + "path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx", + "lineNumber": 30 + }, + "deprecated": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionError", + "id": "def-public.LazyDebugComponent", + "type": "Function", + "tags": [], + "label": "LazyDebugComponent", + "description": [], + "signature": [ + "React.ExoticComponent<{ payload: unknown; }> & { readonly _result: ({ payload }: { payload: unknown; }) => JSX.Element; }" + ], + "source": { + "path": "src/plugins/expression_error/public/components/index.ts", + "lineNumber": 11 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "expressionError", + "id": "def-public.props", + "type": "Uncategorized", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "P" + ], + "source": { + "path": "node_modules/@types/react/index.d.ts", + "lineNumber": 359 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionError", + "id": "def-public.LazyErrorComponent", + "type": "Function", + "tags": [], + "label": "LazyErrorComponent", + "description": [], + "signature": [ + "React.ExoticComponent> & { readonly _result: React.FC<", + "Props", + ">; }" + ], + "source": { + "path": "src/plugins/expression_error/public/components/index.ts", + "lineNumber": 10 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "expressionError", + "id": "def-public.props", + "type": "Uncategorized", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "P" + ], + "source": { + "path": "node_modules/@types/react/index.d.ts", + "lineNumber": 359 + }, + "deprecated": false + } + ], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [ + { + "parentPluginId": "expressionError", + "id": "def-public.renderers", + "type": "Array", + "tags": [], + "label": "renderers", + "description": [], + "signature": [ + "(() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderDefinition", + "text": "ExpressionRenderDefinition" + }, + "<", + "ErrorRendererConfig", + ">)[]" + ], + "source": { + "path": "src/plugins/expression_error/public/expression_renderers/index.ts", + "lineNumber": 12 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "objects": [], + "start": { + "parentPluginId": "expressionError", + "id": "def-public.ExpressionErrorPluginStart", + "type": "Type", + "tags": [], + "label": "ExpressionErrorPluginStart", + "description": [], + "signature": [ + "void" + ], + "source": { + "path": "src/plugins/expression_error/public/plugin.ts", + "lineNumber": 22 + }, + "deprecated": false, + "lifecycle": "start", + "initialIsOpen": true + } + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [ + { + "parentPluginId": "expressionError", + "id": "def-common.JSON", + "type": "string", + "tags": [], + "label": "JSON", + "description": [], + "signature": [ + "\"JSON\"" + ], + "source": { + "path": "src/plugins/expression_error/common/constants.ts", + "lineNumber": 11 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionError", + "id": "def-common.PLUGIN_ID", + "type": "string", + "tags": [], + "label": "PLUGIN_ID", + "description": [], + "signature": [ + "\"expressionError\"" + ], + "source": { + "path": "src/plugins/expression_error/common/constants.ts", + "lineNumber": 8 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionError", + "id": "def-common.PLUGIN_NAME", + "type": "string", + "tags": [], + "label": "PLUGIN_NAME", + "description": [], + "signature": [ + "\"expressionError\"" + ], + "source": { + "path": "src/plugins/expression_error/common/constants.ts", + "lineNumber": 9 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/expression_error.mdx b/api_docs/expression_error.mdx new file mode 100644 index 0000000000000..56b9b613a1469 --- /dev/null +++ b/api_docs/expression_error.mdx @@ -0,0 +1,38 @@ +--- +id: kibExpressionErrorPluginApi +slug: /kibana-dev-docs/expressionErrorPluginApi +title: expressionError +image: https://source.unsplash.com/400x175/?github +summary: API docs for the expressionError plugin +date: 2020-11-16 +tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError'] +warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info. +--- +import expressionErrorObj from './expression_error.json'; + + + + + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 12 | 0 | 12 | 2 | + +## Client + +### Start + + +### Functions + + +### Consts, variables and types + + +## Common + +### Consts, variables and types + + diff --git a/api_docs/expression_image.json b/api_docs/expression_image.json new file mode 100644 index 0000000000000..5c98dd35c5c0a --- /dev/null +++ b/api_docs/expression_image.json @@ -0,0 +1,103 @@ +{ + "id": "expressionImage", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "expressionImage", + "id": "def-public.imageRenderer", + "type": "Function", + "tags": [], + "label": "imageRenderer", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderDefinition", + "text": "ExpressionRenderDefinition" + }, + "<", + "ImageRendererConfig", + ">" + ], + "source": { + "path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx", + "lineNumber": 26 + }, + "deprecated": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [ + { + "parentPluginId": "expressionImage", + "id": "def-public.renderers", + "type": "Array", + "tags": [], + "label": "renderers", + "description": [], + "signature": [ + "(() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderDefinition", + "text": "ExpressionRenderDefinition" + }, + "<", + "ImageRendererConfig", + ">)[]" + ], + "source": { + "path": "src/plugins/expression_image/public/expression_renderers/index.ts", + "lineNumber": 11 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "objects": [], + "start": { + "parentPluginId": "expressionImage", + "id": "def-public.ExpressionImagePluginStart", + "type": "Type", + "tags": [], + "label": "ExpressionImagePluginStart", + "description": [], + "signature": [ + "void" + ], + "source": { + "path": "src/plugins/expression_image/public/plugin.ts", + "lineNumber": 23 + }, + "deprecated": false, + "lifecycle": "start", + "initialIsOpen": true + } + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/expression_image.mdx b/api_docs/expression_image.mdx new file mode 100644 index 0000000000000..35f0f5eed6801 --- /dev/null +++ b/api_docs/expression_image.mdx @@ -0,0 +1,33 @@ +--- +id: kibExpressionImagePluginApi +slug: /kibana-dev-docs/expressionImagePluginApi +title: expressionImage +image: https://source.unsplash.com/400x175/?github +summary: API docs for the expressionImage plugin +date: 2020-11-16 +tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage'] +warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info. +--- +import expressionImageObj from './expression_image.json'; + + + + + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 4 | 0 | 4 | 1 | + +## Client + +### Start + + +### Functions + + +### Consts, variables and types + + diff --git a/api_docs/expression_metric.json b/api_docs/expression_metric.json new file mode 100644 index 0000000000000..7ae3dcbb58ae3 --- /dev/null +++ b/api_docs/expression_metric.json @@ -0,0 +1,103 @@ +{ + "id": "expressionMetric", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "expressionMetric", + "id": "def-public.metricRenderer", + "type": "Function", + "tags": [], + "label": "metricRenderer", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderDefinition", + "text": "ExpressionRenderDefinition" + }, + "<", + "MetricRendererConfig", + ">" + ], + "source": { + "path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx", + "lineNumber": 29 + }, + "deprecated": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [ + { + "parentPluginId": "expressionMetric", + "id": "def-public.renderers", + "type": "Array", + "tags": [], + "label": "renderers", + "description": [], + "signature": [ + "(() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderDefinition", + "text": "ExpressionRenderDefinition" + }, + "<", + "MetricRendererConfig", + ">)[]" + ], + "source": { + "path": "src/plugins/expression_metric/public/expression_renderers/index.ts", + "lineNumber": 11 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "objects": [], + "start": { + "parentPluginId": "expressionMetric", + "id": "def-public.ExpressionMetricPluginStart", + "type": "Type", + "tags": [], + "label": "ExpressionMetricPluginStart", + "description": [], + "signature": [ + "void" + ], + "source": { + "path": "src/plugins/expression_metric/public/plugin.ts", + "lineNumber": 23 + }, + "deprecated": false, + "lifecycle": "start", + "initialIsOpen": true + } + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/expression_metric.mdx b/api_docs/expression_metric.mdx new file mode 100644 index 0000000000000..07af4b00ad8d8 --- /dev/null +++ b/api_docs/expression_metric.mdx @@ -0,0 +1,33 @@ +--- +id: kibExpressionMetricPluginApi +slug: /kibana-dev-docs/expressionMetricPluginApi +title: expressionMetric +image: https://source.unsplash.com/400x175/?github +summary: API docs for the expressionMetric plugin +date: 2020-11-16 +tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric'] +warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info. +--- +import expressionMetricObj from './expression_metric.json'; + + + + + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 4 | 0 | 4 | 1 | + +## Client + +### Start + + +### Functions + + +### Consts, variables and types + + diff --git a/api_docs/expression_repeat_image.json b/api_docs/expression_repeat_image.json new file mode 100644 index 0000000000000..f3c6133b1bf06 --- /dev/null +++ b/api_docs/expression_repeat_image.json @@ -0,0 +1,521 @@ +{ + "id": "expressionRepeatImage", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "expressionRepeatImage", + "id": "def-public.repeatImageRenderer", + "type": "Function", + "tags": [], + "label": "repeatImageRenderer", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderDefinition", + "text": "ExpressionRenderDefinition" + }, + "<", + { + "pluginId": "expressionRepeatImage", + "scope": "common", + "docId": "kibExpressionRepeatImagePluginApi", + "section": "def-common.RepeatImageRendererConfig", + "text": "RepeatImageRendererConfig" + }, + ">" + ], + "source": { + "path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx", + "lineNumber": 30 + }, + "deprecated": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [ + { + "parentPluginId": "expressionRepeatImage", + "id": "def-public.renderers", + "type": "Array", + "tags": [], + "label": "renderers", + "description": [], + "signature": [ + "(() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderDefinition", + "text": "ExpressionRenderDefinition" + }, + "<", + { + "pluginId": "expressionRepeatImage", + "scope": "common", + "docId": "kibExpressionRepeatImagePluginApi", + "section": "def-common.RepeatImageRendererConfig", + "text": "RepeatImageRendererConfig" + }, + ">)[]" + ], + "source": { + "path": "src/plugins/expression_repeat_image/public/expression_renderers/index.ts", + "lineNumber": 11 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "objects": [], + "start": { + "parentPluginId": "expressionRepeatImage", + "id": "def-public.ExpressionRepeatImagePluginStart", + "type": "Type", + "tags": [], + "label": "ExpressionRepeatImagePluginStart", + "description": [], + "signature": [ + "void" + ], + "source": { + "path": "src/plugins/expression_repeat_image/public/plugin.ts", + "lineNumber": 23 + }, + "deprecated": false, + "lifecycle": "start", + "initialIsOpen": true + } + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [ + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.repeatImageFunction", + "type": "Function", + "tags": [], + "label": "repeatImageFunction", + "description": [], + "signature": [ + "() => { name: \"repeatImage\"; aliases: never[]; type: \"render\"; inputTypes: \"number\"[]; help: string; args: { emptyImage: { types: (\"string\" | \"null\")[]; help: string; default: null; }; image: { types: (\"string\" | \"null\")[]; help: string; default: null; }; max: { types: (\"number\" | \"null\")[]; help: string; default: number; }; size: { types: \"number\"[]; default: number; help: string; }; }; fn: (count: number, args: Arguments) => Promise<{ type: \"render\"; as: string; value: { image: string | null; emptyImage: string | null; size: number; max: number | null; count: number; }; }>; }" + ], + "source": { + "path": "src/plugins/expression_repeat_image/common/expression_functions/repeat_image_function.ts", + "lineNumber": 67 + }, + "deprecated": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.NodeDimensions", + "type": "Interface", + "tags": [], + "label": "NodeDimensions", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "lineNumber": 18 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.NodeDimensions.width", + "type": "number", + "tags": [], + "label": "width", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "lineNumber": 19 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.NodeDimensions.height", + "type": "number", + "tags": [], + "label": "height", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "lineNumber": 20 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.RepeatImageRendererConfig", + "type": "Interface", + "tags": [], + "label": "RepeatImageRendererConfig", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "lineNumber": 10 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.RepeatImageRendererConfig.max", + "type": "number", + "tags": [], + "label": "max", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "lineNumber": 11 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.RepeatImageRendererConfig.count", + "type": "number", + "tags": [], + "label": "count", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "lineNumber": 12 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.RepeatImageRendererConfig.emptyImage", + "type": "string", + "tags": [], + "label": "emptyImage", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.RepeatImageRendererConfig.image", + "type": "string", + "tags": [], + "label": "image", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "lineNumber": 14 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.RepeatImageRendererConfig.size", + "type": "number", + "tags": [], + "label": "size", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "lineNumber": 15 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.Return", + "type": "Interface", + "tags": [], + "label": "Return", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "lineNumber": 17 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.Return.count", + "type": "number", + "tags": [], + "label": "count", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "lineNumber": 18 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.Return.image", + "type": "string", + "tags": [], + "label": "image", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "lineNumber": 19 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.Return.size", + "type": "number", + "tags": [], + "label": "size", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "lineNumber": 20 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.Return.max", + "type": "number", + "tags": [], + "label": "max", + "description": [], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "lineNumber": 21 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.Return.emptyImage", + "type": "CompoundType", + "tags": [], + "label": "emptyImage", + "description": [], + "signature": [ + "string | null" + ], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "lineNumber": 22 + }, + "deprecated": false + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [ + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.BASE64", + "type": "string", + "tags": [], + "label": "BASE64", + "description": [], + "signature": [ + "\"`base64`\"" + ], + "source": { + "path": "src/plugins/expression_repeat_image/common/constants.ts", + "lineNumber": 13 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.CONTEXT", + "type": "string", + "tags": [], + "label": "CONTEXT", + "description": [], + "signature": [ + "\"_context_\"" + ], + "source": { + "path": "src/plugins/expression_repeat_image/common/constants.ts", + "lineNumber": 12 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.ExpressionRepeatImageFunction", + "type": "Type", + "tags": [], + "label": "ExpressionRepeatImageFunction", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"repeatImage\", number, Arguments, Promise<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"render\", { as: string; value: Arguments; }>>, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_functions.ts", + "lineNumber": 25 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.functions", + "type": "Array", + "tags": [], + "label": "functions", + "description": [], + "signature": [ + { + "pluginId": "expressionRepeatImage", + "scope": "common", + "docId": "kibExpressionRepeatImagePluginApi", + "section": "def-common.ExpressionRepeatImageFunction", + "text": "ExpressionRepeatImageFunction" + }, + "[]" + ], + "source": { + "path": "src/plugins/expression_repeat_image/common/expression_functions/index.ts", + "lineNumber": 11 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.OriginString", + "type": "Type", + "tags": [], + "label": "OriginString", + "description": [], + "signature": [ + "\"top\" | \"bottom\" | \"left\" | \"right\"" + ], + "source": { + "path": "src/plugins/expression_repeat_image/common/types/expression_renderers.ts", + "lineNumber": 9 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.PLUGIN_ID", + "type": "string", + "tags": [], + "label": "PLUGIN_ID", + "description": [], + "signature": [ + "\"expressionRepeatImage\"" + ], + "source": { + "path": "src/plugins/expression_repeat_image/common/constants.ts", + "lineNumber": 9 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.PLUGIN_NAME", + "type": "string", + "tags": [], + "label": "PLUGIN_NAME", + "description": [], + "signature": [ + "\"expressionRepeatImage\"" + ], + "source": { + "path": "src/plugins/expression_repeat_image/common/constants.ts", + "lineNumber": 10 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionRepeatImage", + "id": "def-common.URL", + "type": "string", + "tags": [], + "label": "URL", + "description": [], + "signature": [ + "\"URL\"" + ], + "source": { + "path": "src/plugins/expression_repeat_image/common/constants.ts", + "lineNumber": 14 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/expression_repeat_image.mdx b/api_docs/expression_repeat_image.mdx new file mode 100644 index 0000000000000..4d9750603e42a --- /dev/null +++ b/api_docs/expression_repeat_image.mdx @@ -0,0 +1,44 @@ +--- +id: kibExpressionRepeatImagePluginApi +slug: /kibana-dev-docs/expressionRepeatImagePluginApi +title: expressionRepeatImage +image: https://source.unsplash.com/400x175/?github +summary: API docs for the expressionRepeatImage plugin +date: 2020-11-16 +tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage'] +warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info. +--- +import expressionRepeatImageObj from './expression_repeat_image.json'; + + + + + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 28 | 0 | 28 | 0 | + +## Client + +### Start + + +### Functions + + +### Consts, variables and types + + +## Common + +### Functions + + +### Interfaces + + +### Consts, variables and types + + diff --git a/api_docs/expression_reveal_image.json b/api_docs/expression_reveal_image.json new file mode 100644 index 0000000000000..c4b832b5a2358 --- /dev/null +++ b/api_docs/expression_reveal_image.json @@ -0,0 +1,103 @@ +{ + "id": "expressionRevealImage", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "expressionRevealImage", + "id": "def-public.revealImageRenderer", + "type": "Function", + "tags": [], + "label": "revealImageRenderer", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderDefinition", + "text": "ExpressionRenderDefinition" + }, + "<", + "RevealImageRendererConfig", + ">" + ], + "source": { + "path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx", + "lineNumber": 30 + }, + "deprecated": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [ + { + "parentPluginId": "expressionRevealImage", + "id": "def-public.renderers", + "type": "Array", + "tags": [], + "label": "renderers", + "description": [], + "signature": [ + "(() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderDefinition", + "text": "ExpressionRenderDefinition" + }, + "<", + "RevealImageRendererConfig", + ">)[]" + ], + "source": { + "path": "src/plugins/expression_reveal_image/public/expression_renderers/index.ts", + "lineNumber": 11 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "objects": [], + "start": { + "parentPluginId": "expressionRevealImage", + "id": "def-public.ExpressionRevealImagePluginStart", + "type": "Type", + "tags": [], + "label": "ExpressionRevealImagePluginStart", + "description": [], + "signature": [ + "void" + ], + "source": { + "path": "src/plugins/expression_reveal_image/public/plugin.ts", + "lineNumber": 23 + }, + "deprecated": false, + "lifecycle": "start", + "initialIsOpen": true + } + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/expression_reveal_image.mdx b/api_docs/expression_reveal_image.mdx new file mode 100644 index 0000000000000..a903abb9757c7 --- /dev/null +++ b/api_docs/expression_reveal_image.mdx @@ -0,0 +1,33 @@ +--- +id: kibExpressionRevealImagePluginApi +slug: /kibana-dev-docs/expressionRevealImagePluginApi +title: expressionRevealImage +image: https://source.unsplash.com/400x175/?github +summary: API docs for the expressionRevealImage plugin +date: 2020-11-16 +tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage'] +warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info. +--- +import expressionRevealImageObj from './expression_reveal_image.json'; + + + + + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 4 | 0 | 4 | 1 | + +## Client + +### Start + + +### Functions + + +### Consts, variables and types + + diff --git a/api_docs/expression_shape.json b/api_docs/expression_shape.json new file mode 100644 index 0000000000000..8782ef2658ff1 --- /dev/null +++ b/api_docs/expression_shape.json @@ -0,0 +1,1739 @@ +{ + "id": "expressionShape", + "client": { + "classes": [], + "functions": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.getDefaultShapeData", + "type": "Function", + "tags": [], + "label": "getDefaultShapeData", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.SvgConfig", + "text": "SvgConfig" + } + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/utils.ts", + "lineNumber": 11 + }, + "deprecated": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.LazyShapeDrawer", + "type": "Function", + "tags": [], + "label": "LazyShapeDrawer", + "description": [], + "signature": [ + "React.ExoticComponent, \"shapeType\" | \"shapeAttributes\" | \"shapeContentAttributes\"> & React.RefAttributes<", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeRef", + "text": "ShapeRef" + }, + ">> & { readonly _result: React.ForwardRefExoticComponent, \"shapeType\" | \"shapeAttributes\" | \"shapeContentAttributes\"> & React.RefAttributes<", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeRef", + "text": "ShapeRef" + }, + ">>; }" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/shape/index.ts", + "lineNumber": 12 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.props", + "type": "Uncategorized", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "P" + ], + "source": { + "path": "node_modules/@types/react/index.d.ts", + "lineNumber": 359 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.shapeRenderer", + "type": "Function", + "tags": [], + "label": "shapeRenderer", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderDefinition", + "text": "ExpressionRenderDefinition" + }, + "<", + { + "pluginId": "expressionShape", + "scope": "common", + "docId": "kibExpressionShapePluginApi", + "section": "def-common.ShapeRendererConfig", + "text": "ShapeRendererConfig" + }, + ">" + ], + "source": { + "path": "src/plugins/expression_shape/public/expression_renderers/shape_renderer.tsx", + "lineNumber": 30 + }, + "deprecated": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.Dimensions", + "type": "Interface", + "tags": [], + "label": "Dimensions", + "description": [], + "source": { + "path": "src/plugins/expression_shape/public/components/shape/types.ts", + "lineNumber": 18 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.Dimensions.width", + "type": "number", + "tags": [], + "label": "width", + "description": [], + "source": { + "path": "src/plugins/expression_shape/public/components/shape/types.ts", + "lineNumber": 19 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.Dimensions.height", + "type": "number", + "tags": [], + "label": "height", + "description": [], + "source": { + "path": "src/plugins/expression_shape/public/components/shape/types.ts", + "lineNumber": 20 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.NodeDimensions", + "type": "Interface", + "tags": [], + "label": "NodeDimensions", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 19 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.NodeDimensions.width", + "type": "number", + "tags": [], + "label": "width", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 20 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.NodeDimensions.height", + "type": "number", + "tags": [], + "label": "height", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 21 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.Output", + "type": "Interface", + "tags": [], + "label": "Output", + "description": [], + "signature": [ + { + "pluginId": "expressionShape", + "scope": "common", + "docId": "kibExpressionShapePluginApi", + "section": "def-common.Output", + "text": "Output" + }, + " extends Arguments" + ], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "lineNumber": 37 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.Output.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"shape\"" + ], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "lineNumber": 38 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ParentNodeParams", + "type": "Interface", + "tags": [], + "label": "ParentNodeParams", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 24 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.ParentNodeParams.borderOffset", + "type": "number", + "tags": [], + "label": "borderOffset", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 25 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ParentNodeParams.width", + "type": "number", + "tags": [], + "label": "width", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 26 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ParentNodeParams.height", + "type": "number", + "tags": [], + "label": "height", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 27 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeAttributes", + "type": "Interface", + "tags": [], + "label": "ShapeAttributes", + "description": [], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 25 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeAttributes.fill", + "type": "string", + "tags": [], + "label": "fill", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 26 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeAttributes.stroke", + "type": "string", + "tags": [], + "label": "stroke", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeAttributes.width", + "type": "CompoundType", + "tags": [], + "label": "width", + "description": [], + "signature": [ + "string | number | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 28 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeAttributes.height", + "type": "CompoundType", + "tags": [], + "label": "height", + "description": [], + "signature": [ + "string | number | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 29 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeAttributes.viewBox", + "type": "Object", + "tags": [], + "label": "viewBox", + "description": [], + "signature": [ + { + "pluginId": "expressionShape", + "scope": "common", + "docId": "kibExpressionShapePluginApi", + "section": "def-common.ViewBoxParams", + "text": "ViewBoxParams" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 30 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeAttributes.overflow", + "type": "CompoundType", + "tags": [], + "label": "overflow", + "description": [], + "signature": [ + "string | number | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 31 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeAttributes.preserveAspectRatio", + "type": "string", + "tags": [], + "label": "preserveAspectRatio", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 32 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeComponentProps", + "type": "Interface", + "tags": [], + "label": "ShapeComponentProps", + "description": [], + "signature": [ + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeComponentProps", + "text": "ShapeComponentProps" + }, + " extends ", + { + "pluginId": "expressionShape", + "scope": "common", + "docId": "kibExpressionShapePluginApi", + "section": "def-common.ShapeRendererConfig", + "text": "ShapeRendererConfig" + } + ], + "source": { + "path": "src/plugins/expression_shape/public/components/shape/types.ts", + "lineNumber": 13 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeComponentProps.onLoaded", + "type": "Function", + "tags": [], + "label": "onLoaded", + "description": [], + "signature": [ + "() => void" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/shape/types.ts", + "lineNumber": 14 + }, + "deprecated": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeComponentProps.parentNode", + "type": "Object", + "tags": [], + "label": "parentNode", + "description": [], + "signature": [ + "HTMLElement" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/shape/types.ts", + "lineNumber": 15 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeContentAttributes", + "type": "Interface", + "tags": [], + "label": "ShapeContentAttributes", + "description": [], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 35 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeContentAttributes.strokeWidth", + "type": "CompoundType", + "tags": [], + "label": "strokeWidth", + "description": [], + "signature": [ + "string | number | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 36 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeContentAttributes.stroke", + "type": "string", + "tags": [], + "label": "stroke", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 37 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeContentAttributes.fill", + "type": "string", + "tags": [], + "label": "fill", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 38 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeContentAttributes.vectorEffect", + "type": "CompoundType", + "tags": [], + "label": "vectorEffect", + "description": [], + "signature": [ + "string | number | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 39 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeContentAttributes.strokeMiterlimit", + "type": "CompoundType", + "tags": [], + "label": "strokeMiterlimit", + "description": [], + "signature": [ + "string | number | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 40 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeProps", + "type": "Interface", + "tags": [], + "label": "ShapeProps", + "description": [], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 13 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeProps.shapeAttributes", + "type": "Object", + "tags": [], + "label": "shapeAttributes", + "description": [], + "signature": [ + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeAttributes", + "text": "ShapeAttributes" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 14 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeProps.shapeContentAttributes", + "type": "Object", + "tags": [], + "label": "shapeContentAttributes", + "description": [], + "signature": [ + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeContentAttributes", + "text": "ShapeContentAttributes" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 15 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeRef", + "type": "Interface", + "tags": [], + "label": "ShapeRef", + "description": [], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 79 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeRef.getData", + "type": "Function", + "tags": [], + "label": "getData", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.SvgConfig", + "text": "SvgConfig" + } + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 80 + }, + "deprecated": false, + "returnComment": [], + "children": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeRendererConfig", + "type": "Interface", + "tags": [], + "label": "ShapeRendererConfig", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 11 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeRendererConfig.border", + "type": "string", + "tags": [], + "label": "border", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 12 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeRendererConfig.borderWidth", + "type": "number", + "tags": [], + "label": "borderWidth", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeRendererConfig.shape", + "type": "Enum", + "tags": [], + "label": "shape", + "description": [], + "signature": [ + { + "pluginId": "expressionShape", + "scope": "common", + "docId": "kibExpressionShapePluginApi", + "section": "def-common.Shape", + "text": "Shape" + } + ], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 14 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeRendererConfig.fill", + "type": "string", + "tags": [], + "label": "fill", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 15 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeRendererConfig.maintainAspect", + "type": "boolean", + "tags": [], + "label": "maintainAspect", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 16 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.SvgConfig", + "type": "Interface", + "tags": [], + "label": "SvgConfig", + "description": [], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 67 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.SvgConfig.shapeType", + "type": "CompoundType", + "tags": [], + "label": "shapeType", + "description": [], + "signature": [ + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.SvgElementTypes", + "text": "SvgElementTypes" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 68 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.SvgConfig.viewBox", + "type": "Object", + "tags": [], + "label": "viewBox", + "description": [], + "signature": [ + { + "pluginId": "expressionShape", + "scope": "common", + "docId": "kibExpressionShapePluginApi", + "section": "def-common.ViewBoxParams", + "text": "ViewBoxParams" + } + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 69 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.SvgConfig.shapeProps", + "type": "CompoundType", + "tags": [], + "label": "shapeProps", + "description": [], + "signature": [ + "(", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeContentAttributes", + "text": "ShapeContentAttributes" + }, + " & CircleParams) | (", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeContentAttributes", + "text": "ShapeContentAttributes" + }, + " & RectParams) | (", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeContentAttributes", + "text": "ShapeContentAttributes" + }, + " & PathParams) | (", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeContentAttributes", + "text": "ShapeContentAttributes" + }, + " & PolygonParams)" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 70 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ViewBoxParams", + "type": "Interface", + "tags": [], + "label": "ViewBoxParams", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 30 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.ViewBoxParams.minX", + "type": "number", + "tags": [], + "label": "minX", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 31 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ViewBoxParams.minY", + "type": "number", + "tags": [], + "label": "minY", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 32 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ViewBoxParams.width", + "type": "number", + "tags": [], + "label": "width", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 33 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ViewBoxParams.height", + "type": "number", + "tags": [], + "label": "height", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 34 + }, + "deprecated": false + } + ], + "initialIsOpen": false + } + ], + "enums": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.Shape", + "type": "Enum", + "tags": [], + "label": "Shape", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "lineNumber": 10 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.SvgElementTypes", + "type": "Enum", + "tags": [], + "label": "SvgElementTypes", + "description": [], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 18 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "misc": [ + { + "parentPluginId": "expressionShape", + "id": "def-public.ExpressionShapeFunction", + "type": "Type", + "tags": [], + "label": "ExpressionShapeFunction", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"shape\", number | null, Arguments, ", + { + "pluginId": "expressionShape", + "scope": "common", + "docId": "kibExpressionShapePluginApi", + "section": "def-common.Output", + "text": "Output" + }, + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "lineNumber": 41 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.OriginString", + "type": "Type", + "tags": [], + "label": "OriginString", + "description": [], + "signature": [ + "\"top\" | \"bottom\" | \"left\" | \"right\"" + ], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 10 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.renderers", + "type": "Array", + "tags": [], + "label": "renderers", + "description": [], + "signature": [ + "(() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderDefinition", + "text": "ExpressionRenderDefinition" + }, + "<", + { + "pluginId": "expressionShape", + "scope": "common", + "docId": "kibExpressionShapePluginApi", + "section": "def-common.ShapeRendererConfig", + "text": "ShapeRendererConfig" + }, + ">)[]" + ], + "source": { + "path": "src/plugins/expression_shape/public/expression_renderers/index.ts", + "lineNumber": 11 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeDrawerComponentProps", + "type": "Type", + "tags": [], + "label": "ShapeDrawerComponentProps", + "description": [], + "signature": [ + "{ ref: React.Ref<", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeRef", + "text": "ShapeRef" + }, + ">; shapeType: string; shapeAttributes?: ", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeAttributes", + "text": "ShapeAttributes" + }, + " | undefined; shapeContentAttributes?: ", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeContentAttributes", + "text": "ShapeContentAttributes" + }, + " | undefined; }" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/shape/types.ts", + "lineNumber": 22 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeDrawerProps", + "type": "Type", + "tags": [], + "label": "ShapeDrawerProps", + "description": [], + "signature": [ + "{ shapeType: string; getShape: (shapeType: string) => { Component: ({ shapeAttributes, shapeContentAttributes }: ", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeProps", + "text": "ShapeProps" + }, + ") => JSX.Element; data: ", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.SvgConfig", + "text": "SvgConfig" + }, + "; } | undefined; ref: React.Ref<", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeRef", + "text": "ShapeRef" + }, + ">; } & ", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeProps", + "text": "ShapeProps" + } + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/types.tsx", + "lineNumber": 73 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-public.ShapeType", + "type": "Type", + "tags": [], + "label": "ShapeType", + "description": [], + "signature": [ + "{ Component: ({ shapeAttributes, shapeContentAttributes }: ", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.ShapeProps", + "text": "ShapeProps" + }, + ") => JSX.Element; data: ", + { + "pluginId": "expressionShape", + "scope": "public", + "docId": "kibExpressionShapePluginApi", + "section": "def-public.SvgConfig", + "text": "SvgConfig" + }, + "; }" + ], + "source": { + "path": "src/plugins/expression_shape/public/components/reusable/shape_factory.tsx", + "lineNumber": 49 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "objects": [], + "start": { + "parentPluginId": "expressionShape", + "id": "def-public.ExpressionShapePluginStart", + "type": "Type", + "tags": [], + "label": "ExpressionShapePluginStart", + "description": [], + "signature": [ + "void" + ], + "source": { + "path": "src/plugins/expression_shape/public/plugin.ts", + "lineNumber": 23 + }, + "deprecated": false, + "lifecycle": "start", + "initialIsOpen": true + } + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [ + { + "parentPluginId": "expressionShape", + "id": "def-common.getAvailableShapes", + "type": "Function", + "tags": [], + "label": "getAvailableShapes", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressionShape", + "scope": "common", + "docId": "kibExpressionShapePluginApi", + "section": "def-common.Shape", + "text": "Shape" + }, + "[]" + ], + "source": { + "path": "src/plugins/expression_shape/common/lib/available_shapes.ts", + "lineNumber": 11 + }, + "deprecated": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "expressionShape", + "id": "def-common.NodeDimensions", + "type": "Interface", + "tags": [], + "label": "NodeDimensions", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 19 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-common.NodeDimensions.width", + "type": "number", + "tags": [], + "label": "width", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 20 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.NodeDimensions.height", + "type": "number", + "tags": [], + "label": "height", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 21 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.Output", + "type": "Interface", + "tags": [], + "label": "Output", + "description": [], + "signature": [ + { + "pluginId": "expressionShape", + "scope": "common", + "docId": "kibExpressionShapePluginApi", + "section": "def-common.Output", + "text": "Output" + }, + " extends Arguments" + ], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "lineNumber": 37 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-common.Output.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"shape\"" + ], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "lineNumber": 38 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.ParentNodeParams", + "type": "Interface", + "tags": [], + "label": "ParentNodeParams", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 24 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-common.ParentNodeParams.borderOffset", + "type": "number", + "tags": [], + "label": "borderOffset", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 25 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.ParentNodeParams.width", + "type": "number", + "tags": [], + "label": "width", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 26 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.ParentNodeParams.height", + "type": "number", + "tags": [], + "label": "height", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 27 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.ShapeRendererConfig", + "type": "Interface", + "tags": [], + "label": "ShapeRendererConfig", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 11 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-common.ShapeRendererConfig.border", + "type": "string", + "tags": [], + "label": "border", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 12 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.ShapeRendererConfig.borderWidth", + "type": "number", + "tags": [], + "label": "borderWidth", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.ShapeRendererConfig.shape", + "type": "Enum", + "tags": [], + "label": "shape", + "description": [], + "signature": [ + { + "pluginId": "expressionShape", + "scope": "common", + "docId": "kibExpressionShapePluginApi", + "section": "def-common.Shape", + "text": "Shape" + } + ], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 14 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.ShapeRendererConfig.fill", + "type": "string", + "tags": [], + "label": "fill", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 15 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.ShapeRendererConfig.maintainAspect", + "type": "boolean", + "tags": [], + "label": "maintainAspect", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 16 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.ViewBoxParams", + "type": "Interface", + "tags": [], + "label": "ViewBoxParams", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 30 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressionShape", + "id": "def-common.ViewBoxParams.minX", + "type": "number", + "tags": [], + "label": "minX", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 31 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.ViewBoxParams.minY", + "type": "number", + "tags": [], + "label": "minY", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 32 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.ViewBoxParams.width", + "type": "number", + "tags": [], + "label": "width", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 33 + }, + "deprecated": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.ViewBoxParams.height", + "type": "number", + "tags": [], + "label": "height", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 34 + }, + "deprecated": false + } + ], + "initialIsOpen": false + } + ], + "enums": [ + { + "parentPluginId": "expressionShape", + "id": "def-common.Shape", + "type": "Enum", + "tags": [], + "label": "Shape", + "description": [], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "lineNumber": 10 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "misc": [ + { + "parentPluginId": "expressionShape", + "id": "def-common.ExpressionShapeFunction", + "type": "Type", + "tags": [], + "label": "ExpressionShapeFunction", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"shape\", number | null, Arguments, ", + { + "pluginId": "expressionShape", + "scope": "common", + "docId": "kibExpressionShapePluginApi", + "section": "def-common.Output", + "text": "Output" + }, + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_functions.ts", + "lineNumber": 41 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.OriginString", + "type": "Type", + "tags": [], + "label": "OriginString", + "description": [], + "signature": [ + "\"top\" | \"bottom\" | \"left\" | \"right\"" + ], + "source": { + "path": "src/plugins/expression_shape/common/types/expression_renderers.ts", + "lineNumber": 10 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.PLUGIN_ID", + "type": "string", + "tags": [], + "label": "PLUGIN_ID", + "description": [], + "signature": [ + "\"expressionShape\"" + ], + "source": { + "path": "src/plugins/expression_shape/common/constants.ts", + "lineNumber": 9 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.PLUGIN_NAME", + "type": "string", + "tags": [], + "label": "PLUGIN_NAME", + "description": [], + "signature": [ + "\"expressionShape\"" + ], + "source": { + "path": "src/plugins/expression_shape/common/constants.ts", + "lineNumber": 10 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "expressionShape", + "id": "def-common.SVG", + "type": "string", + "tags": [], + "label": "SVG", + "description": [], + "signature": [ + "\"SVG\"" + ], + "source": { + "path": "src/plugins/expression_shape/common/constants.ts", + "lineNumber": 11 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/expression_shape.mdx b/api_docs/expression_shape.mdx new file mode 100644 index 0000000000000..193e9e0866e68 --- /dev/null +++ b/api_docs/expression_shape.mdx @@ -0,0 +1,53 @@ +--- +id: kibExpressionShapePluginApi +slug: /kibana-dev-docs/expressionShapePluginApi +title: expressionShape +image: https://source.unsplash.com/400x175/?github +summary: API docs for the expressionShape plugin +date: 2020-11-16 +tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape'] +warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info. +--- +import expressionShapeObj from './expression_shape.json'; + + + + + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 90 | 0 | 90 | 0 | + +## Client + +### Start + + +### Functions + + +### Interfaces + + +### Enums + + +### Consts, variables and types + + +## Common + +### Functions + + +### Interfaces + + +### Enums + + +### Consts, variables and types + + diff --git a/api_docs/expressions.json b/api_docs/expressions.json index 1fbdfe4dc8f0b..87929dbb00790 100644 --- a/api_docs/expressions.json +++ b/api_docs/expressions.json @@ -21,7 +21,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 84 + "lineNumber": 99 }, "deprecated": false, "children": [ @@ -50,6 +50,14 @@ "section": "def-common.ExecutionState", "text": "ExecutionState" }, + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, ">, ", + " | undefined; }>>>, ", { "pluginId": "expressions", "scope": "common", @@ -82,6 +90,14 @@ "section": "def-common.ExecutionPureTransitions", "text": "ExecutionPureTransitions" }, + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, ">, {}>" + " | undefined; }>>>, {}>" ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 94 + "lineNumber": 109 }, "deprecated": false }, @@ -128,7 +144,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 102 + "lineNumber": 117 }, "deprecated": false }, @@ -155,7 +171,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 113 + "lineNumber": 128 }, "deprecated": false }, @@ -170,6 +186,14 @@ ], "signature": [ "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, ">" + " | undefined; }>>>" ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 140 + "lineNumber": 155 }, "deprecated": false }, @@ -223,7 +247,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 153 + "lineNumber": 168 }, "deprecated": false }, @@ -236,7 +260,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 159 + "lineNumber": 174 }, "deprecated": false }, @@ -252,7 +276,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 161 + "lineNumber": 176 }, "deprecated": false }, @@ -268,7 +292,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 165 + "lineNumber": 180 }, "deprecated": false, "children": [ @@ -290,7 +314,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 165 + "lineNumber": 180 }, "deprecated": false, "isRequired": true @@ -312,7 +336,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 229 + "lineNumber": 273 }, "deprecated": false, "children": [], @@ -328,8 +352,16 @@ "\nCall this method to start execution.\n\nN.B. `input` is initialized to `null` rather than `undefined` for legacy reasons,\nbecause in legacy interpreter it was set to `null` by default." ], "signature": [ - "(input?: Input) => ", + "(input?: Input, isSubExpression?: boolean | undefined) => ", "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, ">" + " | undefined; }>>>" ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 239 + "lineNumber": 283 }, "deprecated": false, "children": [ @@ -374,10 +406,27 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 239 + "lineNumber": 284 }, "deprecated": false, "isRequired": true + }, + { + "parentPluginId": "expressions", + "id": "def-public.Execution.start.$2", + "type": "CompoundType", + "tags": [], + "label": "isSubExpression", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 285 + }, + "deprecated": false, + "isRequired": false } ], "returnComment": [] @@ -404,7 +453,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 263 + "lineNumber": 307 }, "deprecated": false, "children": [ @@ -427,7 +476,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 263 + "lineNumber": 307 }, "deprecated": false, "isRequired": true @@ -444,7 +493,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 263 + "lineNumber": 307 }, "deprecated": false, "isRequired": true @@ -474,7 +523,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 336 + "lineNumber": 380 }, "deprecated": false, "children": [ @@ -496,7 +545,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 337 + "lineNumber": 381 }, "deprecated": false, "isRequired": true @@ -513,7 +562,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 338 + "lineNumber": 382 }, "deprecated": false, "isRequired": true @@ -530,7 +579,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 339 + "lineNumber": 383 }, "deprecated": false, "isRequired": true @@ -550,7 +599,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 374 + "lineNumber": 418 }, "deprecated": false, "children": [ @@ -566,7 +615,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 374 + "lineNumber": 418 }, "deprecated": false, "isRequired": true @@ -583,7 +632,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 374 + "lineNumber": 418 }, "deprecated": false, "isRequired": false @@ -613,7 +662,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 400 + "lineNumber": 444 }, "deprecated": false, "children": [ @@ -635,7 +684,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 400 + "lineNumber": 444 }, "deprecated": false, "isRequired": true @@ -652,7 +701,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 400 + "lineNumber": 444 }, "deprecated": false, "isRequired": true @@ -669,7 +718,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 400 + "lineNumber": 444 }, "deprecated": false, "isRequired": true @@ -695,11 +744,19 @@ }, ", input: T) => ", "Observable", - "" + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + ">" ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 489 + "lineNumber": 534 }, "deprecated": false, "children": [ @@ -721,7 +778,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 489 + "lineNumber": 534 }, "deprecated": false, "isRequired": true @@ -738,7 +795,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 489 + "lineNumber": 534 }, "deprecated": false, "isRequired": true @@ -860,7 +917,17 @@ "\nReturns the final output of expression, if any error happens still\nwraps that error into `ExpressionValueError` type and returns that.\nThis function never throws." ], "signature": [ - "() => Promise<", + "() => ", + "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "<", { "pluginId": "expressions", "scope": "common", @@ -884,7 +951,7 @@ "section": "def-common.SerializableState", "text": "SerializableState" }, - " | undefined; }> | Output>" + " | undefined; }> | Output>>" ], "source": { "path": "src/plugins/expressions/common/execution/execution_contract.ts", @@ -999,7 +1066,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 80 + "lineNumber": 86 }, "deprecated": false, "children": [ @@ -1031,7 +1098,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 82 + "lineNumber": 88 }, "deprecated": false, "children": [ @@ -1054,7 +1121,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 83 + "lineNumber": 89 }, "deprecated": false, "isRequired": false @@ -1105,7 +1172,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 91 + "lineNumber": 97 }, "deprecated": false }, @@ -1129,7 +1196,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 96 + "lineNumber": 102 }, "deprecated": true, "references": [] @@ -1154,7 +1221,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 101 + "lineNumber": 107 }, "deprecated": true, "references": [] @@ -1171,7 +1238,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 103 + "lineNumber": 109 }, "deprecated": false, "children": [ @@ -1194,7 +1261,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 103 + "lineNumber": 109 }, "deprecated": false, "isRequired": false @@ -1230,7 +1297,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 109 + "lineNumber": 115 }, "deprecated": false, "children": [ @@ -1261,7 +1328,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 110 + "lineNumber": 116 }, "deprecated": false, "isRequired": true @@ -1289,7 +1356,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 118 + "lineNumber": 124 }, "deprecated": false, "children": [ @@ -1305,7 +1372,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 118 + "lineNumber": 124 }, "deprecated": false, "isRequired": true @@ -1333,7 +1400,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 122 + "lineNumber": 128 }, "deprecated": false, "children": [], @@ -1367,7 +1434,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 126 + "lineNumber": 132 }, "deprecated": false, "children": [ @@ -1398,7 +1465,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 127 + "lineNumber": 133 }, "deprecated": false, "isRequired": true @@ -1426,7 +1493,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 135 + "lineNumber": 141 }, "deprecated": false, "children": [ @@ -1442,7 +1509,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 135 + "lineNumber": 141 }, "deprecated": false, "isRequired": true @@ -1470,7 +1537,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 139 + "lineNumber": 145 }, "deprecated": false, "children": [], @@ -1488,7 +1555,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 143 + "lineNumber": 149 }, "deprecated": false, "children": [ @@ -1504,7 +1571,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 143 + "lineNumber": 149 }, "deprecated": false, "isRequired": true @@ -1524,7 +1591,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 147 + "lineNumber": 153 }, "deprecated": false }, @@ -1557,6 +1624,14 @@ ") => ", "Observable", "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "<", { "pluginId": "expressions", "scope": "common", @@ -1580,11 +1655,11 @@ "section": "def-common.SerializableState", "text": "SerializableState" }, - " | undefined; }> | Output>" + " | undefined; }> | Output>>" ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 159 + "lineNumber": 165 }, "deprecated": false, "children": [ @@ -1609,7 +1684,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 160 + "lineNumber": 166 }, "deprecated": false, "isRequired": true @@ -1628,7 +1703,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 161 + "lineNumber": 167 }, "deprecated": false, "isRequired": true @@ -1651,7 +1726,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 162 + "lineNumber": 168 }, "deprecated": false, "isRequired": true @@ -1703,7 +1778,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 167 + "lineNumber": 173 }, "deprecated": false, "children": [ @@ -1726,7 +1801,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 168 + "lineNumber": 174 }, "deprecated": false, "isRequired": true @@ -1749,7 +1824,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 169 + "lineNumber": 175 }, "deprecated": false, "isRequired": true @@ -1786,7 +1861,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 215 + "lineNumber": 221 }, "deprecated": false, "children": [ @@ -1808,7 +1883,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 215 + "lineNumber": 221 }, "deprecated": false, "isRequired": true @@ -1826,7 +1901,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 215 + "lineNumber": 221 }, "deprecated": false, "isRequired": true @@ -1864,7 +1939,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 228 + "lineNumber": 234 }, "deprecated": false, "children": [ @@ -1886,7 +1961,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 228 + "lineNumber": 234 }, "deprecated": false, "isRequired": true @@ -1914,7 +1989,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 239 + "lineNumber": 245 }, "deprecated": false, "children": [ @@ -1936,7 +2011,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 239 + "lineNumber": 245 }, "deprecated": false, "isRequired": true @@ -1953,7 +2028,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 239 + "lineNumber": 245 }, "deprecated": false, "isRequired": true @@ -1963,13 +2038,46 @@ }, { "parentPluginId": "expressions", - "id": "def-public.Executor.migrate", + "id": "def-public.Executor.getAllMigrations", "type": "Function", "tags": [], - "label": "migrate", + "label": "getAllMigrations", "description": [], "signature": [ - "(ast: ", + "() => ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" + } + ], + "source": { + "path": "src/plugins/expressions/common/executor/executor.ts", + "lineNumber": 253 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "expressions", + "id": "def-public.Executor.migrateToLatest", + "type": "Function", + "tags": [], + "label": "migrateToLatest", + "description": [], + "signature": [ + "(state: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "<", { "pluginId": "kibanaUtils", "scope": "common", @@ -1977,7 +2085,7 @@ "section": "def-common.SerializableState", "text": "SerializableState" }, - ", version: string) => ", + ">) => ", { "pluginId": "expressions", "scope": "common", @@ -1988,46 +2096,38 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 247 + "lineNumber": 270 }, "deprecated": false, "children": [ { "parentPluginId": "expressions", - "id": "def-public.Executor.migrate.$1", + "id": "def-public.Executor.migrateToLatest.$1", "type": "Object", "tags": [], - "label": "ast", + "label": "state", "description": [], "signature": [ + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "<", { "pluginId": "kibanaUtils", "scope": "common", "docId": "kibKibanaUtilsPluginApi", "section": "def-common.SerializableState", "text": "SerializableState" - } - ], - "source": { - "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 247 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "expressions", - "id": "def-public.Executor.migrate.$2", - "type": "string", - "tags": [], - "label": "version", - "description": [], - "signature": [ - "string" + }, + ">" ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 247 + "lineNumber": 270 }, "deprecated": false, "isRequired": true @@ -2055,7 +2155,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 256 + "lineNumber": 283 }, "deprecated": false, "children": [], @@ -4103,7 +4203,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 189 + "lineNumber": 197 }, "deprecated": false, "children": [ @@ -4126,7 +4226,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 190 + "lineNumber": 198 }, "deprecated": false }, @@ -4148,7 +4248,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 191 + "lineNumber": 199 }, "deprecated": false }, @@ -4164,7 +4264,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 193 + "lineNumber": 201 }, "deprecated": false, "children": [ @@ -4186,7 +4286,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 193 + "lineNumber": 201 }, "deprecated": false, "isRequired": true @@ -4224,7 +4324,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 233 + "lineNumber": 241 }, "deprecated": false, "children": [ @@ -4255,7 +4355,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 234 + "lineNumber": 242 }, "deprecated": false, "isRequired": true @@ -4291,7 +4391,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 237 + "lineNumber": 245 }, "deprecated": false, "children": [ @@ -4322,7 +4422,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 238 + "lineNumber": 246 }, "deprecated": false, "isRequired": true @@ -4358,7 +4458,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 241 + "lineNumber": 249 }, "deprecated": false, "children": [ @@ -4389,7 +4489,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 242 + "lineNumber": 250 }, "deprecated": false, "isRequired": true @@ -4421,11 +4521,45 @@ "section": "def-common.ExpressionExecutionParams", "text": "ExpressionExecutionParams" }, - " | undefined) => Promise" + " | undefined) => ", + "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"error\", { error: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ErrorLike", + "text": "ErrorLike" + }, + "; info?: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + " | undefined; }> | Output>>" ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 245 + "lineNumber": 253 }, "deprecated": false, "children": [ @@ -4448,7 +4582,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 245 + "lineNumber": 253 }, "deprecated": false, "isRequired": true @@ -4465,7 +4599,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 245 + "lineNumber": 253 }, "deprecated": false, "isRequired": true @@ -4489,7 +4623,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 245 + "lineNumber": 253 }, "deprecated": false, "isRequired": false @@ -4517,7 +4651,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 248 + "lineNumber": 256 }, "deprecated": false, "children": [ @@ -4533,7 +4667,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 248 + "lineNumber": 256 }, "deprecated": false, "isRequired": true @@ -4563,7 +4697,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 255 + "lineNumber": 263 }, "deprecated": false, "children": [], @@ -4589,7 +4723,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 258 + "lineNumber": 266 }, "deprecated": false, "children": [ @@ -4605,7 +4739,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 258 + "lineNumber": 266 }, "deprecated": false, "isRequired": true @@ -4635,7 +4769,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 265 + "lineNumber": 273 }, "deprecated": false, "children": [], @@ -4661,7 +4795,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 268 + "lineNumber": 276 }, "deprecated": false, "children": [ @@ -4677,7 +4811,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 268 + "lineNumber": 276 }, "deprecated": false, "isRequired": true @@ -4707,7 +4841,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 275 + "lineNumber": 283 }, "deprecated": false, "children": [], @@ -4749,7 +4883,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 277 + "lineNumber": 285 }, "deprecated": false, "returnComment": [], @@ -4773,7 +4907,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 147 + "lineNumber": 155 }, "deprecated": false }, @@ -4789,7 +4923,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 149 + "lineNumber": 157 }, "deprecated": false }, @@ -4812,7 +4946,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 150 + "lineNumber": 158 }, "deprecated": false } @@ -4837,7 +4971,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 283 + "lineNumber": 291 }, "deprecated": false, "children": [], @@ -4865,7 +4999,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 295 + "lineNumber": 303 }, "deprecated": false, "children": [ @@ -4889,7 +5023,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 296 + "lineNumber": 304 }, "deprecated": false, "isRequired": true @@ -4906,7 +5040,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 297 + "lineNumber": 305 }, "deprecated": false, "isRequired": true @@ -4946,7 +5080,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 307 + "lineNumber": 315 }, "deprecated": false, "children": [ @@ -4970,7 +5104,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 307 + "lineNumber": 315 }, "deprecated": false, "isRequired": true @@ -5011,7 +5145,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 317 + "lineNumber": 325 }, "deprecated": false, "children": [ @@ -5035,7 +5169,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 317 + "lineNumber": 325 }, "deprecated": false, "isRequired": true @@ -5055,7 +5189,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 317 + "lineNumber": 325 }, "deprecated": false, "isRequired": true @@ -5067,15 +5201,50 @@ }, { "parentPluginId": "expressions", - "id": "def-public.ExpressionsService.migrate", + "id": "def-public.ExpressionsService.getAllMigrations", + "type": "Function", + "tags": [], + "label": "getAllMigrations", + "description": [ + "\ngets an object with semver mapped to a migration function" + ], + "signature": [ + "() => ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" + } + ], + "source": { + "path": "src/plugins/expressions/common/service/expressions_services.ts", + "lineNumber": 332 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "expressions", + "id": "def-public.ExpressionsService.migrateToLatest", "type": "Function", "tags": [], - "label": "migrate", + "label": "migrateToLatest", "description": [ - "\nRuns the migration (if it exists) for specified version. This will run a single migration step (ie from 7.10.0 to 7.10.1)" + "\nmigrates an old expression to latest version" ], "signature": [ "(state: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "<", { "pluginId": "kibanaUtils", "scope": "common", @@ -5083,7 +5252,7 @@ "section": "def-common.SerializableState", "text": "SerializableState" }, - ", version: string) => ", + ">) => ", { "pluginId": "expressions", "scope": "common", @@ -5094,58 +5263,44 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 327 + "lineNumber": 340 }, "deprecated": false, "children": [ { "parentPluginId": "expressions", - "id": "def-public.ExpressionsService.migrate.$1", + "id": "def-public.ExpressionsService.migrateToLatest.$1", "type": "Object", "tags": [], "label": "state", - "description": [ - "expression AST to update" - ], + "description": [], "signature": [ + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "<", { "pluginId": "kibanaUtils", "scope": "common", "docId": "kibKibanaUtilsPluginApi", "section": "def-common.SerializableState", "text": "SerializableState" - } - ], - "source": { - "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 327 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "expressions", - "id": "def-public.ExpressionsService.migrate.$2", - "type": "string", - "tags": [], - "label": "version", - "description": [ - "defines which migration version to run" - ], - "signature": [ - "string" + }, + ">" ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 327 + "lineNumber": 340 }, "deprecated": false, "isRequired": true } ], - "returnComment": [ - "new migrated expression AST" - ] + "returnComment": [] }, { "parentPluginId": "expressions", @@ -5169,7 +5324,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 335 + "lineNumber": 348 }, "deprecated": false, "children": [ @@ -5185,7 +5340,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 335 + "lineNumber": 348 }, "deprecated": false, "isRequired": true @@ -5214,7 +5369,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 360 + "lineNumber": 374 }, "deprecated": false, "children": [ @@ -5230,7 +5385,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 360 + "lineNumber": 374 }, "deprecated": false, "isRequired": true @@ -5250,7 +5405,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 364 + "lineNumber": 378 }, "deprecated": false, "children": [], @@ -5782,7 +5937,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 58 + "lineNumber": 64 }, "deprecated": false, "children": [ @@ -5798,7 +5953,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 59 + "lineNumber": 65 }, "deprecated": false, "children": [ @@ -5821,7 +5976,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 59 + "lineNumber": 65 }, "deprecated": false, "isRequired": true @@ -5857,7 +6012,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 61 + "lineNumber": 67 }, "deprecated": false, "children": [ @@ -5888,7 +6043,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 62 + "lineNumber": 68 }, "deprecated": false, "isRequired": true @@ -5916,7 +6071,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 67 + "lineNumber": 73 }, "deprecated": false, "children": [ @@ -5932,7 +6087,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 67 + "lineNumber": 73 }, "deprecated": false, "isRequired": true @@ -5960,7 +6115,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 71 + "lineNumber": 77 }, "deprecated": false, "children": [], @@ -5986,7 +6141,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 75 + "lineNumber": 81 }, "deprecated": false, "children": [], @@ -6147,7 +6302,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 36 + "lineNumber": 42 }, "deprecated": false, "children": [ @@ -6163,7 +6318,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 37 + "lineNumber": 43 }, "deprecated": false, "children": [ @@ -6186,7 +6341,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 37 + "lineNumber": 43 }, "deprecated": false, "isRequired": true @@ -6222,7 +6377,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 39 + "lineNumber": 45 }, "deprecated": false, "children": [ @@ -6253,7 +6408,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 40 + "lineNumber": 46 }, "deprecated": false, "isRequired": true @@ -6281,7 +6436,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 45 + "lineNumber": 51 }, "deprecated": false, "children": [ @@ -6297,7 +6452,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 45 + "lineNumber": 51 }, "deprecated": false, "isRequired": true @@ -6325,7 +6480,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 49 + "lineNumber": 55 }, "deprecated": false, "children": [], @@ -6351,7 +6506,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 53 + "lineNumber": 59 }, "deprecated": false, "children": [], @@ -6482,7 +6637,23 @@ "section": "def-common.InferFunctionDefinition", "text": "InferFunctionDefinition" }, - "[\"name\"], initialArgs: { [K in keyof FunctionArgs]: FunctionArgs[K] | ", + "[\"name\"], initialArgs: { [K in keyof FunctionArgs]: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + " | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + "[] | FunctionArgs[K] | ", { "pluginId": "expressions", "scope": "common", @@ -6550,7 +6721,23 @@ "Object containing the arguments to this function." ], "signature": [ - "{ [K in keyof FunctionArgs]: FunctionArgs[K] | ", + "{ [K in keyof FunctionArgs]: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + " | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + "[] | FunctionArgs[K] | ", { "pluginId": "expressions", "scope": "common", @@ -6888,7 +7075,7 @@ ], "source": { "path": "src/plugins/expressions/public/react_expression_renderer.tsx", - "lineNumber": 57 + "lineNumber": 61 }, "deprecated": false, "children": [ @@ -6910,7 +7097,7 @@ ], "source": { "path": "src/plugins/expressions/public/react_expression_renderer.tsx", - "lineNumber": 57 + "lineNumber": 61 }, "deprecated": false, "isRequired": true @@ -6932,7 +7119,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 98 + "lineNumber": 102 }, "deprecated": false, "children": [ @@ -6948,7 +7135,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 99 + "lineNumber": 103 }, "deprecated": false }, @@ -6971,7 +7158,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 100 + "lineNumber": 104 }, "deprecated": false }, @@ -6987,7 +7174,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 101 + "lineNumber": 105 }, "deprecated": false } @@ -7005,7 +7192,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 89 + "lineNumber": 93 }, "deprecated": false, "children": [ @@ -7018,7 +7205,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 90 + "lineNumber": 94 }, "deprecated": false }, @@ -7031,7 +7218,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 91 + "lineNumber": 95 }, "deprecated": false }, @@ -7053,7 +7240,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 92 + "lineNumber": 96 }, "deprecated": false } @@ -7081,7 +7268,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 20 + "lineNumber": 21 }, "deprecated": false, "children": [ @@ -7099,7 +7286,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 27 + "lineNumber": 28 }, "deprecated": false, "returnComment": [], @@ -7119,7 +7306,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 32 + "lineNumber": 33 }, "deprecated": false }, @@ -7145,7 +7332,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 37 + "lineNumber": 38 }, "deprecated": false }, @@ -7163,7 +7350,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 42 + "lineNumber": 43 }, "deprecated": false }, @@ -7181,7 +7368,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 47 + "lineNumber": 48 }, "deprecated": false }, @@ -7199,7 +7386,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 52 + "lineNumber": 53 }, "deprecated": false, "returnComment": [], @@ -7227,7 +7414,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 59 + "lineNumber": 60 }, "deprecated": false }, @@ -7245,9 +7432,37 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 64 + "lineNumber": 65 }, "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-public.ExecutionContext.getExecutionContext", + "type": "Function", + "tags": [], + "label": "getExecutionContext", + "description": [ + "\nContains the meta-data about the source of the expression." + ], + "signature": [ + "() => ", + { + "pluginId": "core", + "scope": "public", + "docId": "kibCorePluginApi", + "section": "def-public.IExecutionContextContainer", + "text": "IExecutionContextContainer" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/expressions/common/execution/types.ts", + "lineNumber": 70 + }, + "deprecated": false, + "returnComment": [], + "children": [] } ], "initialIsOpen": false @@ -7261,7 +7476,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 71 + "lineNumber": 86 }, "deprecated": false, "children": [ @@ -7284,7 +7499,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 72 + "lineNumber": 87 }, "deprecated": false }, @@ -7307,7 +7522,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 73 + "lineNumber": 88 }, "deprecated": false }, @@ -7323,7 +7538,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 74 + "lineNumber": 89 }, "deprecated": false }, @@ -7345,7 +7560,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 75 + "lineNumber": 90 }, "deprecated": false } @@ -9331,7 +9546,7 @@ ], "source": { "path": "src/plugins/expressions/public/types/index.ts", - "lineNumber": 53 + "lineNumber": 66 }, "deprecated": false, "children": [ @@ -9347,7 +9562,7 @@ ], "source": { "path": "src/plugins/expressions/public/types/index.ts", - "lineNumber": 54 + "lineNumber": 67 }, "deprecated": false }, @@ -9363,7 +9578,7 @@ ], "source": { "path": "src/plugins/expressions/public/types/index.ts", - "lineNumber": 55 + "lineNumber": 68 }, "deprecated": false } @@ -9381,7 +9596,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 86 + "lineNumber": 94 }, "deprecated": false, "children": [ @@ -9407,7 +9622,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 93 + "lineNumber": 101 }, "deprecated": false, "returnComment": [], @@ -9421,7 +9636,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 93 + "lineNumber": 101 }, "deprecated": false } @@ -9449,7 +9664,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 101 + "lineNumber": 109 }, "deprecated": false, "returnComment": [], @@ -9463,7 +9678,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 101 + "lineNumber": 109 }, "deprecated": false } @@ -9491,7 +9706,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 109 + "lineNumber": 117 }, "deprecated": false, "returnComment": [], @@ -9505,7 +9720,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 109 + "lineNumber": 117 }, "deprecated": false } @@ -9537,11 +9752,45 @@ "section": "def-common.ExpressionExecutionParams", "text": "ExpressionExecutionParams" }, - " | undefined) => Promise" + " | undefined) => ", + "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"error\", { error: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ErrorLike", + "text": "ErrorLike" + }, + "; info?: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + " | undefined; }> | Output>>" ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 135 + "lineNumber": 143 }, "deprecated": false, "returnComment": [], @@ -9565,7 +9814,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 136 + "lineNumber": 144 }, "deprecated": false }, @@ -9581,7 +9830,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 137 + "lineNumber": 145 }, "deprecated": false }, @@ -9604,7 +9853,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 138 + "lineNumber": 146 }, "deprecated": false } @@ -9648,7 +9897,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 146 + "lineNumber": 154 }, "deprecated": false, "returnComment": [], @@ -9672,7 +9921,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 147 + "lineNumber": 155 }, "deprecated": false }, @@ -9688,7 +9937,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 149 + "lineNumber": 157 }, "deprecated": false }, @@ -9711,7 +9960,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 150 + "lineNumber": 158 }, "deprecated": false } @@ -9738,7 +9987,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 162 + "lineNumber": 170 }, "deprecated": false, "returnComment": [], @@ -10275,6 +10524,65 @@ "lineNumber": 50 }, "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-public.IExpressionLoaderParams.executionContext", + "type": "Object", + "tags": [], + "label": "executionContext", + "description": [], + "signature": [ + { + "pluginId": "core", + "scope": "public", + "docId": "kibCorePluginApi", + "section": "def-public.IExecutionContextContainer", + "text": "IExecutionContextContainer" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/expressions/public/types/index.ts", + "lineNumber": 51 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-public.IExpressionLoaderParams.partial", + "type": "CompoundType", + "tags": [], + "label": "partial", + "description": [ + "\nThe flag to toggle on emitting partial results.\nBy default, the partial results are disabled." + ], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/expressions/public/types/index.ts", + "lineNumber": 57 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-public.IExpressionLoaderParams.throttle", + "type": "number", + "tags": [], + "label": "throttle", + "description": [ + "\nThrottling of partial results in milliseconds. 0 is disabling the throttling.\nBy default, it equals 1000." + ], + "signature": [ + "number | undefined" + ], + "source": { + "path": "src/plugins/expressions/public/types/index.ts", + "lineNumber": 63 + }, + "deprecated": false } ], "initialIsOpen": false @@ -10907,7 +11215,7 @@ "label": "onData$", "description": [], "signature": [ - "((data: TData, adapters?: TInspectorAdapters | undefined) => void) | undefined" + "((data: TData, adapters?: TInspectorAdapters | undefined, partial?: boolean | undefined) => void) | undefined" ], "source": { "path": "src/plugins/expressions/public/react_expression_renderer.tsx", @@ -10930,7 +11238,7 @@ ], "source": { "path": "src/plugins/expressions/public/react_expression_renderer.tsx", - "lineNumber": 37 + "lineNumber": 41 }, "deprecated": false }, @@ -10946,7 +11254,7 @@ ], "source": { "path": "src/plugins/expressions/public/react_expression_renderer.tsx", - "lineNumber": 38 + "lineNumber": 42 }, "deprecated": false } @@ -10979,7 +11287,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 104 + "lineNumber": 108 }, "deprecated": false, "children": [ @@ -10995,7 +11303,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 105 + "lineNumber": 109 }, "deprecated": false } @@ -11493,7 +11801,7 @@ ], "source": { "path": "src/plugins/expressions/public/react_expression_renderer.tsx", - "lineNumber": 49 + "lineNumber": 53 }, "deprecated": false, "initialIsOpen": false @@ -11900,7 +12208,7 @@ ], "source": { "path": "src/plugins/expressions/public/react_expression_renderer.tsx", - "lineNumber": 41 + "lineNumber": 45 }, "deprecated": false, "initialIsOpen": false @@ -12153,7 +12461,41 @@ "section": "def-common.ExpressionExecutionParams", "text": "ExpressionExecutionParams" }, - " | undefined) => Promise; readonly fork: () => ", + " | undefined) => ", + "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"error\", { error: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ErrorLike", + "text": "ErrorLike" + }, + "; info?: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + " | undefined; }> | Output>>; readonly fork: () => ", { "pluginId": "expressions", "scope": "common", @@ -12289,7 +12631,7 @@ ], "source": { "path": "src/plugins/expressions/public/loader.ts", - "lineNumber": 194 + "lineNumber": 195 }, "deprecated": false }, @@ -12312,7 +12654,7 @@ ], "source": { "path": "src/plugins/expressions/public/loader.ts", - "lineNumber": 195 + "lineNumber": 196 }, "deprecated": false }, @@ -12334,7 +12676,7 @@ ], "source": { "path": "src/plugins/expressions/public/loader.ts", - "lineNumber": 196 + "lineNumber": 197 }, "deprecated": false } @@ -12383,7 +12725,7 @@ ], "source": { "path": "src/plugins/expressions/public/react_expression_renderer.tsx", - "lineNumber": 57 + "lineNumber": 61 }, "deprecated": false } @@ -12492,7 +12834,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 84 + "lineNumber": 99 }, "deprecated": false, "children": [ @@ -12521,6 +12863,14 @@ "section": "def-common.ExecutionState", "text": "ExecutionState" }, + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, ">, ", + " | undefined; }>>>, ", { "pluginId": "expressions", "scope": "common", @@ -12553,6 +12903,14 @@ "section": "def-common.ExecutionPureTransitions", "text": "ExecutionPureTransitions" }, + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, ">, {}>" + " | undefined; }>>>, {}>" ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 94 + "lineNumber": 109 }, "deprecated": false }, @@ -12599,7 +12957,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 102 + "lineNumber": 117 }, "deprecated": false }, @@ -12626,7 +12984,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 113 + "lineNumber": 128 }, "deprecated": false }, @@ -12641,6 +12999,14 @@ ], "signature": [ "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, ">" + " | undefined; }>>>" ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 140 + "lineNumber": 155 }, "deprecated": false }, @@ -12694,7 +13060,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 153 + "lineNumber": 168 }, "deprecated": false }, @@ -12707,7 +13073,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 159 + "lineNumber": 174 }, "deprecated": false }, @@ -12723,7 +13089,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 161 + "lineNumber": 176 }, "deprecated": false }, @@ -12739,7 +13105,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 165 + "lineNumber": 180 }, "deprecated": false, "children": [ @@ -12761,7 +13127,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 165 + "lineNumber": 180 }, "deprecated": false, "isRequired": true @@ -12783,7 +13149,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 229 + "lineNumber": 273 }, "deprecated": false, "children": [], @@ -12799,8 +13165,16 @@ "\nCall this method to start execution.\n\nN.B. `input` is initialized to `null` rather than `undefined` for legacy reasons,\nbecause in legacy interpreter it was set to `null` by default." ], "signature": [ - "(input?: Input) => ", + "(input?: Input, isSubExpression?: boolean | undefined) => ", "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, ">" + " | undefined; }>>>" ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 239 + "lineNumber": 283 }, "deprecated": false, "children": [ @@ -12845,10 +13219,27 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 239 + "lineNumber": 284 }, "deprecated": false, "isRequired": true + }, + { + "parentPluginId": "expressions", + "id": "def-server.Execution.start.$2", + "type": "CompoundType", + "tags": [], + "label": "isSubExpression", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 285 + }, + "deprecated": false, + "isRequired": false } ], "returnComment": [] @@ -12875,7 +13266,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 263 + "lineNumber": 307 }, "deprecated": false, "children": [ @@ -12898,7 +13289,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 263 + "lineNumber": 307 }, "deprecated": false, "isRequired": true @@ -12915,7 +13306,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 263 + "lineNumber": 307 }, "deprecated": false, "isRequired": true @@ -12945,7 +13336,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 336 + "lineNumber": 380 }, "deprecated": false, "children": [ @@ -12967,7 +13358,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 337 + "lineNumber": 381 }, "deprecated": false, "isRequired": true @@ -12984,7 +13375,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 338 + "lineNumber": 382 }, "deprecated": false, "isRequired": true @@ -13001,7 +13392,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 339 + "lineNumber": 383 }, "deprecated": false, "isRequired": true @@ -13021,7 +13412,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 374 + "lineNumber": 418 }, "deprecated": false, "children": [ @@ -13037,7 +13428,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 374 + "lineNumber": 418 }, "deprecated": false, "isRequired": true @@ -13054,7 +13445,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 374 + "lineNumber": 418 }, "deprecated": false, "isRequired": false @@ -13084,7 +13475,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 400 + "lineNumber": 444 }, "deprecated": false, "children": [ @@ -13106,7 +13497,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 400 + "lineNumber": 444 }, "deprecated": false, "isRequired": true @@ -13123,7 +13514,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 400 + "lineNumber": 444 }, "deprecated": false, "isRequired": true @@ -13140,7 +13531,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 400 + "lineNumber": 444 }, "deprecated": false, "isRequired": true @@ -13166,11 +13557,19 @@ }, ", input: T) => ", "Observable", - "" + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + ">" ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 489 + "lineNumber": 534 }, "deprecated": false, "children": [ @@ -13192,7 +13591,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 489 + "lineNumber": 534 }, "deprecated": false, "isRequired": true @@ -13209,7 +13608,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 489 + "lineNumber": 534 }, "deprecated": false, "isRequired": true @@ -13255,7 +13654,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 80 + "lineNumber": 86 }, "deprecated": false, "children": [ @@ -13287,7 +13686,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 82 + "lineNumber": 88 }, "deprecated": false, "children": [ @@ -13310,7 +13709,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 83 + "lineNumber": 89 }, "deprecated": false, "isRequired": false @@ -13361,7 +13760,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 91 + "lineNumber": 97 }, "deprecated": false }, @@ -13385,7 +13784,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 96 + "lineNumber": 102 }, "deprecated": true, "references": [] @@ -13410,7 +13809,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 101 + "lineNumber": 107 }, "deprecated": true, "references": [] @@ -13427,7 +13826,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 103 + "lineNumber": 109 }, "deprecated": false, "children": [ @@ -13450,7 +13849,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 103 + "lineNumber": 109 }, "deprecated": false, "isRequired": false @@ -13486,7 +13885,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 109 + "lineNumber": 115 }, "deprecated": false, "children": [ @@ -13517,7 +13916,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 110 + "lineNumber": 116 }, "deprecated": false, "isRequired": true @@ -13545,7 +13944,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 118 + "lineNumber": 124 }, "deprecated": false, "children": [ @@ -13561,7 +13960,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 118 + "lineNumber": 124 }, "deprecated": false, "isRequired": true @@ -13589,7 +13988,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 122 + "lineNumber": 128 }, "deprecated": false, "children": [], @@ -13623,7 +14022,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 126 + "lineNumber": 132 }, "deprecated": false, "children": [ @@ -13654,7 +14053,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 127 + "lineNumber": 133 }, "deprecated": false, "isRequired": true @@ -13682,7 +14081,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 135 + "lineNumber": 141 }, "deprecated": false, "children": [ @@ -13698,7 +14097,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 135 + "lineNumber": 141 }, "deprecated": false, "isRequired": true @@ -13726,7 +14125,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 139 + "lineNumber": 145 }, "deprecated": false, "children": [], @@ -13744,7 +14143,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 143 + "lineNumber": 149 }, "deprecated": false, "children": [ @@ -13760,7 +14159,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 143 + "lineNumber": 149 }, "deprecated": false, "isRequired": true @@ -13780,7 +14179,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 147 + "lineNumber": 153 }, "deprecated": false }, @@ -13813,6 +14212,14 @@ ") => ", "Observable", "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "<", { "pluginId": "expressions", "scope": "common", @@ -13836,11 +14243,11 @@ "section": "def-common.SerializableState", "text": "SerializableState" }, - " | undefined; }> | Output>" + " | undefined; }> | Output>>" ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 159 + "lineNumber": 165 }, "deprecated": false, "children": [ @@ -13865,7 +14272,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 160 + "lineNumber": 166 }, "deprecated": false, "isRequired": true @@ -13884,7 +14291,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 161 + "lineNumber": 167 }, "deprecated": false, "isRequired": true @@ -13907,7 +14314,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 162 + "lineNumber": 168 }, "deprecated": false, "isRequired": true @@ -13959,7 +14366,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 167 + "lineNumber": 173 }, "deprecated": false, "children": [ @@ -13982,7 +14389,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 168 + "lineNumber": 174 }, "deprecated": false, "isRequired": true @@ -14005,7 +14412,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 169 + "lineNumber": 175 }, "deprecated": false, "isRequired": true @@ -14042,7 +14449,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 215 + "lineNumber": 221 }, "deprecated": false, "children": [ @@ -14064,7 +14471,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 215 + "lineNumber": 221 }, "deprecated": false, "isRequired": true @@ -14082,7 +14489,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 215 + "lineNumber": 221 }, "deprecated": false, "isRequired": true @@ -14120,7 +14527,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 228 + "lineNumber": 234 }, "deprecated": false, "children": [ @@ -14142,7 +14549,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 228 + "lineNumber": 234 }, "deprecated": false, "isRequired": true @@ -14170,7 +14577,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 239 + "lineNumber": 245 }, "deprecated": false, "children": [ @@ -14192,7 +14599,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 239 + "lineNumber": 245 }, "deprecated": false, "isRequired": true @@ -14209,7 +14616,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 239 + "lineNumber": 245 }, "deprecated": false, "isRequired": true @@ -14219,13 +14626,46 @@ }, { "parentPluginId": "expressions", - "id": "def-server.Executor.migrate", + "id": "def-server.Executor.getAllMigrations", "type": "Function", "tags": [], - "label": "migrate", + "label": "getAllMigrations", "description": [], "signature": [ - "(ast: ", + "() => ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" + } + ], + "source": { + "path": "src/plugins/expressions/common/executor/executor.ts", + "lineNumber": 253 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "expressions", + "id": "def-server.Executor.migrateToLatest", + "type": "Function", + "tags": [], + "label": "migrateToLatest", + "description": [], + "signature": [ + "(state: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "<", { "pluginId": "kibanaUtils", "scope": "common", @@ -14233,7 +14673,7 @@ "section": "def-common.SerializableState", "text": "SerializableState" }, - ", version: string) => ", + ">) => ", { "pluginId": "expressions", "scope": "common", @@ -14244,46 +14684,38 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 247 + "lineNumber": 270 }, "deprecated": false, "children": [ { "parentPluginId": "expressions", - "id": "def-server.Executor.migrate.$1", + "id": "def-server.Executor.migrateToLatest.$1", "type": "Object", "tags": [], - "label": "ast", + "label": "state", "description": [], "signature": [ + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "<", { "pluginId": "kibanaUtils", "scope": "common", "docId": "kibKibanaUtilsPluginApi", "section": "def-common.SerializableState", "text": "SerializableState" - } - ], - "source": { - "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 247 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "expressions", - "id": "def-server.Executor.migrate.$2", - "type": "string", - "tags": [], - "label": "version", - "description": [], - "signature": [ - "string" + }, + ">" ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 247 + "lineNumber": 270 }, "deprecated": false, "isRequired": true @@ -14311,7 +14743,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 256 + "lineNumber": 283 }, "deprecated": false, "children": [], @@ -16544,7 +16976,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 58 + "lineNumber": 64 }, "deprecated": false, "children": [ @@ -16560,7 +16992,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 59 + "lineNumber": 65 }, "deprecated": false, "children": [ @@ -16583,7 +17015,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 59 + "lineNumber": 65 }, "deprecated": false, "isRequired": true @@ -16619,7 +17051,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 61 + "lineNumber": 67 }, "deprecated": false, "children": [ @@ -16650,7 +17082,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 62 + "lineNumber": 68 }, "deprecated": false, "isRequired": true @@ -16678,7 +17110,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 67 + "lineNumber": 73 }, "deprecated": false, "children": [ @@ -16694,7 +17126,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 67 + "lineNumber": 73 }, "deprecated": false, "isRequired": true @@ -16722,7 +17154,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 71 + "lineNumber": 77 }, "deprecated": false, "children": [], @@ -16748,7 +17180,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 75 + "lineNumber": 81 }, "deprecated": false, "children": [], @@ -16792,7 +17224,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 36 + "lineNumber": 42 }, "deprecated": false, "children": [ @@ -16808,7 +17240,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 37 + "lineNumber": 43 }, "deprecated": false, "children": [ @@ -16831,7 +17263,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 37 + "lineNumber": 43 }, "deprecated": false, "isRequired": true @@ -16867,7 +17299,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 39 + "lineNumber": 45 }, "deprecated": false, "children": [ @@ -16898,7 +17330,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 40 + "lineNumber": 46 }, "deprecated": false, "isRequired": true @@ -16926,7 +17358,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 45 + "lineNumber": 51 }, "deprecated": false, "children": [ @@ -16942,7 +17374,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 45 + "lineNumber": 51 }, "deprecated": false, "isRequired": true @@ -16970,7 +17402,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 49 + "lineNumber": 55 }, "deprecated": false, "children": [], @@ -16996,7 +17428,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 53 + "lineNumber": 59 }, "deprecated": false, "children": [], @@ -17127,7 +17559,23 @@ "section": "def-common.InferFunctionDefinition", "text": "InferFunctionDefinition" }, - "[\"name\"], initialArgs: { [K in keyof FunctionArgs]: FunctionArgs[K] | ", + "[\"name\"], initialArgs: { [K in keyof FunctionArgs]: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + " | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + "[] | FunctionArgs[K] | ", { "pluginId": "expressions", "scope": "common", @@ -17195,7 +17643,23 @@ "Object containing the arguments to this function." ], "signature": [ - "{ [K in keyof FunctionArgs]: FunctionArgs[K] | ", + "{ [K in keyof FunctionArgs]: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + " | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + "[] | FunctionArgs[K] | ", { "pluginId": "expressions", "scope": "common", @@ -17526,7 +17990,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 98 + "lineNumber": 102 }, "deprecated": false, "children": [ @@ -17542,7 +18006,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 99 + "lineNumber": 103 }, "deprecated": false }, @@ -17565,7 +18029,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 100 + "lineNumber": 104 }, "deprecated": false }, @@ -17581,7 +18045,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 101 + "lineNumber": 105 }, "deprecated": false } @@ -17599,7 +18063,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 89 + "lineNumber": 93 }, "deprecated": false, "children": [ @@ -17612,7 +18076,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 90 + "lineNumber": 94 }, "deprecated": false }, @@ -17625,7 +18089,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 91 + "lineNumber": 95 }, "deprecated": false }, @@ -17647,7 +18111,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 92 + "lineNumber": 96 }, "deprecated": false } @@ -17675,7 +18139,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 20 + "lineNumber": 21 }, "deprecated": false, "children": [ @@ -17693,7 +18157,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 27 + "lineNumber": 28 }, "deprecated": false, "returnComment": [], @@ -17713,7 +18177,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 32 + "lineNumber": 33 }, "deprecated": false }, @@ -17739,7 +18203,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 37 + "lineNumber": 38 }, "deprecated": false }, @@ -17757,7 +18221,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 42 + "lineNumber": 43 }, "deprecated": false }, @@ -17775,7 +18239,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 47 + "lineNumber": 48 }, "deprecated": false }, @@ -17793,7 +18257,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 52 + "lineNumber": 53 }, "deprecated": false, "returnComment": [], @@ -17821,7 +18285,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 59 + "lineNumber": 60 }, "deprecated": false }, @@ -17839,9 +18303,37 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 64 + "lineNumber": 65 }, "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-server.ExecutionContext.getExecutionContext", + "type": "Function", + "tags": [], + "label": "getExecutionContext", + "description": [ + "\nContains the meta-data about the source of the expression." + ], + "signature": [ + "() => ", + { + "pluginId": "core", + "scope": "public", + "docId": "kibCorePluginApi", + "section": "def-public.IExecutionContextContainer", + "text": "IExecutionContextContainer" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/expressions/common/execution/types.ts", + "lineNumber": 70 + }, + "deprecated": false, + "returnComment": [], + "children": [] } ], "initialIsOpen": false @@ -17855,7 +18347,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 71 + "lineNumber": 86 }, "deprecated": false, "children": [ @@ -17878,7 +18370,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 72 + "lineNumber": 87 }, "deprecated": false }, @@ -17901,7 +18393,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 73 + "lineNumber": 88 }, "deprecated": false }, @@ -17917,7 +18409,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 74 + "lineNumber": 89 }, "deprecated": false }, @@ -17939,7 +18431,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 75 + "lineNumber": 90 }, "deprecated": false } @@ -20598,7 +21090,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 104 + "lineNumber": 108 }, "deprecated": false, "children": [ @@ -20614,7 +21106,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 105 + "lineNumber": 109 }, "deprecated": false } @@ -21712,7 +22204,41 @@ "section": "def-common.ExpressionExecutionParams", "text": "ExpressionExecutionParams" }, - " | undefined) => Promise; readonly fork: () => ", + " | undefined) => ", + "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"error\", { error: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ErrorLike", + "text": "ErrorLike" + }, + "; info?: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + " | undefined; }> | Output>>; readonly fork: () => ", { "pluginId": "expressions", "scope": "common", @@ -21776,7 +22302,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 84 + "lineNumber": 99 }, "deprecated": false, "children": [ @@ -21805,37 +22331,13 @@ "section": "def-common.ExecutionState", "text": "ExecutionState" }, - ">, ", + "<", { "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionPureTransitions", - "text": "ExecutionPureTransitions" + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" }, ">, {}>" - ], - "source": { - "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 94 - }, - "deprecated": false - }, - { - "parentPluginId": "expressions", - "id": "def-common.Execution.input", - "type": "Uncategorized", - "tags": [], - "label": "input", - "description": [ - "\nInitial input of the execution.\n\nN.B. It is initialized to `null` rather than `undefined` for legacy reasons,\nbecause in legacy interpreter it was set to `null` by default." - ], - "signature": [ - "Input" - ], - "source": { - "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 102 - }, - "deprecated": false - }, - { - "parentPluginId": "expressions", - "id": "def-common.Execution.context", - "type": "Object", - "tags": [], - "label": "context", - "description": [ - "\nExecution context - object that allows to do side-effects. Context is passed\nto every function." - ], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContext", - "text": "ExecutionContext" - }, - "" - ], - "source": { - "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 113 - }, - "deprecated": false - }, - { - "parentPluginId": "expressions", - "id": "def-common.Execution.result", - "type": "Object", - "tags": [], - "label": "result", - "description": [ - "\nFuture that tracks result or error of this execution." - ], - "signature": [ - "Observable", - ">>, ", { "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", - "section": "def-common.ErrorLike", - "text": "ErrorLike" - }, - "; info?: ", - { - "pluginId": "kibanaUtils", - "scope": "common", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-common.SerializableState", - "text": "SerializableState" + "section": "def-common.ExecutionPureTransitions", + "text": "ExecutionPureTransitions" }, - " | undefined; }>>" - ], - "source": { - "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 140 - }, - "deprecated": false - }, - { - "parentPluginId": "expressions", - "id": "def-common.Execution.contract", - "type": "Object", - "tags": [], - "label": "contract", - "description": [ - "\nContract is a public representation of `Execution` instances. Contract we\ncan return to other plugins for their consumption." - ], - "signature": [ + "<", { "pluginId": "expressions", "scope": "common", "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionContract", - "text": "ExecutionContract" + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" }, - "" - ], - "source": { - "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 153 - }, - "deprecated": false - }, - { - "parentPluginId": "expressions", - "id": "def-common.Execution.expression", - "type": "string", - "tags": [], - "label": "expression", - "description": [], - "source": { - "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 159 - }, - "deprecated": false - }, - { - "parentPluginId": "expressions", - "id": "def-common.Execution.inspectorAdapters", - "type": "Uncategorized", - "tags": [], - "label": "inspectorAdapters", - "description": [], - "signature": [ - "InspectorAdapters" - ], - "source": { - "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 161 - }, - "deprecated": false - }, - { - "parentPluginId": "expressions", - "id": "def-common.Execution.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 165 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "expressions", - "id": "def-common.Execution.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "execution", - "description": [], - "signature": [ - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExecutionParams", - "text": "ExecutionParams" - } - ], - "source": { - "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 165 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "expressions", - "id": "def-common.Execution.cancel", - "type": "Function", - "tags": [], - "label": "cancel", - "description": [ - "\nStop execution of expression." - ], - "signature": [ - "() => void" - ], - "source": { - "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 229 - }, - "deprecated": false, - "children": [], - "returnComment": [] - }, - { - "parentPluginId": "expressions", - "id": "def-common.Execution.start", - "type": "Function", - "tags": [], - "label": "start", - "description": [ - "\nCall this method to start execution.\n\nN.B. `input` is initialized to `null` rather than `undefined` for legacy reasons,\nbecause in legacy interpreter it was set to `null` by default." - ], - "signature": [ - "(input?: Input) => ", - "Observable", ">" + " | undefined; }>>>, {}>" ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 239 + "lineNumber": 109 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.Execution.input", + "type": "Uncategorized", + "tags": [], + "label": "input", + "description": [ + "\nInitial input of the execution.\n\nN.B. It is initialized to `null` rather than `undefined` for legacy reasons,\nbecause in legacy interpreter it was set to `null` by default." + ], + "signature": [ + "Input" + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 117 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.Execution.context", + "type": "Object", + "tags": [], + "label": "context", + "description": [ + "\nExecution context - object that allows to do side-effects. Context is passed\nto every function." + ], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "" + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 128 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.Execution.result", + "type": "Object", + "tags": [], + "label": "result", + "description": [ + "\nFuture that tracks result or error of this execution." + ], + "signature": [ + "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + ">>" + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 155 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.Execution.contract", + "type": "Object", + "tags": [], + "label": "contract", + "description": [ + "\nContract is a public representation of `Execution` instances. Contract we\ncan return to other plugins for their consumption." + ], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContract", + "text": "ExecutionContract" + }, + "" + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 168 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.Execution.expression", + "type": "string", + "tags": [], + "label": "expression", + "description": [], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 174 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.Execution.inspectorAdapters", + "type": "Uncategorized", + "tags": [], + "label": "inspectorAdapters", + "description": [], + "signature": [ + "InspectorAdapters" + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 176 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.Execution.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 180 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressions", + "id": "def-common.Execution.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "execution", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionParams", + "text": "ExecutionParams" + } + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 180 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "expressions", + "id": "def-common.Execution.cancel", + "type": "Function", + "tags": [], + "label": "cancel", + "description": [ + "\nStop execution of expression." + ], + "signature": [ + "() => void" + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 273 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "expressions", + "id": "def-common.Execution.start", + "type": "Function", + "tags": [], + "label": "start", + "description": [ + "\nCall this method to start execution.\n\nN.B. `input` is initialized to `null` rather than `undefined` for legacy reasons,\nbecause in legacy interpreter it was set to `null` by default." + ], + "signature": [ + "(input?: Input, isSubExpression?: boolean | undefined) => ", + "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + ">>" + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 283 }, "deprecated": false, "children": [ @@ -22129,10 +22687,27 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 239 + "lineNumber": 284 }, "deprecated": false, "isRequired": true + }, + { + "parentPluginId": "expressions", + "id": "def-common.Execution.start.$2", + "type": "CompoundType", + "tags": [], + "label": "isSubExpression", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 285 + }, + "deprecated": false, + "isRequired": false } ], "returnComment": [] @@ -22159,7 +22734,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 263 + "lineNumber": 307 }, "deprecated": false, "children": [ @@ -22182,7 +22757,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 263 + "lineNumber": 307 }, "deprecated": false, "isRequired": true @@ -22199,7 +22774,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 263 + "lineNumber": 307 }, "deprecated": false, "isRequired": true @@ -22229,7 +22804,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 336 + "lineNumber": 380 }, "deprecated": false, "children": [ @@ -22251,7 +22826,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 337 + "lineNumber": 381 }, "deprecated": false, "isRequired": true @@ -22268,7 +22843,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 338 + "lineNumber": 382 }, "deprecated": false, "isRequired": true @@ -22285,7 +22860,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 339 + "lineNumber": 383 }, "deprecated": false, "isRequired": true @@ -22305,7 +22880,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 374 + "lineNumber": 418 }, "deprecated": false, "children": [ @@ -22321,7 +22896,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 374 + "lineNumber": 418 }, "deprecated": false, "isRequired": true @@ -22338,7 +22913,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 374 + "lineNumber": 418 }, "deprecated": false, "isRequired": false @@ -22368,7 +22943,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 400 + "lineNumber": 444 }, "deprecated": false, "children": [ @@ -22390,7 +22965,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 400 + "lineNumber": 444 }, "deprecated": false, "isRequired": true @@ -22407,7 +22982,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 400 + "lineNumber": 444 }, "deprecated": false, "isRequired": true @@ -22424,7 +22999,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 400 + "lineNumber": 444 }, "deprecated": false, "isRequired": true @@ -22450,11 +23025,19 @@ }, ", input: T) => ", "Observable", - "" + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + ">" ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 489 + "lineNumber": 534 }, "deprecated": false, "children": [ @@ -22476,7 +23059,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 489 + "lineNumber": 534 }, "deprecated": false, "isRequired": true @@ -22493,7 +23076,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 489 + "lineNumber": 534 }, "deprecated": false, "isRequired": true @@ -22615,7 +23198,17 @@ "\nReturns the final output of expression, if any error happens still\nwraps that error into `ExpressionValueError` type and returns that.\nThis function never throws." ], "signature": [ - "() => Promise<", + "() => ", + "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "<", { "pluginId": "expressions", "scope": "common", @@ -22639,7 +23232,7 @@ "section": "def-common.SerializableState", "text": "SerializableState" }, - " | undefined; }> | Output>" + " | undefined; }> | Output>>" ], "source": { "path": "src/plugins/expressions/common/execution/execution_contract.ts", @@ -22754,7 +23347,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 80 + "lineNumber": 86 }, "deprecated": false, "children": [ @@ -22786,7 +23379,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 82 + "lineNumber": 88 }, "deprecated": false, "children": [ @@ -22809,7 +23402,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 83 + "lineNumber": 89 }, "deprecated": false, "isRequired": false @@ -22860,7 +23453,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 91 + "lineNumber": 97 }, "deprecated": false }, @@ -22884,7 +23477,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 96 + "lineNumber": 102 }, "deprecated": true, "references": [] @@ -22909,7 +23502,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 101 + "lineNumber": 107 }, "deprecated": true, "references": [] @@ -22926,7 +23519,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 103 + "lineNumber": 109 }, "deprecated": false, "children": [ @@ -22949,7 +23542,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 103 + "lineNumber": 109 }, "deprecated": false, "isRequired": false @@ -22985,7 +23578,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 109 + "lineNumber": 115 }, "deprecated": false, "children": [ @@ -23016,7 +23609,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 110 + "lineNumber": 116 }, "deprecated": false, "isRequired": true @@ -23044,7 +23637,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 118 + "lineNumber": 124 }, "deprecated": false, "children": [ @@ -23060,7 +23653,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 118 + "lineNumber": 124 }, "deprecated": false, "isRequired": true @@ -23088,7 +23681,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 122 + "lineNumber": 128 }, "deprecated": false, "children": [], @@ -23122,7 +23715,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 126 + "lineNumber": 132 }, "deprecated": false, "children": [ @@ -23153,7 +23746,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 127 + "lineNumber": 133 }, "deprecated": false, "isRequired": true @@ -23181,7 +23774,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 135 + "lineNumber": 141 }, "deprecated": false, "children": [ @@ -23197,7 +23790,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 135 + "lineNumber": 141 }, "deprecated": false, "isRequired": true @@ -23225,7 +23818,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 139 + "lineNumber": 145 }, "deprecated": false, "children": [], @@ -23243,7 +23836,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 143 + "lineNumber": 149 }, "deprecated": false, "children": [ @@ -23259,7 +23852,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 143 + "lineNumber": 149 }, "deprecated": false, "isRequired": true @@ -23279,7 +23872,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 147 + "lineNumber": 153 }, "deprecated": false }, @@ -23312,6 +23905,14 @@ ") => ", "Observable", "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "<", { "pluginId": "expressions", "scope": "common", @@ -23335,11 +23936,11 @@ "section": "def-common.SerializableState", "text": "SerializableState" }, - " | undefined; }> | Output>" + " | undefined; }> | Output>>" ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 159 + "lineNumber": 165 }, "deprecated": false, "children": [ @@ -23364,7 +23965,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 160 + "lineNumber": 166 }, "deprecated": false, "isRequired": true @@ -23383,7 +23984,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 161 + "lineNumber": 167 }, "deprecated": false, "isRequired": true @@ -23406,7 +24007,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 162 + "lineNumber": 168 }, "deprecated": false, "isRequired": true @@ -23458,7 +24059,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 167 + "lineNumber": 173 }, "deprecated": false, "children": [ @@ -23481,7 +24082,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 168 + "lineNumber": 174 }, "deprecated": false, "isRequired": true @@ -23504,7 +24105,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 169 + "lineNumber": 175 }, "deprecated": false, "isRequired": true @@ -23541,7 +24142,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 215 + "lineNumber": 221 }, "deprecated": false, "children": [ @@ -23563,7 +24164,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 215 + "lineNumber": 221 }, "deprecated": false, "isRequired": true @@ -23581,7 +24182,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 215 + "lineNumber": 221 }, "deprecated": false, "isRequired": true @@ -23619,7 +24220,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 228 + "lineNumber": 234 }, "deprecated": false, "children": [ @@ -23641,7 +24242,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 228 + "lineNumber": 234 }, "deprecated": false, "isRequired": true @@ -23669,7 +24270,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 239 + "lineNumber": 245 }, "deprecated": false, "children": [ @@ -23691,7 +24292,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 239 + "lineNumber": 245 }, "deprecated": false, "isRequired": true @@ -23708,7 +24309,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 239 + "lineNumber": 245 }, "deprecated": false, "isRequired": true @@ -23718,13 +24319,46 @@ }, { "parentPluginId": "expressions", - "id": "def-common.Executor.migrate", + "id": "def-common.Executor.getAllMigrations", "type": "Function", "tags": [], - "label": "migrate", + "label": "getAllMigrations", "description": [], "signature": [ - "(ast: ", + "() => ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" + } + ], + "source": { + "path": "src/plugins/expressions/common/executor/executor.ts", + "lineNumber": 253 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "expressions", + "id": "def-common.Executor.migrateToLatest", + "type": "Function", + "tags": [], + "label": "migrateToLatest", + "description": [], + "signature": [ + "(state: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "<", { "pluginId": "kibanaUtils", "scope": "common", @@ -23732,7 +24366,7 @@ "section": "def-common.SerializableState", "text": "SerializableState" }, - ", version: string) => ", + ">) => ", { "pluginId": "expressions", "scope": "common", @@ -23743,46 +24377,38 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 247 + "lineNumber": 270 }, "deprecated": false, "children": [ { "parentPluginId": "expressions", - "id": "def-common.Executor.migrate.$1", + "id": "def-common.Executor.migrateToLatest.$1", "type": "Object", "tags": [], - "label": "ast", + "label": "state", "description": [], "signature": [ + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "<", { "pluginId": "kibanaUtils", "scope": "common", "docId": "kibKibanaUtilsPluginApi", "section": "def-common.SerializableState", "text": "SerializableState" - } - ], - "source": { - "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 247 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "expressions", - "id": "def-common.Executor.migrate.$2", - "type": "string", - "tags": [], - "label": "version", - "description": [], - "signature": [ - "string" + }, + ">" ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 247 + "lineNumber": 270 }, "deprecated": false, "isRequired": true @@ -23810,7 +24436,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 256 + "lineNumber": 283 }, "deprecated": false, "children": [], @@ -25137,7 +25763,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 189 + "lineNumber": 197 }, "deprecated": false, "children": [ @@ -25160,7 +25786,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 190 + "lineNumber": 198 }, "deprecated": false }, @@ -25182,7 +25808,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 191 + "lineNumber": 199 }, "deprecated": false }, @@ -25198,7 +25824,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 193 + "lineNumber": 201 }, "deprecated": false, "children": [ @@ -25220,7 +25846,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 193 + "lineNumber": 201 }, "deprecated": false, "isRequired": true @@ -25258,7 +25884,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 233 + "lineNumber": 241 }, "deprecated": false, "children": [ @@ -25289,7 +25915,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 234 + "lineNumber": 242 }, "deprecated": false, "isRequired": true @@ -25325,7 +25951,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 237 + "lineNumber": 245 }, "deprecated": false, "children": [ @@ -25356,7 +25982,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 238 + "lineNumber": 246 }, "deprecated": false, "isRequired": true @@ -25392,7 +26018,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 241 + "lineNumber": 249 }, "deprecated": false, "children": [ @@ -25423,7 +26049,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 242 + "lineNumber": 250 }, "deprecated": false, "isRequired": true @@ -25455,11 +26081,45 @@ "section": "def-common.ExpressionExecutionParams", "text": "ExpressionExecutionParams" }, - " | undefined) => Promise" + " | undefined) => ", + "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"error\", { error: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ErrorLike", + "text": "ErrorLike" + }, + "; info?: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + " | undefined; }> | Output>>" ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 245 + "lineNumber": 253 }, "deprecated": false, "children": [ @@ -25482,7 +26142,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 245 + "lineNumber": 253 }, "deprecated": false, "isRequired": true @@ -25499,7 +26159,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 245 + "lineNumber": 253 }, "deprecated": false, "isRequired": true @@ -25523,7 +26183,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 245 + "lineNumber": 253 }, "deprecated": false, "isRequired": false @@ -25551,7 +26211,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 248 + "lineNumber": 256 }, "deprecated": false, "children": [ @@ -25567,7 +26227,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 248 + "lineNumber": 256 }, "deprecated": false, "isRequired": true @@ -25597,7 +26257,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 255 + "lineNumber": 263 }, "deprecated": false, "children": [], @@ -25623,7 +26283,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 258 + "lineNumber": 266 }, "deprecated": false, "children": [ @@ -25639,7 +26299,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 258 + "lineNumber": 266 }, "deprecated": false, "isRequired": true @@ -25669,7 +26329,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 265 + "lineNumber": 273 }, "deprecated": false, "children": [], @@ -25695,7 +26355,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 268 + "lineNumber": 276 }, "deprecated": false, "children": [ @@ -25711,7 +26371,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 268 + "lineNumber": 276 }, "deprecated": false, "isRequired": true @@ -25741,7 +26401,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 275 + "lineNumber": 283 }, "deprecated": false, "children": [], @@ -25783,7 +26443,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 277 + "lineNumber": 285 }, "deprecated": false, "returnComment": [], @@ -25807,7 +26467,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 147 + "lineNumber": 155 }, "deprecated": false }, @@ -25823,7 +26483,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 149 + "lineNumber": 157 }, "deprecated": false }, @@ -25846,7 +26506,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 150 + "lineNumber": 158 }, "deprecated": false } @@ -25871,7 +26531,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 283 + "lineNumber": 291 }, "deprecated": false, "children": [], @@ -25899,7 +26559,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 295 + "lineNumber": 303 }, "deprecated": false, "children": [ @@ -25923,7 +26583,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 296 + "lineNumber": 304 }, "deprecated": false, "isRequired": true @@ -25940,7 +26600,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 297 + "lineNumber": 305 }, "deprecated": false, "isRequired": true @@ -25980,7 +26640,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 307 + "lineNumber": 315 }, "deprecated": false, "children": [ @@ -26004,7 +26664,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 307 + "lineNumber": 315 }, "deprecated": false, "isRequired": true @@ -26045,7 +26705,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 317 + "lineNumber": 325 }, "deprecated": false, "children": [ @@ -26069,7 +26729,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 317 + "lineNumber": 325 }, "deprecated": false, "isRequired": true @@ -26089,7 +26749,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 317 + "lineNumber": 325 }, "deprecated": false, "isRequired": true @@ -26101,15 +26761,50 @@ }, { "parentPluginId": "expressions", - "id": "def-common.ExpressionsService.migrate", + "id": "def-common.ExpressionsService.getAllMigrations", + "type": "Function", + "tags": [], + "label": "getAllMigrations", + "description": [ + "\ngets an object with semver mapped to a migration function" + ], + "signature": [ + "() => ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" + } + ], + "source": { + "path": "src/plugins/expressions/common/service/expressions_services.ts", + "lineNumber": 332 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "expressions", + "id": "def-common.ExpressionsService.migrateToLatest", "type": "Function", "tags": [], - "label": "migrate", + "label": "migrateToLatest", "description": [ - "\nRuns the migration (if it exists) for specified version. This will run a single migration step (ie from 7.10.0 to 7.10.1)" + "\nmigrates an old expression to latest version" ], "signature": [ "(state: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "<", { "pluginId": "kibanaUtils", "scope": "common", @@ -26117,7 +26812,7 @@ "section": "def-common.SerializableState", "text": "SerializableState" }, - ", version: string) => ", + ">) => ", { "pluginId": "expressions", "scope": "common", @@ -26128,58 +26823,44 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 327 + "lineNumber": 340 }, "deprecated": false, "children": [ { "parentPluginId": "expressions", - "id": "def-common.ExpressionsService.migrate.$1", + "id": "def-common.ExpressionsService.migrateToLatest.$1", "type": "Object", "tags": [], "label": "state", - "description": [ - "expression AST to update" - ], + "description": [], "signature": [ + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "<", { "pluginId": "kibanaUtils", "scope": "common", "docId": "kibKibanaUtilsPluginApi", "section": "def-common.SerializableState", "text": "SerializableState" - } - ], - "source": { - "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 327 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "expressions", - "id": "def-common.ExpressionsService.migrate.$2", - "type": "string", - "tags": [], - "label": "version", - "description": [ - "defines which migration version to run" - ], - "signature": [ - "string" + }, + ">" ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 327 + "lineNumber": 340 }, "deprecated": false, "isRequired": true } ], - "returnComment": [ - "new migrated expression AST" - ] + "returnComment": [] }, { "parentPluginId": "expressions", @@ -26203,7 +26884,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 335 + "lineNumber": 348 }, "deprecated": false, "children": [ @@ -26219,7 +26900,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 335 + "lineNumber": 348 }, "deprecated": false, "isRequired": true @@ -26248,7 +26929,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 360 + "lineNumber": 374 }, "deprecated": false, "children": [ @@ -26264,7 +26945,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 360 + "lineNumber": 374 }, "deprecated": false, "isRequired": true @@ -26284,7 +26965,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 364 + "lineNumber": 378 }, "deprecated": false, "children": [], @@ -26816,7 +27497,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 58 + "lineNumber": 64 }, "deprecated": false, "children": [ @@ -26832,7 +27513,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 59 + "lineNumber": 65 }, "deprecated": false, "children": [ @@ -26855,7 +27536,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 59 + "lineNumber": 65 }, "deprecated": false, "isRequired": true @@ -26891,7 +27572,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 61 + "lineNumber": 67 }, "deprecated": false, "children": [ @@ -26922,7 +27603,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 62 + "lineNumber": 68 }, "deprecated": false, "isRequired": true @@ -26950,7 +27631,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 67 + "lineNumber": 73 }, "deprecated": false, "children": [ @@ -26966,7 +27647,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 67 + "lineNumber": 73 }, "deprecated": false, "isRequired": true @@ -26994,7 +27675,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 71 + "lineNumber": 77 }, "deprecated": false, "children": [], @@ -27020,7 +27701,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 75 + "lineNumber": 81 }, "deprecated": false, "children": [], @@ -27181,7 +27862,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 36 + "lineNumber": 42 }, "deprecated": false, "children": [ @@ -27197,7 +27878,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 37 + "lineNumber": 43 }, "deprecated": false, "children": [ @@ -27220,7 +27901,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 37 + "lineNumber": 43 }, "deprecated": false, "isRequired": true @@ -27256,7 +27937,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 39 + "lineNumber": 45 }, "deprecated": false, "children": [ @@ -27287,7 +27968,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 40 + "lineNumber": 46 }, "deprecated": false, "isRequired": true @@ -27315,7 +27996,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 45 + "lineNumber": 51 }, "deprecated": false, "children": [ @@ -27331,7 +28012,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 45 + "lineNumber": 51 }, "deprecated": false, "isRequired": true @@ -27359,7 +28040,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 49 + "lineNumber": 55 }, "deprecated": false, "children": [], @@ -27385,7 +28066,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 53 + "lineNumber": 59 }, "deprecated": false, "children": [], @@ -27516,7 +28197,23 @@ "section": "def-common.InferFunctionDefinition", "text": "InferFunctionDefinition" }, - "[\"name\"], initialArgs: { [K in keyof FunctionArgs]: FunctionArgs[K] | ", + "[\"name\"], initialArgs: { [K in keyof FunctionArgs]: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + " | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + "[] | FunctionArgs[K] | ", { "pluginId": "expressions", "scope": "common", @@ -27584,7 +28281,23 @@ "Object containing the arguments to this function." ], "signature": [ - "{ [K in keyof FunctionArgs]: FunctionArgs[K] | ", + "{ [K in keyof FunctionArgs]: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + " | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + "[] | FunctionArgs[K] | ", { "pluginId": "expressions", "scope": "common", @@ -28870,6 +29583,67 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "expressions", + "id": "def-common.CreateTableArguments", + "type": "Interface", + "tags": [], + "label": "CreateTableArguments", + "description": [], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 13 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressions", + "id": "def-common.CreateTableArguments.ids", + "type": "Array", + "tags": [], + "label": "ids", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 14 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.CreateTableArguments.names", + "type": "CompoundType", + "tags": [], + "label": "names", + "description": [], + "signature": [ + "string[] | null" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 15 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.CreateTableArguments.rowCount", + "type": "number", + "tags": [], + "label": "rowCount", + "description": [], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 16 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "expressions", "id": "def-common.CSSStyle", @@ -29145,7 +29919,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 98 + "lineNumber": 102 }, "deprecated": false, "children": [ @@ -29161,7 +29935,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 99 + "lineNumber": 103 }, "deprecated": false }, @@ -29184,7 +29958,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 100 + "lineNumber": 104 }, "deprecated": false }, @@ -29200,7 +29974,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 101 + "lineNumber": 105 }, "deprecated": false } @@ -29218,7 +29992,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 89 + "lineNumber": 93 }, "deprecated": false, "children": [ @@ -29231,7 +30005,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 90 + "lineNumber": 94 }, "deprecated": false }, @@ -29244,7 +30018,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 91 + "lineNumber": 95 }, "deprecated": false }, @@ -29266,7 +30040,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 92 + "lineNumber": 96 }, "deprecated": false } @@ -29340,6 +30114,24 @@ }, "deprecated": false }, + { + "parentPluginId": "expressions", + "id": "def-common.DatatableColumnMeta.dimensionName", + "type": "string", + "tags": [], + "label": "dimensionName", + "description": [ + "\nnames the domain this column represents" + ], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", + "lineNumber": 75 + }, + "deprecated": false + }, { "parentPluginId": "expressions", "id": "def-common.DatatableColumnMeta.params", @@ -29361,7 +30153,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 75 + "lineNumber": 79 }, "deprecated": false }, @@ -29379,7 +30171,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 79 + "lineNumber": 83 }, "deprecated": false }, @@ -29398,7 +30190,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 83 + "lineNumber": 87 }, "deprecated": false } @@ -29433,7 +30225,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 70 + "lineNumber": 76 }, "deprecated": false, "children": [ @@ -29455,7 +30247,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 71 + "lineNumber": 77 }, "deprecated": false }, @@ -29477,7 +30269,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 72 + "lineNumber": 78 }, "deprecated": false } @@ -29579,7 +30371,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 20 + "lineNumber": 21 }, "deprecated": false, "children": [ @@ -29597,7 +30389,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 27 + "lineNumber": 28 }, "deprecated": false, "returnComment": [], @@ -29617,7 +30409,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 32 + "lineNumber": 33 }, "deprecated": false }, @@ -29643,7 +30435,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 37 + "lineNumber": 38 }, "deprecated": false }, @@ -29661,7 +30453,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 42 + "lineNumber": 43 }, "deprecated": false }, @@ -29679,7 +30471,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 47 + "lineNumber": 48 }, "deprecated": false }, @@ -29697,7 +30489,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 52 + "lineNumber": 53 }, "deprecated": false, "returnComment": [], @@ -29725,7 +30517,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 59 + "lineNumber": 60 }, "deprecated": false }, @@ -29743,9 +30535,37 @@ ], "source": { "path": "src/plugins/expressions/common/execution/types.ts", - "lineNumber": 64 + "lineNumber": 65 }, "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.ExecutionContext.getExecutionContext", + "type": "Function", + "tags": [], + "label": "getExecutionContext", + "description": [ + "\nContains the meta-data about the source of the expression." + ], + "signature": [ + "() => ", + { + "pluginId": "core", + "scope": "public", + "docId": "kibCorePluginApi", + "section": "def-public.IExecutionContextContainer", + "text": "IExecutionContextContainer" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/expressions/common/execution/types.ts", + "lineNumber": 70 + }, + "deprecated": false, + "returnComment": [], + "children": [] } ], "initialIsOpen": false @@ -29759,7 +30579,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 71 + "lineNumber": 86 }, "deprecated": false, "children": [ @@ -29782,7 +30602,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 72 + "lineNumber": 87 }, "deprecated": false }, @@ -29805,7 +30625,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 73 + "lineNumber": 88 }, "deprecated": false }, @@ -29821,7 +30641,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 74 + "lineNumber": 89 }, "deprecated": false }, @@ -29843,7 +30663,7 @@ ], "source": { "path": "src/plugins/expressions/common/execution/execution.ts", - "lineNumber": 75 + "lineNumber": 90 }, "deprecated": false } @@ -30050,6 +30870,67 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "expressions", + "id": "def-common.ExecutionResult", + "type": "Interface", + "tags": [], + "label": "ExecutionResult", + "description": [ + "\nThe result returned after an expression function execution." + ], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "" + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 51 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressions", + "id": "def-common.ExecutionResult.partial", + "type": "boolean", + "tags": [], + "label": "partial", + "description": [ + "\nPartial result flag." + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 55 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.ExecutionResult.result", + "type": "Uncategorized", + "tags": [], + "label": "result", + "description": [ + "\nThe expression function result." + ], + "signature": [ + "Output" + ], + "source": { + "path": "src/plugins/expressions/common/execution/execution.ts", + "lineNumber": 60 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "expressions", "id": "def-common.ExecutionState", @@ -31242,7 +32123,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 27 + "lineNumber": 33 }, "deprecated": false, "children": [ @@ -31260,7 +32141,7 @@ ], "source": { "path": "src/plugins/expressions/common/executor/executor.ts", - "lineNumber": 33 + "lineNumber": 39 }, "deprecated": false } @@ -31276,7 +32157,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 56 + "lineNumber": 62 }, "deprecated": false, "children": [ @@ -31299,7 +32180,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 57 + "lineNumber": 63 }, "deprecated": false }, @@ -31315,7 +32196,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 59 + "lineNumber": 65 }, "deprecated": false }, @@ -31333,7 +32214,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 66 + "lineNumber": 72 }, "deprecated": false }, @@ -31358,7 +32239,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 73 + "lineNumber": 79 }, "deprecated": false }, @@ -31374,7 +32255,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 75 + "lineNumber": 81 }, "deprecated": false }, @@ -31390,7 +32271,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 77 + "lineNumber": 83 }, "deprecated": false }, @@ -31413,7 +32294,30 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 79 + "lineNumber": 85 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.ExpressionExecutionParams.executionContext", + "type": "Object", + "tags": [], + "label": "executionContext", + "description": [], + "signature": [ + { + "pluginId": "core", + "scope": "public", + "docId": "kibCorePluginApi", + "section": "def-public.IExecutionContextContainer", + "text": "IExecutionContextContainer" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/expressions/common/service/expressions_services.ts", + "lineNumber": 87 }, "deprecated": false } @@ -32514,7 +33418,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 165 + "lineNumber": 173 }, "deprecated": false, "children": [ @@ -32537,7 +33441,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 166 + "lineNumber": 174 }, "deprecated": false }, @@ -32560,7 +33464,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 167 + "lineNumber": 175 }, "deprecated": false } @@ -32578,7 +33482,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 86 + "lineNumber": 94 }, "deprecated": false, "children": [ @@ -32602,48 +33506,6 @@ }, " | undefined" ], - "source": { - "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 93 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "expressions", - "id": "def-common.name", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "source": { - "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 93 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "expressions", - "id": "def-common.ExpressionsServiceStart.getRenderer", - "type": "Function", - "tags": [], - "label": "getRenderer", - "description": [ - "\nGet a registered `ExpressionRenderer` by its name, which was registered\nusing the `registerRenderer` method. The returned `ExpressionRenderer`\ninstance is an internal representation of the renderer in Expressions\nservice - do not mutate that object." - ], - "signature": [ - "(name: string) => ", - { - "pluginId": "expressions", - "scope": "common", - "docId": "kibExpressionsPluginApi", - "section": "def-common.ExpressionRenderer", - "text": "ExpressionRenderer" - }, - " | null" - ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", "lineNumber": 101 @@ -32666,6 +33528,48 @@ } ] }, + { + "parentPluginId": "expressions", + "id": "def-common.ExpressionsServiceStart.getRenderer", + "type": "Function", + "tags": [], + "label": "getRenderer", + "description": [ + "\nGet a registered `ExpressionRenderer` by its name, which was registered\nusing the `registerRenderer` method. The returned `ExpressionRenderer`\ninstance is an internal representation of the renderer in Expressions\nservice - do not mutate that object." + ], + "signature": [ + "(name: string) => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderer", + "text": "ExpressionRenderer" + }, + " | null" + ], + "source": { + "path": "src/plugins/expressions/common/service/expressions_services.ts", + "lineNumber": 109 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "expressions", + "id": "def-common.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "src/plugins/expressions/common/service/expressions_services.ts", + "lineNumber": 109 + }, + "deprecated": false + } + ] + }, { "parentPluginId": "expressions", "id": "def-common.ExpressionsServiceStart.getType", @@ -32688,7 +33592,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 109 + "lineNumber": 117 }, "deprecated": false, "returnComment": [], @@ -32702,7 +33606,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 109 + "lineNumber": 117 }, "deprecated": false } @@ -32734,11 +33638,45 @@ "section": "def-common.ExpressionExecutionParams", "text": "ExpressionExecutionParams" }, - " | undefined) => Promise" + " | undefined) => ", + "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"error\", { error: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ErrorLike", + "text": "ErrorLike" + }, + "; info?: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + " | undefined; }> | Output>>" ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 135 + "lineNumber": 143 }, "deprecated": false, "returnComment": [], @@ -32762,7 +33700,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 136 + "lineNumber": 144 }, "deprecated": false }, @@ -32778,7 +33716,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 137 + "lineNumber": 145 }, "deprecated": false }, @@ -32801,7 +33739,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 138 + "lineNumber": 146 }, "deprecated": false } @@ -32845,7 +33783,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 146 + "lineNumber": 154 }, "deprecated": false, "returnComment": [], @@ -32869,7 +33807,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 147 + "lineNumber": 155 }, "deprecated": false }, @@ -32885,7 +33823,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 149 + "lineNumber": 157 }, "deprecated": false }, @@ -32908,7 +33846,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 150 + "lineNumber": 158 }, "deprecated": false } @@ -32935,7 +33873,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 162 + "lineNumber": 170 }, "deprecated": false, "returnComment": [], @@ -34006,7 +34944,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 104 + "lineNumber": 108 }, "deprecated": false, "children": [ @@ -34022,7 +34960,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 105 + "lineNumber": 109 }, "deprecated": false } @@ -35336,7 +36274,41 @@ "section": "def-common.ExpressionExecutionParams", "text": "ExpressionExecutionParams" }, - " | undefined) => Promise; readonly fork: () => ", + " | undefined) => ", + "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"error\", { error: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ErrorLike", + "text": "ErrorLike" + }, + "; info?: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + " | undefined; }> | Output>>; readonly fork: () => ", { "pluginId": "expressions", "scope": "common", @@ -35348,7 +36320,7 @@ ], "source": { "path": "src/plugins/expressions/common/service/expressions_services.ts", - "lineNumber": 41 + "lineNumber": 47 }, "deprecated": false, "initialIsOpen": false @@ -35919,20 +36891,6 @@ "lineNumber": 43 } }, - { - "plugin": "canvas", - "link": { - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/repeat_image.ts", - "lineNumber": 11 - } - }, - { - "plugin": "canvas", - "link": { - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/repeat_image.ts", - "lineNumber": 33 - } - }, { "plugin": "canvas", "link": { @@ -35947,20 +36905,6 @@ "lineNumber": 32 } }, - { - "plugin": "canvas", - "link": { - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/metric.ts", - "lineNumber": 9 - } - }, - { - "plugin": "canvas", - "link": { - "path": "x-pack/plugins/canvas/canvas_plugin_src/functions/common/metric.ts", - "lineNumber": 25 - } - }, { "plugin": "canvas", "link": { @@ -36652,6 +37596,398 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable", + "type": "Object", + "tags": [], + "label": "createTable", + "description": [], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 19 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressions", + "id": "def-common.createTable.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "\"createTable\"" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 25 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"datatable\"" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 26 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.inputTypes", + "type": "Array", + "tags": [], + "label": "inputTypes", + "description": [], + "signature": [ + "\"null\"[]" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 28 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 37 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.ids", + "type": "Object", + "tags": [], + "label": "ids", + "description": [], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 38 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.ids.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"string\"[]" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 39 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.ids.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 40 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.ids.required", + "type": "boolean", + "tags": [], + "label": "required", + "description": [], + "signature": [ + "false" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 44 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.ids.multi", + "type": "boolean", + "tags": [], + "label": "multi", + "description": [], + "signature": [ + "true" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 45 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.names", + "type": "Object", + "tags": [], + "label": "names", + "description": [], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 47 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.names.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"string\"[]" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 48 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.names.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 49 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.names.required", + "type": "boolean", + "tags": [], + "label": "required", + "description": [], + "signature": [ + "false" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 53 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.names.multi", + "type": "boolean", + "tags": [], + "label": "multi", + "description": [], + "signature": [ + "true" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 54 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.rowCount", + "type": "Object", + "tags": [], + "label": "rowCount", + "description": [], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 56 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.rowCount.types", + "type": "Array", + "tags": [], + "label": "types", + "description": [], + "signature": [ + "\"number\"[]" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 57 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.rowCount.help", + "type": "string", + "tags": [], + "label": "help", + "description": [], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 58 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.rowCount.default", + "type": "number", + "tags": [], + "label": "default", + "description": [], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 62 + }, + "deprecated": false + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.args.rowCount.required", + "type": "boolean", + "tags": [], + "label": "required", + "description": [], + "signature": [ + "false" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 63 + }, + "deprecated": false + } + ] + } + ] + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.fn", + "type": "Function", + "tags": [], + "label": "fn", + "description": [], + "signature": [ + "(input: null, args: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.CreateTableArguments", + "text": "CreateTableArguments" + }, + ") => { columns: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" + }, + "[]; rows: {}[]; type: \"datatable\"; }" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 66 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "expressions", + "id": "def-common.createTable.fn.$1", + "type": "Uncategorized", + "tags": [], + "label": "input", + "description": [], + "signature": [ + "null" + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 66 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "expressions", + "id": "def-common.createTable.fn.$2", + "type": "Object", + "tags": [], + "label": "args", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.CreateTableArguments", + "text": "CreateTableArguments" + } + ], + "source": { + "path": "src/plugins/expressions/common/expression_functions/specs/create_table.ts", + "lineNumber": 66 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "expressions", "id": "def-common.cumulativeSum", @@ -37099,7 +38435,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 115 + "lineNumber": 119 }, "deprecated": false, "children": [ @@ -37115,7 +38451,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 116 + "lineNumber": 120 }, "deprecated": false }, @@ -37131,7 +38467,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 117 + "lineNumber": 121 }, "deprecated": false, "children": [ @@ -37147,7 +38483,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 117 + "lineNumber": 121 }, "deprecated": false, "isRequired": true @@ -37183,7 +38519,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 127 + "lineNumber": 131 }, "deprecated": false, "children": [ @@ -37205,7 +38541,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 127 + "lineNumber": 131 }, "deprecated": false, "isRequired": true @@ -37241,7 +38577,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 136 + "lineNumber": 140 }, "deprecated": false, "children": [ @@ -37263,7 +38599,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 136 + "lineNumber": 140 }, "deprecated": false, "isRequired": true @@ -37280,7 +38616,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 145 + "lineNumber": 149 }, "deprecated": false, "children": [ @@ -37296,7 +38632,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 146 + "lineNumber": 150 }, "deprecated": false, "children": [], @@ -37330,7 +38666,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 152 + "lineNumber": 156 }, "deprecated": false, "children": [ @@ -37361,7 +38697,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 152 + "lineNumber": 156 }, "deprecated": false, "isRequired": true @@ -37380,7 +38716,7 @@ "description": [], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 161 + "lineNumber": 165 }, "deprecated": false, "children": [ @@ -37412,7 +38748,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 162 + "lineNumber": 166 }, "deprecated": false, "children": [ @@ -37434,7 +38770,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 162 + "lineNumber": 166 }, "deprecated": false, "isRequired": true @@ -37478,7 +38814,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 172 + "lineNumber": 176 }, "deprecated": false, "children": [ @@ -37500,7 +38836,7 @@ ], "source": { "path": "src/plugins/expressions/common/expression_types/specs/datatable.ts", - "lineNumber": 172 + "lineNumber": 176 }, "deprecated": false, "isRequired": true diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx index 3d9640a85709a..abac2ad5cd8b9 100644 --- a/api_docs/expressions.mdx +++ b/api_docs/expressions.mdx @@ -18,7 +18,7 @@ import expressionsObj from './expressions.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 1962 | 58 | 1534 | 5 | +| 2004 | 58 | 1569 | 5 | ## Client diff --git a/api_docs/features.json b/api_docs/features.json index 7392fcf6a17f7..98ac85292bbe8 100644 --- a/api_docs/features.json +++ b/api_docs/features.json @@ -70,7 +70,7 @@ "section": "def-common.SubFeaturePrivilegeGroupType", "text": "SubFeaturePrivilegeGroupType" }, - "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"all\" | \"none\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; ui: readonly string[]; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>" + "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"all\" | \"none\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>" ], "source": { "path": "x-pack/plugins/features/common/kibana_feature.ts", @@ -890,7 +890,7 @@ "section": "def-common.FeatureKibanaPrivileges", "text": "FeatureKibanaPrivileges" }, - ", \"management\" | \"catalogue\" | \"alerting\" | \"ui\" | \"cases\" | \"app\" | \"api\" | \"savedObject\">" + ", \"management\" | \"catalogue\" | \"alerting\" | \"ui\" | \"app\" | \"cases\" | \"api\" | \"savedObject\">" ], "source": { "path": "x-pack/plugins/features/common/sub_feature.ts", @@ -1250,7 +1250,7 @@ "section": "def-common.SubFeaturePrivilegeGroupType", "text": "SubFeaturePrivilegeGroupType" }, - "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"all\" | \"none\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; ui: readonly string[]; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>" + "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"all\" | \"none\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>" ], "source": { "path": "x-pack/plugins/features/common/kibana_feature.ts", @@ -2446,7 +2446,7 @@ ], "source": { "path": "x-pack/plugins/features/server/feature_privilege_iterator/feature_privilege_iterator.ts", - "lineNumber": 44 + "lineNumber": 45 }, "deprecated": false }, @@ -2462,7 +2462,7 @@ ], "source": { "path": "x-pack/plugins/features/server/feature_privilege_iterator/feature_privilege_iterator.ts", - "lineNumber": 45 + "lineNumber": 46 }, "deprecated": false } @@ -2486,7 +2486,7 @@ "section": "def-common.KibanaFeature", "text": "KibanaFeature" }, - ", licenseType: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => IterableIterator<", + ", licenseHasAtLeast: (licenseType: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => boolean | undefined) => IterableIterator<", { "pluginId": "features", "scope": "common", @@ -2527,13 +2527,13 @@ }, { "parentPluginId": "features", - "id": "def-server.licenseType", - "type": "CompoundType", + "id": "def-server.licenseHasAtLeast", + "type": "Function", "tags": [], - "label": "licenseType", + "label": "licenseHasAtLeast", "description": [], "signature": [ - "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" + "(licenseType: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => boolean | undefined" ], "source": { "path": "x-pack/plugins/features/server/feature_privilege_iterator/sub_feature_privilege_iterator.ts", @@ -2871,7 +2871,7 @@ "section": "def-common.SubFeaturePrivilegeGroupType", "text": "SubFeaturePrivilegeGroupType" }, - "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"all\" | \"none\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; ui: readonly string[]; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>" + "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"all\" | \"none\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>[] | undefined; privilegesTooltip?: string | undefined; reserved?: Readonly<{ description: string; privileges: readonly Readonly<{ id: string; privilege: Readonly<{ excludeFromBasePrivileges?: boolean | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; api?: readonly string[] | undefined; app?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; ui: readonly string[]; }>; }>[]; }> | undefined; }>" ], "source": { "path": "x-pack/plugins/features/common/kibana_feature.ts", @@ -3155,7 +3155,7 @@ "section": "def-common.SubFeaturePrivilegeGroupType", "text": "SubFeaturePrivilegeGroupType" }, - "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"all\" | \"none\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; ui: readonly string[]; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>" + "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"all\" | \"none\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }>" ], "source": { "path": "x-pack/plugins/features/common/sub_feature.ts", @@ -3196,7 +3196,7 @@ "section": "def-common.SubFeaturePrivilegeGroupType", "text": "SubFeaturePrivilegeGroupType" }, - "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"all\" | \"none\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; ui: readonly string[]; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]" + "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"all\" | \"none\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]" ], "source": { "path": "x-pack/plugins/features/common/sub_feature.ts", @@ -3220,7 +3220,7 @@ "section": "def-common.SubFeaturePrivilegeGroupType", "text": "SubFeaturePrivilegeGroupType" }, - "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"all\" | \"none\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; ui: readonly string[]; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; app?: readonly string[] | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }" + "; privileges: readonly Readonly<{ id: string; name: string; includeIn: \"all\" | \"none\" | \"read\"; minimumLicense?: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; management?: Readonly<{ [x: string]: readonly string[]; }> | undefined; catalogue?: readonly string[] | undefined; alerting?: Readonly<{ rule?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; alert?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; }> | undefined; ui: readonly string[]; app?: readonly string[] | undefined; cases?: Readonly<{ all?: readonly string[] | undefined; read?: readonly string[] | undefined; }> | undefined; api?: readonly string[] | undefined; savedObject: Readonly<{ all: readonly string[]; read: readonly string[]; }>; }>[]; }>[]; }" ], "source": { "path": "x-pack/plugins/features/common/sub_feature.ts", @@ -4015,7 +4015,7 @@ "section": "def-common.FeatureKibanaPrivileges", "text": "FeatureKibanaPrivileges" }, - ", \"management\" | \"catalogue\" | \"alerting\" | \"ui\" | \"cases\" | \"app\" | \"api\" | \"savedObject\">" + ", \"management\" | \"catalogue\" | \"alerting\" | \"ui\" | \"app\" | \"cases\" | \"api\" | \"savedObject\">" ], "source": { "path": "x-pack/plugins/features/common/sub_feature.ts", diff --git a/api_docs/file_upload.json b/api_docs/file_upload.json index 406c5e440972a..75c7d5fb3dec4 100644 --- a/api_docs/file_upload.json +++ b/api_docs/file_upload.json @@ -343,21 +343,9 @@ "label": "geoFieldType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".GEO_POINT | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".GEO_SHAPE" ], "source": { @@ -1317,245 +1305,67 @@ "description": [], "signature": [ "{ properties: { [fieldName: string]: { type: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".STRING | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".TEXT | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".KEYWORD | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", + ".VERSION | ", + "ES_FIELD_TYPES", ".BOOLEAN | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".OBJECT | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".DATE | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".DATE_NANOS | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".DATE_RANGE | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".GEO_POINT | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".GEO_SHAPE | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".FLOAT | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".HALF_FLOAT | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".SCALED_FLOAT | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".DOUBLE | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".INTEGER | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".LONG | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".SHORT | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".UNSIGNED_LONG | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".FLOAT_RANGE | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".DOUBLE_RANGE | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".INTEGER_RANGE | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".LONG_RANGE | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".NESTED | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".BYTE | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".IP | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".IP_RANGE | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".ATTACHMENT | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".TOKEN_COUNT | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".MURMUR3 | ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.ES_FIELD_TYPES", - "text": "ES_FIELD_TYPES" - }, + "ES_FIELD_TYPES", ".HISTOGRAM; format?: string | undefined; }; }; }" ], "source": { diff --git a/api_docs/fleet.json b/api_docs/fleet.json index 3d6ebe953944c..2eed10bb4a68c 100644 --- a/api_docs/fleet.json +++ b/api_docs/fleet.json @@ -3,6 +3,59 @@ "client": { "classes": [], "functions": [ + { + "parentPluginId": "fleet", + "id": "def-public.CustomAssetsAccordion", + "type": "Function", + "tags": [], + "label": "CustomAssetsAccordion", + "description": [], + "signature": [ + "({ views, initialIsOpen, }: React.PropsWithChildren<", + { + "pluginId": "fleet", + "scope": "public", + "docId": "kibFleetPluginApi", + "section": "def-public.CustomAssetsAccordionProps", + "text": "CustomAssetsAccordionProps" + }, + ">) => JSX.Element" + ], + "source": { + "path": "x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx", + "lineNumber": 35 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "fleet", + "id": "def-public.CustomAssetsAccordion.$1", + "type": "CompoundType", + "tags": [], + "label": "{\n views,\n initialIsOpen = false,\n}", + "description": [], + "signature": [ + "React.PropsWithChildren<", + { + "pluginId": "fleet", + "scope": "public", + "docId": "kibFleetPluginApi", + "section": "def-public.CustomAssetsAccordionProps", + "text": "CustomAssetsAccordionProps" + }, + ">" + ], + "source": { + "path": "x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx", + "lineNumber": 35 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "fleet", "id": "def-public.pkgKeyFromPackageInfo", @@ -86,6 +139,80 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "fleet", + "id": "def-public.AgentEnrollmentFlyoutFinalStepExtension", + "type": "Interface", + "tags": [], + "label": "AgentEnrollmentFlyoutFinalStepExtension", + "description": [], + "source": { + "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", + "lineNumber": 113 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "fleet", + "id": "def-public.AgentEnrollmentFlyoutFinalStepExtension.package", + "type": "string", + "tags": [], + "label": "package", + "description": [], + "source": { + "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", + "lineNumber": 114 + }, + "deprecated": false + }, + { + "parentPluginId": "fleet", + "id": "def-public.AgentEnrollmentFlyoutFinalStepExtension.view", + "type": "string", + "tags": [], + "label": "view", + "description": [], + "signature": [ + "\"agent-enrollment-flyout\"" + ], + "source": { + "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", + "lineNumber": 115 + }, + "deprecated": false + }, + { + "parentPluginId": "fleet", + "id": "def-public.AgentEnrollmentFlyoutFinalStepExtension.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "source": { + "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", + "lineNumber": 116 + }, + "deprecated": false + }, + { + "parentPluginId": "fleet", + "id": "def-public.AgentEnrollmentFlyoutFinalStepExtension.Component", + "type": "CompoundType", + "tags": [], + "label": "Component", + "description": [], + "signature": [ + "React.ComponentClass<{}, any> | React.FunctionComponent<{}>" + ], + "source": { + "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", + "lineNumber": 117 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "fleet", "id": "def-public.AgentPolicyDetailsDeployAgentAction", @@ -234,6 +361,54 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "fleet", + "id": "def-public.CustomAssetsAccordionProps", + "type": "Interface", + "tags": [], + "label": "CustomAssetsAccordionProps", + "description": [], + "source": { + "path": "x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx", + "lineNumber": 26 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "fleet", + "id": "def-public.CustomAssetsAccordionProps.views", + "type": "Array", + "tags": [], + "label": "views", + "description": [], + "signature": [ + "{ name: string; url: string; description: string; }[]" + ], + "source": { + "path": "x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "fleet", + "id": "def-public.CustomAssetsAccordionProps.initialIsOpen", + "type": "CompoundType", + "tags": [], + "label": "initialIsOpen", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx", + "lineNumber": 32 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "fleet", "id": "def-public.IntegrationsAppBrowseRouteState", @@ -432,6 +607,88 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "fleet", + "id": "def-public.PackageAssetsExtension", + "type": "Interface", + "tags": [], + "label": "PackageAssetsExtension", + "description": [ + "Extension point registration contract for Integration details Assets view" + ], + "source": { + "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", + "lineNumber": 107 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "fleet", + "id": "def-public.PackageAssetsExtension.package", + "type": "string", + "tags": [], + "label": "package", + "description": [], + "source": { + "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", + "lineNumber": 108 + }, + "deprecated": false + }, + { + "parentPluginId": "fleet", + "id": "def-public.PackageAssetsExtension.view", + "type": "string", + "tags": [], + "label": "view", + "description": [], + "signature": [ + "\"package-detail-assets\"" + ], + "source": { + "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", + "lineNumber": 109 + }, + "deprecated": false + }, + { + "parentPluginId": "fleet", + "id": "def-public.PackageAssetsExtension.Component", + "type": "Function", + "tags": [], + "label": "Component", + "description": [], + "signature": [ + "React.ExoticComponent<{ children?: React.ReactNode; } | React.RefAttributes>> & { readonly _result: React.ComponentType<{}>; }" + ], + "source": { + "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", + "lineNumber": 110 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "fleet", + "id": "def-public.props", + "type": "Uncategorized", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "P" + ], + "source": { + "path": "node_modules/@types/react/index.d.ts", + "lineNumber": 359 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "fleet", "id": "def-public.PackageCustomExtension", @@ -443,7 +700,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 94 + "lineNumber": 95 }, "deprecated": false, "children": [ @@ -456,7 +713,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 95 + "lineNumber": 96 }, "deprecated": false }, @@ -472,16 +729,16 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 96 + "lineNumber": 97 }, "deprecated": false }, { "parentPluginId": "fleet", - "id": "def-public.PackageCustomExtension.component", + "id": "def-public.PackageCustomExtension.Component", "type": "Function", "tags": [], - "label": "component", + "label": "Component", "description": [], "signature": [ "React.ExoticComponent<(", @@ -520,7 +777,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 97 + "lineNumber": 98 }, "deprecated": false, "returnComment": [], @@ -555,7 +812,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 87 + "lineNumber": 88 }, "deprecated": false, "children": [ @@ -570,7 +827,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 89 + "lineNumber": 90 }, "deprecated": false }, @@ -681,7 +938,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 90 + "lineNumber": 91 }, "deprecated": false } @@ -699,7 +956,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 76 + "lineNumber": 77 }, "deprecated": false, "children": [ @@ -712,7 +969,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 77 + "lineNumber": 78 }, "deprecated": false }, @@ -728,16 +985,16 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 78 + "lineNumber": 79 }, "deprecated": false }, { "parentPluginId": "fleet", - "id": "def-public.PackagePolicyCreateExtension.component", + "id": "def-public.PackagePolicyCreateExtension.Component", "type": "Function", "tags": [], - "label": "component", + "label": "Component", "description": [], "signature": [ "React.ExoticComponent<(", @@ -776,7 +1033,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 79 + "lineNumber": 80 }, "deprecated": false, "returnComment": [], @@ -811,7 +1068,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 60 + "lineNumber": 61 }, "deprecated": false, "children": [ @@ -835,7 +1092,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 62 + "lineNumber": 63 }, "deprecated": false }, @@ -861,7 +1118,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 67 + "lineNumber": 68 }, "deprecated": false, "returnComment": [], @@ -886,7 +1143,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 67 + "lineNumber": 68 }, "deprecated": false } @@ -906,7 +1163,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 48 + "lineNumber": 49 }, "deprecated": false, "children": [ @@ -919,7 +1176,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 49 + "lineNumber": 50 }, "deprecated": false }, @@ -935,16 +1192,16 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 50 + "lineNumber": 51 }, "deprecated": false }, { "parentPluginId": "fleet", - "id": "def-public.PackagePolicyEditExtension.component", + "id": "def-public.PackagePolicyEditExtension.Component", "type": "Function", "tags": [], - "label": "component", + "label": "Component", "description": [], "signature": [ "React.ExoticComponent<(", @@ -983,7 +1240,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 51 + "lineNumber": 52 }, "deprecated": false, "returnComment": [], @@ -1018,7 +1275,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 26 + "lineNumber": 27 }, "deprecated": false, "children": [ @@ -1042,7 +1299,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 28 + "lineNumber": 29 }, "deprecated": false }, @@ -1066,7 +1323,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 30 + "lineNumber": 31 }, "deprecated": false }, @@ -1092,7 +1349,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 39 + "lineNumber": 40 }, "deprecated": false, "returnComment": [], @@ -1117,7 +1374,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 39 + "lineNumber": 40 }, "deprecated": false } @@ -1137,7 +1394,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 16 + "lineNumber": 17 }, "deprecated": false, "children": [ @@ -1153,7 +1410,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 17 + "lineNumber": 18 }, "deprecated": false } @@ -1204,6 +1461,25 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "fleet", + "id": "def-public.PackageAssetsComponent", + "type": "Type", + "tags": [], + "label": "PackageAssetsComponent", + "description": [ + "\nUI Component Extension for displaying custom views under the Assets tab for a given Integration" + ], + "signature": [ + "React.ComponentClass<{}, any> | React.FunctionComponent<{}>" + ], + "source": { + "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", + "lineNumber": 104 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "fleet", "id": "def-public.PackageCustomExtensionComponent", @@ -1234,7 +1510,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 85 + "lineNumber": 86 }, "deprecated": false, "initialIsOpen": false @@ -1269,7 +1545,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 58 + "lineNumber": 59 }, "deprecated": false, "initialIsOpen": false @@ -1304,7 +1580,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 24 + "lineNumber": 25 }, "deprecated": false, "initialIsOpen": false @@ -1341,11 +1617,27 @@ "docId": "kibFleetPluginApi", "section": "def-public.PackagePolicyCreateExtension", "text": "PackagePolicyCreateExtension" + }, + " | ", + { + "pluginId": "fleet", + "scope": "public", + "docId": "kibFleetPluginApi", + "section": "def-public.PackageAssetsExtension", + "text": "PackageAssetsExtension" + }, + " | ", + { + "pluginId": "fleet", + "scope": "public", + "docId": "kibFleetPluginApi", + "section": "def-public.AgentEnrollmentFlyoutFinalStepExtension", + "text": "AgentEnrollmentFlyoutFinalStepExtension" } ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 101 + "lineNumber": 121 }, "deprecated": false, "initialIsOpen": false @@ -1372,7 +1664,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 13 + "lineNumber": 14 }, "deprecated": false, "initialIsOpen": false @@ -2063,7 +2355,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/public/plugin.ts", - "lineNumber": 52 + "lineNumber": 53 }, "deprecated": false, "children": [], @@ -2081,7 +2373,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/plugin.ts", - "lineNumber": 57 + "lineNumber": 58 }, "deprecated": false, "children": [ @@ -2105,7 +2397,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/plugin.ts", - "lineNumber": 58 + "lineNumber": 59 }, "deprecated": false, "returnComment": [], @@ -2140,11 +2432,27 @@ "docId": "kibFleetPluginApi", "section": "def-public.PackagePolicyCreateExtension", "text": "PackagePolicyCreateExtension" + }, + " | ", + { + "pluginId": "fleet", + "scope": "public", + "docId": "kibFleetPluginApi", + "section": "def-public.PackageAssetsExtension", + "text": "PackageAssetsExtension" + }, + " | ", + { + "pluginId": "fleet", + "scope": "public", + "docId": "kibFleetPluginApi", + "section": "def-public.AgentEnrollmentFlyoutFinalStepExtension", + "text": "AgentEnrollmentFlyoutFinalStepExtension" } ], "source": { "path": "x-pack/plugins/fleet/public/types/ui_extensions.ts", - "lineNumber": 13 + "lineNumber": 14 }, "deprecated": false } @@ -2162,7 +2470,7 @@ ], "source": { "path": "x-pack/plugins/fleet/public/plugin.ts", - "lineNumber": 59 + "lineNumber": 60 }, "deprecated": false, "returnComment": [], @@ -2278,7 +2586,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 67 + "lineNumber": 65 }, "deprecated": false, "children": [ @@ -2310,7 +2618,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 68 + "lineNumber": 66 }, "deprecated": false, "returnComment": [], @@ -2627,7 +2935,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/agent_policy.ts", - "lineNumber": 267 + "lineNumber": 280 }, "deprecated": false }, @@ -2640,7 +2948,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/server/services/agent_policy.ts", - "lineNumber": 268 + "lineNumber": 281 }, "deprecated": false }, @@ -2653,7 +2961,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/server/services/agent_policy.ts", - "lineNumber": 269 + "lineNumber": 282 }, "deprecated": false } @@ -2687,7 +2995,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 69 + "lineNumber": 67 }, "deprecated": false, "returnComment": [], @@ -3004,7 +3312,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/agent_policy.ts", - "lineNumber": 309 + "lineNumber": 322 }, "deprecated": false }, @@ -3020,7 +3328,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/agent_policy.ts", - "lineNumber": 310 + "lineNumber": 323 }, "deprecated": false } @@ -3046,7 +3354,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 70 + "lineNumber": 68 }, "deprecated": false, "returnComment": [], @@ -3363,7 +3671,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/agent_policy.ts", - "lineNumber": 541 + "lineNumber": 554 }, "deprecated": false } @@ -3397,7 +3705,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 71 + "lineNumber": 69 }, "deprecated": false, "returnComment": [], @@ -3714,7 +4022,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/agent_policy.ts", - "lineNumber": 680 + "lineNumber": 696 }, "deprecated": false }, @@ -3727,7 +4035,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/server/services/agent_policy.ts", - "lineNumber": 681 + "lineNumber": 697 }, "deprecated": false }, @@ -3743,7 +4051,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/agent_policy.ts", - "lineNumber": 682 + "lineNumber": 698 }, "deprecated": false } @@ -3777,7 +4085,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 72 + "lineNumber": 70 }, "deprecated": false, "returnComment": [], @@ -4094,7 +4402,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/agent_policy.ts", - "lineNumber": 294 + "lineNumber": 307 }, "deprecated": false }, @@ -4110,7 +4418,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/agent_policy.ts", - "lineNumber": 295 + "lineNumber": 308 }, "deprecated": false }, @@ -4126,7 +4434,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/agent_policy.ts", - "lineNumber": 296 + "lineNumber": 309 }, "deprecated": false } @@ -4146,7 +4454,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 45 + "lineNumber": 43 }, "deprecated": false, "children": [ @@ -4180,7 +4488,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 49 + "lineNumber": 47 }, "deprecated": false, "returnComment": [], @@ -4195,7 +4503,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\" | \"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: ", + ", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"helpers\" | \"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", @@ -4264,7 +4572,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 53 + "lineNumber": 51 }, "deprecated": false, "children": [ @@ -4286,7 +4594,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 54 + "lineNumber": 52 }, "deprecated": false, "isRequired": true @@ -4310,7 +4618,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 55 + "lineNumber": 53 }, "deprecated": false, "isRequired": true @@ -4348,7 +4656,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 60 + "lineNumber": 58 }, "deprecated": false, "children": [ @@ -4370,7 +4678,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 60 + "lineNumber": 58 }, "deprecated": false, "isRequired": true @@ -4387,7 +4695,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 60 + "lineNumber": 58 }, "deprecated": false, "isRequired": true @@ -4425,7 +4733,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 64 + "lineNumber": 62 }, "deprecated": false, "returnComment": [], @@ -4440,7 +4748,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\" | \"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: ", + ", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"helpers\" | \"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", @@ -4820,7 +5128,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 23 + "lineNumber": 24 }, "deprecated": false, "children": [ @@ -4844,7 +5152,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 24 + "lineNumber": 25 }, "deprecated": false, "children": [ @@ -4868,7 +5176,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 25 + "lineNumber": 26 }, "deprecated": false, "isRequired": true @@ -4885,7 +5193,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 26 + "lineNumber": 27 }, "deprecated": false, "isRequired": true @@ -4902,7 +5210,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 27 + "lineNumber": 28 }, "deprecated": false, "isRequired": true @@ -4922,7 +5230,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 91 + "lineNumber": 85 }, "deprecated": false, "children": [ @@ -4944,7 +5252,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 92 + "lineNumber": 86 }, "deprecated": false }, @@ -4967,7 +5275,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 93 + "lineNumber": 87 }, "deprecated": false }, @@ -4990,7 +5298,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 94 + "lineNumber": 88 }, "deprecated": false }, @@ -5012,7 +5320,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 95 + "lineNumber": 89 }, "deprecated": false }, @@ -5035,7 +5343,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 96 + "lineNumber": 90 }, "deprecated": false }, @@ -5058,7 +5366,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 97 + "lineNumber": 91 }, "deprecated": false } @@ -5076,19 +5384,19 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 35 + "lineNumber": 36 }, "deprecated": false, "children": [ { "parentPluginId": "fleet", - "id": "def-server.PackageService.getInstalledEsAssetReferences", + "id": "def-server.PackageService.getInstallation", "type": "Function", "tags": [], - "label": "getInstalledEsAssetReferences", + "label": "getInstallation", "description": [], "signature": [ - "(savedObjectsClient: Pick<", + "(options: { savedObjectsClient: Pick<", { "pluginId": "core", "scope": "server", @@ -5096,31 +5404,32 @@ "section": "def-server.SavedObjectsClient", "text": "SavedObjectsClient" }, - ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"collectMultiNamespaceReferences\" | \"updateObjectsSpaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">, pkgName: string) => Promise<", + ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"collectMultiNamespaceReferences\" | \"updateObjectsSpaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">; pkgName: string; }) => Promise<", { "pluginId": "fleet", "scope": "common", "docId": "kibFleetPluginApi", - "section": "def-common.EsAssetReference", - "text": "EsAssetReference" + "section": "def-common.Installation", + "text": "Installation" }, - "[]>" + " | undefined>" ], "source": { "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 36 + "lineNumber": 37 }, "deprecated": false, + "returnComment": [], "children": [ { "parentPluginId": "fleet", - "id": "def-server.PackageService.getInstalledEsAssetReferences.$1", + "id": "def-server.options", "type": "Object", "tags": [], - "label": "savedObjectsClient", + "label": "options", "description": [], "signature": [ - "Pick<", + "{ savedObjectsClient: Pick<", { "pluginId": "core", "scope": "server", @@ -5128,34 +5437,15 @@ "section": "def-server.SavedObjectsClient", "text": "SavedObjectsClient" }, - ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"collectMultiNamespaceReferences\" | \"updateObjectsSpaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">" - ], - "source": { - "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 37 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "fleet", - "id": "def-server.PackageService.getInstalledEsAssetReferences.$2", - "type": "string", - "tags": [], - "label": "pkgName", - "description": [], - "signature": [ - "string" + ", \"get\" | \"delete\" | \"create\" | \"bulkCreate\" | \"checkConflicts\" | \"find\" | \"bulkGet\" | \"resolve\" | \"update\" | \"collectMultiNamespaceReferences\" | \"updateObjectsSpaces\" | \"bulkUpdate\" | \"removeReferencesTo\" | \"openPointInTimeForType\" | \"closePointInTime\" | \"createPointInTimeFinder\" | \"errors\">; pkgName: string; }" ], "source": { - "path": "x-pack/plugins/fleet/server/services/index.ts", - "lineNumber": 38 + "path": "x-pack/plugins/fleet/server/services/epm/packages/get.ts", + "lineNumber": 257 }, - "deprecated": false, - "isRequired": true + "deprecated": false } - ], - "returnComment": [] + ] } ], "initialIsOpen": false @@ -5241,7 +5531,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 138 + "lineNumber": 132 }, "deprecated": false, "initialIsOpen": false @@ -5275,7 +5565,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/services/package_policy.ts", - "lineNumber": 667 + "lineNumber": 817 }, "deprecated": false, "initialIsOpen": false @@ -5312,7 +5602,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 123 + "lineNumber": 117 }, "deprecated": false, "lifecycle": "setup", @@ -5329,7 +5619,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 161 + "lineNumber": 155 }, "deprecated": false, "children": [ @@ -5347,7 +5637,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 167 + "lineNumber": 161 }, "deprecated": false, "returnComment": [], @@ -5371,7 +5661,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 168 + "lineNumber": 162 }, "deprecated": false }, @@ -5393,7 +5683,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 169 + "lineNumber": 163 }, "deprecated": false }, @@ -5415,7 +5705,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 170 + "lineNumber": 164 }, "deprecated": false }, @@ -5433,7 +5723,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 174 + "lineNumber": 168 }, "deprecated": false }, @@ -5455,7 +5745,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 175 + "lineNumber": 169 }, "deprecated": false }, @@ -5481,7 +5771,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 180 + "lineNumber": 174 }, "deprecated": false, "returnComment": [], @@ -5562,7 +5852,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 180 + "lineNumber": 174 }, "deprecated": false } @@ -5583,7 +5873,7 @@ ], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 186 + "lineNumber": 180 }, "deprecated": false, "returnComment": [], @@ -5597,7 +5887,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 186 + "lineNumber": 180 }, "deprecated": false } @@ -7254,12 +7544,12 @@ { "parentPluginId": "fleet", "id": "def-common.Agent.status", - "type": "string", + "type": "CompoundType", "tags": [], "label": "status", "description": [], "signature": [ - "string | undefined" + "\"warning\" | \"offline\" | \"online\" | \"error\" | \"inactive\" | \"enrolling\" | \"unenrolling\" | \"updating\" | \"degraded\" | undefined" ], "source": { "path": "x-pack/plugins/fleet/common/types/models/agent.ts", @@ -8334,35 +8624,6 @@ ], "initialIsOpen": false }, - { - "parentPluginId": "fleet", - "id": "def-common.CreateFleetSetupResponse", - "type": "Interface", - "tags": [], - "label": "CreateFleetSetupResponse", - "description": [], - "source": { - "path": "x-pack/plugins/fleet/common/types/rest_spec/fleet_setup.ts", - "lineNumber": 8 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "fleet", - "id": "def-common.CreateFleetSetupResponse.isInitialized", - "type": "boolean", - "tags": [], - "label": "isInitialized", - "description": [], - "source": { - "path": "x-pack/plugins/fleet/common/types/rest_spec/fleet_setup.ts", - "lineNumber": 9 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, { "parentPluginId": "fleet", "id": "def-common.CreatePackagePolicyRequest", @@ -8372,7 +8633,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 35 + "lineNumber": 40 }, "deprecated": false, "children": [ @@ -8394,7 +8655,7 @@ ], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 36 + "lineNumber": 41 }, "deprecated": false } @@ -8410,7 +8671,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 39 + "lineNumber": 44 }, "deprecated": false, "children": [ @@ -8432,7 +8693,7 @@ ], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 40 + "lineNumber": 45 }, "deprecated": false } @@ -8799,7 +9060,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 49 + "lineNumber": 54 }, "deprecated": false, "children": [ @@ -8815,7 +9076,7 @@ ], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 50 + "lineNumber": 55 }, "deprecated": false } @@ -11346,7 +11607,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/fleet_setup.ts", - "lineNumber": 12 + "lineNumber": 13 }, "deprecated": false, "children": [ @@ -11359,7 +11620,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/fleet_setup.ts", - "lineNumber": 13 + "lineNumber": 14 }, "deprecated": false }, @@ -11375,7 +11636,7 @@ ], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/fleet_setup.ts", - "lineNumber": 14 + "lineNumber": 15 }, "deprecated": false } @@ -11933,7 +12194,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 25 + "lineNumber": 30 }, "deprecated": false, "children": [ @@ -11949,7 +12210,7 @@ ], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 26 + "lineNumber": 31 }, "deprecated": false } @@ -11965,7 +12226,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 31 + "lineNumber": 36 }, "deprecated": false, "children": [ @@ -11987,7 +12248,7 @@ ], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 32 + "lineNumber": 37 }, "deprecated": false } @@ -12081,7 +12342,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 10 + "lineNumber": 15 }, "deprecated": false, "children": [ @@ -12097,7 +12358,7 @@ ], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 11 + "lineNumber": 16 }, "deprecated": false } @@ -12113,7 +12374,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 18 + "lineNumber": 23 }, "deprecated": false, "children": [ @@ -12136,7 +12397,7 @@ ], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 19 + "lineNumber": 24 }, "deprecated": false }, @@ -12149,7 +12410,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 20 + "lineNumber": 25 }, "deprecated": false }, @@ -12162,7 +12423,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 21 + "lineNumber": 26 }, "deprecated": false }, @@ -12175,7 +12436,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 22 + "lineNumber": 27 }, "deprecated": false } @@ -12965,38 +13226,6 @@ ], "initialIsOpen": false }, - { - "parentPluginId": "fleet", - "id": "def-common.InstallScriptRequest", - "type": "Interface", - "tags": [], - "label": "InstallScriptRequest", - "description": [], - "source": { - "path": "x-pack/plugins/fleet/common/types/rest_spec/install_script.ts", - "lineNumber": 8 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "fleet", - "id": "def-common.InstallScriptRequest.params", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "{ osType: \"macos\"; }" - ], - "source": { - "path": "x-pack/plugins/fleet/common/types/rest_spec/install_script.ts", - "lineNumber": 9 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, { "parentPluginId": "fleet", "id": "def-common.ListResult", @@ -15190,42 +15419,42 @@ }, { "parentPluginId": "fleet", - "id": "def-common.PostIngestSetupResponse", + "id": "def-common.PostFleetSetupResponse", "type": "Interface", "tags": [], - "label": "PostIngestSetupResponse", + "label": "PostFleetSetupResponse", "description": [], "source": { - "path": "x-pack/plugins/fleet/common/types/rest_spec/ingest_setup.ts", + "path": "x-pack/plugins/fleet/common/types/rest_spec/fleet_setup.ts", "lineNumber": 8 }, "deprecated": false, "children": [ { "parentPluginId": "fleet", - "id": "def-common.PostIngestSetupResponse.isInitialized", + "id": "def-common.PostFleetSetupResponse.isInitialized", "type": "boolean", "tags": [], "label": "isInitialized", "description": [], "source": { - "path": "x-pack/plugins/fleet/common/types/rest_spec/ingest_setup.ts", + "path": "x-pack/plugins/fleet/common/types/rest_spec/fleet_setup.ts", "lineNumber": 9 }, "deprecated": false }, { "parentPluginId": "fleet", - "id": "def-common.PostIngestSetupResponse.nonFatalErrors", + "id": "def-common.PostFleetSetupResponse.nonFatalErrors", "type": "Array", "tags": [], "label": "nonFatalErrors", "description": [], "signature": [ - "{ error: Error; }[] | undefined" + "{ name: string; message: string; }[]" ], "source": { - "path": "x-pack/plugins/fleet/common/types/rest_spec/ingest_setup.ts", + "path": "x-pack/plugins/fleet/common/types/rest_spec/fleet_setup.ts", "lineNumber": 10 }, "deprecated": false @@ -16808,8 +17037,137 @@ } ], "source": { - "path": "x-pack/plugins/fleet/common/types/rest_spec/agent_policy.ts", - "lineNumber": 50 + "path": "x-pack/plugins/fleet/common/types/rest_spec/agent_policy.ts", + "lineNumber": 50 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.UpdateAgentRequest", + "type": "Interface", + "tags": [], + "label": "UpdateAgentRequest", + "description": [], + "source": { + "path": "x-pack/plugins/fleet/common/types/rest_spec/agent.ts", + "lineNumber": 140 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "fleet", + "id": "def-common.UpdateAgentRequest.params", + "type": "Object", + "tags": [], + "label": "params", + "description": [], + "signature": [ + "{ agentId: string; }" + ], + "source": { + "path": "x-pack/plugins/fleet/common/types/rest_spec/agent.ts", + "lineNumber": 141 + }, + "deprecated": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.UpdateAgentRequest.body", + "type": "Object", + "tags": [], + "label": "body", + "description": [], + "signature": [ + "{ user_provided_metadata: Record; }" + ], + "source": { + "path": "x-pack/plugins/fleet/common/types/rest_spec/agent.ts", + "lineNumber": 144 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.UpdatePackagePolicy", + "type": "Interface", + "tags": [], + "label": "UpdatePackagePolicy", + "description": [], + "signature": [ + { + "pluginId": "fleet", + "scope": "common", + "docId": "kibFleetPluginApi", + "section": "def-common.UpdatePackagePolicy", + "text": "UpdatePackagePolicy" + }, + " extends ", + { + "pluginId": "fleet", + "scope": "common", + "docId": "kibFleetPluginApi", + "section": "def-common.NewPackagePolicy", + "text": "NewPackagePolicy" + } + ], + "source": { + "path": "x-pack/plugins/fleet/common/types/models/package_policy.ts", + "lineNumber": 65 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "fleet", + "id": "def-common.UpdatePackagePolicy.version", + "type": "string", + "tags": [], + "label": "version", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "x-pack/plugins/fleet/common/types/models/package_policy.ts", + "lineNumber": 66 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.UpgradePackagePolicyBaseResponse", + "type": "Interface", + "tags": [], + "label": "UpgradePackagePolicyBaseResponse", + "description": [], + "source": { + "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", + "lineNumber": 66 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "fleet", + "id": "def-common.UpgradePackagePolicyBaseResponse.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", + "lineNumber": 67 }, "deprecated": false } @@ -16818,46 +17176,76 @@ }, { "parentPluginId": "fleet", - "id": "def-common.UpdateAgentRequest", + "id": "def-common.UpgradePackagePolicyDryRunResponseItem", "type": "Interface", "tags": [], - "label": "UpdateAgentRequest", + "label": "UpgradePackagePolicyDryRunResponseItem", "description": [], + "signature": [ + { + "pluginId": "fleet", + "scope": "common", + "docId": "kibFleetPluginApi", + "section": "def-common.UpgradePackagePolicyDryRunResponseItem", + "text": "UpgradePackagePolicyDryRunResponseItem" + }, + " extends ", + { + "pluginId": "fleet", + "scope": "common", + "docId": "kibFleetPluginApi", + "section": "def-common.UpgradePackagePolicyBaseResponse", + "text": "UpgradePackagePolicyBaseResponse" + } + ], "source": { - "path": "x-pack/plugins/fleet/common/types/rest_spec/agent.ts", - "lineNumber": 140 + "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", + "lineNumber": 70 }, "deprecated": false, "children": [ { "parentPluginId": "fleet", - "id": "def-common.UpdateAgentRequest.params", - "type": "Object", + "id": "def-common.UpgradePackagePolicyDryRunResponseItem.hasErrors", + "type": "boolean", "tags": [], - "label": "params", + "label": "hasErrors", "description": [], - "signature": [ - "{ agentId: string; }" - ], "source": { - "path": "x-pack/plugins/fleet/common/types/rest_spec/agent.ts", - "lineNumber": 141 + "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", + "lineNumber": 71 }, "deprecated": false }, { "parentPluginId": "fleet", - "id": "def-common.UpdateAgentRequest.body", + "id": "def-common.UpgradePackagePolicyDryRunResponseItem.diff", "type": "Object", "tags": [], - "label": "body", + "label": "diff", "description": [], "signature": [ - "{ user_provided_metadata: Record; }" + "[", + { + "pluginId": "fleet", + "scope": "common", + "docId": "kibFleetPluginApi", + "section": "def-common.PackagePolicy", + "text": "PackagePolicy" + }, + ", ", + { + "pluginId": "fleet", + "scope": "common", + "docId": "kibFleetPluginApi", + "section": "def-common.DryRunPackagePolicy", + "text": "DryRunPackagePolicy" + }, + "] | undefined" ], "source": { - "path": "x-pack/plugins/fleet/common/types/rest_spec/agent.ts", - "lineNumber": 144 + "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", + "lineNumber": 72 }, "deprecated": false } @@ -16866,47 +17254,57 @@ }, { "parentPluginId": "fleet", - "id": "def-common.UpdatePackagePolicy", + "id": "def-common.UpgradePackagePolicyResponseItem", "type": "Interface", "tags": [], - "label": "UpdatePackagePolicy", + "label": "UpgradePackagePolicyResponseItem", "description": [], "signature": [ { "pluginId": "fleet", "scope": "common", "docId": "kibFleetPluginApi", - "section": "def-common.UpdatePackagePolicy", - "text": "UpdatePackagePolicy" + "section": "def-common.UpgradePackagePolicyResponseItem", + "text": "UpgradePackagePolicyResponseItem" }, " extends ", { "pluginId": "fleet", "scope": "common", "docId": "kibFleetPluginApi", - "section": "def-common.NewPackagePolicy", - "text": "NewPackagePolicy" + "section": "def-common.UpgradePackagePolicyBaseResponse", + "text": "UpgradePackagePolicyBaseResponse" } ], "source": { - "path": "x-pack/plugins/fleet/common/types/models/package_policy.ts", - "lineNumber": 65 + "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", + "lineNumber": 77 }, "deprecated": false, "children": [ { "parentPluginId": "fleet", - "id": "def-common.UpdatePackagePolicy.version", + "id": "def-common.UpgradePackagePolicyResponseItem.id", "type": "string", "tags": [], - "label": "version", + "label": "id", "description": [], - "signature": [ - "string | undefined" - ], "source": { - "path": "x-pack/plugins/fleet/common/types/models/package_policy.ts", - "lineNumber": 66 + "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", + "lineNumber": 78 + }, + "deprecated": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.UpgradePackagePolicyResponseItem.success", + "type": "boolean", + "tags": [], + "label": "success", + "description": [], + "source": { + "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", + "lineNumber": 79 }, "deprecated": false } @@ -17609,16 +18007,16 @@ "pluginId": "fleet", "scope": "common", "docId": "kibFleetPluginApi", - "section": "def-common.EsAssetReference", - "text": "EsAssetReference" + "section": "def-common.KibanaAssetReference", + "text": "KibanaAssetReference" }, " | ", { "pluginId": "fleet", "scope": "common", "docId": "kibFleetPluginApi", - "section": "def-common.KibanaAssetReference", - "text": "KibanaAssetReference" + "section": "def-common.EsAssetReference", + "text": "EsAssetReference" } ], "source": { @@ -17958,7 +18356,7 @@ ], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 55 + "lineNumber": 60 }, "deprecated": false, "initialIsOpen": false @@ -17997,6 +18395,30 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "fleet", + "id": "def-common.DryRunPackagePolicy", + "type": "Type", + "tags": [], + "label": "DryRunPackagePolicy", + "description": [], + "signature": [ + { + "pluginId": "fleet", + "scope": "common", + "docId": "kibFleetPluginApi", + "section": "def-common.NewPackagePolicy", + "text": "NewPackagePolicy" + }, + " & { errors?: { key: string | undefined; message: string; }[] | undefined; }" + ], + "source": { + "path": "x-pack/plugins/fleet/common/types/models/package_policy.ts", + "lineNumber": 82 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "fleet", "id": "def-common.ElasticsearchAssetParts", @@ -18439,7 +18861,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 116 + "lineNumber": 117 }, "deprecated": false, "initialIsOpen": false @@ -19735,7 +20157,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 114 + "lineNumber": 115 }, "deprecated": false, "initialIsOpen": false @@ -19850,7 +20272,7 @@ ], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 43 + "lineNumber": 48 }, "deprecated": false, "initialIsOpen": false @@ -19873,7 +20295,55 @@ ], "source": { "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", - "lineNumber": 47 + "lineNumber": 52 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.UpgradePackagePolicyDryRunResponse", + "type": "Type", + "tags": [], + "label": "UpgradePackagePolicyDryRunResponse", + "description": [], + "signature": [ + { + "pluginId": "fleet", + "scope": "common", + "docId": "kibFleetPluginApi", + "section": "def-common.UpgradePackagePolicyDryRunResponseItem", + "text": "UpgradePackagePolicyDryRunResponseItem" + }, + "[]" + ], + "source": { + "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", + "lineNumber": 75 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.UpgradePackagePolicyResponse", + "type": "Type", + "tags": [], + "label": "UpgradePackagePolicyResponse", + "description": [], + "signature": [ + { + "pluginId": "fleet", + "scope": "common", + "docId": "kibFleetPluginApi", + "section": "def-common.UpgradePackagePolicyResponseItem", + "text": "UpgradePackagePolicyResponseItem" + }, + "[]" + ], + "source": { + "path": "x-pack/plugins/fleet/common/types/rest_spec/package_policy.ts", + "lineNumber": 82 }, "deprecated": false, "initialIsOpen": false @@ -19908,7 +20378,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 83 + "lineNumber": 84 }, "deprecated": false, "children": [ @@ -19921,7 +20391,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 84 + "lineNumber": 85 }, "deprecated": false }, @@ -19934,7 +20404,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 85 + "lineNumber": 86 }, "deprecated": false }, @@ -19947,7 +20417,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 86 + "lineNumber": 87 }, "deprecated": false }, @@ -19960,7 +20430,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 87 + "lineNumber": 88 }, "deprecated": false }, @@ -19973,7 +20443,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 88 + "lineNumber": 89 }, "deprecated": false }, @@ -19986,7 +20456,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 89 + "lineNumber": 90 }, "deprecated": false }, @@ -19999,7 +20469,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 90 + "lineNumber": 91 }, "deprecated": false }, @@ -20012,7 +20482,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 91 + "lineNumber": 92 }, "deprecated": false }, @@ -20025,7 +20495,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 92 + "lineNumber": 93 }, "deprecated": false }, @@ -20038,7 +20508,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 93 + "lineNumber": 94 }, "deprecated": false }, @@ -20051,7 +20521,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 94 + "lineNumber": 95 }, "deprecated": false }, @@ -20064,7 +20534,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 95 + "lineNumber": 96 }, "deprecated": false }, @@ -20077,7 +20547,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 96 + "lineNumber": 97 }, "deprecated": false }, @@ -20090,7 +20560,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 97 + "lineNumber": 98 }, "deprecated": false }, @@ -20103,7 +20573,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 98 + "lineNumber": 99 }, "deprecated": false } @@ -20119,7 +20589,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 52 + "lineNumber": 53 }, "deprecated": false, "children": [ @@ -20132,7 +20602,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 53 + "lineNumber": 54 }, "deprecated": false }, @@ -20145,7 +20615,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 54 + "lineNumber": 55 }, "deprecated": false }, @@ -20158,7 +20628,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 55 + "lineNumber": 56 }, "deprecated": false }, @@ -20171,7 +20641,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 56 + "lineNumber": 57 }, "deprecated": false }, @@ -20184,7 +20654,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 57 + "lineNumber": 58 }, "deprecated": false }, @@ -20197,7 +20667,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 58 + "lineNumber": 59 }, "deprecated": false }, @@ -20210,7 +20680,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 59 + "lineNumber": 60 }, "deprecated": false }, @@ -20223,7 +20693,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 60 + "lineNumber": 61 }, "deprecated": false } @@ -20845,7 +21315,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 109 + "lineNumber": 110 }, "deprecated": false, "children": [ @@ -20858,7 +21328,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 110 + "lineNumber": 111 }, "deprecated": false }, @@ -20871,7 +21341,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 111 + "lineNumber": 112 }, "deprecated": false } @@ -20905,7 +21375,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 77 + "lineNumber": 78 }, "deprecated": false, "children": [ @@ -20918,7 +21388,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 78 + "lineNumber": 79 }, "deprecated": false }, @@ -20931,7 +21401,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 79 + "lineNumber": 80 }, "deprecated": false } @@ -21410,7 +21880,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 101 + "lineNumber": 102 }, "deprecated": false, "children": [ @@ -21423,7 +21893,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 102 + "lineNumber": 103 }, "deprecated": false }, @@ -21436,7 +21906,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 103 + "lineNumber": 104 }, "deprecated": false }, @@ -21449,7 +21919,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 104 + "lineNumber": 105 }, "deprecated": false }, @@ -21462,7 +21932,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 105 + "lineNumber": 106 }, "deprecated": false } @@ -22085,7 +22555,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 64 + "lineNumber": 65 }, "deprecated": false, "children": [ @@ -22098,7 +22568,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 65 + "lineNumber": 66 }, "deprecated": false }, @@ -22111,7 +22581,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 66 + "lineNumber": 67 }, "deprecated": false }, @@ -22124,7 +22594,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 67 + "lineNumber": 68 }, "deprecated": false } @@ -22331,6 +22801,19 @@ "lineNumber": 48 }, "deprecated": false + }, + { + "parentPluginId": "fleet", + "id": "def-common.PACKAGE_POLICY_API_ROUTES.UPGRADE_PATTERN", + "type": "string", + "tags": [], + "label": "UPGRADE_PATTERN", + "description": [], + "source": { + "path": "x-pack/plugins/fleet/common/constants/routes.ts", + "lineNumber": 49 + }, + "deprecated": false } ], "initialIsOpen": false @@ -22486,7 +22969,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 119 + "lineNumber": 120 }, "deprecated": false, "children": [ @@ -22499,7 +22982,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 120 + "lineNumber": 121 }, "deprecated": false } @@ -22515,7 +22998,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 71 + "lineNumber": 72 }, "deprecated": false, "children": [ @@ -22528,7 +23011,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 72 + "lineNumber": 73 }, "deprecated": false }, @@ -22541,7 +23024,7 @@ "description": [], "source": { "path": "x-pack/plugins/fleet/common/constants/routes.ts", - "lineNumber": 73 + "lineNumber": 74 }, "deprecated": false } diff --git a/api_docs/fleet.mdx b/api_docs/fleet.mdx index 0306b3114be7a..c02764f5b94fe 100644 --- a/api_docs/fleet.mdx +++ b/api_docs/fleet.mdx @@ -18,7 +18,7 @@ import fleetObj from './fleet.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 1117 | 15 | 1024 | 8 | +| 1140 | 15 | 1045 | 8 | ## Client diff --git a/api_docs/home.json b/api_docs/home.json index f9b41f86a7a5f..d9eaa4e6f991f 100644 --- a/api_docs/home.json +++ b/api_docs/home.json @@ -985,17 +985,17 @@ "deprecated": true, "references": [ { - "plugin": "apm", + "plugin": "cloud", "link": { - "path": "x-pack/plugins/apm/public/plugin.ts", - "lineNumber": 85 + "path": "x-pack/plugins/cloud/public/plugin.ts", + "lineNumber": 86 } }, { - "plugin": "cloud", + "plugin": "apm", "link": { - "path": "x-pack/plugins/cloud/public/plugin.ts", - "lineNumber": 86 + "path": "x-pack/plugins/apm/public/plugin.ts", + "lineNumber": 91 } } ] @@ -1136,7 +1136,7 @@ ], "source": { "path": "src/plugins/home/server/services/sample_data/sample_data_registry.ts", - "lineNumber": 169 + "lineNumber": 173 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/index_management.json b/api_docs/index_management.json index 9dc02a51148bc..5e7156b47cb45 100644 --- a/api_docs/index_management.json +++ b/api_docs/index_management.json @@ -56,6 +56,60 @@ ], "returnComment": [], "initialIsOpen": false + }, + { + "parentPluginId": "indexManagement", + "id": "def-public.getTemplateDetailsLink", + "type": "Function", + "tags": [], + "label": "getTemplateDetailsLink", + "description": [], + "signature": [ + "(name: string, isLegacy?: boolean | undefined) => string" + ], + "source": { + "path": "x-pack/plugins/index_management/public/application/services/routing.ts", + "lineNumber": 10 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "indexManagement", + "id": "def-public.getTemplateDetailsLink.$1", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "x-pack/plugins/index_management/public/application/services/routing.ts", + "lineNumber": 10 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "indexManagement", + "id": "def-public.getTemplateDetailsLink.$2", + "type": "CompoundType", + "tags": [], + "label": "isLegacy", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "x-pack/plugins/index_management/public/application/services/routing.ts", + "lineNumber": 10 + }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false } ], "interfaces": [ diff --git a/api_docs/index_management.mdx b/api_docs/index_management.mdx index 42414651d4d4b..d97582e62523d 100644 --- a/api_docs/index_management.mdx +++ b/api_docs/index_management.mdx @@ -18,7 +18,7 @@ import indexManagementObj from './index_management.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 162 | 12 | 157 | 3 | +| 165 | 12 | 160 | 3 | ## Client diff --git a/api_docs/index_pattern_field_editor.json b/api_docs/index_pattern_field_editor.json index d7afa005cf2da..e1ad62b534d2d 100644 --- a/api_docs/index_pattern_field_editor.json +++ b/api_docs/index_pattern_field_editor.json @@ -18,14 +18,20 @@ "text": "DefaultFormatEditor" }, " extends React.PureComponent<", - "FormatEditorProps", + { + "pluginId": "indexPatternFieldEditor", + "scope": "public", + "docId": "kibIndexPatternFieldEditorPluginApi", + "section": "def-public.FormatEditorProps", + "text": "FormatEditorProps" + }, "

, ", "FormatEditorState", " & S, any>" ], "source": { "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx", - "lineNumber": 71 + "lineNumber": 64 }, "deprecated": false, "children": [ @@ -38,7 +44,7 @@ "description": [], "source": { "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx", - "lineNumber": 75 + "lineNumber": 68 }, "deprecated": false }, @@ -55,7 +61,7 @@ ], "source": { "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx", - "lineNumber": 76 + "lineNumber": 69 }, "deprecated": false }, @@ -68,7 +74,13 @@ "description": [], "signature": [ "(nextProps: ", - "FormatEditorProps", + { + "pluginId": "indexPatternFieldEditor", + "scope": "public", + "docId": "kibIndexPatternFieldEditorPluginApi", + "section": "def-public.FormatEditorProps", + "text": "FormatEditorProps" + }, "<{}>, state: ", "FormatEditorState", ") => { error: string | undefined; samples: ", @@ -77,7 +89,7 @@ ], "source": { "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx", - "lineNumber": 78 + "lineNumber": 71 }, "deprecated": false, "children": [ @@ -89,12 +101,18 @@ "label": "nextProps", "description": [], "signature": [ - "FormatEditorProps", + { + "pluginId": "indexPatternFieldEditor", + "scope": "public", + "docId": "kibIndexPatternFieldEditorPluginApi", + "section": "def-public.FormatEditorProps", + "text": "FormatEditorProps" + }, "<{}>" ], "source": { "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx", - "lineNumber": 78 + "lineNumber": 71 }, "deprecated": false, "isRequired": true @@ -111,7 +129,7 @@ ], "source": { "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx", - "lineNumber": 78 + "lineNumber": 71 }, "deprecated": false, "isRequired": true @@ -131,7 +149,7 @@ ], "source": { "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx", - "lineNumber": 90 + "lineNumber": 83 }, "deprecated": false, "children": [ @@ -147,7 +165,7 @@ ], "source": { "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx", - "lineNumber": 90 + "lineNumber": 83 }, "deprecated": false, "isRequired": true @@ -167,7 +185,7 @@ ], "source": { "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/default/default.tsx", - "lineNumber": 99 + "lineNumber": 92 }, "deprecated": false, "children": [], @@ -259,6 +277,155 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "indexPatternFieldEditor", + "id": "def-public.FormatEditorProps", + "type": "Interface", + "tags": [], + "label": "FormatEditorProps", + "description": [ + "\nProps for received by {@link FieldFormatEditor}" + ], + "signature": [ + { + "pluginId": "indexPatternFieldEditor", + "scope": "public", + "docId": "kibIndexPatternFieldEditorPluginApi", + "section": "def-public.FormatEditorProps", + "text": "FormatEditorProps" + }, + "

" + ], + "source": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts", + "lineNumber": 17 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "indexPatternFieldEditor", + "id": "def-public.FormatEditorProps.fieldType", + "type": "string", + "tags": [], + "label": "fieldType", + "description": [], + "source": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts", + "lineNumber": 18 + }, + "deprecated": false + }, + { + "parentPluginId": "indexPatternFieldEditor", + "id": "def-public.FormatEditorProps.format", + "type": "Object", + "tags": [], + "label": "format", + "description": [], + "signature": [ + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + } + ], + "source": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts", + "lineNumber": 19 + }, + "deprecated": false + }, + { + "parentPluginId": "indexPatternFieldEditor", + "id": "def-public.FormatEditorProps.formatParams", + "type": "CompoundType", + "tags": [], + "label": "formatParams", + "description": [], + "signature": [ + "{ type?: string | undefined; } & P" + ], + "source": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts", + "lineNumber": 20 + }, + "deprecated": false + }, + { + "parentPluginId": "indexPatternFieldEditor", + "id": "def-public.FormatEditorProps.onChange", + "type": "Function", + "tags": [], + "label": "onChange", + "description": [], + "signature": [ + "(newParams: { [key: string]: any; }) => void" + ], + "source": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts", + "lineNumber": 21 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "indexPatternFieldEditor", + "id": "def-public.newParams", + "type": "Object", + "tags": [], + "label": "newParams", + "description": [], + "signature": [ + "{ [key: string]: any; }" + ], + "source": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts", + "lineNumber": 21 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "indexPatternFieldEditor", + "id": "def-public.FormatEditorProps.onError", + "type": "Function", + "tags": [], + "label": "onError", + "description": [], + "signature": [ + "(error?: string | undefined) => void" + ], + "source": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts", + "lineNumber": 22 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "indexPatternFieldEditor", + "id": "def-public.error", + "type": "string", + "tags": [], + "label": "error", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/field_format_editor.tsx", + "lineNumber": 34 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "indexPatternFieldEditor", "id": "def-public.OpenFieldDeleteModalOptions", @@ -413,7 +580,70 @@ } ], "enums": [], - "misc": [], + "misc": [ + { + "parentPluginId": "indexPatternFieldEditor", + "id": "def-public.FieldFormatEditor", + "type": "Type", + "tags": [], + "label": "FieldFormatEditor", + "description": [ + "\nA React component for editing custom field format params" + ], + "signature": [ + "(React.ComponentClass<", + { + "pluginId": "indexPatternFieldEditor", + "scope": "public", + "docId": "kibIndexPatternFieldEditorPluginApi", + "section": "def-public.FormatEditorProps", + "text": "FormatEditorProps" + }, + ", any> & { formatId: string; }) | (React.FunctionComponent<", + { + "pluginId": "indexPatternFieldEditor", + "scope": "public", + "docId": "kibIndexPatternFieldEditorPluginApi", + "section": "def-public.FormatEditorProps", + "text": "FormatEditorProps" + }, + "> & { formatId: string; })" + ], + "source": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts", + "lineNumber": 29 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "indexPatternFieldEditor", + "id": "def-public.FieldFormatEditorFactory", + "type": "Type", + "tags": [], + "label": "FieldFormatEditorFactory", + "description": [ + "\nA factory for registering field format editor for a field format with `formatId`" + ], + "signature": [ + "(() => Promise<", + { + "pluginId": "indexPatternFieldEditor", + "scope": "public", + "docId": "kibIndexPatternFieldEditorPluginApi", + "section": "def-public.FieldFormatEditor", + "text": "FieldFormatEditor" + }, + ">) & { formatId: string; }" + ], + "source": { + "path": "src/plugins/index_pattern_field_editor/public/components/field_format_editor/editors/types.ts", + "lineNumber": 37 + }, + "deprecated": false, + "initialIsOpen": false + } + ], "objects": [], "start": { "parentPluginId": "indexPatternFieldEditor", @@ -536,23 +766,23 @@ "label": "fieldFormatEditors", "description": [], "signature": [ - "{ getAll: () => typeof ", + "{ getAll: () => ", { "pluginId": "indexPatternFieldEditor", "scope": "public", "docId": "kibIndexPatternFieldEditorPluginApi", - "section": "def-public.DefaultFormatEditor", - "text": "DefaultFormatEditor" + "section": "def-public.FieldFormatEditorFactory", + "text": "FieldFormatEditorFactory" }, - "[]; getById: (id: string) => typeof ", + "[]; getById: (id: string) => ", { "pluginId": "indexPatternFieldEditor", "scope": "public", "docId": "kibIndexPatternFieldEditorPluginApi", - "section": "def-public.DefaultFormatEditor", - "text": "DefaultFormatEditor" + "section": "def-public.FieldFormatEditorFactory", + "text": "FieldFormatEditorFactory" }, - " | undefined; }" + " | undefined; }" ], "source": { "path": "src/plugins/index_pattern_field_editor/public/types.ts", diff --git a/api_docs/index_pattern_field_editor.mdx b/api_docs/index_pattern_field_editor.mdx index d21bfaefc674b..a231ac79bd77b 100644 --- a/api_docs/index_pattern_field_editor.mdx +++ b/api_docs/index_pattern_field_editor.mdx @@ -10,15 +10,15 @@ warning: This document is auto-generated and is meant to be viewed inside our ex --- import indexPatternFieldEditorObj from './index_pattern_field_editor.json'; +Reusable index pattern field editor across Kibana - - +Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin. **Code health stats** | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 31 | 1 | 29 | 4 | +| 41 | 1 | 36 | 3 | ## Client @@ -31,3 +31,6 @@ import indexPatternFieldEditorObj from './index_pattern_field_editor.json'; ### Interfaces +### Consts, variables and types + + diff --git a/api_docs/infra.json b/api_docs/infra.json index bb50bcdd072bd..7f3739241fa8a 100644 --- a/api_docs/infra.json +++ b/api_docs/infra.json @@ -12,7 +12,13 @@ "description": [], "signature": [ "(props: React.PropsWithChildren<", - "LogStreamProps", + { + "pluginId": "infra", + "scope": "public", + "docId": "kibInfraPluginApi", + "section": "def-public.LogStreamProps", + "text": "LogStreamProps" + }, ">) => JSX.Element" ], "source": { @@ -30,7 +36,13 @@ "description": [], "signature": [ "React.PropsWithChildren<", - "LogStreamProps", + { + "pluginId": "infra", + "scope": "public", + "docId": "kibInfraPluginApi", + "section": "def-public.LogStreamProps", + "text": "LogStreamProps" + }, ">" ], "source": { @@ -45,7 +57,50 @@ "initialIsOpen": false } ], - "interfaces": [], + "interfaces": [ + { + "parentPluginId": "infra", + "id": "def-public.LogStreamProps", + "type": "Interface", + "tags": [], + "label": "LogStreamProps", + "description": [], + "signature": [ + { + "pluginId": "infra", + "scope": "public", + "docId": "kibInfraPluginApi", + "section": "def-public.LogStreamProps", + "text": "LogStreamProps" + }, + " extends LogStreamContentProps" + ], + "source": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx", + "lineNumber": 61 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "infra", + "id": "def-public.LogStreamProps.height", + "type": "CompoundType", + "tags": [], + "label": "height", + "description": [], + "signature": [ + "string | number | undefined" + ], + "source": { + "path": "x-pack/plugins/infra/public/components/log_stream/log_stream.tsx", + "lineNumber": 62 + }, + "deprecated": false + } + ], + "initialIsOpen": false + } + ], "enums": [ { "parentPluginId": "infra", @@ -316,7 +371,7 @@ ], "source": { "path": "x-pack/plugins/infra/server/plugin.ts", - "lineNumber": 65 + "lineNumber": 68 }, "deprecated": false, "initialIsOpen": false @@ -351,7 +406,7 @@ "description": [], "source": { "path": "x-pack/plugins/infra/server/plugin.ts", - "lineNumber": 75 + "lineNumber": 78 }, "deprecated": false, "children": [ @@ -369,7 +424,7 @@ ], "source": { "path": "x-pack/plugins/infra/server/plugin.ts", - "lineNumber": 76 + "lineNumber": 79 }, "deprecated": false, "returnComment": [], @@ -383,7 +438,7 @@ "description": [], "source": { "path": "x-pack/plugins/infra/server/plugin.ts", - "lineNumber": 77 + "lineNumber": 80 }, "deprecated": false }, @@ -399,7 +454,7 @@ ], "source": { "path": "x-pack/plugins/infra/server/plugin.ts", - "lineNumber": 78 + "lineNumber": 81 }, "deprecated": false } diff --git a/api_docs/infra.mdx b/api_docs/infra.mdx index 5622f3bed6736..b5ad793aa368f 100644 --- a/api_docs/infra.mdx +++ b/api_docs/infra.mdx @@ -10,15 +10,15 @@ warning: This document is auto-generated and is meant to be viewed inside our ex --- import infraObj from './infra.json'; +This plugin visualizes data from Filebeat and Metricbeat, and integrates with other Observability solutions - - +Contact [Logs and Metrics UI](https://github.com/orgs/elastic/teams/logs-metrics-ui) for questions regarding this plugin. **Code health stats** | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 23 | 0 | 20 | 4 | +| 25 | 0 | 22 | 3 | ## Client @@ -28,6 +28,9 @@ import infraObj from './infra.json'; ### Functions +### Interfaces + + ### Enums diff --git a/api_docs/kibana_legacy.json b/api_docs/kibana_legacy.json index 1b5309235adde..230e7ed526cec 100644 --- a/api_docs/kibana_legacy.json +++ b/api_docs/kibana_legacy.json @@ -76,7 +76,7 @@ }, "<{}, { dashboardConfig: ", "DashboardConfig", - "; loadFontAwesome: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; }>) => {}" + "; loadFontAwesome: () => Promise; loadAngularBootstrap: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; }>) => {}" ], "source": { "path": "src/plugins/kibana_legacy/public/plugin.ts", @@ -101,7 +101,7 @@ }, "<{}, { dashboardConfig: ", "DashboardConfig", - "; loadFontAwesome: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; }>" + "; loadFontAwesome: () => Promise; loadAngularBootstrap: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; }>" ], "source": { "path": "src/plugins/kibana_legacy/public/plugin.ts", @@ -131,7 +131,7 @@ }, ") => { dashboardConfig: ", "DashboardConfig", - "; loadFontAwesome: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; }" + "; loadFontAwesome: () => Promise; loadAngularBootstrap: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; }" ], "source": { "path": "src/plugins/kibana_legacy/public/plugin.ts", @@ -167,477 +167,6 @@ } ], "initialIsOpen": false - }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications", - "type": "Class", - "tags": [], - "label": "ToastNotifications", - "description": [], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 11 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.list", - "type": "Array", - "tags": [], - "label": "list", - "description": [], - "signature": [ - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.Toast", - "text": "Toast" - }, - "[]" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 12 - }, - "deprecated": false - }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 16 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "toasts", - "description": [], - "signature": [ - "Pick<", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.ToastsApi", - "text": "ToastsApi" - }, - ", \"get$\" | \"add\" | \"remove\" | \"addSuccess\" | \"addWarning\" | \"addDanger\" | \"addError\" | \"addInfo\">" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 16 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.onChange", - "type": "Function", - "tags": [], - "label": "onChange", - "description": [], - "signature": [ - "(callback: () => void) => void" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 26 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.onChange.$1", - "type": "Function", - "tags": [], - "label": "callback", - "description": [], - "signature": [ - "() => void" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 26 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.add", - "type": "Function", - "tags": [], - "label": "add", - "description": [], - "signature": [ - "(toastOrTitle: ", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, - ") => ", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.Toast", - "text": "Toast" - } - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 30 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.add.$1", - "type": "CompoundType", - "tags": [], - "label": "toastOrTitle", - "description": [], - "signature": [ - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 30 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.remove", - "type": "Function", - "tags": [], - "label": "remove", - "description": [], - "signature": [ - "(toast: ", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.Toast", - "text": "Toast" - }, - ") => void" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 31 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.remove.$1", - "type": "CompoundType", - "tags": [], - "label": "toast", - "description": [], - "signature": [ - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.Toast", - "text": "Toast" - } - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 31 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.addSuccess", - "type": "Function", - "tags": [], - "label": "addSuccess", - "description": [], - "signature": [ - "(toastOrTitle: ", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, - ") => ", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.Toast", - "text": "Toast" - } - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 32 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.addSuccess.$1", - "type": "CompoundType", - "tags": [], - "label": "toastOrTitle", - "description": [], - "signature": [ - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 32 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.addWarning", - "type": "Function", - "tags": [], - "label": "addWarning", - "description": [], - "signature": [ - "(toastOrTitle: ", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, - ") => ", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.Toast", - "text": "Toast" - } - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 33 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.addWarning.$1", - "type": "CompoundType", - "tags": [], - "label": "toastOrTitle", - "description": [], - "signature": [ - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 33 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.addDanger", - "type": "Function", - "tags": [], - "label": "addDanger", - "description": [], - "signature": [ - "(toastOrTitle: ", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - }, - ") => ", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.Toast", - "text": "Toast" - } - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 34 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.addDanger.$1", - "type": "CompoundType", - "tags": [], - "label": "toastOrTitle", - "description": [], - "signature": [ - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.ToastInput", - "text": "ToastInput" - } - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 34 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.addError", - "type": "Function", - "tags": [], - "label": "addError", - "description": [], - "signature": [ - "(error: Error, options: ", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.ErrorToastOptions", - "text": "ErrorToastOptions" - }, - ") => ", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.Toast", - "text": "Toast" - } - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 35 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.addError.$1", - "type": "Object", - "tags": [], - "label": "error", - "description": [], - "signature": [ - "Error" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 35 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.ToastNotifications.addError.$2", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "signature": [ - { - "pluginId": "core", - "scope": "public", - "docId": "kibCorePluginApi", - "section": "def-public.ErrorToastOptions", - "text": "ErrorToastOptions" - } - ], - "source": { - "path": "src/plugins/kibana_legacy/public/notify/toasts/toast_notifications.ts", - "lineNumber": 35 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - } - ], - "initialIsOpen": false } ], "functions": [ @@ -653,7 +182,7 @@ ], "source": { "path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx", - "lineNumber": 136 + "lineNumber": 141 }, "deprecated": false, "children": [ @@ -669,7 +198,7 @@ ], "source": { "path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx", - "lineNumber": 136 + "lineNumber": 141 }, "deprecated": false, "isRequired": true @@ -778,51 +307,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.addSystemApiHeader", - "type": "Function", - "tags": [ - "return" - ], - "label": "addSystemApiHeader", - "description": [ - "\nAdds a custom header designating request as system API" - ], - "signature": [ - "(originalHeaders: Record) => { \"kbn-system-request\": boolean; }" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/utils/system_api.ts", - "lineNumber": 19 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.addSystemApiHeader.$1", - "type": "Object", - "tags": [], - "label": "originalHeaders", - "description": [ - "Object representing set of headers" - ], - "signature": [ - "Record" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/utils/system_api.ts", - "lineNumber": 19 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [ - "Object representing set of headers, with system API header added in" - ], - "initialIsOpen": false - }, { "parentPluginId": "kibanaLegacy", "id": "def-public.configureAppAngularModule", @@ -849,7 +333,7 @@ ], "source": { "path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx", - "lineNumber": 62 + "lineNumber": 67 }, "deprecated": false, "children": [ @@ -865,7 +349,7 @@ ], "source": { "path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx", - "lineNumber": 63 + "lineNumber": 68 }, "deprecated": false, "isRequired": true @@ -879,7 +363,7 @@ "description": [], "source": { "path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx", - "lineNumber": 64 + "lineNumber": 69 }, "deprecated": false, "children": [ @@ -901,7 +385,7 @@ ], "source": { "path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx", - "lineNumber": 65 + "lineNumber": 70 }, "deprecated": false }, @@ -921,7 +405,7 @@ ], "source": { "path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx", - "lineNumber": 66 + "lineNumber": 71 }, "deprecated": false } @@ -939,7 +423,7 @@ ], "source": { "path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx", - "lineNumber": 71 + "lineNumber": 76 }, "deprecated": false, "isRequired": true @@ -958,7 +442,7 @@ ], "source": { "path": "src/plugins/kibana_legacy/public/angular/angular_config.tsx", - "lineNumber": 72 + "lineNumber": 77 }, "deprecated": false, "isRequired": false @@ -1188,25 +672,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.initAngularBootstrap", - "type": "Function", - "tags": [], - "label": "initAngularBootstrap", - "description": [], - "signature": [ - "() => void" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/angular_bootstrap/index.ts", - "lineNumber": 15 - }, - "deprecated": false, - "returnComment": [], - "children": [], - "initialIsOpen": false - }, { "parentPluginId": "kibanaLegacy", "id": "def-public.isAngularHttpError", @@ -1244,51 +709,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.isSystemApiRequest", - "type": "Function", - "tags": [ - "return" - ], - "label": "isSystemApiRequest", - "description": [ - "\nReturns true if request is a system API request; false otherwise\n" - ], - "signature": [ - "(request: angular.IRequestConfig) => boolean | undefined" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/utils/system_api.ts", - "lineNumber": 35 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.isSystemApiRequest.$1", - "type": "Object", - "tags": [], - "label": "request", - "description": [ - "Object Request object created by $http service" - ], - "signature": [ - "angular.IRequestConfig" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/utils/system_api.ts", - "lineNumber": 35 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [ - "true if request is a system API request; false otherwise" - ], - "initialIsOpen": false - }, { "parentPluginId": "kibanaLegacy", "id": "def-public.loadKbnTopNavDirectives", @@ -1418,60 +838,6 @@ "returnComment": [], "initialIsOpen": false }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.PromiseServiceCreator", - "type": "Function", - "tags": [], - "label": "PromiseServiceCreator", - "description": [], - "signature": [ - "($q: unknown, $timeout: unknown) => (fn: unknown) => unknown" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/angular/promises.d.ts", - "lineNumber": 9 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.PromiseServiceCreator.$1", - "type": "Unknown", - "tags": [], - "label": "$q", - "description": [], - "signature": [ - "unknown" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/angular/promises.d.ts", - "lineNumber": 9 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "kibanaLegacy", - "id": "def-public.PromiseServiceCreator.$2", - "type": "Unknown", - "tags": [], - "label": "$timeout", - "description": [], - "signature": [ - "unknown" - ], - "source": { - "path": "src/plugins/kibana_legacy/public/angular/promises.d.ts", - "lineNumber": 9 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "kibanaLegacy", "id": "def-public.registerListenEventListener", @@ -1914,7 +1280,7 @@ ], "source": { "path": "src/plugins/kibana_legacy/public/plugin.ts", - "lineNumber": 45 + "lineNumber": 53 }, "deprecated": false, "initialIsOpen": false @@ -1929,11 +1295,11 @@ "signature": [ "{ dashboardConfig: ", "DashboardConfig", - "; loadFontAwesome: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; }" + "; loadFontAwesome: () => Promise; loadAngularBootstrap: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; }" ], "source": { "path": "src/plugins/kibana_legacy/public/plugin.ts", - "lineNumber": 46 + "lineNumber": 54 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/kibana_legacy.mdx b/api_docs/kibana_legacy.mdx index 1602bfeffb69b..0cd1ce47b6b88 100644 --- a/api_docs/kibana_legacy.mdx +++ b/api_docs/kibana_legacy.mdx @@ -12,13 +12,13 @@ import kibanaLegacyObj from './kibana_legacy.json'; - +Contact [Kibana App](https://github.com/orgs/elastic/teams/kibana-app) for questions regarding this plugin. **Code health stats** | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 93 | 3 | 85 | 1 | +| 66 | 3 | 62 | 1 | ## Client diff --git a/api_docs/kibana_react.json b/api_docs/kibana_react.json index ed9c5ef45c7f9..d21f1bfbd9c17 100644 --- a/api_docs/kibana_react.json +++ b/api_docs/kibana_react.json @@ -1055,7 +1055,7 @@ "label": "KibanaPageTemplate", "description": [], "signature": [ - "({ template, pageHeader, children, isEmptyState, restrictWidth, bottomBar, bottomBarProps, pageSideBar, solutionNav, ...rest }: React.PropsWithChildren<", + "({ template, pageHeader, children, isEmptyState, restrictWidth, pageSideBar, pageSideBarProps, solutionNav, ...rest }: React.PropsWithChildren<", { "pluginId": "kibanaReact", "scope": "public", @@ -1067,7 +1067,7 @@ ], "source": { "path": "src/plugins/kibana_react/public/page_template/page_template.tsx", - "lineNumber": 37 + "lineNumber": 44 }, "deprecated": false, "children": [ @@ -1076,7 +1076,7 @@ "id": "def-public.KibanaPageTemplate.$1", "type": "CompoundType", "tags": [], - "label": "{\n template,\n pageHeader,\n children,\n isEmptyState,\n restrictWidth = true,\n bottomBar,\n bottomBarProps,\n pageSideBar,\n solutionNav,\n ...rest\n}", + "label": "{\n template,\n pageHeader,\n children,\n isEmptyState,\n restrictWidth = true,\n pageSideBar,\n pageSideBarProps,\n solutionNav,\n ...rest\n}", "description": [], "signature": [ "React.PropsWithChildren<", @@ -1091,7 +1091,7 @@ ], "source": { "path": "src/plugins/kibana_react/public/page_template/page_template.tsx", - "lineNumber": 37 + "lineNumber": 44 }, "deprecated": false, "isRequired": true @@ -2385,7 +2385,7 @@ }, " extends Pick<", "EuiTokenProps", - ", \"children\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"size\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"data-test-subj\" | \"fill\" | \"shape\">" + ", \"children\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"size\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"data-test-subj\" | \"fill\" | \"shape\">" ], "source": { "path": "src/plugins/kibana_react/public/field_icon/field_icon.tsx", @@ -3719,48 +3719,15 @@ "label": "onChange", "description": [], "signature": [ - "(value: string, event: ", + "((value: string, event: ", "editor", - ".IModelContentChangedEvent) => void" + ".IModelContentChangedEvent) => void) | undefined" ], "source": { "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "lineNumber": 27 }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "kibanaReact", - "id": "def-public.value", - "type": "string", - "tags": [], - "label": "value", - "description": [], - "source": { - "path": "src/plugins/kibana_react/public/code_editor/code_editor.tsx", - "lineNumber": 37 - }, - "deprecated": false - }, - { - "parentPluginId": "kibanaReact", - "id": "def-public.event", - "type": "Object", - "tags": [], - "label": "event", - "description": [], - "signature": [ - "editor", - ".IModelContentChangedEvent" - ], - "source": { - "path": "src/plugins/kibana_react/public/code_editor/code_editor.tsx", - "lineNumber": 37 - }, - "deprecated": false - } - ] + "deprecated": false }, { "parentPluginId": "kibanaReact", @@ -3946,7 +3913,7 @@ "signature": [ "Pick<", "EuiPageProps", - ", \"children\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"data-test-subj\" | \"grow\" | \"direction\" | \"restrictWidth\"> & { template?: \"default\" | \"empty\" | \"centeredBody\" | \"centeredContent\" | undefined; paddingSize?: \"none\" | \"m\" | \"s\" | \"l\" | undefined; pageSideBar?: React.ReactNode; pageSideBarProps?: ", + ", \"children\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"data-test-subj\" | \"grow\" | \"direction\" | \"restrictWidth\"> & { template?: \"default\" | \"empty\" | \"centeredBody\" | \"centeredContent\" | undefined; paddingSize?: \"none\" | \"m\" | \"s\" | \"l\" | undefined; pageSideBar?: React.ReactNode; pageSideBarProps?: ", "EuiPageSideBarProps", " | undefined; pageHeader?: ", "EuiPageHeaderProps", @@ -3970,7 +3937,7 @@ ], "source": { "path": "src/plugins/kibana_react/public/page_template/page_template.tsx", - "lineNumber": 23 + "lineNumber": 30 }, "deprecated": false, "initialIsOpen": false @@ -4071,6 +4038,14 @@ "section": "def-public.DeprecationsServiceStart", "text": "DeprecationsServiceStart" }, + " | undefined; executionContext?: ", + { + "pluginId": "core", + "scope": "public", + "docId": "kibCorePluginApi", + "section": "def-public.ExecutionContextServiceStart", + "text": "ExecutionContextServiceStart" + }, " | undefined; injectedMetadata?: { getInjectedVar: (name: string, defaultValue?: any) => unknown; } | undefined; }" ], "source": { @@ -4958,7 +4933,7 @@ ], "source": { "path": "src/plugins/kibana_react/common/eui_styled_components.tsx", - "lineNumber": 42 + "lineNumber": 51 }, "deprecated": false, "initialIsOpen": false @@ -4984,7 +4959,7 @@ ], "source": { "path": "src/plugins/kibana_react/common/eui_styled_components.tsx", - "lineNumber": 41 + "lineNumber": 50 }, "deprecated": false, "initialIsOpen": false @@ -5010,7 +4985,7 @@ ], "source": { "path": "src/plugins/kibana_react/common/eui_styled_components.tsx", - "lineNumber": 40 + "lineNumber": 49 }, "deprecated": false, "initialIsOpen": false @@ -5041,7 +5016,7 @@ ], "source": { "path": "src/plugins/kibana_react/common/eui_styled_components.tsx", - "lineNumber": 21 + "lineNumber": 20 }, "deprecated": false, "children": [ @@ -5067,7 +5042,72 @@ ], "source": { "path": "src/plugins/kibana_react/common/eui_styled_components.tsx", - "lineNumber": 23 + "lineNumber": 22 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "kibanaReact", + "id": "def-common.EuiThemeProviderDecorator", + "type": "Function", + "tags": [], + "label": "EuiThemeProviderDecorator", + "description": [ + "\nStorybook decorator using the EUI theme provider. Uses the value from\n`globals` provided by the Storybook theme switcher." + ], + "signature": [ + "(storyFn: ", + "StoryFn", + "<", + "StoryFnReactReturnType", + ">, { globals }: ", + "StoryContext", + ") => JSX.Element" + ], + "source": { + "path": "src/plugins/kibana_react/common/eui_styled_components.tsx", + "lineNumber": 42 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "kibanaReact", + "id": "def-common.EuiThemeProviderDecorator.$1", + "type": "Function", + "tags": [], + "label": "storyFn", + "description": [], + "signature": [ + "StoryFn", + "<", + "StoryFnReactReturnType", + ">" + ], + "source": { + "path": "src/plugins/kibana_react/common/eui_styled_components.tsx", + "lineNumber": 42 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "kibanaReact", + "id": "def-common.EuiThemeProviderDecorator.$2", + "type": "CompoundType", + "tags": [], + "label": "{ globals }", + "description": [], + "signature": [ + "StoryContext" + ], + "source": { + "path": "src/plugins/kibana_react/common/eui_styled_components.tsx", + "lineNumber": 42 }, "deprecated": false, "isRequired": true @@ -5093,7 +5133,7 @@ ], "source": { "path": "src/plugins/kibana_react/common/eui_styled_components.tsx", - "lineNumber": 43 + "lineNumber": 52 }, "deprecated": false, "initialIsOpen": false @@ -5126,7 +5166,7 @@ ], "source": { "path": "src/plugins/kibana_react/common/eui_styled_components.tsx", - "lineNumber": 44 + "lineNumber": 53 }, "deprecated": false, "initialIsOpen": false @@ -5142,23 +5182,23 @@ "description": [], "source": { "path": "src/plugins/kibana_react/common/eui_styled_components.tsx", - "lineNumber": 16 + "lineNumber": 15 }, "deprecated": false, "children": [ { "parentPluginId": "kibanaReact", "id": "def-common.EuiTheme.eui", - "type": "CompoundType", + "type": "Object", "tags": [], "label": "eui", "description": [], "signature": [ - "{ paddingSizes: { xs: string; s: string; m: string; l: string; xl: string; }; avatarSizing: { s: { size: string; 'font-size': string; }; m: { size: string; 'font-size': string; }; l: { size: string; 'font-size': string; }; xl: { size: string; 'font-size': string; }; }; euiBadgeGroupGutterTypes: { gutterExtraSmall: string; gutterSmall: string; }; euiBreadcrumbSpacing: string; euiBreadcrumbTruncateWidth: string; euiButtonEmptyTypes: { primary: string; danger: string; disabled: string; ghost: string; text: string; success: string; warning: string; }; euiCallOutTypes: { primary: string; success: string; warning: string; danger: string; }; euiCardSpacing: string; euiCardBottomNodeHeight: string; euiCardSelectButtonBorders: { text: string; primary: string; success: string; danger: string; ghost: string; }; euiCardSelectButtonBackgrounds: { text: string; primary: string; success: string; danger: string; ghost: string; }; euiCardPaddingModifiers: { paddingNone: number; paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiCheckableCardPadding: string; euiCollapsibleNavGroupLightBackgroundColor: string; euiCollapsibleNavGroupDarkBackgroundColor: string; euiCollapsibleNavGroupDarkHighContrastColor: string; euiColorPickerValueRange0: string; euiColorPickerValueRange1: string; euiColorPickerSaturationRange0: string; euiColorPickerSaturationRange1: string; euiColorPickerIndicatorSize: string; euiColorPickerWidth: string; euiColorPaletteDisplaySizes: { sizeExtraSmall: string; sizeSmall: string; sizeMedium: string; }; euiContextMenuWidth: string; euiControlBarBackground: string; euiControlBarText: string; euiControlBarBorderColor: string; euiControlBarInitialHeight: string; euiControlBarMaxHeight: string; euiControlBarHeights: { s: string; m: string; l: string; }; euiDataGridPrefix: string; euiDataGridStyles: string; euiDataGridColumnResizerWidth: string; euiDataGridPopoverMaxHeight: string; euiDataGridCellPaddingS: string; euiDataGridCellPaddingM: string; euiDataGridCellPaddingL: string; euiDataGridVerticalBorder: string; euiDatePickerCalendarWidth: string; euiSuperDatePickerWidth: string; euiSuperDatePickerButtonWidth: string; euiDragAndDropSpacing: { s: string; m: string; l: string; }; euiExpressionColors: { subdued: string; primary: string; success: string; secondary: string; warning: string; danger: string; accent: string; }; euiFacetGutterSizes: { gutterNone: number; gutterSmall: string; gutterMedium: string; gutterLarge: string; }; gutterTypes: { gutterExtraSmall: string; gutterSmall: string; gutterMedium: string; gutterLarge: string; gutterExtraLarge: string; }; fractions: { fourths: { percentage: string; count: number; }; thirds: { percentage: string; count: number; }; halves: { percentage: string; count: number; }; single: { percentage: string; count: number; }; }; flyoutSizes: { small: { min: string; width: string; max: string; }; medium: { min: string; width: string; max: string; }; large: { min: string; width: string; max: string; }; }; euiFlyoutBorder: string; euiFlyoutPaddingModifiers: { paddingNone: number; paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiFilePickerTallHeight: string; euiRangeLevelColors: { primary: string; success: string; warning: string; danger: string; }; textareaResizing: { vertical: string; horizontal: string; both: string; none: string; }; euiHeaderLinksGutterSizes: { gutterXS: string; gutterS: string; gutterM: string; gutterL: string; }; ruleMargins: { marginXSmall: string; marginSmall: string; marginMedium: string; marginLarge: string; marginXLarge: string; marginXXLarge: string; }; euiIconLoadingOpacity: number; euiIconColors: { accent: string; danger: string; ghost: string; primary: string; secondary: string; success: string; subdued: string; text: string; warning: string; inherit: string; }; euiIconSizes: { small: string; medium: string; large: string; xLarge: string; xxLarge: string; }; euiKeyPadMenuSize: string; euiKeyPadMenuItemBetaBadgeSize: string; euiLinkColors: { subdued: string; primary: string; secondary: string; success: string; accent: string; warning: string; danger: string; text: string; ghost: string; }; euiListGroupItemHoverBackground: string; euiListGroupItemHoverBackgroundGhost: string; euiListGroupGutterTypes: { gutterSmall: string; gutterMedium: string; }; euiListGroupItemColorTypes: { primary: string; text: string; subdued: string; ghost: string; }; euiListGroupItemSizeTypes: { xSmall: string; small: string; medium: string; large: string; }; euiGradientStartStop: string; euiGradientMiddle: string; browserDefaultFontSize: string; euiMarkdownEditorMinHeight: string; euiPopoverArrowSize: string; euiPopoverTranslateDistance: string; euiProgressSizes: { xs: string; s: string; m: string; l: string; }; euiProgressColors: { primary: string; secondary: string; success: string; warning: string; danger: string; accent: string; subdued: string; vis0: string; vis1: string; vis2: string; vis3: string; vis4: string; vis5: string; vis6: string; vis7: string; vis8: string; vis9: string; customColor: string; }; euiResizableButtonTransitionSpeed: string; euiResizableButtonSize: string; euiSelectableListItemBorder: string; euiSelectableListItemPadding: string; euiSelectableTemplateSitewideTypes: { application: { color: string; 'font-weight': number; }; deployment: { color: string; 'font-weight': number; }; article: { color: string; 'font-weight': number; }; case: { color: string; 'font-weight': number; }; platform: { color: string; 'font-weight': number; }; }; euiSideNavEmphasizedBackgroundColor: string; euiSideNavRootTextcolor: string; euiSideNavBranchTextcolor: string; euiSideNavSelectedTextcolor: string; euiSideNavDisabledTextcolor: string; spacerSizes: { xs: string; s: string; m: string; l: string; xl: string; xxl: string; }; euiStepNumberSize: string; euiStepNumberSmallSize: string; euiStepNumberMargin: string; euiStepStatusColorsToFade: { warning: string; danger: string; disabled: string; incomplete: string; }; euiSuggestItemColors: { tint0: string; tint1: string; tint2: string; tint3: string; tint4: string; tint5: string; tint6: string; tint7: string; tint8: string; tint9: string; tint10: string; }; euiTableCellContentPadding: string; euiTableCellContentPaddingCompressed: string; euiTableCellCheckboxWidth: string; euiTableActionsAreaWidth: string; euiTableHoverColor: string; euiTableSelectedColor: string; euiTableHoverSelectedColor: string; euiTableActionsBorderColor: string; euiTableHoverClickableColor: string; euiTableFocusClickableColor: string; euiTabFontSize: string; euiTabFontSizeS: string; euiTabFontSizeL: string; euiTextColors: { default: string; subdued: string; secondary: string; success: string; accent: string; warning: string; danger: string; ghost: string; }; euiTextConstrainedMaxWidth: string; euiToastWidth: string; euiToastTypes: { primary: string; success: string; warning: string; danger: string; }; euiTokenGrayColor: string; euiTokenTypes: { euiColorVis0: { graphic: string; behindText: string; }; euiColorVis1: { graphic: string; behindText: string; }; euiColorVis2: { graphic: string; behindText: string; }; euiColorVis3: { graphic: string; behindText: string; }; euiColorVis4: { graphic: string; behindText: string; }; euiColorVis5: { graphic: string; behindText: string; }; euiColorVis6: { graphic: string; behindText: string; }; euiColorVis7: { graphic: string; behindText: string; }; euiColorVis8: { graphic: string; behindText: string; }; euiColorVis9: { graphic: string; behindText: string; }; gray: { graphic: string; behindText: string; }; }; euiTokenTypeKeys: string; euiContrastRatioText: number; euiContrastRatioGraphic: number; euiContrastRatioDisabled: number; euiAnimSlightBounce: string; euiAnimSlightResistance: string; euiAnimSpeedExtraFast: string; euiAnimSpeedFast: string; euiAnimSpeedNormal: string; euiAnimSpeedSlow: string; euiAnimSpeedExtraSlow: string; euiBorderWidthThin: string; euiBorderWidthThick: string; euiBorderColor: string; euiBorderRadius: string; euiBorderRadiusSmall: string; euiBorderThick: string; euiBorderThin: string; euiBorderEditable: string; euiButtonHeight: string; euiButtonHeightSmall: string; euiButtonHeightXSmall: string; euiButtonColorDisabled: string; euiButtonColorDisabledText: string; euiButtonColorGhostDisabled: string; euiButtonTypes: { primary: string; accent: string; secondary: string; success: string; warning: string; danger: string; subdued: string; ghost: string; text: string; }; euiColorGhost: string; euiColorInk: string; euiColorPrimary: string; euiColorSecondary: string; euiColorAccent: string; euiColorSuccess: string; euiColorWarning: string; euiColorDanger: string; euiColorEmptyShade: string; euiColorLightestShade: string; euiColorLightShade: string; euiColorMediumShade: string; euiColorDarkShade: string; euiColorDarkestShade: string; euiColorFullShade: string; euiPageBackgroundColor: string; euiColorHighlight: string; euiTextColor: string; euiTitleColor: string; euiTextSubduedColor: string; euiColorDisabled: string; euiColorPrimaryText: string; euiColorSecondaryText: string; euiColorAccentText: string; euiColorWarningText: string; euiColorDangerText: string; euiColorDisabledText: string; euiColorSuccessText: string; euiLinkColor: string; euiPaletteColorBlind: { euiColorVis0: { graphic: string; behindText: string; }; euiColorVis1: { graphic: string; behindText: string; }; euiColorVis2: { graphic: string; behindText: string; }; euiColorVis3: { graphic: string; behindText: string; }; euiColorVis4: { graphic: string; behindText: string; }; euiColorVis5: { graphic: string; behindText: string; }; euiColorVis6: { graphic: string; behindText: string; }; euiColorVis7: { graphic: string; behindText: string; }; euiColorVis8: { graphic: string; behindText: string; }; euiColorVis9: { graphic: string; behindText: string; }; }; euiPaletteColorBlindKeys: string; euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVis0_behindText: string; euiColorVis1_behindText: string; euiColorVis2_behindText: string; euiColorVis3_behindText: string; euiColorVis4_behindText: string; euiColorVis5_behindText: string; euiColorVis6_behindText: string; euiColorVis7_behindText: string; euiColorVis8_behindText: string; euiColorVis9_behindText: string; euiColorChartLines: string; euiColorChartBand: string; euiCodeBlockBackgroundColor: string; euiCodeBlockColor: string; euiCodeBlockSelectedBackgroundColor: string; euiCodeBlockCommentColor: string; euiCodeBlockSelectorTagColor: string; euiCodeBlockStringColor: string; euiCodeBlockTagColor: string; euiCodeBlockNameColor: string; euiCodeBlockNumberColor: string; euiCodeBlockKeywordColor: string; euiCodeBlockFunctionTitleColor: string; euiCodeBlockTypeColor: string; euiCodeBlockAttributeColor: string; euiCodeBlockSymbolColor: string; euiCodeBlockParamsColor: string; euiCodeBlockMetaColor: string; euiCodeBlockTitleColor: string; euiCodeBlockSectionColor: string; euiCodeBlockAdditionColor: string; euiCodeBlockDeletionColor: string; euiCodeBlockSelectorClassColor: string; euiCodeBlockSelectorIdColor: string; euiFormMaxWidth: string; euiFormControlHeight: string; euiFormControlCompressedHeight: string; euiFormControlPadding: string; euiFormControlCompressedPadding: string; euiFormControlBorderRadius: number; euiFormControlCompressedBorderRadius: string; euiRadioSize: string; euiCheckBoxSize: string; euiCheckboxBorderRadius: string; euiSwitchHeight: string; euiSwitchWidth: string; euiSwitchThumbSize: string; euiSwitchIconHeight: string; euiSwitchHeightCompressed: string; euiSwitchWidthCompressed: string; euiSwitchThumbSizeCompressed: string; euiSwitchHeightMini: string; euiSwitchWidthMini: string; euiSwitchThumbSizeMini: string; euiFormBackgroundColor: string; euiFormBackgroundDisabledColor: string; euiFormBackgroundReadOnlyColor: string; euiFormBorderOpaqueColor: string; euiFormBorderColor: string; euiFormBorderDisabledColor: string; euiFormCustomControlDisabledIconColor: string; euiFormCustomControlBorderColor: string; euiFormControlDisabledColor: string; euiFormControlBoxShadow: string; euiFormControlPlaceholderText: string; euiFormInputGroupLabelBackground: string; euiFormInputGroupBorder: string; euiSwitchOffColor: string; euiFormControlLayoutGroupInputHeight: string; euiFormControlLayoutGroupInputCompressedHeight: string; euiFormControlLayoutGroupInputCompressedBorderRadius: string; euiRangeTrackColor: string; euiRangeThumbRadius: string; euiRangeThumbHeight: string; euiRangeThumbWidth: string; euiRangeThumbBorderColor: string; euiRangeTrackWidth: string; euiRangeTrackHeight: string; euiRangeTrackBorderWidth: number; euiRangeTrackBorderColor: string; euiRangeTrackRadius: string; euiRangeDisabledOpacity: number; euiRangeHighlightHeight: string; euiHeaderBackgroundColor: string; euiHeaderDarkBackgroundColor: string; euiHeaderBorderColor: string; euiHeaderBreadcrumbColor: string; euiHeaderHeight: string; euiHeaderChildSize: string; euiHeaderHeightCompensation: string; euiPageDefaultMaxWidth: string; euiPageSidebarMinWidth: string; euiPanelPaddingModifiers: { paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiPanelBorderRadiusModifiers: { borderRadiusNone: number; borderRadiusMedium: string; }; euiPanelBackgroundColorModifiers: { transparent: string; plain: string; subdued: string; accent: string; primary: string; success: string; warning: string; danger: string; }; euiBreakpoints: { xs: number; s: string; m: string; l: string; xl: string; }; euiBreakpointKeys: string; euiShadowColor: string; euiShadowColorLarge: string; euiSize: string; euiSizeXS: string; euiSizeS: string; euiSizeM: string; euiSizeL: string; euiSizeXL: string; euiSizeXXL: string; euiButtonMinWidth: string; euiScrollBar: string; euiScrollBarCorner: string; euiFocusRingColor: string; euiFocusRingAnimStartColor: string; euiFocusRingAnimStartSize: string; euiFocusRingAnimStartSizeLarge: string; euiFocusRingSizeLarge: string; euiFocusRingSize: string; euiFocusTransparency: number; euiFocusBackgroundColor: string; euiTooltipBackgroundColor: string; euiTooltipAnimations: { top: string; left: string; bottom: string; right: string; }; euiFontFamily: string; euiCodeFontFamily: string; euiFontFeatureSettings: string; euiTextScale: string; euiFontSize: string; euiFontSizeXS: string; euiFontSizeS: string; euiFontSizeM: string; euiFontSizeL: string; euiFontSizeXL: string; euiFontSizeXXL: string; euiLineHeight: number; euiBodyLineHeight: number; euiFontWeightLight: number; euiFontWeightRegular: number; euiFontWeightMedium: number; euiFontWeightSemiBold: number; euiFontWeightBold: number; euiCodeFontWeightRegular: number; euiCodeFontWeightBold: number; euiTitles: { xxxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xs: { 'font-size': string; 'line-height': string; 'font-weight': number; 'letter-spacing': string; }; s: { 'font-size': string; 'line-height': string; 'font-weight': number; 'letter-spacing': string; }; m: { 'font-size': string; 'line-height': string; 'font-weight': number; 'letter-spacing': string; }; l: { 'font-size': string; 'line-height': string; 'font-weight': number; 'letter-spacing': string; }; }; euiZLevel0: number; euiZLevel1: number; euiZLevel2: number; euiZLevel3: number; euiZLevel4: number; euiZLevel5: number; euiZLevel6: number; euiZLevel7: number; euiZLevel8: number; euiZLevel9: number; euiZToastList: number; euiZModal: number; euiZMask: number; euiZNavigation: number; euiZContentMenu: number; euiZHeader: number; euiZFlyout: number; euiZMaskBelowHeader: number; euiZContent: number; } | { paddingSizes: { xs: string; s: string; m: string; l: string; xl: string; }; avatarSizing: { s: { size: string; 'font-size': string; }; m: { size: string; 'font-size': string; }; l: { size: string; 'font-size': string; }; xl: { size: string; 'font-size': string; }; }; euiBadgeGroupGutterTypes: { gutterExtraSmall: string; gutterSmall: string; }; euiBreadcrumbSpacing: string; euiBreadcrumbTruncateWidth: string; euiButtonEmptyTypes: { primary: string; danger: string; disabled: string; ghost: string; text: string; success: string; warning: string; }; euiCallOutTypes: { primary: string; success: string; warning: string; danger: string; }; euiCardSpacing: string; euiCardBottomNodeHeight: string; euiCardSelectButtonBorders: { text: string; primary: string; success: string; danger: string; ghost: string; }; euiCardSelectButtonBackgrounds: { text: string; primary: string; success: string; danger: string; ghost: string; }; euiCardPaddingModifiers: { paddingNone: number; paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiCheckableCardPadding: string; euiCollapsibleNavGroupLightBackgroundColor: string; euiCollapsibleNavGroupDarkBackgroundColor: string; euiCollapsibleNavGroupDarkHighContrastColor: string; euiColorPickerValueRange0: string; euiColorPickerValueRange1: string; euiColorPickerSaturationRange0: string; euiColorPickerSaturationRange1: string; euiColorPickerIndicatorSize: string; euiColorPickerWidth: string; euiColorPaletteDisplaySizes: { sizeExtraSmall: string; sizeSmall: string; sizeMedium: string; }; euiContextMenuWidth: string; euiControlBarBackground: string; euiControlBarText: string; euiControlBarBorderColor: string; euiControlBarInitialHeight: string; euiControlBarMaxHeight: string; euiControlBarHeights: { s: string; m: string; l: string; }; euiDataGridPrefix: string; euiDataGridStyles: string; euiDataGridColumnResizerWidth: string; euiDataGridPopoverMaxHeight: string; euiDataGridCellPaddingS: string; euiDataGridCellPaddingM: string; euiDataGridCellPaddingL: string; euiDataGridVerticalBorder: string; euiDatePickerCalendarWidth: string; euiSuperDatePickerWidth: string; euiSuperDatePickerButtonWidth: string; euiDragAndDropSpacing: { s: string; m: string; l: string; }; euiExpressionColors: { subdued: string; primary: string; success: string; secondary: string; warning: string; danger: string; accent: string; }; euiFacetGutterSizes: { gutterNone: number; gutterSmall: string; gutterMedium: string; gutterLarge: string; }; gutterTypes: { gutterExtraSmall: string; gutterSmall: string; gutterMedium: string; gutterLarge: string; gutterExtraLarge: string; }; fractions: { fourths: { percentage: string; count: number; }; thirds: { percentage: string; count: number; }; halves: { percentage: string; count: number; }; single: { percentage: string; count: number; }; }; flyoutSizes: { small: { min: string; width: string; max: string; }; medium: { min: string; width: string; max: string; }; large: { min: string; width: string; max: string; }; }; euiFlyoutBorder: string; euiFlyoutPaddingModifiers: { paddingNone: number; paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiFilePickerTallHeight: string; euiRangeLevelColors: { primary: string; success: string; warning: string; danger: string; }; textareaResizing: { vertical: string; horizontal: string; both: string; none: string; }; euiHeaderLinksGutterSizes: { gutterXS: string; gutterS: string; gutterM: string; gutterL: string; }; ruleMargins: { marginXSmall: string; marginSmall: string; marginMedium: string; marginLarge: string; marginXLarge: string; marginXXLarge: string; }; euiIconLoadingOpacity: number; euiIconColors: { accent: string; danger: string; ghost: string; primary: string; secondary: string; success: string; subdued: string; text: string; warning: string; inherit: string; }; euiIconSizes: { small: string; medium: string; large: string; xLarge: string; xxLarge: string; }; euiKeyPadMenuSize: string; euiKeyPadMenuItemBetaBadgeSize: string; euiLinkColors: { subdued: string; primary: string; secondary: string; success: string; accent: string; warning: string; danger: string; text: string; ghost: string; }; euiListGroupItemHoverBackground: string; euiListGroupItemHoverBackgroundGhost: string; euiListGroupGutterTypes: { gutterSmall: string; gutterMedium: string; }; euiListGroupItemColorTypes: { primary: string; text: string; subdued: string; ghost: string; }; euiListGroupItemSizeTypes: { xSmall: string; small: string; medium: string; large: string; }; euiGradientStartStop: string; euiGradientMiddle: string; browserDefaultFontSize: string; euiMarkdownEditorMinHeight: string; euiPopoverArrowSize: string; euiPopoverTranslateDistance: string; euiProgressSizes: { xs: string; s: string; m: string; l: string; }; euiProgressColors: { primary: string; secondary: string; success: string; warning: string; danger: string; accent: string; subdued: string; vis0: string; vis1: string; vis2: string; vis3: string; vis4: string; vis5: string; vis6: string; vis7: string; vis8: string; vis9: string; customColor: string; }; euiResizableButtonTransitionSpeed: string; euiResizableButtonSize: string; euiSelectableListItemBorder: string; euiSelectableListItemPadding: string; euiSelectableTemplateSitewideTypes: { application: { color: string; 'font-weight': number; }; deployment: { color: string; 'font-weight': number; }; article: { color: string; 'font-weight': number; }; case: { color: string; 'font-weight': number; }; platform: { color: string; 'font-weight': number; }; }; euiSideNavEmphasizedBackgroundColor: string; euiSideNavRootTextcolor: string; euiSideNavBranchTextcolor: string; euiSideNavSelectedTextcolor: string; euiSideNavDisabledTextcolor: string; spacerSizes: { xs: string; s: string; m: string; l: string; xl: string; xxl: string; }; euiStepNumberSize: string; euiStepNumberSmallSize: string; euiStepNumberMargin: string; euiStepStatusColorsToFade: { warning: string; danger: string; disabled: string; incomplete: string; }; euiSuggestItemColors: { tint0: string; tint1: string; tint2: string; tint3: string; tint4: string; tint5: string; tint6: string; tint7: string; tint8: string; tint9: string; tint10: string; }; euiTableCellContentPadding: string; euiTableCellContentPaddingCompressed: string; euiTableCellCheckboxWidth: string; euiTableActionsAreaWidth: string; euiTableHoverColor: string; euiTableSelectedColor: string; euiTableHoverSelectedColor: string; euiTableActionsBorderColor: string; euiTableHoverClickableColor: string; euiTableFocusClickableColor: string; euiTabFontSize: string; euiTabFontSizeS: string; euiTabFontSizeL: string; euiTextColors: { default: string; subdued: string; secondary: string; success: string; accent: string; warning: string; danger: string; ghost: string; }; euiTextConstrainedMaxWidth: string; euiToastWidth: string; euiToastTypes: { primary: string; success: string; warning: string; danger: string; }; euiTokenGrayColor: string; euiTokenTypes: { euiColorVis0: { graphic: string; behindText: string; }; euiColorVis1: { graphic: string; behindText: string; }; euiColorVis2: { graphic: string; behindText: string; }; euiColorVis3: { graphic: string; behindText: string; }; euiColorVis4: { graphic: string; behindText: string; }; euiColorVis5: { graphic: string; behindText: string; }; euiColorVis6: { graphic: string; behindText: string; }; euiColorVis7: { graphic: string; behindText: string; }; euiColorVis8: { graphic: string; behindText: string; }; euiColorVis9: { graphic: string; behindText: string; }; gray: { graphic: string; behindText: string; }; }; euiTokenTypeKeys: string; euiContrastRatioText: number; euiContrastRatioGraphic: number; euiContrastRatioDisabled: number; euiAnimSlightBounce: string; euiAnimSlightResistance: string; euiAnimSpeedExtraFast: string; euiAnimSpeedFast: string; euiAnimSpeedNormal: string; euiAnimSpeedSlow: string; euiAnimSpeedExtraSlow: string; euiBorderWidthThin: string; euiBorderWidthThick: string; euiBorderColor: string; euiBorderRadius: string; euiBorderRadiusSmall: string; euiBorderThick: string; euiBorderThin: string; euiBorderEditable: string; euiButtonHeight: string; euiButtonHeightSmall: string; euiButtonHeightXSmall: string; euiButtonColorDisabled: string; euiButtonColorDisabledText: string; euiButtonColorGhostDisabled: string; euiButtonTypes: { primary: string; accent: string; secondary: string; success: string; warning: string; danger: string; subdued: string; ghost: string; text: string; }; euiColorGhost: string; euiColorInk: string; euiColorPrimary: string; euiColorSecondary: string; euiColorAccent: string; euiColorSuccess: string; euiColorWarning: string; euiColorDanger: string; euiColorEmptyShade: string; euiColorLightestShade: string; euiColorLightShade: string; euiColorMediumShade: string; euiColorDarkShade: string; euiColorDarkestShade: string; euiColorFullShade: string; euiPageBackgroundColor: string; euiColorHighlight: string; euiTextColor: string; euiTitleColor: string; euiTextSubduedColor: string; euiColorDisabled: string; euiColorPrimaryText: string; euiColorSecondaryText: string; euiColorAccentText: string; euiColorWarningText: string; euiColorDangerText: string; euiColorDisabledText: string; euiColorSuccessText: string; euiLinkColor: string; euiPaletteColorBlind: { euiColorVis0: { graphic: string; behindText: string; }; euiColorVis1: { graphic: string; behindText: string; }; euiColorVis2: { graphic: string; behindText: string; }; euiColorVis3: { graphic: string; behindText: string; }; euiColorVis4: { graphic: string; behindText: string; }; euiColorVis5: { graphic: string; behindText: string; }; euiColorVis6: { graphic: string; behindText: string; }; euiColorVis7: { graphic: string; behindText: string; }; euiColorVis8: { graphic: string; behindText: string; }; euiColorVis9: { graphic: string; behindText: string; }; }; euiPaletteColorBlindKeys: string; euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVis0_behindText: string; euiColorVis1_behindText: string; euiColorVis2_behindText: string; euiColorVis3_behindText: string; euiColorVis4_behindText: string; euiColorVis5_behindText: string; euiColorVis6_behindText: string; euiColorVis7_behindText: string; euiColorVis8_behindText: string; euiColorVis9_behindText: string; euiColorChartLines: string; euiColorChartBand: string; euiCodeBlockBackgroundColor: string; euiCodeBlockColor: string; euiCodeBlockSelectedBackgroundColor: string; euiCodeBlockCommentColor: string; euiCodeBlockSelectorTagColor: string; euiCodeBlockStringColor: string; euiCodeBlockTagColor: string; euiCodeBlockNameColor: string; euiCodeBlockNumberColor: string; euiCodeBlockKeywordColor: string; euiCodeBlockFunctionTitleColor: string; euiCodeBlockTypeColor: string; euiCodeBlockAttributeColor: string; euiCodeBlockSymbolColor: string; euiCodeBlockParamsColor: string; euiCodeBlockMetaColor: string; euiCodeBlockTitleColor: string; euiCodeBlockSectionColor: string; euiCodeBlockAdditionColor: string; euiCodeBlockDeletionColor: string; euiCodeBlockSelectorClassColor: string; euiCodeBlockSelectorIdColor: string; euiFormMaxWidth: string; euiFormControlHeight: string; euiFormControlCompressedHeight: string; euiFormControlPadding: string; euiFormControlCompressedPadding: string; euiFormControlBorderRadius: number; euiFormControlCompressedBorderRadius: string; euiRadioSize: string; euiCheckBoxSize: string; euiCheckboxBorderRadius: string; euiSwitchHeight: string; euiSwitchWidth: string; euiSwitchThumbSize: string; euiSwitchIconHeight: string; euiSwitchHeightCompressed: string; euiSwitchWidthCompressed: string; euiSwitchThumbSizeCompressed: string; euiSwitchHeightMini: string; euiSwitchWidthMini: string; euiSwitchThumbSizeMini: string; euiFormBackgroundColor: string; euiFormBackgroundDisabledColor: string; euiFormBackgroundReadOnlyColor: string; euiFormBorderOpaqueColor: string; euiFormBorderColor: string; euiFormBorderDisabledColor: string; euiFormCustomControlDisabledIconColor: string; euiFormCustomControlBorderColor: string; euiFormControlDisabledColor: string; euiFormControlBoxShadow: string; euiFormControlPlaceholderText: string; euiFormInputGroupLabelBackground: string; euiFormInputGroupBorder: string; euiSwitchOffColor: string; euiFormControlLayoutGroupInputHeight: string; euiFormControlLayoutGroupInputCompressedHeight: string; euiFormControlLayoutGroupInputCompressedBorderRadius: string; euiRangeTrackColor: string; euiRangeThumbRadius: string; euiRangeThumbHeight: string; euiRangeThumbWidth: string; euiRangeThumbBorderColor: string; euiRangeTrackWidth: string; euiRangeTrackHeight: string; euiRangeTrackBorderWidth: number; euiRangeTrackBorderColor: string; euiRangeTrackRadius: string; euiRangeDisabledOpacity: number; euiRangeHighlightHeight: string; euiHeaderBackgroundColor: string; euiHeaderDarkBackgroundColor: string; euiHeaderBorderColor: string; euiHeaderBreadcrumbColor: string; euiHeaderHeight: string; euiHeaderChildSize: string; euiHeaderHeightCompensation: string; euiPageDefaultMaxWidth: string; euiPageSidebarMinWidth: string; euiPanelPaddingModifiers: { paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiPanelBorderRadiusModifiers: { borderRadiusNone: number; borderRadiusMedium: string; }; euiPanelBackgroundColorModifiers: { transparent: string; plain: string; subdued: string; accent: string; primary: string; success: string; warning: string; danger: string; }; euiBreakpoints: { xs: number; s: string; m: string; l: string; xl: string; }; euiBreakpointKeys: string; euiShadowColor: string; euiShadowColorLarge: string; euiSize: string; euiSizeXS: string; euiSizeS: string; euiSizeM: string; euiSizeL: string; euiSizeXL: string; euiSizeXXL: string; euiButtonMinWidth: string; euiScrollBar: string; euiScrollBarCorner: string; euiFocusRingColor: string; euiFocusRingAnimStartColor: string; euiFocusRingAnimStartSize: string; euiFocusRingAnimStartSizeLarge: string; euiFocusRingSizeLarge: string; euiFocusRingSize: string; euiFocusTransparency: number; euiFocusBackgroundColor: string; euiTooltipBackgroundColor: string; euiTooltipAnimations: { top: string; left: string; bottom: string; right: string; }; euiFontFamily: string; euiCodeFontFamily: string; euiFontFeatureSettings: string; euiTextScale: string; euiFontSize: string; euiFontSizeXS: string; euiFontSizeS: string; euiFontSizeM: string; euiFontSizeL: string; euiFontSizeXL: string; euiFontSizeXXL: string; euiLineHeight: number; euiBodyLineHeight: number; euiFontWeightLight: number; euiFontWeightRegular: number; euiFontWeightMedium: number; euiFontWeightSemiBold: number; euiFontWeightBold: number; euiCodeFontWeightRegular: number; euiCodeFontWeightBold: number; euiTitles: { xxxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xs: { 'font-size': string; 'line-height': string; 'font-weight': number; 'letter-spacing': string; }; s: { 'font-size': string; 'line-height': string; 'font-weight': number; 'letter-spacing': string; }; m: { 'font-size': string; 'line-height': string; 'font-weight': number; 'letter-spacing': string; }; l: { 'font-size': string; 'line-height': string; 'font-weight': number; 'letter-spacing': string; }; }; euiZLevel0: number; euiZLevel1: number; euiZLevel2: number; euiZLevel3: number; euiZLevel4: number; euiZLevel5: number; euiZLevel6: number; euiZLevel7: number; euiZLevel8: number; euiZLevel9: number; euiZToastList: number; euiZModal: number; euiZMask: number; euiZNavigation: number; euiZContentMenu: number; euiZHeader: number; euiZFlyout: number; euiZMaskBelowHeader: number; euiZContent: number; }" + "{ paddingSizes: { xs: string; s: string; m: string; l: string; xl: string; }; avatarSizing: { s: { size: string; 'font-size': string; }; m: { size: string; 'font-size': string; }; l: { size: string; 'font-size': string; }; xl: { size: string; 'font-size': string; }; }; euiBadgeGroupGutterTypes: { gutterExtraSmall: string; gutterSmall: string; }; euiBreadcrumbSpacing: string; euiBreadcrumbTruncateWidth: string; euiButtonEmptyTypes: { primary: string; danger: string; disabled: string; ghost: string; text: string; success: string; warning: string; }; euiCallOutTypes: { primary: string; success: string; warning: string; danger: string; }; euiCardSpacing: string; euiCardBottomNodeHeight: string; euiCardSelectButtonBorders: { text: string; primary: string; success: string; danger: string; ghost: string; }; euiCardSelectButtonBackgrounds: { text: string; primary: string; success: string; danger: string; ghost: string; }; euiCardPaddingModifiers: { paddingNone: number; paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiCheckableCardPadding: string; euiCollapsibleNavGroupLightBackgroundColor: string; euiCollapsibleNavGroupDarkBackgroundColor: string; euiCollapsibleNavGroupDarkHighContrastColor: string; euiColorPickerValueRange0: string; euiColorPickerValueRange1: string; euiColorPickerSaturationRange0: string; euiColorPickerSaturationRange1: string; euiColorPickerIndicatorSize: string; euiColorPickerWidth: string; euiColorPaletteDisplaySizes: { sizeExtraSmall: string; sizeSmall: string; sizeMedium: string; }; euiContextMenuWidth: string; euiControlBarBackground: string; euiControlBarText: string; euiControlBarBorderColor: string; euiControlBarInitialHeight: string; euiControlBarMaxHeight: string; euiControlBarHeights: { s: string; m: string; l: string; }; euiDataGridPrefix: string; euiDataGridStyles: string; euiDataGridColumnResizerWidth: string; euiDataGridPopoverMaxHeight: string; euiDataGridCellPaddingS: string; euiDataGridCellPaddingM: string; euiDataGridCellPaddingL: string; euiDataGridVerticalBorder: string; euiDatePickerCalendarWidth: string; euiSuperDatePickerWidth: string; euiSuperDatePickerButtonWidth: string; euiDragAndDropSpacing: { s: string; m: string; l: string; }; euiExpressionColors: { subdued: string; primary: string; success: string; secondary: string; warning: string; danger: string; accent: string; }; euiFacetGutterSizes: { gutterNone: number; gutterSmall: string; gutterMedium: string; gutterLarge: string; }; gutterTypes: { gutterExtraSmall: string; gutterSmall: string; gutterMedium: string; gutterLarge: string; gutterExtraLarge: string; }; fractions: { fourths: { percentage: string; count: number; }; thirds: { percentage: string; count: number; }; halves: { percentage: string; count: number; }; single: { percentage: string; count: number; }; }; flyoutSizes: { small: { min: string; width: string; max: string; }; medium: { min: string; width: string; max: string; }; large: { min: string; width: string; max: string; }; }; euiFlyoutBorder: string; euiFlyoutPaddingModifiers: { paddingNone: number; paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiFilePickerTallHeight: string; euiRangeLevelColors: { primary: string; success: string; warning: string; danger: string; }; textareaResizing: { vertical: string; horizontal: string; both: string; none: string; }; euiHeaderLinksGutterSizes: { gutterXS: string; gutterS: string; gutterM: string; gutterL: string; }; ruleMargins: { marginXSmall: string; marginSmall: string; marginMedium: string; marginLarge: string; marginXLarge: string; marginXXLarge: string; }; euiIconLoadingOpacity: number; euiIconColors: { accent: string; danger: string; ghost: string; primary: string; secondary: string; success: string; subdued: string; text: string; warning: string; inherit: string; }; euiIconSizes: { small: string; medium: string; large: string; xLarge: string; xxLarge: string; }; euiKeyPadMenuSize: string; euiKeyPadMenuMarginSize: string; euiLinkColors: { subdued: string; primary: string; secondary: string; success: string; accent: string; warning: string; danger: string; text: string; ghost: string; }; euiListGroupItemHoverBackground: string; euiListGroupItemHoverBackgroundGhost: string; euiListGroupGutterTypes: { gutterSmall: string; gutterMedium: string; }; euiListGroupItemColorTypes: { primary: string; text: string; subdued: string; ghost: string; }; euiListGroupItemSizeTypes: { xSmall: string; small: string; medium: string; large: string; }; euiGradientStartStop: string; euiGradientMiddle: string; browserDefaultFontSize: string; euiMarkdownEditorMinHeight: string; euiPopoverArrowSize: string; euiPopoverTranslateDistance: string; euiProgressSizes: { xs: string; s: string; m: string; l: string; }; euiProgressColors: { primary: string; secondary: string; success: string; warning: string; danger: string; accent: string; subdued: string; vis0: string; vis1: string; vis2: string; vis3: string; vis4: string; vis5: string; vis6: string; vis7: string; vis8: string; vis9: string; customColor: string; }; euiResizableButtonTransitionSpeed: string; euiResizableButtonSize: string; euiSelectableListItemBorder: string; euiSelectableListItemPadding: string; euiSelectableTemplateSitewideTypes: { application: { color: string; 'font-weight': number; }; deployment: { color: string; 'font-weight': number; }; article: { color: string; 'font-weight': number; }; case: { color: string; 'font-weight': number; }; platform: { color: string; 'font-weight': number; }; }; euiSideNavEmphasizedBackgroundColor: string; euiSideNavRootTextcolor: string; euiSideNavBranchTextcolor: string; euiSideNavSelectedTextcolor: string; euiSideNavDisabledTextcolor: string; spacerSizes: { xs: string; s: string; m: string; l: string; xl: string; xxl: string; }; euiStepNumberSize: string; euiStepNumberSmallSize: string; euiStepNumberMargin: string; euiStepStatusColorsToFade: { warning: string; danger: string; disabled: string; incomplete: string; }; euiSuggestItemColors: { tint0: string; tint1: string; tint2: string; tint3: string; tint4: string; tint5: string; tint6: string; tint7: string; tint8: string; tint9: string; tint10: string; }; euiTableCellContentPadding: string; euiTableCellContentPaddingCompressed: string; euiTableCellCheckboxWidth: string; euiTableActionsAreaWidth: string; euiTableHoverColor: string; euiTableSelectedColor: string; euiTableHoverSelectedColor: string; euiTableActionsBorderColor: string; euiTableHoverClickableColor: string; euiTableFocusClickableColor: string; euiTabFontSize: string; euiTabFontSizeS: string; euiTabFontSizeL: string; euiTextColors: { default: string; subdued: string; secondary: string; success: string; accent: string; warning: string; danger: string; ghost: string; }; euiTextConstrainedMaxWidth: string; euiToastWidth: string; euiToastTypes: { primary: string; success: string; warning: string; danger: string; }; euiTokenGrayColor: string; euiTokenTypes: { euiColorVis0: { graphic: string; behindText: string; }; euiColorVis1: { graphic: string; behindText: string; }; euiColorVis2: { graphic: string; behindText: string; }; euiColorVis3: { graphic: string; behindText: string; }; euiColorVis4: { graphic: string; behindText: string; }; euiColorVis5: { graphic: string; behindText: string; }; euiColorVis6: { graphic: string; behindText: string; }; euiColorVis7: { graphic: string; behindText: string; }; euiColorVis8: { graphic: string; behindText: string; }; euiColorVis9: { graphic: string; behindText: string; }; gray: { graphic: string; behindText: string; }; }; euiTokenTypeKeys: string; euiContrastRatioText: number; euiContrastRatioGraphic: number; euiContrastRatioDisabled: number; euiAnimSlightBounce: string; euiAnimSlightResistance: string; euiAnimSpeedExtraFast: string; euiAnimSpeedFast: string; euiAnimSpeedNormal: string; euiAnimSpeedSlow: string; euiAnimSpeedExtraSlow: string; euiBorderWidthThin: string; euiBorderWidthThick: string; euiBorderColor: string; euiBorderRadius: string; euiBorderRadiusSmall: string; euiBorderThick: string; euiBorderThin: string; euiBorderEditable: string; euiButtonHeight: string; euiButtonHeightSmall: string; euiButtonHeightXSmall: string; euiButtonColorDisabled: string; euiButtonColorDisabledText: string; euiButtonColorGhostDisabled: string; euiButtonTypes: { primary: string; accent: string; secondary: string; success: string; warning: string; danger: string; subdued: string; ghost: string; text: string; }; euiColorGhost: string; euiColorInk: string; euiColorPrimary: string; euiColorSecondary: string; euiColorAccent: string; euiColorSuccess: string; euiColorWarning: string; euiColorDanger: string; euiColorEmptyShade: string; euiColorLightestShade: string; euiColorLightShade: string; euiColorMediumShade: string; euiColorDarkShade: string; euiColorDarkestShade: string; euiColorFullShade: string; euiPageBackgroundColor: string; euiColorHighlight: string; euiTextColor: string; euiTitleColor: string; euiTextSubduedColor: string; euiColorDisabled: string; euiColorPrimaryText: string; euiColorSecondaryText: string; euiColorAccentText: string; euiColorWarningText: string; euiColorDangerText: string; euiColorDisabledText: string; euiColorSuccessText: string; euiLinkColor: string; euiPaletteColorBlind: { euiColorVis0: { graphic: string; behindText: string; }; euiColorVis1: { graphic: string; behindText: string; }; euiColorVis2: { graphic: string; behindText: string; }; euiColorVis3: { graphic: string; behindText: string; }; euiColorVis4: { graphic: string; behindText: string; }; euiColorVis5: { graphic: string; behindText: string; }; euiColorVis6: { graphic: string; behindText: string; }; euiColorVis7: { graphic: string; behindText: string; }; euiColorVis8: { graphic: string; behindText: string; }; euiColorVis9: { graphic: string; behindText: string; }; }; euiPaletteColorBlindKeys: string; euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVis0_behindText: string; euiColorVis1_behindText: string; euiColorVis2_behindText: string; euiColorVis3_behindText: string; euiColorVis4_behindText: string; euiColorVis5_behindText: string; euiColorVis6_behindText: string; euiColorVis7_behindText: string; euiColorVis8_behindText: string; euiColorVis9_behindText: string; euiColorChartLines: string; euiColorChartBand: string; euiCodeBlockBackgroundColor: string; euiCodeBlockColor: string; euiCodeBlockSelectedBackgroundColor: string; euiCodeBlockCommentColor: string; euiCodeBlockSelectorTagColor: string; euiCodeBlockStringColor: string; euiCodeBlockTagColor: string; euiCodeBlockNameColor: string; euiCodeBlockNumberColor: string; euiCodeBlockKeywordColor: string; euiCodeBlockFunctionTitleColor: string; euiCodeBlockTypeColor: string; euiCodeBlockAttributeColor: string; euiCodeBlockSymbolColor: string; euiCodeBlockParamsColor: string; euiCodeBlockMetaColor: string; euiCodeBlockTitleColor: string; euiCodeBlockSectionColor: string; euiCodeBlockAdditionColor: string; euiCodeBlockDeletionColor: string; euiCodeBlockSelectorClassColor: string; euiCodeBlockSelectorIdColor: string; euiFormMaxWidth: string; euiFormControlHeight: string; euiFormControlCompressedHeight: string; euiFormControlPadding: string; euiFormControlCompressedPadding: string; euiFormControlBorderRadius: number; euiFormControlCompressedBorderRadius: string; euiRadioSize: string; euiCheckBoxSize: string; euiCheckboxBorderRadius: string; euiSwitchHeight: string; euiSwitchWidth: string; euiSwitchThumbSize: string; euiSwitchIconHeight: string; euiSwitchHeightCompressed: string; euiSwitchWidthCompressed: string; euiSwitchThumbSizeCompressed: string; euiSwitchHeightMini: string; euiSwitchWidthMini: string; euiSwitchThumbSizeMini: string; euiFormBackgroundColor: string; euiFormBackgroundDisabledColor: string; euiFormBackgroundReadOnlyColor: string; euiFormBorderOpaqueColor: string; euiFormBorderColor: string; euiFormBorderDisabledColor: string; euiFormCustomControlDisabledIconColor: string; euiFormCustomControlBorderColor: string; euiFormControlDisabledColor: string; euiFormControlBoxShadow: string; euiFormControlPlaceholderText: string; euiFormInputGroupLabelBackground: string; euiFormInputGroupBorder: string; euiSwitchOffColor: string; euiFormControlLayoutGroupInputHeight: string; euiFormControlLayoutGroupInputCompressedHeight: string; euiFormControlLayoutGroupInputCompressedBorderRadius: string; euiRangeTrackColor: string; euiRangeThumbRadius: string; euiRangeThumbHeight: string; euiRangeThumbWidth: string; euiRangeThumbBorderColor: string; euiRangeTrackWidth: string; euiRangeTrackHeight: string; euiRangeTrackBorderWidth: number; euiRangeTrackBorderColor: string; euiRangeTrackRadius: string; euiRangeDisabledOpacity: number; euiRangeHighlightHeight: string; euiHeaderBackgroundColor: string; euiHeaderDarkBackgroundColor: string; euiHeaderBorderColor: string; euiHeaderBreadcrumbColor: string; euiHeaderHeight: string; euiHeaderChildSize: string; euiHeaderHeightCompensation: string; euiPageDefaultMaxWidth: string; euiPageSidebarMinWidth: string; euiPanelPaddingModifiers: { paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiPanelBorderRadiusModifiers: { borderRadiusNone: number; borderRadiusMedium: string; }; euiPanelBackgroundColorModifiers: { transparent: string; plain: string; subdued: string; accent: string; primary: string; success: string; warning: string; danger: string; }; euiBreakpoints: { xs: number; s: string; m: string; l: string; xl: string; }; euiBreakpointKeys: string; euiShadowColor: string; euiShadowColorLarge: string; euiSize: string; euiSizeXS: string; euiSizeS: string; euiSizeM: string; euiSizeL: string; euiSizeXL: string; euiSizeXXL: string; euiButtonMinWidth: string; euiScrollBar: string; euiScrollBarCorner: string; euiFocusRingColor: string; euiFocusRingAnimStartColor: string; euiFocusRingAnimStartSize: string; euiFocusRingAnimStartSizeLarge: string; euiFocusRingSizeLarge: string; euiFocusRingSize: string; euiFocusTransparency: number; euiFocusTransparencyPercent: string; euiFocusBackgroundColor: string; euiTooltipBackgroundColor: string; euiTooltipAnimations: { top: string; left: string; bottom: string; right: string; }; euiFontFamily: string; euiCodeFontFamily: string; euiFontFeatureSettings: string; euiTextScale: string; euiFontSize: string; euiFontSizeXS: string; euiFontSizeS: string; euiFontSizeM: string; euiFontSizeL: string; euiFontSizeXL: string; euiFontSizeXXL: string; euiLineHeight: number; euiBodyLineHeight: number; euiFontWeightLight: number; euiFontWeightRegular: number; euiFontWeightMedium: number; euiFontWeightSemiBold: number; euiFontWeightBold: number; euiCodeFontWeightRegular: number; euiCodeFontWeightBold: number; euiTitles: { xxxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xs: { 'font-size': string; 'line-height': string; 'font-weight': number; 'letter-spacing': string; }; s: { 'font-size': string; 'line-height': string; 'font-weight': number; 'letter-spacing': string; }; m: { 'font-size': string; 'line-height': string; 'font-weight': number; 'letter-spacing': string; }; l: { 'font-size': string; 'line-height': string; 'font-weight': number; 'letter-spacing': string; }; }; euiZLevel0: number; euiZLevel1: number; euiZLevel2: number; euiZLevel3: number; euiZLevel4: number; euiZLevel5: number; euiZLevel6: number; euiZLevel7: number; euiZLevel8: number; euiZLevel9: number; euiZToastList: number; euiZModal: number; euiZMask: number; euiZNavigation: number; euiZContentMenu: number; euiZHeader: number; euiZFlyout: number; euiZMaskBelowHeader: number; euiZContent: number; }" ], "source": { "path": "src/plugins/kibana_react/common/eui_styled_components.tsx", - "lineNumber": 17 + "lineNumber": 16 }, "deprecated": false }, @@ -5171,7 +5211,7 @@ "description": [], "source": { "path": "src/plugins/kibana_react/common/eui_styled_components.tsx", - "lineNumber": 18 + "lineNumber": 17 }, "deprecated": false } diff --git a/api_docs/kibana_react.mdx b/api_docs/kibana_react.mdx index 6b3efe2c90ea0..3a89efb7af28c 100644 --- a/api_docs/kibana_react.mdx +++ b/api_docs/kibana_react.mdx @@ -18,7 +18,7 @@ import kibanaReactObj from './kibana_react.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 257 | 5 | 228 | 4 | +| 258 | 5 | 228 | 4 | ## Client diff --git a/api_docs/kibana_utils.json b/api_docs/kibana_utils.json index 93a73f18afac6..854b560ae06cd 100644 --- a/api_docs/kibana_utils.json +++ b/api_docs/kibana_utils.json @@ -8080,7 +8080,7 @@ ], "source": { "path": "src/plugins/kibana_utils/server/report_server_error.ts", - "lineNumber": 39 + "lineNumber": 40 }, "deprecated": false, "children": [ @@ -8272,7 +8272,7 @@ ], "source": { "path": "src/plugins/kibana_utils/server/report_server_error.ts", - "lineNumber": 39 + "lineNumber": 40 }, "deprecated": false, "isRequired": true @@ -8295,7 +8295,7 @@ ], "source": { "path": "src/plugins/kibana_utils/server/report_server_error.ts", - "lineNumber": 39 + "lineNumber": 40 }, "deprecated": false, "isRequired": true @@ -9877,6 +9877,202 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "kibanaUtils", + "id": "def-common.mergeMigrationFunctionMaps", + "type": "Function", + "tags": [], + "label": "mergeMigrationFunctionMaps", + "description": [], + "signature": [ + "(obj1: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" + }, + ", obj2: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" + }, + ") => { [x: string]: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunction", + "text": "MigrateFunction" + }, + "; } & ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" + } + ], + "source": { + "path": "src/plugins/kibana_utils/common/persistable_state/merge_migration_function_map.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "kibanaUtils", + "id": "def-common.mergeMigrationFunctionMaps.$1", + "type": "Object", + "tags": [], + "label": "obj1", + "description": [], + "signature": [ + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" + } + ], + "source": { + "path": "src/plugins/kibana_utils/common/persistable_state/merge_migration_function_map.ts", + "lineNumber": 13 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "kibanaUtils", + "id": "def-common.mergeMigrationFunctionMaps.$2", + "type": "Object", + "tags": [], + "label": "obj2", + "description": [], + "signature": [ + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" + } + ], + "source": { + "path": "src/plugins/kibana_utils/common/persistable_state/merge_migration_function_map.ts", + "lineNumber": 14 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "kibanaUtils", + "id": "def-common.migrateToLatest", + "type": "Function", + "tags": [], + "label": "migrateToLatest", + "description": [], + "signature": [ + "(migrations: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" + }, + ", { state, version: oldVersion }: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "<", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + ">) => S" + ], + "source": { + "path": "src/plugins/kibana_utils/common/persistable_state/migrate_to_latest.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "kibanaUtils", + "id": "def-common.migrateToLatest.$1", + "type": "Object", + "tags": [], + "label": "migrations", + "description": [], + "signature": [ + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" + } + ], + "source": { + "path": "src/plugins/kibana_utils/common/persistable_state/migrate_to_latest.ts", + "lineNumber": 13 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "kibanaUtils", + "id": "def-common.migrateToLatest.$2", + "type": "Object", + "tags": [], + "label": "{ state, version: oldVersion }", + "description": [], + "signature": [ + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "<", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + ">" + ], + "source": { + "path": "src/plugins/kibana_utils/common/persistable_state/migrate_to_latest.ts", + "lineNumber": 14 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "kibanaUtils", "id": "def-common.now", @@ -10336,9 +10532,13 @@ "parentPluginId": "kibanaUtils", "id": "def-common.PersistableState", "type": "Interface", - "tags": [], + "tags": [ + "todo" + ], "label": "PersistableState", - "description": [], + "description": [ + "\nPersistable state interface can be implemented by something that persists\n(stores) state, for example, in a saved object. Once implemented that thing\nwill gain ability to \"extract\" and \"inject\" saved object references, which\nare necessary for various saved object tasks, such as export. It will also be\nable to do state migrations across Kibana versions, if the shape of the state\nwould change over time.\n" + ], "signature": [ { "pluginId": "kibanaUtils", @@ -10350,8 +10550,8 @@ "

" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 63 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 53 }, "deprecated": false, "children": [ @@ -10362,17 +10562,19 @@ "tags": [], "label": "telemetry", "description": [ - "\n function to extract telemetry information" + "\nFunction which reports telemetry information. This function is essentially\na \"reducer\" - it receives the existing \"stats\" object and returns an\nupdated version of the \"stats\" object.\n" ], "signature": [ - "(state: P, collector: Record) => Record" + "(state: P, stats: Record) => Record" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 69 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 64 }, "deprecated": false, - "returnComment": [], + "returnComment": [ + "A new stats object augmented with new telemetry information." + ], "children": [ { "parentPluginId": "kibanaUtils", @@ -10380,29 +10582,33 @@ "type": "Uncategorized", "tags": [], "label": "state", - "description": [], + "description": [ + "The persistable state serializable state object." + ], "signature": [ "P" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 69 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 64 }, "deprecated": false }, { "parentPluginId": "kibanaUtils", - "id": "def-common.collector", + "id": "def-common.stats", "type": "Object", "tags": [], - "label": "collector", - "description": [], + "label": "stats", + "description": [ + "Stats object containing the stats which were already\ncollected. This `stats` object shall not be mutated in-line." + ], "signature": [ "{ [x: string]: any; }" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 69 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 64 }, "deprecated": false } @@ -10415,7 +10621,7 @@ "tags": [], "label": "inject", "description": [ - "\ninject function receives state and a list of references and should return state with references injected\ndefault is identity function" + "\nA function which receives state and a list of references and should return\nback the state with references injected. The default is an identity\nfunction.\n" ], "signature": [ "(state: P, references: ", @@ -10423,11 +10629,13 @@ "[]) => P" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 76 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 75 }, "deprecated": false, - "returnComment": [], + "returnComment": [ + "Persistable state object with references injected." + ], "children": [ { "parentPluginId": "kibanaUtils", @@ -10435,13 +10643,15 @@ "type": "Uncategorized", "tags": [], "label": "state", - "description": [], + "description": [ + "The persistable state serializable state object." + ], "signature": [ "P" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 76 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 75 }, "deprecated": false }, @@ -10451,14 +10661,16 @@ "type": "Array", "tags": [], "label": "references", - "description": [], + "description": [ + "List of saved object references." + ], "signature": [ "SavedObjectReference", "[]" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 76 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 75 }, "deprecated": false } @@ -10471,7 +10683,7 @@ "tags": [], "label": "extract", "description": [ - "\nextract function receives state and should return state with references extracted and array of references\ndefault returns same state with empty reference array" + "\nA function which receives state and should return the state with references\nextracted and an array of the extracted references. The default case could\nsimply return the same state with an empty array of references.\n" ], "signature": [ "(state: P) => { state: P; references: ", @@ -10479,11 +10691,13 @@ "[]; }" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 82 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 86 }, "deprecated": false, - "returnComment": [], + "returnComment": [ + "Persistable state object with references extracted and a list of\nreferences." + ], "children": [ { "parentPluginId": "kibanaUtils", @@ -10491,13 +10705,15 @@ "type": "Uncategorized", "tags": [], "label": "state", - "description": [], + "description": [ + "The persistable state serializable state object." + ], "signature": [ "P" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 82 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 86 }, "deprecated": false } @@ -10510,10 +10726,10 @@ "tags": [], "label": "migrations", "description": [ - "\nlist of all migrations per semver" + "\nA list of migration functions, which migrate the persistable state\nserializable object to the next version. Migration functions should are\nkeyed by the Kibana version using semver, where the version indicates to\nwhich version the state will be migrated to." ], "signature": [ - "{ [key: string]: ", + "{ [semver: string]: ", { "pluginId": "kibanaUtils", "scope": "common", @@ -10521,27 +10737,11 @@ "section": "def-common.MigrateFunction", "text": "MigrateFunction" }, - "<", - { - "pluginId": "kibanaUtils", - "scope": "common", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-common.SerializableState", - "text": "SerializableState" - }, - ", ", - { - "pluginId": "kibanaUtils", - "scope": "common", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-common.SerializableState", - "text": "SerializableState" - }, - ">; }" + "; }" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 87 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 94 }, "deprecated": false } @@ -10552,7 +10752,9 @@ "parentPluginId": "kibanaUtils", "id": "def-common.PersistableStateService", "type": "Interface", - "tags": [], + "tags": [ + "todo" + ], "label": "PersistableStateService", "description": [], "signature": [ @@ -10566,8 +10768,8 @@ "

" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 27 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 128 }, "deprecated": false, "children": [ @@ -10578,50 +10780,56 @@ "tags": [], "label": "telemetry", "description": [ - "\n function to extract telemetry information" + "\nFunction which reports telemetry information. This function is essentially\na \"reducer\" - it receives the existing \"stats\" object and returns an\nupdated version of the \"stats\" object.\n" ], "signature": [ "(state: P, collector: Record) => Record" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 33 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 139 }, "deprecated": false, - "returnComment": [], "children": [ { "parentPluginId": "kibanaUtils", - "id": "def-common.state", + "id": "def-common.PersistableStateService.telemetry.$1", "type": "Uncategorized", "tags": [], "label": "state", - "description": [], + "description": [ + "The persistable state serializable state object." + ], "signature": [ "P" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 33 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 139 }, - "deprecated": false + "deprecated": false, + "isRequired": true }, { "parentPluginId": "kibanaUtils", - "id": "def-common.collector", + "id": "def-common.PersistableStateService.telemetry.$2", "type": "Object", "tags": [], "label": "collector", "description": [], "signature": [ - "{ [x: string]: any; }" + "Record" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 33 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 139 }, - "deprecated": false + "deprecated": false, + "isRequired": true } + ], + "returnComment": [ + "A new stats object augmented with new telemetry information." ] }, { @@ -10631,7 +10839,7 @@ "tags": [], "label": "inject", "description": [ - "\ninject function receives state and a list of references and should return state with references injected\ndefault is identity function" + "\nA function which receives state and a list of references and should return\nback the state with references injected. The default is an identity\nfunction.\n" ], "signature": [ "(state: P, references: ", @@ -10639,45 +10847,53 @@ "[]) => P" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 40 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 150 }, "deprecated": false, - "returnComment": [], "children": [ { "parentPluginId": "kibanaUtils", - "id": "def-common.state", + "id": "def-common.PersistableStateService.inject.$1", "type": "Uncategorized", "tags": [], "label": "state", - "description": [], + "description": [ + "The persistable state serializable state object." + ], "signature": [ "P" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 40 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 150 }, - "deprecated": false + "deprecated": false, + "isRequired": true }, { "parentPluginId": "kibanaUtils", - "id": "def-common.references", + "id": "def-common.PersistableStateService.inject.$2", "type": "Array", "tags": [], "label": "references", - "description": [], + "description": [ + "List of saved object references." + ], "signature": [ "SavedObjectReference", "[]" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 40 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 150 }, - "deprecated": false + "deprecated": false, + "isRequired": true } + ], + "returnComment": [ + "Persistable state object with references injected." ] }, { @@ -10687,7 +10903,7 @@ "tags": [], "label": "extract", "description": [ - "\nextract function receives state and should return state with references extracted and array of references\ndefault returns same state with empty reference array" + "\nA function which receives state and should return the state with references\nextracted and an array of the extracted references. The default case could\nsimply return the same state with an empty array of references.\n" ], "signature": [ "(state: P) => { state: P; references: ", @@ -10695,28 +10911,33 @@ "[]; }" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 46 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 161 }, "deprecated": false, - "returnComment": [], "children": [ { "parentPluginId": "kibanaUtils", - "id": "def-common.state", + "id": "def-common.PersistableStateService.extract.$1", "type": "Uncategorized", "tags": [], "label": "state", - "description": [], + "description": [ + "The persistable state serializable state object." + ], "signature": [ "P" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 46 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 161 }, - "deprecated": false + "deprecated": false, + "isRequired": true } + ], + "returnComment": [ + "Persistable state object with references extracted and a list of\nreferences." ] }, { @@ -10726,10 +10947,18 @@ "tags": [], "label": "migrateToLatest", "description": [ - "\nmigrateToLatest function receives state of older version and should migrate to the latest version" + "\nA function which receives the state of an older object and version and\nshould migrate the state of the object to the latest possible version using\nthe `.migrations` dictionary provided on a {@link PersistableState} item.\n" ], "signature": [ "((state: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "<", { "pluginId": "kibanaUtils", "scope": "common", @@ -10737,86 +10966,40 @@ "section": "def-common.SerializableState", "text": "SerializableState" }, - ", version: string) => P) | undefined" + ">) => P) | undefined" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 53 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 172 }, "deprecated": false }, { "parentPluginId": "kibanaUtils", - "id": "def-common.PersistableStateService.migrate", + "id": "def-common.PersistableStateService.getAllMigrations", "type": "Function", "tags": [], - "label": "migrate", + "label": "getAllMigrations", "description": [ - "\nmigrate function runs the specified migration" + "\nreturns all registered migrations" ], "signature": [ - "(state: ", - { - "pluginId": "kibanaUtils", - "scope": "common", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-common.SerializableState", - "text": "SerializableState" - }, - ", version: string) => ", + "() => ", { "pluginId": "kibanaUtils", "scope": "common", "docId": "kibKibanaUtilsPluginApi", - "section": "def-common.SerializableState", - "text": "SerializableState" + "section": "def-common.MigrateFunctionsObject", + "text": "MigrateFunctionsObject" } ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 60 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 177 }, "deprecated": false, "returnComment": [], - "children": [ - { - "parentPluginId": "kibanaUtils", - "id": "def-common.state", - "type": "Object", - "tags": [], - "label": "state", - "description": [], - "signature": [ - "{ [key: string]: ", - { - "pluginId": "kibanaUtils", - "scope": "common", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-common.Serializable", - "text": "Serializable" - }, - "; }" - ], - "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 60 - }, - "deprecated": false - }, - { - "parentPluginId": "kibanaUtils", - "id": "def-common.version", - "type": "string", - "tags": [], - "label": "version", - "description": [], - "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 60 - }, - "deprecated": false - } - ] + "children": [] } ], "initialIsOpen": false @@ -11304,6 +11487,63 @@ } ], "initialIsOpen": false + }, + { + "parentPluginId": "kibanaUtils", + "id": "def-common.VersionedState", + "type": "Interface", + "tags": [], + "label": "VersionedState", + "description": [ + "\nVersioned state is a POJO JavaScript object that can be serialized to JSON,\nand which also contains the version information. The version is stored in\nsemver format and corresponds to the Kibana release version when the object\nwas created. The version can be used to apply migrations to the object.\n\nFor example:\n\n```ts\nconst obj: VersionedState<{ dashboardId: string }> = {\n version: '7.14.0',\n state: {\n dashboardId: '123',\n },\n};\n```" + ], + "signature": [ + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.VersionedState", + "text": "VersionedState" + }, + "" + ], + "source": { + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 38 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "kibanaUtils", + "id": "def-common.VersionedState.version", + "type": "string", + "tags": [], + "label": "version", + "description": [], + "source": { + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 39 + }, + "deprecated": false + }, + { + "parentPluginId": "kibanaUtils", + "id": "def-common.VersionedState.state", + "type": "Uncategorized", + "tags": [], + "label": "state", + "description": [], + "signature": [ + "S" + ], + "source": { + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 40 + }, + "deprecated": false + } + ], + "initialIsOpen": false } ], "enums": [], @@ -11522,8 +11762,8 @@ "(state: FromVersion) => ToVersion" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 18 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 103 }, "deprecated": false, "initialIsOpen": false @@ -11534,9 +11774,11 @@ "type": "Type", "tags": [], "label": "MigrateFunctionsObject", - "description": [], + "description": [ + "\nCollection of migrations that a given type of persistable state object has\naccumulated over time. Migration functions are keyed using semver version\nof Kibana releases." + ], "signature": [ - "{ [key: string]: ", + "{ [semver: string]: ", { "pluginId": "kibanaUtils", "scope": "common", @@ -11544,27 +11786,11 @@ "section": "def-common.MigrateFunction", "text": "MigrateFunction" }, - "<", - { - "pluginId": "kibanaUtils", - "scope": "common", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-common.SerializableState", - "text": "SerializableState" - }, - ", ", - { - "pluginId": "kibanaUtils", - "scope": "common", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-common.SerializableState", - "text": "SerializableState" - }, - ">; }" + "; }" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 23 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 102 }, "deprecated": false, "initialIsOpen": false @@ -11573,11 +11799,13 @@ "parentPluginId": "kibanaUtils", "id": "def-common.PersistableStateDefinition", "type": "Type", - "tags": [], + "tags": [ + "todo" + ], "label": "PersistableStateDefinition", "description": [], "signature": [ - "{ telemetry?: ((state: P, collector: Record) => Record) | undefined; inject?: ((state: P, references: ", + "{ telemetry?: ((state: P, stats: Record) => Record) | undefined; inject?: ((state: P, references: ", "SavedObjectReference", "[]) => P) | undefined; extract?: ((state: P) => { state: P; references: ", "SavedObjectReference", @@ -11592,8 +11820,42 @@ " | undefined; }" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 90 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 121 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "kibanaUtils", + "id": "def-common.PersistableStateMigrateFn", + "type": "Type", + "tags": [], + "label": "PersistableStateMigrateFn", + "description": [ + "\nmigrate function runs the specified migration" + ], + "signature": [ + "(state: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + ", version: string) => ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + } + ], + "source": { + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 113 }, "deprecated": false, "initialIsOpen": false @@ -11751,8 +12013,8 @@ "[] | null | undefined" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 12 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 19 }, "deprecated": false, "initialIsOpen": false @@ -11763,7 +12025,9 @@ "type": "Type", "tags": [], "label": "SerializableState", - "description": [], + "description": [ + "\nSerializable state is something is a POJO JavaScript object that can be\nserialized to a JSON string." + ], "signature": [ "{ [key: string]: ", { @@ -11776,8 +12040,8 @@ "; }" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 14 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 15 }, "deprecated": false, "initialIsOpen": false @@ -11801,8 +12065,8 @@ " | null | undefined" ], "source": { - "path": "src/plugins/kibana_utils/common/persistable_state/index.ts", - "lineNumber": 11 + "path": "src/plugins/kibana_utils/common/persistable_state/types.ts", + "lineNumber": 18 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/kibana_utils.mdx b/api_docs/kibana_utils.mdx index 0cc3a3848bb57..26abebb3442d6 100644 --- a/api_docs/kibana_utils.mdx +++ b/api_docs/kibana_utils.mdx @@ -18,7 +18,7 @@ import kibanaUtilsObj from './kibana_utils.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 543 | 3 | 365 | 8 | +| 551 | 3 | 359 | 8 | ## Client diff --git a/api_docs/lens.json b/api_docs/lens.json index 2edb1e446a5d8..0ee635231b78d 100644 --- a/api_docs/lens.json +++ b/api_docs/lens.json @@ -12,8 +12,8 @@ "label": "AxesSettingsConfig", "description": [], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 83 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/axis_config.ts", + "lineNumber": 13 }, "deprecated": false, "children": [ @@ -25,8 +25,8 @@ "label": "x", "description": [], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 84 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/axis_config.ts", + "lineNumber": 14 }, "deprecated": false }, @@ -38,8 +38,8 @@ "label": "yLeft", "description": [], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 85 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/axis_config.ts", + "lineNumber": 15 }, "deprecated": false }, @@ -51,8 +51,8 @@ "label": "yRight", "description": [], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 86 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/axis_config.ts", + "lineNumber": 16 }, "deprecated": false } @@ -119,7 +119,7 @@ "description": [], "source": { "path": "x-pack/plugins/lens/public/datatable_visualization/visualization.tsx", - "lineNumber": 51 + "lineNumber": 27 }, "deprecated": false, "children": [ @@ -136,7 +136,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/datatable_visualization/visualization.tsx", - "lineNumber": 52 + "lineNumber": 28 }, "deprecated": false }, @@ -149,7 +149,7 @@ "description": [], "source": { "path": "x-pack/plugins/lens/public/datatable_visualization/visualization.tsx", - "lineNumber": 53 + "lineNumber": 29 }, "deprecated": false }, @@ -166,7 +166,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/datatable_visualization/visualization.tsx", - "lineNumber": 54 + "lineNumber": 30 }, "deprecated": false } @@ -199,7 +199,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/date_histogram.tsx", - "lineNumber": 44 + "lineNumber": 45 }, "deprecated": false, "children": [ @@ -215,7 +215,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/date_histogram.tsx", - "lineNumber": 45 + "lineNumber": 46 }, "deprecated": false }, @@ -231,7 +231,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/date_histogram.tsx", - "lineNumber": 46 + "lineNumber": 47 }, "deprecated": false } @@ -258,7 +258,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx", - "lineNumber": 73 + "lineNumber": 74 }, "deprecated": false, "children": [ @@ -274,7 +274,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx", - "lineNumber": 74 + "lineNumber": 75 }, "deprecated": false }, @@ -292,7 +292,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/filters/filters.tsx", - "lineNumber": 75 + "lineNumber": 76 }, "deprecated": false } @@ -513,8 +513,8 @@ "label": "LegendConfig", "description": [], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 26 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/legend_config.ts", + "lineNumber": 11 }, "deprecated": false, "children": [ @@ -528,8 +528,8 @@ "\nFlag whether the legend should be shown. If there is just a single series, it will be hidden" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 30 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/legend_config.ts", + "lineNumber": 15 }, "deprecated": false }, @@ -546,8 +546,8 @@ "\"top\" | \"bottom\" | \"left\" | \"right\"" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 34 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/legend_config.ts", + "lineNumber": 19 }, "deprecated": false }, @@ -564,8 +564,80 @@ "boolean | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 38 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/legend_config.ts", + "lineNumber": 23 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-public.LegendConfig.isInside", + "type": "CompoundType", + "tags": [], + "label": "isInside", + "description": [ + "\nFlag whether the legend is inside the chart" + ], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/expressions/xy_chart/legend_config.ts", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-public.LegendConfig.horizontalAlignment", + "type": "CompoundType", + "tags": [], + "label": "horizontalAlignment", + "description": [ + "\nHorizontal Alignment of the legend when it is set inside chart" + ], + "signature": [ + "\"left\" | \"right\" | \"center\" | \"near\" | \"far\" | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/expressions/xy_chart/legend_config.ts", + "lineNumber": 31 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-public.LegendConfig.verticalAlignment", + "type": "CompoundType", + "tags": [], + "label": "verticalAlignment", + "description": [ + "\nVertical Alignment of the legend when it is set inside chart" + ], + "signature": [ + "\"top\" | \"bottom\" | \"middle\" | \"near\" | \"far\" | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/expressions/xy_chart/legend_config.ts", + "lineNumber": 35 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-public.LegendConfig.floatingColumns", + "type": "number", + "tags": [], + "label": "floatingColumns", + "description": [ + "\nNumber of columns when legend is set inside chart" + ], + "signature": [ + "number | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/expressions/xy_chart/legend_config.ts", + "lineNumber": 39 }, "deprecated": false } @@ -581,7 +653,7 @@ "description": [], "source": { "path": "x-pack/plugins/lens/public/plugin.ts", - "lineNumber": 89 + "lineNumber": 103 }, "deprecated": false, "children": [ @@ -617,7 +689,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/plugin.ts", - "lineNumber": 98 + "lineNumber": 112 }, "deprecated": false }, @@ -635,13 +707,13 @@ "signature": [ "React.ComponentClass, any> | React.FunctionComponent, any> | React.FunctionComponent>" + ", \"onClose\" | \"onSave\" | \"initialInput\" | \"redirectToOrigin\" | \"redirectTo\" | \"onAppLeave\" | \"originatingApp\" | \"persistedDoc\" | \"lastKnownDoc\" | \"returnToOriginSwitchLabel\" | \"runSave\" | \"isSaveable\" | \"getAppNameFromId\">>" ], "source": { "path": "x-pack/plugins/lens/public/plugin.ts", - "lineNumber": 107 + "lineNumber": 121 }, "deprecated": false }, @@ -669,7 +741,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/plugin.ts", - "lineNumber": 116 + "lineNumber": 130 }, "deprecated": false, "returnComment": [], @@ -688,7 +760,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/plugin.ts", - "lineNumber": 116 + "lineNumber": 130 }, "deprecated": false }, @@ -704,7 +776,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/plugin.ts", - "lineNumber": 116 + "lineNumber": 130 }, "deprecated": false } @@ -724,7 +796,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/plugin.ts", - "lineNumber": 120 + "lineNumber": 134 }, "deprecated": false, "returnComment": [], @@ -746,7 +818,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/plugin.ts", - "lineNumber": 125 + "lineNumber": 139 }, "deprecated": false, "returnComment": [], @@ -828,7 +900,7 @@ "label": "MetricState", "description": [], "source": { - "path": "x-pack/plugins/lens/public/metric_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/metric_chart/types.ts", "lineNumber": 8 }, "deprecated": false, @@ -841,7 +913,7 @@ "label": "layerId", "description": [], "source": { - "path": "x-pack/plugins/lens/public/metric_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/metric_chart/types.ts", "lineNumber": 9 }, "deprecated": false @@ -857,7 +929,7 @@ "string | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/metric_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/metric_chart/types.ts", "lineNumber": 10 }, "deprecated": false @@ -874,7 +946,7 @@ "description": [], "source": { "path": "x-pack/plugins/lens/public/types.ts", - "lineNumber": 372 + "lineNumber": 369 }, "deprecated": false, "children": [ @@ -890,7 +962,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/types.ts", - "lineNumber": 374 + "lineNumber": 371 }, "deprecated": false }, @@ -903,7 +975,7 @@ "description": [], "source": { "path": "x-pack/plugins/lens/public/types.ts", - "lineNumber": 377 + "lineNumber": 374 }, "deprecated": false }, @@ -921,7 +993,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/types.ts", - "lineNumber": 383 + "lineNumber": 380 }, "deprecated": false } @@ -1001,7 +1073,7 @@ "label": "PieVisualizationState", "description": [], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 26 }, "deprecated": false, @@ -1017,7 +1089,7 @@ "\"donut\" | \"pie\" | \"treemap\"" ], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 27 }, "deprecated": false @@ -1030,17 +1102,11 @@ "label": "layers", "description": [], "signature": [ - { - "pluginId": "lens", - "scope": "public", - "docId": "kibLensPluginApi", - "section": "def-public.PieLayerState", - "text": "PieLayerState" - }, + "PieLayerState", "[]" ], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 28 }, "deprecated": false @@ -1063,7 +1129,7 @@ " | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 29 }, "deprecated": false @@ -1097,7 +1163,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/ranges/ranges.tsx", - "lineNumber": 36 + "lineNumber": 40 }, "deprecated": false, "children": [ @@ -1113,7 +1179,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/ranges/ranges.tsx", - "lineNumber": 37 + "lineNumber": 41 }, "deprecated": false }, @@ -1133,7 +1199,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/ranges/ranges.tsx", - "lineNumber": 38 + "lineNumber": 42 }, "deprecated": false } @@ -1148,7 +1214,7 @@ "label": "SharedPieLayerState", "description": [], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 11 }, "deprecated": false, @@ -1164,7 +1230,7 @@ "string[]" ], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 12 }, "deprecated": false @@ -1180,7 +1246,7 @@ "string | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 13 }, "deprecated": false @@ -1196,7 +1262,7 @@ "\"percent\" | \"hidden\" | \"value\"" ], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 14 }, "deprecated": false @@ -1212,7 +1278,7 @@ "\"default\" | \"hide\" | \"inside\"" ], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 15 }, "deprecated": false @@ -1228,7 +1294,7 @@ "\"default\" | \"hide\" | \"show\"" ], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 16 }, "deprecated": false @@ -1244,7 +1310,7 @@ "\"top\" | \"bottom\" | \"left\" | \"right\" | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 17 }, "deprecated": false @@ -1260,7 +1326,7 @@ "boolean | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 18 }, "deprecated": false @@ -1276,7 +1342,7 @@ "number | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 19 }, "deprecated": false @@ -1357,8 +1423,8 @@ "label": "XYLayerConfig", "description": [], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 424 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/layer_config.ts", + "lineNumber": 13 }, "deprecated": false, "children": [ @@ -1373,8 +1439,8 @@ "boolean | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 425 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/layer_config.ts", + "lineNumber": 14 }, "deprecated": false }, @@ -1386,8 +1452,8 @@ "label": "layerId", "description": [], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 426 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/layer_config.ts", + "lineNumber": 15 }, "deprecated": false }, @@ -1402,8 +1468,8 @@ "string | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 427 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/layer_config.ts", + "lineNumber": 16 }, "deprecated": false }, @@ -1418,8 +1484,8 @@ "string[]" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 428 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/layer_config.ts", + "lineNumber": 17 }, "deprecated": false }, @@ -1431,18 +1497,12 @@ "label": "yConfig", "description": [], "signature": [ - { - "pluginId": "lens", - "scope": "public", - "docId": "kibLensPluginApi", - "section": "def-public.YConfig", - "text": "YConfig" - }, + "YConfig", "[] | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 429 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/layer_config.ts", + "lineNumber": 18 }, "deprecated": false }, @@ -1457,8 +1517,8 @@ "\"area\" | \"line\" | \"bar\" | \"bar_horizontal\" | \"bar_stacked\" | \"bar_percentage_stacked\" | \"bar_horizontal_stacked\" | \"bar_horizontal_percentage_stacked\" | \"area_stacked\" | \"area_percentage_stacked\"" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 430 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/layer_config.ts", + "lineNumber": 19 }, "deprecated": false }, @@ -1473,8 +1533,8 @@ "string | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 431 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/layer_config.ts", + "lineNumber": 20 }, "deprecated": false }, @@ -1496,8 +1556,8 @@ " | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 432 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/layer_config.ts", + "lineNumber": 21 }, "deprecated": false } @@ -1513,7 +1573,7 @@ "description": [], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 475 + "lineNumber": 34 }, "deprecated": false, "children": [ @@ -1529,7 +1589,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 476 + "lineNumber": 35 }, "deprecated": false }, @@ -1541,17 +1601,11 @@ "label": "legend", "description": [], "signature": [ - { - "pluginId": "lens", - "scope": "public", - "docId": "kibLensPluginApi", - "section": "def-public.LegendConfig", - "text": "LegendConfig" - } + "LegendConfig" ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 477 + "lineNumber": 36 }, "deprecated": false }, @@ -1567,7 +1621,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 478 + "lineNumber": 37 }, "deprecated": false }, @@ -1583,7 +1637,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 479 + "lineNumber": 38 }, "deprecated": false }, @@ -1600,7 +1654,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 480 + "lineNumber": 39 }, "deprecated": false }, @@ -1617,7 +1671,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 481 + "lineNumber": 40 }, "deprecated": false }, @@ -1629,18 +1683,12 @@ "label": "layers", "description": [], "signature": [ - { - "pluginId": "lens", - "scope": "public", - "docId": "kibLensPluginApi", - "section": "def-public.XYLayerConfig", - "text": "XYLayerConfig" - }, + "XYLayerConfig", "[]" ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 482 + "lineNumber": 41 }, "deprecated": false }, @@ -1656,7 +1704,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 483 + "lineNumber": 42 }, "deprecated": false }, @@ -1672,7 +1720,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 484 + "lineNumber": 43 }, "deprecated": false }, @@ -1688,7 +1736,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 485 + "lineNumber": 44 }, "deprecated": false }, @@ -1700,18 +1748,12 @@ "label": "axisTitlesVisibilitySettings", "description": [], "signature": [ - { - "pluginId": "lens", - "scope": "public", - "docId": "kibLensPluginApi", - "section": "def-public.AxesSettingsConfig", - "text": "AxesSettingsConfig" - }, + "AxesSettingsConfig", " | undefined" ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 486 + "lineNumber": 45 }, "deprecated": false }, @@ -1723,18 +1765,12 @@ "label": "tickLabelsVisibilitySettings", "description": [], "signature": [ - { - "pluginId": "lens", - "scope": "public", - "docId": "kibLensPluginApi", - "section": "def-public.AxesSettingsConfig", - "text": "AxesSettingsConfig" - }, + "AxesSettingsConfig", " | undefined" ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 487 + "lineNumber": 46 }, "deprecated": false }, @@ -1746,18 +1782,29 @@ "label": "gridlinesVisibilitySettings", "description": [], "signature": [ - { - "pluginId": "lens", - "scope": "public", - "docId": "kibLensPluginApi", - "section": "def-public.AxesSettingsConfig", - "text": "AxesSettingsConfig" - }, + "AxesSettingsConfig", + " | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", + "lineNumber": 47 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-public.XYState.labelsOrientation", + "type": "Object", + "tags": [], + "label": "labelsOrientation", + "description": [], + "signature": [ + "LabelsOrientationConfig", " | undefined" ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 488 + "lineNumber": 48 }, "deprecated": false }, @@ -1773,7 +1820,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 489 + "lineNumber": 49 }, "deprecated": false }, @@ -1789,7 +1836,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 490 + "lineNumber": 50 }, "deprecated": false }, @@ -1805,7 +1852,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 491 + "lineNumber": 51 }, "deprecated": false }, @@ -1821,7 +1868,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 492 + "lineNumber": 52 }, "deprecated": false } @@ -1836,8 +1883,8 @@ "label": "YConfig", "description": [], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 418 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/axis_config.ts", + "lineNumber": 32 }, "deprecated": false, "children": [ @@ -1849,8 +1896,8 @@ "label": "forAccessor", "description": [], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 419 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/axis_config.ts", + "lineNumber": 33 }, "deprecated": false }, @@ -1865,8 +1912,8 @@ "\"left\" | \"right\" | \"auto\" | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 420 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/axis_config.ts", + "lineNumber": 34 }, "deprecated": false }, @@ -1881,8 +1928,8 @@ "string | undefined" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 421 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/axis_config.ts", + "lineNumber": 35 }, "deprecated": false } @@ -1996,7 +2043,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/types.ts", - "lineNumber": 361 + "lineNumber": 358 }, "deprecated": false, "initialIsOpen": false @@ -2040,13 +2087,7 @@ "text": "XYState" }, "> | LensAttributes<\"lnsPie\", ", - { - "pluginId": "lens", - "scope": "public", - "docId": "kibLensPluginApi", - "section": "def-public.PieVisualizationState", - "text": "PieVisualizationState" - }, + "PieVisualizationState", "> | LensAttributes<\"lnsDatatable\", ", { "pluginId": "lens", @@ -2056,13 +2097,7 @@ "text": "DatatableVisualizationState" }, "> | LensAttributes<\"lnsMetric\", ", - { - "pluginId": "lens", - "scope": "public", - "docId": "kibLensPluginApi", - "section": "def-public.MetricState", - "text": "MetricState" - }, + "MetricState", ">; } & { withActions?: boolean | undefined; }) | (", { "pluginId": "embeddable", @@ -2074,7 +2109,7 @@ " & LensBaseEmbeddableInput & { withActions?: boolean | undefined; })" ], "source": { - "path": "x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable_component.tsx", + "path": "x-pack/plugins/lens/public/embeddable/embeddable_component.tsx", "lineNumber": 54 }, "deprecated": false, @@ -2293,8 +2328,8 @@ "LensByReferenceInput" ], "source": { - "path": "x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable.tsx", - "lineNumber": 82 + "path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx", + "lineNumber": 83 }, "deprecated": false, "initialIsOpen": false @@ -2431,7 +2466,7 @@ ], "source": { "path": "x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/calculations/overall_metric.tsx", - "lineNumber": 19 + "lineNumber": 22 }, "deprecated": false, "initialIsOpen": false @@ -2477,17 +2512,11 @@ "label": "PieLayerState", "description": [], "signature": [ - { - "pluginId": "lens", - "scope": "public", - "docId": "kibLensPluginApi", - "section": "def-public.SharedPieLayerState", - "text": "SharedPieLayerState" - }, + "SharedPieLayerState", " & { layerId: string; }" ], "source": { - "path": "x-pack/plugins/lens/public/pie_visualization/types.ts", + "path": "x-pack/plugins/lens/common/expressions/pie_chart/types.ts", "lineNumber": 22 }, "deprecated": false, @@ -2504,8 +2533,8 @@ "\"area\" | \"line\" | \"bar\" | \"bar_horizontal\" | \"bar_stacked\" | \"bar_percentage_stacked\" | \"bar_horizontal_stacked\" | \"bar_horizontal_percentage_stacked\" | \"area_stacked\" | \"area_percentage_stacked\"" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 402 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/series_type.ts", + "lineNumber": 8 }, "deprecated": false, "initialIsOpen": false @@ -2557,13 +2586,7 @@ "text": "XYState" }, "> | LensAttributes<\"lnsPie\", ", - { - "pluginId": "lens", - "scope": "public", - "docId": "kibLensPluginApi", - "section": "def-public.PieVisualizationState", - "text": "PieVisualizationState" - }, + "PieVisualizationState", "> | LensAttributes<\"lnsDatatable\", ", { "pluginId": "lens", @@ -2573,17 +2596,11 @@ "text": "DatatableVisualizationState" }, "> | LensAttributes<\"lnsMetric\", ", - { - "pluginId": "lens", - "scope": "public", - "docId": "kibLensPluginApi", - "section": "def-public.MetricState", - "text": "MetricState" - }, + "MetricState", ">; }" ], "source": { - "path": "x-pack/plugins/lens/public/editor_frame_service/embeddable/embeddable_component.tsx", + "path": "x-pack/plugins/lens/public/embeddable/embeddable_component.tsx", "lineNumber": 46 }, "deprecated": false, @@ -2600,8 +2617,8 @@ "\"hide\" | \"inside\" | \"outside\"" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 416 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/xy_args.ts", + "lineNumber": 16 }, "deprecated": false, "initialIsOpen": false @@ -2617,8 +2634,8 @@ "\"LINEAR\" | \"CURVE_MONOTONE_X\"" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 472 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/xy_args.ts", + "lineNumber": 18 }, "deprecated": false, "initialIsOpen": false @@ -2634,8 +2651,8 @@ "\"left\" | \"right\" | \"auto\"" ], "source": { - "path": "x-pack/plugins/lens/public/xy_visualization/types.ts", - "lineNumber": 414 + "path": "x-pack/plugins/lens/common/expressions/xy_chart/axis_config.ts", + "lineNumber": 30 }, "deprecated": false, "initialIsOpen": false @@ -2672,7 +2689,7 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 34 + "lineNumber": 36 }, "deprecated": false, "children": [ @@ -2688,7 +2705,7 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 38 + "lineNumber": 40 }, "deprecated": false, "children": [ @@ -2711,7 +2728,7 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 38 + "lineNumber": 40 }, "deprecated": false, "isRequired": true @@ -2755,7 +2772,7 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 42 + "lineNumber": 44 }, "deprecated": false, "children": [ @@ -2786,7 +2803,7 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 42 + "lineNumber": 44 }, "deprecated": false, "isRequired": true @@ -2809,7 +2826,7 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 42 + "lineNumber": 44 }, "deprecated": false, "isRequired": true @@ -2845,7 +2862,7 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 63 + "lineNumber": 65 }, "deprecated": false, "children": [ @@ -2867,7 +2884,7 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 63 + "lineNumber": 65 }, "deprecated": false, "isRequired": true @@ -2890,7 +2907,7 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 63 + "lineNumber": 65 }, "deprecated": false, "isRequired": true @@ -2910,7 +2927,7 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 70 + "lineNumber": 72 }, "deprecated": false, "children": [], @@ -2931,7 +2948,7 @@ "description": [], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 23 + "lineNumber": 24 }, "deprecated": false, "children": [ @@ -2954,7 +2971,7 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 24 + "lineNumber": 25 }, "deprecated": false }, @@ -2977,7 +2994,7 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 25 + "lineNumber": 26 }, "deprecated": false }, @@ -2999,49 +3016,219 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 26 + "lineNumber": 27 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "lens", - "id": "def-server.PluginStartContract", - "type": "Interface", - "tags": [], - "label": "PluginStartContract", - "description": [], - "source": { - "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 29 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "lens", - "id": "def-server.PluginStartContract.taskManager", - "type": "CompoundType", + "id": "def-server.PluginSetupContract.expressions", + "type": "Object", "tags": [], - "label": "taskManager", + "label": "expressions", "description": [], "signature": [ + "{ readonly getType: (name: string) => ", { - "pluginId": "taskManager", - "scope": "server", - "docId": "kibTaskManagerPluginApi", - "section": "def-server.TaskManagerStartContract", - "text": "TaskManagerStartContract" + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionType", + "text": "ExpressionType" }, - " | undefined" - ], - "source": { - "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 30 - }, - "deprecated": false - }, + " | undefined; readonly registerType: (typeDefinition: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.AnyExpressionTypeDefinition", + "text": "AnyExpressionTypeDefinition" + }, + " | (() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.AnyExpressionTypeDefinition", + "text": "AnyExpressionTypeDefinition" + }, + ")) => void; readonly getFunction: (name: string) => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunction", + "text": "ExpressionFunction" + }, + " | undefined; readonly getFunctions: () => Record; readonly getRenderer: (name: string) => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionRenderer", + "text": "ExpressionRenderer" + }, + " | null; readonly getRenderers: () => Record>; readonly getTypes: () => Record; readonly registerFunction: (functionDefinition: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.AnyExpressionFunctionDefinition", + "text": "AnyExpressionFunctionDefinition" + }, + " | (() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.AnyExpressionFunctionDefinition", + "text": "AnyExpressionFunctionDefinition" + }, + ")) => void; readonly registerRenderer: (definition: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.AnyExpressionRenderDefinition", + "text": "AnyExpressionRenderDefinition" + }, + " | (() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.AnyExpressionRenderDefinition", + "text": "AnyExpressionRenderDefinition" + }, + ")) => void; readonly run: (ast: string | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionAstExpression", + "text": "ExpressionAstExpression" + }, + ", input: Input, params?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionExecutionParams", + "text": "ExpressionExecutionParams" + }, + " | undefined) => ", + "Observable", + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionResult", + "text": "ExecutionResult" + }, + "<", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"error\", { error: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ErrorLike", + "text": "ErrorLike" + }, + "; info?: ", + { + "pluginId": "kibanaUtils", + "scope": "common", + "docId": "kibKibanaUtilsPluginApi", + "section": "def-common.SerializableState", + "text": "SerializableState" + }, + " | undefined; }> | Output>>; readonly fork: () => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionsService", + "text": "ExpressionsService" + }, + "; }" + ], + "source": { + "path": "x-pack/plugins/lens/server/plugin.tsx", + "lineNumber": 28 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "lens", + "id": "def-server.PluginStartContract", + "type": "Interface", + "tags": [], + "label": "PluginStartContract", + "description": [], + "source": { + "path": "x-pack/plugins/lens/server/plugin.tsx", + "lineNumber": 31 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "lens", + "id": "def-server.PluginStartContract.taskManager", + "type": "CompoundType", + "tags": [], + "label": "taskManager", + "description": [], + "signature": [ + { + "pluginId": "taskManager", + "scope": "server", + "docId": "kibTaskManagerPluginApi", + "section": "def-server.TaskManagerStartContract", + "text": "TaskManagerStartContract" + }, + " | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/server/plugin.tsx", + "lineNumber": 32 + }, + "deprecated": false + }, { "parentPluginId": "lens", "id": "def-server.PluginStartContract.data", @@ -3060,7 +3247,7 @@ ], "source": { "path": "x-pack/plugins/lens/server/plugin.tsx", - "lineNumber": 31 + "lineNumber": 33 }, "deprecated": false } @@ -3244,6 +3431,238 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "lens", + "id": "def-common.ColorStop", + "type": "Interface", + "tags": [], + "label": "ColorStop", + "description": [], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 40 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "lens", + "id": "def-common.ColorStop.color", + "type": "string", + "tags": [], + "label": "color", + "description": [], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 41 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-common.ColorStop.stop", + "type": "number", + "tags": [], + "label": "stop", + "description": [], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 42 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "lens", + "id": "def-common.CustomPaletteParams", + "type": "Interface", + "tags": [], + "label": "CustomPaletteParams", + "description": [], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 45 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "lens", + "id": "def-common.CustomPaletteParams.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 46 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-common.CustomPaletteParams.reverse", + "type": "CompoundType", + "tags": [], + "label": "reverse", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 47 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-common.CustomPaletteParams.rangeType", + "type": "CompoundType", + "tags": [], + "label": "rangeType", + "description": [], + "signature": [ + "\"number\" | \"percent\" | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 48 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-common.CustomPaletteParams.continuity", + "type": "CompoundType", + "tags": [], + "label": "continuity", + "description": [], + "signature": [ + "\"above\" | \"below\" | \"all\" | \"none\" | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 49 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-common.CustomPaletteParams.progression", + "type": "string", + "tags": [], + "label": "progression", + "description": [], + "signature": [ + "\"fixed\" | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 50 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-common.CustomPaletteParams.rangeMin", + "type": "number", + "tags": [], + "label": "rangeMin", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 51 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-common.CustomPaletteParams.rangeMax", + "type": "number", + "tags": [], + "label": "rangeMax", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 52 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-common.CustomPaletteParams.stops", + "type": "Array", + "tags": [], + "label": "stops", + "description": [], + "signature": [ + { + "pluginId": "lens", + "scope": "common", + "docId": "kibLensPluginApi", + "section": "def-common.ColorStop", + "text": "ColorStop" + }, + "[] | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 53 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-common.CustomPaletteParams.colorStops", + "type": "Array", + "tags": [], + "label": "colorStops", + "description": [], + "signature": [ + { + "pluginId": "lens", + "scope": "common", + "docId": "kibLensPluginApi", + "section": "def-common.ColorStop", + "text": "ColorStop" + }, + "[] | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 54 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-common.CustomPaletteParams.steps", + "type": "number", + "tags": [], + "label": "steps", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 55 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "lens", "id": "def-common.DateRange", @@ -3253,7 +3672,7 @@ "description": [], "source": { "path": "x-pack/plugins/lens/common/types.ts", - "lineNumber": 15 + "lineNumber": 18 }, "deprecated": false, "children": [ @@ -3266,7 +3685,7 @@ "description": [], "source": { "path": "x-pack/plugins/lens/common/types.ts", - "lineNumber": 16 + "lineNumber": 19 }, "deprecated": false }, @@ -3279,7 +3698,7 @@ "description": [], "source": { "path": "x-pack/plugins/lens/common/types.ts", - "lineNumber": 17 + "lineNumber": 20 }, "deprecated": false } @@ -3295,7 +3714,7 @@ "description": [], "source": { "path": "x-pack/plugins/lens/common/types.ts", - "lineNumber": 10 + "lineNumber": 13 }, "deprecated": false, "children": [ @@ -3308,7 +3727,7 @@ "description": [], "source": { "path": "x-pack/plugins/lens/common/types.ts", - "lineNumber": 11 + "lineNumber": 14 }, "deprecated": false }, @@ -3324,7 +3743,7 @@ ], "source": { "path": "x-pack/plugins/lens/common/types.ts", - "lineNumber": 12 + "lineNumber": 15 }, "deprecated": false } @@ -3451,6 +3870,78 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "lens", + "id": "def-common.LensMultiTable", + "type": "Interface", + "tags": [], + "label": "LensMultiTable", + "description": [], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 31 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "lens", + "id": "def-common.LensMultiTable.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"lens_multitable\"" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 32 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-common.LensMultiTable.tables", + "type": "Object", + "tags": [], + "label": "tables", + "description": [], + "signature": [ + "{ [x: string]: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + }, + "; }" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 33 + }, + "deprecated": false + }, + { + "parentPluginId": "lens", + "id": "def-common.LensMultiTable.dateRange", + "type": "Object", + "tags": [], + "label": "dateRange", + "description": [], + "signature": [ + "{ fromDate: Date; toDate: Date; } | undefined" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 34 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "lens", "id": "def-common.NumberStatsResult", @@ -3541,18 +4032,11 @@ "section": "def-common.PersistableFilter", "text": "PersistableFilter" }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - } + " extends any" ], "source": { "path": "x-pack/plugins/lens/common/types.ts", - "lineNumber": 24 + "lineNumber": 27 }, "deprecated": false, "children": [ @@ -3574,7 +4058,7 @@ ], "source": { "path": "x-pack/plugins/lens/common/types.ts", - "lineNumber": 25 + "lineNumber": 28 }, "deprecated": false } @@ -3596,18 +4080,11 @@ "section": "def-common.PersistableFilterMeta", "text": "PersistableFilterMeta" }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.FilterMeta", - "text": "FilterMeta" - } + " extends any" ], "source": { "path": "x-pack/plugins/lens/common/types.ts", - "lineNumber": 20 + "lineNumber": 23 }, "deprecated": false, "children": [ @@ -3623,7 +4100,7 @@ ], "source": { "path": "x-pack/plugins/lens/common/types.ts", - "lineNumber": 21 + "lineNumber": 24 }, "deprecated": false } @@ -3736,6 +4213,38 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "lens", + "id": "def-common.FormatFactory", + "type": "Type", + "tags": [], + "label": "FormatFactory", + "description": [], + "signature": [ + "(mapping?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.SerializedFieldFormat", + "text": "SerializedFieldFormat" + }, + "> | undefined) => ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataFieldFormatsPluginApi", + "section": "def-common.FieldFormat", + "text": "FieldFormat" + } + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 11 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "lens", "id": "def-common.LENS_EDIT_BY_VALUE", @@ -3803,6 +4312,39 @@ }, "deprecated": false, "initialIsOpen": false + }, + { + "parentPluginId": "lens", + "id": "def-common.RequiredPaletteParamTypes", + "type": "Type", + "tags": [], + "label": "RequiredPaletteParamTypes", + "description": [], + "signature": [ + "{ name: string; reverse: boolean; rangeType: \"number\" | \"percent\"; continuity: \"above\" | \"below\" | \"all\" | \"none\"; progression: \"fixed\"; rangeMin: number; rangeMax: number; stops: ", + { + "pluginId": "lens", + "scope": "common", + "docId": "kibLensPluginApi", + "section": "def-common.ColorStop", + "text": "ColorStop" + }, + "[]; colorStops: ", + { + "pluginId": "lens", + "scope": "common", + "docId": "kibLensPluginApi", + "section": "def-common.ColorStop", + "text": "ColorStop" + }, + "[]; steps: number; }" + ], + "source": { + "path": "x-pack/plugins/lens/common/types.ts", + "lineNumber": 58 + }, + "deprecated": false, + "initialIsOpen": false } ], "objects": [] diff --git a/api_docs/lens.mdx b/api_docs/lens.mdx index 9408921e6e59d..c7e65c3036e7a 100644 --- a/api_docs/lens.mdx +++ b/api_docs/lens.mdx @@ -18,7 +18,7 @@ Contact [Kibana App](https://github.com/orgs/elastic/teams/kibana-app) for quest | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 181 | 0 | 169 | 14 | +| 207 | 0 | 191 | 23 | ## Client diff --git a/api_docs/licensing.json b/api_docs/licensing.json index 9f1403e7ed0ac..b54c2b749e3fe 100644 --- a/api_docs/licensing.json +++ b/api_docs/licensing.json @@ -683,14 +683,14 @@ "plugin": "securitySolution", "link": { "path": "x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts", - "lineNumber": 47 + "lineNumber": 49 } }, { "plugin": "securitySolution", "link": { "path": "x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts", - "lineNumber": 48 + "lineNumber": 50 } }, { @@ -718,14 +718,14 @@ "plugin": "securitySolution", "link": { "path": "x-pack/plugins/security_solution/server/endpoint/routes/actions/isolation.test.ts", - "lineNumber": 54 + "lineNumber": 57 } }, { "plugin": "securitySolution", "link": { "path": "x-pack/plugins/security_solution/server/endpoint/routes/actions/isolation.test.ts", - "lineNumber": 55 + "lineNumber": 58 } }, { @@ -942,17 +942,17 @@ "deprecated": true, "references": [ { - "plugin": "licenseManagement", + "plugin": "security", "link": { - "path": "x-pack/plugins/license_management/public/plugin.ts", - "lineNumber": 61 + "path": "x-pack/plugins/security/public/plugin.tsx", + "lineNumber": 86 } }, { - "plugin": "security", + "plugin": "licenseManagement", "link": { - "path": "x-pack/plugins/security/public/plugin.tsx", - "lineNumber": 86 + "path": "x-pack/plugins/license_management/public/plugin.ts", + "lineNumber": 61 } }, { @@ -966,7 +966,14 @@ "plugin": "ml", "link": { "path": "x-pack/plugins/ml/public/plugin.ts", - "lineNumber": 138 + "lineNumber": 133 + } + }, + { + "plugin": "fleet", + "link": { + "path": "x-pack/plugins/fleet/public/plugin.ts", + "lineNumber": 101 } }, { @@ -1000,15 +1007,15 @@ { "plugin": "reporting", "link": { - "path": "x-pack/plugins/reporting/public/management/report_listing.tsx", - "lineNumber": 55 + "path": "x-pack/plugins/reporting/public/management/index.ts", + "lineNumber": 20 } }, { "plugin": "reporting", "link": { "path": "x-pack/plugins/reporting/public/plugin.ts", - "lineNumber": 122 + "lineNumber": 127 } }, { @@ -1018,13 +1025,6 @@ "lineNumber": 75 } }, - { - "plugin": "fleet", - "link": { - "path": "x-pack/plugins/fleet/public/plugin.ts", - "lineNumber": 100 - } - }, { "plugin": "logstash", "link": { @@ -2496,7 +2496,7 @@ ], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 49 + "lineNumber": 30 }, "deprecated": false, "children": [ @@ -2518,7 +2518,7 @@ ], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 50 + "lineNumber": 31 }, "deprecated": false }, @@ -2534,7 +2534,7 @@ ], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 51 + "lineNumber": 32 }, "deprecated": false } @@ -2772,14 +2772,14 @@ "plugin": "securitySolution", "link": { "path": "x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts", - "lineNumber": 47 + "lineNumber": 49 } }, { "plugin": "securitySolution", "link": { "path": "x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts", - "lineNumber": 48 + "lineNumber": 50 } }, { @@ -2807,14 +2807,14 @@ "plugin": "securitySolution", "link": { "path": "x-pack/plugins/security_solution/server/endpoint/routes/actions/isolation.test.ts", - "lineNumber": 54 + "lineNumber": 57 } }, { "plugin": "securitySolution", "link": { "path": "x-pack/plugins/security_solution/server/endpoint/routes/actions/isolation.test.ts", - "lineNumber": 55 + "lineNumber": 58 } }, { @@ -3022,7 +3022,7 @@ "description": [], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 67 + "lineNumber": 48 }, "deprecated": false, "children": [ @@ -3045,7 +3045,7 @@ ], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 72 + "lineNumber": 53 }, "deprecated": true, "references": [ @@ -3095,14 +3095,14 @@ "plugin": "actions", "link": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 169 + "lineNumber": 172 } }, { "plugin": "alerting", "link": { "path": "x-pack/plugins/alerting/server/plugin.ts", - "lineNumber": 170 + "lineNumber": 172 } }, { @@ -3123,7 +3123,7 @@ "plugin": "fleet", "link": { "path": "x-pack/plugins/fleet/server/plugin.ts", - "lineNumber": 214 + "lineNumber": 208 } }, { @@ -3265,120 +3265,13 @@ ], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 77 + "lineNumber": 59 }, "deprecated": true, "references": [], "children": [], "returnComment": [] }, - { - "parentPluginId": "licensing", - "id": "def-server.LicensingPluginSetup.createLicensePoller", - "type": "Function", - "tags": [ - "deprecated" - ], - "label": "createLicensePoller", - "description": [ - "\nCreates a license poller to retrieve a license data with.\nAllows a plugin to configure a cluster to retrieve data from at\ngiven polling frequency." - ], - "signature": [ - "(clusterClient: Pick<", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.LegacyClusterClient", - "text": "LegacyClusterClient" - }, - ", \"callAsInternalUser\" | \"asScoped\">, pollingFrequency: number) => { license$: ", - "Observable", - "<", - "ILicense", - ">; refresh(): Promise<", - "ILicense", - ">; }" - ], - "source": { - "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 84 - }, - "deprecated": true, - "references": [], - "returnComment": [], - "children": [ - { - "parentPluginId": "licensing", - "id": "def-server.clusterClient", - "type": "Object", - "tags": [], - "label": "clusterClient", - "description": [], - "signature": [ - "{ callAsInternalUser: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.LegacyAPICaller", - "text": "LegacyAPICaller" - }, - "; asScoped: (request?: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreHttpPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, - " | ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreHttpPluginApi", - "section": "def-server.LegacyRequest", - "text": "LegacyRequest" - }, - " | ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.FakeRequest", - "text": "FakeRequest" - }, - " | undefined) => Pick<", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.LegacyScopedClusterClient", - "text": "LegacyScopedClusterClient" - }, - ", \"callAsCurrentUser\" | \"callAsInternalUser\">; }" - ], - "source": { - "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 85 - }, - "deprecated": false - }, - { - "parentPluginId": "licensing", - "id": "def-server.pollingFrequency", - "type": "number", - "tags": [], - "label": "pollingFrequency", - "description": [], - "source": { - "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 86 - }, - "deprecated": false - } - ] - }, { "parentPluginId": "licensing", "id": "def-server.LicensingPluginSetup.featureUsage", @@ -3399,7 +3292,7 @@ ], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 91 + "lineNumber": 64 }, "deprecated": false } @@ -3416,7 +3309,7 @@ "description": [], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 95 + "lineNumber": 68 }, "deprecated": false, "children": [ @@ -3437,7 +3330,7 @@ ], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 99 + "lineNumber": 72 }, "deprecated": false }, @@ -3457,7 +3350,7 @@ ], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 103 + "lineNumber": 77 }, "deprecated": false, "children": [], @@ -3473,15 +3366,15 @@ "\nCreates a license poller to retrieve a license data with.\nAllows a plugin to configure a cluster to retrieve data from at\ngiven polling frequency." ], "signature": [ - "(clusterClient: Pick<", + "(clusterClient: ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", - "section": "def-server.LegacyClusterClient", - "text": "LegacyClusterClient" + "section": "def-server.IClusterClient", + "text": "IClusterClient" }, - ", \"callAsInternalUser\" | \"asScoped\">, pollingFrequency: number) => { license$: ", + ", pollingFrequency: number) => { license$: ", "Observable", "<", "ILicense", @@ -3491,7 +3384,7 @@ ], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 109 + "lineNumber": 84 }, "deprecated": false, "returnComment": [], @@ -3504,51 +3397,17 @@ "label": "clusterClient", "description": [], "signature": [ - "{ callAsInternalUser: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.LegacyAPICaller", - "text": "LegacyAPICaller" - }, - "; asScoped: (request?: ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreHttpPluginApi", - "section": "def-server.KibanaRequest", - "text": "KibanaRequest" - }, - " | ", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCoreHttpPluginApi", - "section": "def-server.LegacyRequest", - "text": "LegacyRequest" - }, - " | ", { "pluginId": "core", "scope": "server", "docId": "kibCorePluginApi", - "section": "def-server.FakeRequest", - "text": "FakeRequest" - }, - " | undefined) => Pick<", - { - "pluginId": "core", - "scope": "server", - "docId": "kibCorePluginApi", - "section": "def-server.LegacyScopedClusterClient", - "text": "LegacyScopedClusterClient" - }, - ", \"callAsCurrentUser\" | \"callAsInternalUser\">; }" + "section": "def-server.IClusterClient", + "text": "IClusterClient" + } ], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 110 + "lineNumber": 85 }, "deprecated": false }, @@ -3561,7 +3420,7 @@ "description": [], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 111 + "lineNumber": 86 }, "deprecated": false } @@ -3587,7 +3446,7 @@ ], "source": { "path": "x-pack/plugins/licensing/server/types.ts", - "lineNumber": 116 + "lineNumber": 91 }, "deprecated": false } diff --git a/api_docs/licensing.mdx b/api_docs/licensing.mdx index be974eb82bf61..84cba56ea87d2 100644 --- a/api_docs/licensing.mdx +++ b/api_docs/licensing.mdx @@ -18,7 +18,7 @@ import licensingObj from './licensing.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 120 | 0 | 44 | 8 | +| 117 | 0 | 42 | 8 | ## Client diff --git a/api_docs/lists.json b/api_docs/lists.json index 36fb301ac0d6a..7e6ff37d439ee 100644 --- a/api_docs/lists.json +++ b/api_docs/lists.json @@ -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\" | \"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>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -549,7 +549,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\" | \"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; }>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -589,7 +589,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\" | \"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>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -629,7 +629,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\" | \"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>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -787,7 +787,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\" | \"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; }>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -837,7 +837,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\" | \"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>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -881,7 +881,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\" | \"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>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -959,7 +959,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\" | \"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>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -997,7 +997,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\" | \"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>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -1035,7 +1035,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\" | \"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>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -1073,7 +1073,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\" | \"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>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -1151,7 +1151,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\" | \"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>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -1277,7 +1277,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -1315,7 +1315,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -1353,7 +1353,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -1751,7 +1751,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -1789,7 +1789,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -1827,7 +1827,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -1903,7 +1903,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -1941,7 +1941,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -1979,7 +1979,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -2017,7 +2017,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -2055,7 +2055,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -2093,7 +2093,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -2131,7 +2131,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -2169,7 +2169,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\" | \"float\" | \"half_float\" | \"integer\" | \"byte\" | \"long_range\" | \"integer_range\" | \"float_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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -2207,7 +2207,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\" | \"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; }>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -2245,7 +2245,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\" | \"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>" + ") => 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -2316,7 +2316,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\" | \"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; })[]" + "({ 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", @@ -2877,7 +2877,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\" | \"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: ", + ", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"helpers\" | \"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", @@ -3043,7 +3043,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\" | \"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; })[]" + "({ 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\" | \"ip_range\" | \"date_range\" | \"geo_point\" | \"geo_shape\" | \"binary\" | \"short\" | \"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", diff --git a/api_docs/management.mdx b/api_docs/management.mdx index fff52d8d9bf07..36cc53caa1b74 100644 --- a/api_docs/management.mdx +++ b/api_docs/management.mdx @@ -12,7 +12,7 @@ import managementObj from './management.json'; - +Contact [Kibana App](https://github.com/orgs/elastic/teams/kibana-app) for questions regarding this plugin. **Code health stats** diff --git a/api_docs/maps.json b/api_docs/maps.json index 4f9d4996b0389..71cfab6e7ba1d 100644 --- a/api_docs/maps.json +++ b/api_docs/maps.json @@ -427,15 +427,7 @@ "label": "_getFilters", "description": [], "signature": [ - "() => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "() => any[]" ], "source": { "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", @@ -715,15 +707,7 @@ "label": "addFilters", "description": [], "signature": [ - "(filters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], actionId?: string) => Promise" + "(filters: any[], actionId?: string) => Promise" ], "source": { "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", @@ -739,14 +723,7 @@ "label": "filters", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[]" + "any[]" ], "source": { "path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx", @@ -986,15 +963,7 @@ "label": "addFilters", "description": [], "signature": [ - "((filters: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[], actionId: string) => Promise) | null" + "((filters: any[], actionId: string) => Promise) | null" ], "source": { "path": "x-pack/plugins/maps/public/classes/tooltips/tooltip_property.ts", @@ -1549,7 +1518,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 67 + "lineNumber": 70 }, "deprecated": false, "children": [ @@ -1565,7 +1534,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 67 + "lineNumber": 70 }, "deprecated": false, "isRequired": false @@ -1586,7 +1555,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 64 + "lineNumber": 67 }, "deprecated": false, "children": [ @@ -1602,7 +1571,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 64 + "lineNumber": 67 }, "deprecated": false, "isRequired": false @@ -1623,7 +1592,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 61 + "lineNumber": 64 }, "deprecated": false, "children": [], @@ -1906,7 +1875,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 176 + "lineNumber": 179 }, "deprecated": false, "initialIsOpen": false @@ -1920,7 +1889,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 224 + "lineNumber": 227 }, "deprecated": false, "initialIsOpen": false @@ -1934,7 +1903,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 300 + "lineNumber": 303 }, "deprecated": false, "initialIsOpen": false @@ -1948,7 +1917,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 158 + "lineNumber": 161 }, "deprecated": false, "initialIsOpen": false @@ -1962,7 +1931,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 165 + "lineNumber": 168 }, "deprecated": false, "initialIsOpen": false @@ -1976,7 +1945,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 125 + "lineNumber": 128 }, "deprecated": false, "initialIsOpen": false @@ -1990,7 +1959,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 133 + "lineNumber": 136 }, "deprecated": false, "initialIsOpen": false @@ -2004,7 +1973,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 97 + "lineNumber": 100 }, "deprecated": false, "initialIsOpen": false @@ -2018,7 +1987,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 139 + "lineNumber": 142 }, "deprecated": false, "initialIsOpen": false @@ -2032,7 +2001,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 193 + "lineNumber": 196 }, "deprecated": false, "initialIsOpen": false @@ -2046,7 +2015,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 275 + "lineNumber": 278 }, "deprecated": false, "initialIsOpen": false @@ -2060,7 +2029,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 237 + "lineNumber": 240 }, "deprecated": false, "initialIsOpen": false @@ -2074,7 +2043,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 218 + "lineNumber": 221 }, "deprecated": false, "initialIsOpen": false @@ -2088,7 +2057,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 71 + "lineNumber": 74 }, "deprecated": false, "initialIsOpen": false @@ -2102,7 +2071,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 282 + "lineNumber": 285 }, "deprecated": false, "initialIsOpen": false @@ -2116,7 +2085,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 295 + "lineNumber": 298 }, "deprecated": false, "initialIsOpen": false @@ -2130,7 +2099,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 268 + "lineNumber": 271 }, "deprecated": false, "initialIsOpen": false @@ -2144,7 +2113,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 187 + "lineNumber": 190 }, "deprecated": false, "initialIsOpen": false @@ -2158,7 +2127,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 261 + "lineNumber": 264 }, "deprecated": false, "initialIsOpen": false @@ -2172,7 +2141,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 80 + "lineNumber": 83 }, "deprecated": false, "initialIsOpen": false @@ -2186,7 +2155,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 213 + "lineNumber": 216 }, "deprecated": false, "initialIsOpen": false @@ -2200,7 +2169,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 232 + "lineNumber": 235 }, "deprecated": false, "initialIsOpen": false @@ -2214,7 +2183,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 288 + "lineNumber": 291 }, "deprecated": false, "initialIsOpen": false @@ -2228,7 +2197,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 246 + "lineNumber": 249 }, "deprecated": false, "initialIsOpen": false @@ -2247,7 +2216,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 175 + "lineNumber": 178 }, "deprecated": false, "initialIsOpen": false @@ -2343,7 +2312,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 229 + "lineNumber": 232 }, "deprecated": false, "initialIsOpen": false @@ -2357,7 +2326,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 207 + "lineNumber": 210 }, "deprecated": false, "initialIsOpen": false @@ -2374,7 +2343,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 211 + "lineNumber": 214 }, "deprecated": false, "initialIsOpen": false @@ -2391,7 +2360,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 114 + "lineNumber": 117 }, "deprecated": false, "initialIsOpen": false @@ -2408,7 +2377,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 244 + "lineNumber": 247 }, "deprecated": false, "initialIsOpen": false @@ -2425,7 +2394,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 118 + "lineNumber": 121 }, "deprecated": false, "initialIsOpen": false @@ -2442,7 +2411,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 117 + "lineNumber": 120 }, "deprecated": false, "initialIsOpen": false @@ -2459,7 +2428,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 116 + "lineNumber": 119 }, "deprecated": false, "initialIsOpen": false @@ -2476,7 +2445,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 205 + "lineNumber": 208 }, "deprecated": false, "initialIsOpen": false @@ -2493,7 +2462,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 304 + "lineNumber": 307 }, "deprecated": false, "initialIsOpen": false @@ -2748,7 +2717,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 315 + "lineNumber": 318 }, "deprecated": false, "initialIsOpen": false @@ -2765,7 +2734,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 316 + "lineNumber": 319 }, "deprecated": false, "initialIsOpen": false @@ -2782,7 +2751,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 314 + "lineNumber": 317 }, "deprecated": false, "initialIsOpen": false @@ -2799,7 +2768,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 131 + "lineNumber": 134 }, "deprecated": false, "initialIsOpen": false @@ -2816,7 +2785,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 120 + "lineNumber": 123 }, "deprecated": false, "initialIsOpen": false @@ -2833,7 +2802,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 121 + "lineNumber": 124 }, "deprecated": false, "initialIsOpen": false @@ -2858,7 +2827,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 308 + "lineNumber": 311 }, "deprecated": false, "initialIsOpen": false @@ -2889,7 +2858,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 104 + "lineNumber": 107 }, "deprecated": false, "initialIsOpen": false @@ -2906,7 +2875,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 202 + "lineNumber": 205 }, "deprecated": false, "initialIsOpen": false @@ -2923,7 +2892,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 201 + "lineNumber": 204 }, "deprecated": false, "initialIsOpen": false @@ -2982,7 +2951,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 310 + "lineNumber": 313 }, "deprecated": false, "initialIsOpen": false @@ -3044,7 +3013,24 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 101 + "lineNumber": 104 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "maps", + "id": "def-common.KBN_FEATURE_COUNT", + "type": "string", + "tags": [], + "label": "KBN_FEATURE_COUNT", + "description": [], + "signature": [ + "\"__kbn_feature_count__\"" + ], + "source": { + "path": "x-pack/plugins/maps/common/constants.ts", + "lineNumber": 54 }, "deprecated": false, "initialIsOpen": false @@ -3061,24 +3047,24 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 57 + "lineNumber": 60 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "maps", - "id": "def-common.KBN_TOO_MANY_FEATURES_IMAGE_ID", + "id": "def-common.KBN_IS_TILE_COMPLETE", "type": "string", "tags": [], - "label": "KBN_TOO_MANY_FEATURES_IMAGE_ID", + "label": "KBN_IS_TILE_COMPLETE", "description": [], "signature": [ - "\"__kbn_too_many_features_image_id__\"" + "\"__kbn_is_tile_complete__\"" ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 54 + "lineNumber": 55 }, "deprecated": false, "initialIsOpen": false @@ -3100,6 +3086,40 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "maps", + "id": "def-common.KBN_TOO_MANY_FEATURES_IMAGE_ID", + "type": "string", + "tags": [], + "label": "KBN_TOO_MANY_FEATURES_IMAGE_ID", + "description": [], + "signature": [ + "\"__kbn_too_many_features_image_id__\"" + ], + "source": { + "path": "x-pack/plugins/maps/common/constants.ts", + "lineNumber": 57 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "maps", + "id": "def-common.KBN_VECTOR_SHAPE_TYPE_COUNTS", + "type": "string", + "tags": [], + "label": "KBN_VECTOR_SHAPE_TYPE_COUNTS", + "description": [], + "signature": [ + "\"__kbn_vector_shape_type_counts__\"" + ], + "source": { + "path": "x-pack/plugins/maps/common/constants.ts", + "lineNumber": 56 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "maps", "id": "def-common.LAT_INDEX", @@ -3112,7 +3132,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 151 + "lineNumber": 154 }, "deprecated": false, "initialIsOpen": false @@ -3129,7 +3149,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 150 + "lineNumber": 153 }, "deprecated": false, "initialIsOpen": false @@ -3194,7 +3214,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 312 + "lineNumber": 315 }, "deprecated": false, "initialIsOpen": false @@ -3211,7 +3231,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 112 + "lineNumber": 115 }, "deprecated": false, "initialIsOpen": false @@ -3228,7 +3248,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 123 + "lineNumber": 126 }, "deprecated": false, "initialIsOpen": false @@ -3245,7 +3265,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 103 + "lineNumber": 106 }, "deprecated": false, "initialIsOpen": false @@ -3262,7 +3282,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 111 + "lineNumber": 114 }, "deprecated": false, "initialIsOpen": false @@ -3330,7 +3350,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 59 + "lineNumber": 62 }, "deprecated": false, "initialIsOpen": false @@ -3347,7 +3367,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 230 + "lineNumber": 233 }, "deprecated": false, "initialIsOpen": false @@ -3364,7 +3384,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 149 + "lineNumber": 152 }, "deprecated": false, "initialIsOpen": false @@ -3381,7 +3401,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 306 + "lineNumber": 309 }, "deprecated": false, "initialIsOpen": false @@ -3395,7 +3415,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 108 + "lineNumber": 111 }, "deprecated": false, "initialIsOpen": false @@ -3412,7 +3432,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 105 + "lineNumber": 108 }, "deprecated": false, "initialIsOpen": false @@ -3426,7 +3446,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 107 + "lineNumber": 110 }, "deprecated": false, "initialIsOpen": false @@ -3440,7 +3460,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 106 + "lineNumber": 109 }, "deprecated": false, "initialIsOpen": false @@ -3457,7 +3477,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 273 + "lineNumber": 276 }, "deprecated": false, "initialIsOpen": false @@ -3474,7 +3494,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 200 + "lineNumber": 203 }, "deprecated": false, "initialIsOpen": false @@ -3491,7 +3511,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 109 + "lineNumber": 112 }, "deprecated": false, "initialIsOpen": false @@ -3508,7 +3528,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 204 + "lineNumber": 207 }, "deprecated": false, "initialIsOpen": false @@ -3525,7 +3545,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 115 + "lineNumber": 118 }, "deprecated": false, "initialIsOpen": false @@ -3541,7 +3561,7 @@ "description": [], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 153 + "lineNumber": 156 }, "deprecated": false, "children": [ @@ -3557,7 +3577,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 154 + "lineNumber": 157 }, "deprecated": false }, @@ -3573,7 +3593,7 @@ ], "source": { "path": "x-pack/plugins/maps/common/constants.ts", - "lineNumber": 155 + "lineNumber": 158 }, "deprecated": false } @@ -3582,4 +3602,4 @@ } ] } -} +} \ No newline at end of file diff --git a/api_docs/maps.mdx b/api_docs/maps.mdx index e9d882d11c40f..cd7b1641b0f79 100644 --- a/api_docs/maps.mdx +++ b/api_docs/maps.mdx @@ -18,7 +18,7 @@ import mapsObj from './maps.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 201 | 2 | 200 | 11 | +| 204 | 2 | 203 | 11 | ## Client diff --git a/api_docs/metrics_entities.json b/api_docs/metrics_entities.json index b78278a84162a..a5e6da4a47f6a 100644 --- a/api_docs/metrics_entities.json +++ b/api_docs/metrics_entities.json @@ -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\" | \"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: ", + ", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"helpers\" | \"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", diff --git a/api_docs/ml.json b/api_docs/ml.json index 99038a2d1842d..8953d59b126f3 100644 --- a/api_docs/ml.json +++ b/api_docs/ml.json @@ -4,118 +4,86 @@ "classes": [ { "parentPluginId": "ml", - "id": "def-public.MlUrlGenerator", + "id": "def-public.MlLocatorDefinition", "type": "Class", "tags": [], - "label": "MlUrlGenerator", + "label": "MlLocatorDefinition", "description": [], "signature": [ { "pluginId": "ml", "scope": "public", "docId": "kibMlPluginApi", - "section": "def-public.MlUrlGenerator", - "text": "MlUrlGenerator" + "section": "def-public.MlLocatorDefinition", + "text": "MlLocatorDefinition" }, " implements ", { "pluginId": "share", - "scope": "public", + "scope": "common", "docId": "kibSharePluginApi", - "section": "def-public.UrlGeneratorsDefinition", - "text": "UrlGeneratorsDefinition" + "section": "def-common.LocatorDefinition", + "text": "LocatorDefinition" }, - "<\"ML_APP_URL_GENERATOR\">" + "<", + "MlLocatorParams", + ">" ], "source": { - "path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts", - "lineNumber": 44 + "path": "x-pack/plugins/ml/public/locator/ml_locator.ts", + "lineNumber": 32 }, "deprecated": false, "children": [ { "parentPluginId": "ml", - "id": "def-public.MlUrlGenerator.Unnamed", - "type": "Function", - "tags": [], - "label": "Constructor", - "description": [], - "signature": [ - "any" - ], - "source": { - "path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts", - "lineNumber": 45 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "ml", - "id": "def-public.MlUrlGenerator.Unnamed.$1", - "type": "Object", - "tags": [], - "label": "params", - "description": [], - "signature": [ - "Params" - ], - "source": { - "path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts", - "lineNumber": 45 - }, - "deprecated": false, - "isRequired": true - } - ], - "returnComment": [] - }, - { - "parentPluginId": "ml", - "id": "def-public.MlUrlGenerator.id", + "id": "def-public.MlLocatorDefinition.id", "type": "string", "tags": [], "label": "id", "description": [], "signature": [ - "\"ML_APP_URL_GENERATOR\"" + "\"ML_APP_LOCATOR\"" ], "source": { - "path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts", - "lineNumber": 47 + "path": "x-pack/plugins/ml/public/locator/ml_locator.ts", + "lineNumber": 33 }, "deprecated": false }, { "parentPluginId": "ml", - "id": "def-public.MlUrlGenerator.createUrl", + "id": "def-public.MlLocatorDefinition.getLocation", "type": "Function", "tags": [], - "label": "createUrl", + "label": "getLocation", "description": [], "signature": [ - "(mlUrlGeneratorParams: ", - "MlUrlGeneratorState", - ") => Promise" + "(params: ", + "MlLocatorParams", + ") => Promise<", + "KibanaLocation", + ">" ], "source": { - "path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts", - "lineNumber": 49 + "path": "x-pack/plugins/ml/public/locator/ml_locator.ts", + "lineNumber": 35 }, "deprecated": false, "children": [ { "parentPluginId": "ml", - "id": "def-public.MlUrlGenerator.createUrl.$1", + "id": "def-public.MlLocatorDefinition.getLocation.$1", "type": "CompoundType", "tags": [], - "label": "mlUrlGeneratorParams", + "label": "params", "description": [], "signature": [ - "MlUrlGeneratorState" + "MlLocatorParams" ], "source": { - "path": "x-pack/plugins/ml/public/ml_url_generator/ml_url_generator.ts", - "lineNumber": 50 + "path": "x-pack/plugins/ml/public/locator/ml_locator.ts", + "lineNumber": 35 }, "deprecated": false, "isRequired": true @@ -317,21 +285,15 @@ "\nProvides a URL to ML plugin page\nTODO remove basePath parameter" ], "signature": [ - "(ml: { urlGenerator: ", - { - "pluginId": "share", - "scope": "public", - "docId": "kibSharePluginApi", - "section": "def-public.UrlGeneratorContract", - "text": "UrlGeneratorContract" - }, - "<\"ML_APP_URL_GENERATOR\"> | undefined; } | undefined, basePath: string | undefined, params: ", - "MlUrlGeneratorState", - ") => string | undefined" + "(ml: { locator: ", + "MlLocator", + " | undefined; } | undefined, basePath: string | undefined, params: ", + "MlLocatorParams", + ") => string" ], "source": { - "path": "x-pack/plugins/ml/public/ml_url_generator/use_ml_href.ts", - "lineNumber": 16 + "path": "x-pack/plugins/ml/public/locator/use_ml_href.ts", + "lineNumber": 15 }, "deprecated": false, "children": [ @@ -343,19 +305,13 @@ "label": "ml", "description": [], "signature": [ - "{ urlGenerator: ", - { - "pluginId": "share", - "scope": "public", - "docId": "kibSharePluginApi", - "section": "def-public.UrlGeneratorContract", - "text": "UrlGeneratorContract" - }, - "<\"ML_APP_URL_GENERATOR\"> | undefined; } | undefined" + "{ locator: ", + "MlLocator", + " | undefined; } | undefined" ], "source": { - "path": "x-pack/plugins/ml/public/ml_url_generator/use_ml_href.ts", - "lineNumber": 17 + "path": "x-pack/plugins/ml/public/locator/use_ml_href.ts", + "lineNumber": 16 }, "deprecated": false, "isRequired": false @@ -371,8 +327,8 @@ "string | undefined" ], "source": { - "path": "x-pack/plugins/ml/public/ml_url_generator/use_ml_href.ts", - "lineNumber": 18 + "path": "x-pack/plugins/ml/public/locator/use_ml_href.ts", + "lineNumber": 17 }, "deprecated": false, "isRequired": false @@ -385,11 +341,11 @@ "label": "params", "description": [], "signature": [ - "MlUrlGeneratorState" + "MlLocatorParams" ], "source": { - "path": "x-pack/plugins/ml/public/ml_url_generator/use_ml_href.ts", - "lineNumber": 19 + "path": "x-pack/plugins/ml/public/locator/use_ml_href.ts", + "lineNumber": 18 }, "deprecated": false, "isRequired": true @@ -409,7 +365,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 43 + "lineNumber": 45 }, "deprecated": false, "children": [ @@ -422,7 +378,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 44 + "lineNumber": 46 }, "deprecated": false }, @@ -438,7 +394,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 45 + "lineNumber": 47 }, "deprecated": false }, @@ -451,7 +407,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 46 + "lineNumber": 48 }, "deprecated": false }, @@ -464,7 +420,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 47 + "lineNumber": 49 }, "deprecated": false }, @@ -477,7 +433,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 48 + "lineNumber": 50 }, "deprecated": false }, @@ -490,7 +446,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 49 + "lineNumber": 51 }, "deprecated": false }, @@ -506,7 +462,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 50 + "lineNumber": 52 }, "deprecated": false }, @@ -522,7 +478,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 51 + "lineNumber": 53 }, "deprecated": false }, @@ -538,7 +494,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 52 + "lineNumber": 54 }, "deprecated": false }, @@ -554,7 +510,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 53 + "lineNumber": 55 }, "deprecated": false }, @@ -570,7 +526,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 54 + "lineNumber": 56 }, "deprecated": false }, @@ -586,7 +542,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 55 + "lineNumber": 57 }, "deprecated": false }, @@ -602,7 +558,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 56 + "lineNumber": 58 }, "deprecated": false }, @@ -618,7 +574,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 57 + "lineNumber": 59 }, "deprecated": false } @@ -868,7 +824,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/capabilities.ts", - "lineNumber": 161 + "lineNumber": 157 }, "deprecated": false, "children": [ @@ -884,7 +840,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/capabilities.ts", - "lineNumber": 162 + "lineNumber": 158 }, "deprecated": false }, @@ -897,7 +853,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/capabilities.ts", - "lineNumber": 163 + "lineNumber": 159 }, "deprecated": false }, @@ -910,7 +866,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/capabilities.ts", - "lineNumber": 164 + "lineNumber": 160 }, "deprecated": false }, @@ -923,7 +879,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/capabilities.ts", - "lineNumber": 165 + "lineNumber": 161 }, "deprecated": false } @@ -1292,7 +1248,7 @@ }, "<", "MlAnomalyDetectionAlertParams", - ">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[] | undefined" + ">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[] | undefined" ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", @@ -1336,7 +1292,7 @@ }, " extends Pick<", "UseDataGridReturnType", - ", \"status\" | \"errorMessage\" | \"baseline\" | \"chartsVisible\" | \"chartsButtonVisible\" | \"ccsWarning\" | \"columnsWithCharts\" | \"invalidSortingColumnns\" | \"noDataMessage\" | \"onChangeItemsPerPage\" | \"onChangePage\" | \"onSort\" | \"pagination\" | \"setPagination\" | \"setVisibleColumns\" | \"rowCount\" | \"rowCountRelation\" | \"sortingColumns\" | \"tableItems\" | \"toggleChartVisibility\" | \"visibleColumns\" | \"predictionFieldName\" | \"resultsField\">" + ", \"status\" | \"rowCount\" | \"errorMessage\" | \"baseline\" | \"chartsVisible\" | \"chartsButtonVisible\" | \"ccsWarning\" | \"columnsWithCharts\" | \"invalidSortingColumnns\" | \"noDataMessage\" | \"onChangeItemsPerPage\" | \"onChangePage\" | \"onSort\" | \"pagination\" | \"setPagination\" | \"setVisibleColumns\" | \"rowCountRelation\" | \"sortingColumns\" | \"tableItems\" | \"toggleChartVisibility\" | \"visibleColumns\" | \"predictionFieldName\" | \"resultsField\">" ], "source": { "path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts", @@ -1382,6 +1338,22 @@ "deprecated": false } ] + }, + { + "parentPluginId": "ml", + "id": "def-public.UseIndexDataReturnType.indexPatternFields", + "type": "Array", + "tags": [], + "label": "indexPatternFields", + "description": [], + "signature": [ + "string[] | undefined" + ], + "source": { + "path": "x-pack/plugins/ml/public/application/components/data_grid/types.ts", + "lineNumber": 85 + }, + "deprecated": false } ], "initialIsOpen": false @@ -1441,7 +1413,7 @@ ], "source": { "path": "x-pack/plugins/ml/public/embeddables/types.ts", - "lineNumber": 49 + "lineNumber": 45 }, "deprecated": false, "initialIsOpen": false @@ -1499,6 +1471,32 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "ml", + "id": "def-public.MlLocator", + "type": "Type", + "tags": [], + "label": "MlLocator", + "description": [], + "signature": [ + { + "pluginId": "share", + "scope": "common", + "docId": "kibSharePluginApi", + "section": "def-common.LocatorPublic", + "text": "LocatorPublic" + }, + "<", + "MlLocatorParams", + ">" + ], + "source": { + "path": "x-pack/plugins/ml/common/types/locator.ts", + "lineNumber": 258 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "ml", "id": "def-public.RenderCellValue", @@ -1536,7 +1534,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/es_client.ts", - "lineNumber": 22 + "lineNumber": 21 }, "deprecated": false, "initialIsOpen": false @@ -1552,7 +1550,7 @@ "{ readonly ANOMALY_DETECTION_JOBS_MANAGE: \"jobs\"; readonly ANOMALY_EXPLORER: \"explorer\"; readonly SINGLE_METRIC_VIEWER: \"timeseriesexplorer\"; readonly DATA_FRAME_ANALYTICS_JOBS_MANAGE: \"data_frame_analytics\"; readonly DATA_FRAME_ANALYTICS_CREATE_JOB: \"data_frame_analytics/new_job\"; readonly DATA_FRAME_ANALYTICS_MODELS_MANAGE: \"data_frame_analytics/models\"; readonly DATA_FRAME_ANALYTICS_EXPLORATION: \"data_frame_analytics/exploration\"; readonly DATA_FRAME_ANALYTICS_MAP: \"data_frame_analytics/map\"; readonly DATA_VISUALIZER: \"datavisualizer\"; readonly DATA_VISUALIZER_INDEX_SELECT: \"datavisualizer_index_select\"; readonly DATA_VISUALIZER_FILE: \"filedatavisualizer\"; readonly DATA_VISUALIZER_INDEX_VIEWER: \"jobs/new_job/datavisualizer\"; readonly ANOMALY_DETECTION_CREATE_JOB: \"jobs/new_job\"; readonly ANOMALY_DETECTION_CREATE_JOB_ADVANCED: \"jobs/new_job/advanced\"; readonly ANOMALY_DETECTION_CREATE_JOB_SELECT_TYPE: \"jobs/new_job/step/job_type\"; readonly ANOMALY_DETECTION_CREATE_JOB_SELECT_INDEX: \"jobs/new_job/step/index_or_search\"; readonly SETTINGS: \"settings\"; readonly CALENDARS_MANAGE: \"settings/calendars_list\"; readonly CALENDARS_NEW: \"settings/calendars_list/new_calendar\"; readonly CALENDARS_EDIT: \"settings/calendars_list/edit_calendar\"; readonly FILTER_LISTS_MANAGE: \"settings/filter_lists\"; readonly FILTER_LISTS_NEW: \"settings/filter_lists/new_filter_list\"; readonly FILTER_LISTS_EDIT: \"settings/filter_lists/edit_filter_list\"; readonly ACCESS_DENIED: \"access-denied\"; readonly OVERVIEW: \"overview\"; }" ], "source": { - "path": "x-pack/plugins/ml/common/constants/ml_url_generator.ts", + "path": "x-pack/plugins/ml/common/constants/locator.ts", "lineNumber": 10 }, "deprecated": false, @@ -1567,19 +1565,13 @@ "label": "MlPluginStart", "description": [], "signature": [ - "{ urlGenerator: ", - { - "pluginId": "share", - "scope": "public", - "docId": "kibSharePluginApi", - "section": "def-public.UrlGeneratorContract", - "text": "UrlGeneratorContract" - }, - "<\"ML_APP_URL_GENERATOR\"> | undefined; }" + "{ locator: ", + "MlLocator", + " | undefined; }" ], "source": { "path": "x-pack/plugins/ml/public/plugin.ts", - "lineNumber": 203 + "lineNumber": 198 }, "deprecated": false, "lifecycle": "start", @@ -1967,7 +1959,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 43 + "lineNumber": 45 }, "deprecated": false, "children": [ @@ -1980,7 +1972,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 44 + "lineNumber": 46 }, "deprecated": false }, @@ -1996,7 +1988,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 45 + "lineNumber": 47 }, "deprecated": false }, @@ -2009,7 +2001,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 46 + "lineNumber": 48 }, "deprecated": false }, @@ -2022,7 +2014,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 47 + "lineNumber": 49 }, "deprecated": false }, @@ -2035,7 +2027,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 48 + "lineNumber": 50 }, "deprecated": false }, @@ -2048,7 +2040,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 49 + "lineNumber": 51 }, "deprecated": false }, @@ -2064,7 +2056,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 50 + "lineNumber": 52 }, "deprecated": false }, @@ -2080,7 +2072,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 51 + "lineNumber": 53 }, "deprecated": false }, @@ -2096,7 +2088,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 52 + "lineNumber": 54 }, "deprecated": false }, @@ -2112,7 +2104,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 53 + "lineNumber": 55 }, "deprecated": false }, @@ -2128,7 +2120,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 54 + "lineNumber": 56 }, "deprecated": false }, @@ -2144,7 +2136,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 55 + "lineNumber": 57 }, "deprecated": false }, @@ -2160,7 +2152,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 56 + "lineNumber": 58 }, "deprecated": false }, @@ -2176,7 +2168,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 57 + "lineNumber": 59 }, "deprecated": false } @@ -2192,7 +2184,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 62 + "lineNumber": 64 }, "deprecated": false, "children": [ @@ -2208,7 +2200,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 63 + "lineNumber": 65 }, "deprecated": false }, @@ -2221,7 +2213,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 64 + "lineNumber": 66 }, "deprecated": false }, @@ -2237,7 +2229,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 65 + "lineNumber": 67 }, "deprecated": false }, @@ -2253,7 +2245,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 66 + "lineNumber": 68 }, "deprecated": false }, @@ -2269,7 +2261,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 67 + "lineNumber": 69 }, "deprecated": false }, @@ -2282,7 +2274,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 68 + "lineNumber": 70 }, "deprecated": false }, @@ -2295,7 +2287,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 69 + "lineNumber": 71 }, "deprecated": false }, @@ -2308,7 +2300,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 70 + "lineNumber": 72 }, "deprecated": false }, @@ -2321,7 +2313,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 71 + "lineNumber": 73 }, "deprecated": false }, @@ -2334,7 +2326,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 72 + "lineNumber": 74 }, "deprecated": false }, @@ -2347,7 +2339,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 73 + "lineNumber": 75 }, "deprecated": false }, @@ -2363,7 +2355,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 74 + "lineNumber": 76 }, "deprecated": false }, @@ -2376,7 +2368,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 75 + "lineNumber": 77 }, "deprecated": false }, @@ -2389,7 +2381,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 76 + "lineNumber": 78 }, "deprecated": false } @@ -2405,7 +2397,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 15 + "lineNumber": 17 }, "deprecated": false, "children": [ @@ -2421,7 +2413,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 16 + "lineNumber": 18 }, "deprecated": false }, @@ -2434,7 +2426,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 17 + "lineNumber": 19 }, "deprecated": false }, @@ -2447,7 +2439,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 18 + "lineNumber": 20 }, "deprecated": false }, @@ -2460,7 +2452,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 19 + "lineNumber": 21 }, "deprecated": false }, @@ -2473,7 +2465,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 20 + "lineNumber": 22 }, "deprecated": false }, @@ -2486,7 +2478,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 21 + "lineNumber": 23 }, "deprecated": false }, @@ -2499,7 +2491,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 22 + "lineNumber": 24 }, "deprecated": false }, @@ -2512,7 +2504,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 23 + "lineNumber": 25 }, "deprecated": false }, @@ -2525,7 +2517,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 24 + "lineNumber": 26 }, "deprecated": false }, @@ -2538,7 +2530,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 25 + "lineNumber": 27 }, "deprecated": false }, @@ -2554,7 +2546,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 26 + "lineNumber": 28 }, "deprecated": false }, @@ -2570,7 +2562,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 27 + "lineNumber": 29 }, "deprecated": false }, @@ -2583,7 +2575,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 28 + "lineNumber": 30 }, "deprecated": false }, @@ -2596,7 +2588,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 29 + "lineNumber": 31 }, "deprecated": false }, @@ -2612,7 +2604,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 30 + "lineNumber": 32 }, "deprecated": false }, @@ -2628,7 +2620,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 31 + "lineNumber": 33 }, "deprecated": false }, @@ -2645,7 +2637,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 32 + "lineNumber": 34 }, "deprecated": false }, @@ -2661,7 +2653,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 33 + "lineNumber": 35 }, "deprecated": false }, @@ -2677,7 +2669,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 34 + "lineNumber": 36 }, "deprecated": false }, @@ -2693,7 +2685,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 35 + "lineNumber": 37 }, "deprecated": false }, @@ -2709,7 +2701,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 36 + "lineNumber": 38 }, "deprecated": false }, @@ -2725,7 +2717,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 37 + "lineNumber": 39 }, "deprecated": false }, @@ -2741,7 +2733,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 38 + "lineNumber": 40 }, "deprecated": false }, @@ -2757,7 +2749,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 40 + "lineNumber": 42 }, "deprecated": false } @@ -2854,6 +2846,22 @@ "lineNumber": 48 }, "deprecated": false + }, + { + "parentPluginId": "ml", + "id": "def-server.AuditMessage.cleared", + "type": "CompoundType", + "tags": [], + "label": "cleared", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "lineNumber": 49 + }, + "deprecated": false } ], "initialIsOpen": false @@ -3025,7 +3033,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", - "lineNumber": 53 + "lineNumber": 54 }, "deprecated": false, "children": [ @@ -3038,7 +3046,7 @@ "description": [], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", - "lineNumber": 54 + "lineNumber": 55 }, "deprecated": false }, @@ -3054,7 +3062,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", - "lineNumber": 55 + "lineNumber": 56 }, "deprecated": false }, @@ -3070,7 +3078,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", - "lineNumber": 56 + "lineNumber": 57 }, "deprecated": false }, @@ -3086,7 +3094,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", - "lineNumber": 57 + "lineNumber": 58 }, "deprecated": false } @@ -3455,7 +3463,7 @@ }, "<", "MlAnomalyDetectionAlertParams", - ">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[] | undefined" + ">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[] | undefined" ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", @@ -3598,7 +3606,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 81 + "lineNumber": 83 }, "deprecated": false, "initialIsOpen": false @@ -3804,7 +3812,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 79 + "lineNumber": 81 }, "deprecated": false, "initialIsOpen": false @@ -3915,6 +3923,23 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "ml", + "id": "def-server.MLAnomalyDoc", + "type": "Type", + "tags": [], + "label": "MLAnomalyDoc", + "description": [], + "signature": [ + "AnomalyRecordDoc" + ], + "source": { + "path": "x-pack/plugins/ml/common/types/anomalies.ts", + "lineNumber": 15 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "ml", "id": "def-server.MlSummaryJobs", @@ -3928,7 +3953,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", - "lineNumber": 51 + "lineNumber": 52 }, "deprecated": false, "initialIsOpen": false @@ -4030,7 +4055,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/anomalies.ts", - "lineNumber": 60 + "lineNumber": 62 }, "deprecated": false, "initialIsOpen": false @@ -4538,7 +4563,7 @@ ], "source": { "path": "x-pack/plugins/ml/common/types/es_client.ts", - "lineNumber": 22 + "lineNumber": 21 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/ml.mdx b/api_docs/ml.mdx index 322cd6ea89927..a866593eb3743 100644 --- a/api_docs/ml.mdx +++ b/api_docs/ml.mdx @@ -18,7 +18,7 @@ Contact [Machine Learning UI](https://github.com/orgs/elastic/teams/ml-ui) for q | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 276 | 10 | 272 | 32 | +| 278 | 10 | 274 | 33 | ## Client diff --git a/api_docs/monitoring.json b/api_docs/monitoring.json index 2569619f007d7..5918561f10e14 100644 --- a/api_docs/monitoring.json +++ b/api_docs/monitoring.json @@ -21,7 +21,7 @@ "description": [], "source": { "path": "x-pack/plugins/monitoring/server/types.ts", - "lineNumber": 94 + "lineNumber": 95 }, "deprecated": false, "children": [ @@ -37,7 +37,7 @@ ], "source": { "path": "x-pack/plugins/monitoring/server/types.ts", - "lineNumber": 95 + "lineNumber": 96 }, "deprecated": false, "returnComment": [], @@ -55,7 +55,7 @@ ], "source": { "path": "x-pack/plugins/monitoring/server/types.ts", - "lineNumber": 96 + "lineNumber": 97 }, "deprecated": false, "returnComment": [], @@ -81,7 +81,7 @@ ], "source": { "path": "x-pack/plugins/monitoring/server/types.ts", - "lineNumber": 97 + "lineNumber": 98 }, "deprecated": false, "returnComment": [], @@ -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\" | \"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: ", + ", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"helpers\" | \"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", @@ -108,7 +108,7 @@ ], "source": { "path": "x-pack/plugins/monitoring/server/types.ts", - "lineNumber": 97 + "lineNumber": 98 }, "deprecated": false } @@ -126,7 +126,7 @@ ], "source": { "path": "x-pack/plugins/monitoring/server/types.ts", - "lineNumber": 98 + "lineNumber": 99 }, "deprecated": false, "returnComment": [], @@ -193,7 +193,7 @@ "description": [], "source": { "path": "x-pack/plugins/monitoring/server/types.ts", - "lineNumber": 101 + "lineNumber": 102 }, "deprecated": false, "children": [ @@ -209,7 +209,7 @@ ], "source": { "path": "x-pack/plugins/monitoring/server/types.ts", - "lineNumber": 102 + "lineNumber": 103 }, "deprecated": false, "returnComment": [], diff --git a/api_docs/navigation.json b/api_docs/navigation.json index b78eb2882888b..f3be5102e3696 100644 --- a/api_docs/navigation.json +++ b/api_docs/navigation.json @@ -564,9 +564,9 @@ "DisambiguateSet", "<(", "DisambiguateSet", - " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">) | (", + " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">) | (", "DisambiguateSet", - " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">), Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">> & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\"> & { badgeText: string; }) | ({ iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconSide?: \"left\" | \"right\" | undefined; color?: string | undefined; isDisabled?: boolean | undefined; closeButtonProps?: Partial<", + " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">), Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">> & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\"> & { badgeText: string; }) | ({ iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconSide?: \"left\" | \"right\" | undefined; color?: string | undefined; isDisabled?: boolean | undefined; closeButtonProps?: Partial<", "EuiIconProps", "> | undefined; } & ", "CommonProps", @@ -574,13 +574,13 @@ "DisambiguateSet", " & ", "DisambiguateSet", - ", \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">, (", + ", \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">, (", "DisambiguateSet", - " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">) | (", + " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">) | (", "DisambiguateSet", - " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">)> & ", + " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">)> & ", "DisambiguateSet", - " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\"> & { badgeText: string; }) | ({ iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconSide?: \"left\" | \"right\" | undefined; color?: string | undefined; isDisabled?: boolean | undefined; closeButtonProps?: Partial<", + " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\"> & { badgeText: string; }) | ({ iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconSide?: \"left\" | \"right\" | undefined; color?: string | undefined; isDisabled?: boolean | undefined; closeButtonProps?: Partial<", "EuiIconProps", "> | undefined; } & ", "CommonProps", @@ -588,13 +588,13 @@ "DisambiguateSet", " & ", "DisambiguateSet", - ", \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">, (", + ", \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">, (", "DisambiguateSet", - " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">) | (", + " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">) | (", "DisambiguateSet", - " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">)> & ", + " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">)> & ", "DisambiguateSet", - " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\"> & { badgeText: string; }) | ({ iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconSide?: \"left\" | \"right\" | undefined; color?: string | undefined; isDisabled?: boolean | undefined; closeButtonProps?: Partial<", + " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\"> & { badgeText: string; }) | ({ iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconSide?: \"left\" | \"right\" | undefined; color?: string | undefined; isDisabled?: boolean | undefined; closeButtonProps?: Partial<", "EuiIconProps", "> | undefined; } & ", "CommonProps", @@ -604,9 +604,9 @@ "DisambiguateSet", "<(", "DisambiguateSet", - " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">) | (", + " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">) | (", "DisambiguateSet", - " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">), Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">> & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\"> & { badgeText: string; }) | ({ iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconSide?: \"left\" | \"right\" | undefined; color?: string | undefined; isDisabled?: boolean | undefined; closeButtonProps?: Partial<", + " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">), Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">> & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\"> & { badgeText: string; }) | ({ iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconSide?: \"left\" | \"right\" | undefined; color?: string | undefined; isDisabled?: boolean | undefined; closeButtonProps?: Partial<", "EuiIconProps", "> | undefined; } & ", "CommonProps", @@ -614,13 +614,13 @@ "DisambiguateSet", "<{}, WithIconOnClick> & WithIconOnClick & ", "DisambiguateSet", - ", \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">, (", + ", \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">, (", "DisambiguateSet", - " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">) | (", + " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">) | (", "DisambiguateSet", - " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">)> & ", + " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">)> & ", "DisambiguateSet", - " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\"> & { badgeText: string; }) | ({ iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconSide?: \"left\" | \"right\" | undefined; color?: string | undefined; isDisabled?: boolean | undefined; closeButtonProps?: Partial<", + " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\"> & { badgeText: string; }) | ({ iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconSide?: \"left\" | \"right\" | undefined; color?: string | undefined; isDisabled?: boolean | undefined; closeButtonProps?: Partial<", "EuiIconProps", "> | undefined; } & ", "CommonProps", @@ -628,13 +628,13 @@ "DisambiguateSet", "<{}, WithIconOnClick> & WithIconOnClick & ", "DisambiguateSet", - ", \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">, (", + ", \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">, (", "DisambiguateSet", - " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">) | (", + " & { href: string; target?: string | undefined; rel?: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">) | (", "DisambiguateSet", - " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\">)> & ", + " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\">)> & ", "DisambiguateSet", - " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\"> & { badgeText: string; }))[] | undefined; showSearchBar?: boolean | undefined; showQueryBar?: boolean | undefined; showQueryInput?: boolean | undefined; showDatePicker?: boolean | undefined; showFilterBar?: boolean | undefined; data?: ", + " & { onClick: (event: React.MouseEvent) => void; onClickAriaLabel: string | undefined; } & Pick, \"children\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\"> & { badgeText: string; }))[] | undefined; showSearchBar?: boolean | undefined; showQueryBar?: boolean | undefined; showQueryInput?: boolean | undefined; showDatePicker?: boolean | undefined; showFilterBar?: boolean | undefined; data?: ", { "pluginId": "data", "scope": "public", diff --git a/api_docs/observability.json b/api_docs/observability.json index ac70815fcddc0..c862a60d56971 100644 --- a/api_docs/observability.json +++ b/api_docs/observability.json @@ -67,46 +67,69 @@ "label": "createExploratoryViewUrl", "description": [], "signature": [ - "(allSeries: Record, baseHref: string) => string" + "({ reportType, allSeries }: { reportType: ValueOf<{ readonly dist: \"data-distribution\"; readonly kpi: \"kpi-over-time\"; readonly cwv: \"core-web-vitals\"; readonly mdd: \"device-data-distribution\"; }>; allSeries: ", + "AllSeries", + "; }, baseHref: string) => string" ], "source": { "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", - "lineNumber": 41 + "lineNumber": 45 }, "deprecated": false, "children": [ { "parentPluginId": "observability", - "id": "def-public.createExploratoryViewUrl.$1", + "id": "def-public.createExploratoryViewUrl.$1.reportTypeallSeries", "type": "Object", "tags": [], - "label": "allSeries", + "label": "{ reportType, allSeries }", "description": [], - "signature": [ - "Record" - ], "source": { "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", - "lineNumber": 41 + "lineNumber": 46 }, "deprecated": false, - "isRequired": true + "children": [ + { + "parentPluginId": "observability", + "id": "def-public.createExploratoryViewUrl.$1.reportTypeallSeries.reportType", + "type": "CompoundType", + "tags": [], + "label": "reportType", + "description": [], + "signature": [ + "\"data-distribution\" | \"kpi-over-time\" | \"core-web-vitals\" | \"device-data-distribution\"" + ], + "source": { + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 46 + }, + "deprecated": false + }, + { + "parentPluginId": "observability", + "id": "def-public.createExploratoryViewUrl.$1.reportTypeallSeries.allSeries", + "type": "Array", + "tags": [], + "label": "allSeries", + "description": [], + "signature": [ + { + "pluginId": "observability", + "scope": "public", + "docId": "kibObservabilityPluginApi", + "section": "def-public.SeriesUrl", + "text": "SeriesUrl" + }, + "[]" + ], + "source": { + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", + "lineNumber": 46 + }, + "deprecated": false + } + ] }, { "parentPluginId": "observability", @@ -120,7 +143,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/utils.ts", - "lineNumber": 41 + "lineNumber": 47 }, "deprecated": false, "isRequired": true @@ -139,16 +162,20 @@ "signature": [ "() => { register: (type: ", { - "pluginId": "triggersActionsUi", + "pluginId": "observability", "scope": "public", - "docId": "kibTriggersActionsUiPluginApi", - "section": "def-public.AlertTypeModel", - "text": "AlertTypeModel" + "docId": "kibObservabilityPluginApi", + "section": "def-public.ObservabilityRuleTypeModel", + "text": "ObservabilityRuleTypeModel" + }, + ") => void; getFormatter: (typeId: string) => ", + { + "pluginId": "observability", + "scope": "public", + "docId": "kibObservabilityPluginApi", + "section": "def-public.ObservabilityRuleTypeFormatter", + "text": "ObservabilityRuleTypeFormatter" }, - " & { format: ", - "Formatter", - "; }) => void; getFormatter: (typeId: string) => ", - "Formatter", " | undefined; } & { getFormatter: () => () => string; registerFormatter: () => void; }" ], "source": { @@ -174,7 +201,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/components/shared/index.tsx", - "lineNumber": 37 + "lineNumber": 38 }, "deprecated": false, "children": [ @@ -190,7 +217,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/components/shared/index.tsx", - "lineNumber": 37 + "lineNumber": 38 }, "deprecated": false, "isRequired": true @@ -211,7 +238,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx", - "lineNumber": 50 + "lineNumber": 54 }, "deprecated": false, "children": [ @@ -227,7 +254,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/components/shared/filter_value_label/filter_value_label.tsx", - "lineNumber": 50 + "lineNumber": 54 }, "deprecated": false, "isRequired": true @@ -324,7 +351,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/components/shared/index.tsx", - "lineNumber": 17 + "lineNumber": 18 }, "deprecated": false, "children": [ @@ -340,7 +367,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/components/shared/index.tsx", - "lineNumber": 17 + "lineNumber": 18 }, "deprecated": false, "isRequired": true @@ -363,7 +390,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/components/shared/index.tsx", - "lineNumber": 27 + "lineNumber": 28 }, "deprecated": false, "children": [ @@ -379,7 +406,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/components/shared/index.tsx", - "lineNumber": 27 + "lineNumber": 28 }, "deprecated": false, "isRequired": true @@ -396,7 +423,7 @@ "label": "LazyAlertsFlyout", "description": [], "signature": [ - "React.ExoticComponent & { readonly _result: ({ alerts, isInApp, observabilityRuleTypeRegistry, onClose, selectedAlertId, }: AlertsFlyoutProps) => JSX.Element | null; }" + "React.ExoticComponent & { ref?: React.RefObject | ((instance: HTMLDivElement | null) => void) | null | undefined; }> & { readonly _result: ({ alert, alerts, isInApp, observabilityRuleTypeRegistry, onClose, selectedAlertId, }: AlertsFlyoutProps) => JSX.Element | null; }" ], "source": { "path": "x-pack/plugins/observability/public/index.ts", @@ -494,7 +521,7 @@ "signature": [ "({ children, ...props }: { children?: React.ReactNode; } & ", "CommonProps", - " & Pick, \"children\" | \"onClick\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\"> & { bordered?: boolean | undefined; flush?: boolean | undefined; gutterSize?: \"none\" | \"m\" | \"s\" | undefined; listItems?: ", + " & Pick, \"children\" | \"onClick\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\"> & { bordered?: boolean | undefined; flush?: boolean | undefined; gutterSize?: \"none\" | \"m\" | \"s\" | undefined; listItems?: ", "EuiListGroupItemProps", "[] | undefined; color?: \"text\" | \"primary\" | \"inherit\" | \"ghost\" | \"subdued\" | undefined; size?: \"m\" | \"s\" | \"l\" | \"xs\" | undefined; maxWidth?: string | number | boolean | undefined; showToolTips?: boolean | undefined; wrapText?: boolean | undefined; ariaLabelledby?: string | undefined; }) => JSX.Element" ], @@ -514,7 +541,7 @@ "signature": [ "{ children?: React.ReactNode; } & ", "CommonProps", - " & Pick, \"children\" | \"onClick\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\"> & { bordered?: boolean | undefined; flush?: boolean | undefined; gutterSize?: \"none\" | \"m\" | \"s\" | undefined; listItems?: ", + " & Pick, \"children\" | \"onClick\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\"> & { bordered?: boolean | undefined; flush?: boolean | undefined; gutterSize?: \"none\" | \"m\" | \"s\" | undefined; listItems?: ", "EuiListGroupItemProps", "[] | undefined; color?: \"text\" | \"primary\" | \"inherit\" | \"ghost\" | \"subdued\" | undefined; size?: \"m\" | \"s\" | \"l\" | \"xs\" | undefined; maxWidth?: string | number | boolean | undefined; showToolTips?: boolean | undefined; wrapText?: boolean | undefined; ariaLabelledby?: string | undefined; }" ], @@ -2198,7 +2225,7 @@ "description": [], "source": { "path": "x-pack/plugins/observability/public/plugin.ts", - "lineNumber": 47 + "lineNumber": 48 }, "deprecated": false, "children": [ @@ -2220,7 +2247,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/plugin.ts", - "lineNumber": 48 + "lineNumber": 49 }, "deprecated": false }, @@ -2242,7 +2269,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/plugin.ts", - "lineNumber": 49 + "lineNumber": 50 }, "deprecated": false }, @@ -2265,7 +2292,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/plugin.ts", - "lineNumber": 50 + "lineNumber": 51 }, "deprecated": false } @@ -2281,7 +2308,7 @@ "description": [], "source": { "path": "x-pack/plugins/observability/public/plugin.ts", - "lineNumber": 53 + "lineNumber": 54 }, "deprecated": false, "children": [ @@ -2303,7 +2330,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/plugin.ts", - "lineNumber": 54 + "lineNumber": 55 }, "deprecated": false }, @@ -2326,7 +2353,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/plugin.ts", - "lineNumber": 55 + "lineNumber": 56 }, "deprecated": false }, @@ -2348,7 +2375,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/plugin.ts", - "lineNumber": 56 + "lineNumber": 57 }, "deprecated": false }, @@ -2370,7 +2397,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/plugin.ts", - "lineNumber": 57 + "lineNumber": 58 }, "deprecated": false }, @@ -2392,13 +2419,108 @@ ], "source": { "path": "x-pack/plugins/observability/public/plugin.ts", - "lineNumber": 58 + "lineNumber": 59 + }, + "deprecated": false + }, + { + "parentPluginId": "observability", + "id": "def-public.ObservabilityPublicPluginsStart.discover", + "type": "Object", + "tags": [], + "label": "discover", + "description": [], + "signature": [ + { + "pluginId": "discover", + "scope": "public", + "docId": "kibDiscoverPluginApi", + "section": "def-public.DiscoverStart", + "text": "DiscoverStart" + } + ], + "source": { + "path": "x-pack/plugins/observability/public/plugin.ts", + "lineNumber": 60 }, "deprecated": false } ], "initialIsOpen": false }, + { + "parentPluginId": "observability", + "id": "def-public.ObservabilityRuleTypeModel", + "type": "Interface", + "tags": [], + "label": "ObservabilityRuleTypeModel", + "description": [], + "signature": [ + { + "pluginId": "observability", + "scope": "public", + "docId": "kibObservabilityPluginApi", + "section": "def-public.ObservabilityRuleTypeModel", + "text": "ObservabilityRuleTypeModel" + }, + " extends ", + { + "pluginId": "triggersActionsUi", + "scope": "public", + "docId": "kibTriggersActionsUiPluginApi", + "section": "def-public.AlertTypeModel", + "text": "AlertTypeModel" + }, + "" + ], + "source": { + "path": "x-pack/plugins/observability/public/rules/create_observability_rule_type_registry.ts", + "lineNumber": 21 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "observability", + "id": "def-public.ObservabilityRuleTypeModel.format", + "type": "Function", + "tags": [], + "label": "format", + "description": [], + "signature": [ + "(options: { fields: OutputOf<", + "Optional", + "<{ readonly \"kibana.rac.alert.owner\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.producer\": { readonly type: \"keyword\"; }; readonly \"kibana.space_ids\": { readonly type: \"keyword\"; readonly array: true; }; readonly \"kibana.rac.alert.uuid\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.id\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.start\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.end\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.duration.us\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.severity.level\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.severity.value\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.status\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.evaluation.threshold\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.evaluation.value\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.reason\": { readonly type: \"keyword\"; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly '@timestamp': { readonly type: \"date\"; readonly array: false; readonly required: true; }; readonly 'event.kind': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'event.action': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.uuid': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.id': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.name': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.category': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; }, \"tags\" | \"event.kind\" | \"event.action\" | \"rule.uuid\" | \"rule.id\" | \"rule.name\" | \"rule.category\" | \"kibana.rac.alert.producer\" | \"kibana.rac.alert.owner\" | \"kibana.rac.alert.id\" | \"kibana.rac.alert.uuid\" | \"kibana.rac.alert.start\" | \"kibana.rac.alert.end\" | \"kibana.rac.alert.duration.us\" | \"kibana.rac.alert.severity.level\" | \"kibana.rac.alert.severity.value\" | \"kibana.rac.alert.status\" | \"kibana.rac.alert.evaluation.threshold\" | \"kibana.rac.alert.evaluation.value\" | \"kibana.rac.alert.reason\" | \"kibana.space_ids\">> & Record; formatters: { asDuration: (value: number | null | undefined, { defaultValue, extended }?: FormatterOptions) => string; asPercent: (numerator: number | null | undefined, denominator: number | undefined, fallbackResult?: string) => string; }; }) => { reason: string; link: string; }" + ], + "source": { + "path": "x-pack/plugins/observability/public/rules/create_observability_rule_type_registry.ts", + "lineNumber": 23 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "observability", + "id": "def-public.options", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "{ fields: OutputOf<", + "Optional", + "<{ readonly \"kibana.rac.alert.owner\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.producer\": { readonly type: \"keyword\"; }; readonly \"kibana.space_ids\": { readonly type: \"keyword\"; readonly array: true; }; readonly \"kibana.rac.alert.uuid\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.id\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.start\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.end\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.duration.us\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.severity.level\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.severity.value\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.status\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.evaluation.threshold\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.evaluation.value\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.reason\": { readonly type: \"keyword\"; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly '@timestamp': { readonly type: \"date\"; readonly array: false; readonly required: true; }; readonly 'event.kind': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'event.action': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.uuid': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.id': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.name': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.category': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; }, \"tags\" | \"event.kind\" | \"event.action\" | \"rule.uuid\" | \"rule.id\" | \"rule.name\" | \"rule.category\" | \"kibana.rac.alert.producer\" | \"kibana.rac.alert.owner\" | \"kibana.rac.alert.id\" | \"kibana.rac.alert.uuid\" | \"kibana.rac.alert.start\" | \"kibana.rac.alert.end\" | \"kibana.rac.alert.duration.us\" | \"kibana.rac.alert.severity.level\" | \"kibana.rac.alert.severity.value\" | \"kibana.rac.alert.status\" | \"kibana.rac.alert.evaluation.threshold\" | \"kibana.rac.alert.evaluation.value\" | \"kibana.rac.alert.reason\" | \"kibana.space_ids\">> & Record; formatters: { asDuration: (value: number | null | undefined, { defaultValue, extended }?: FormatterOptions) => string; asPercent: (numerator: number | null | undefined, denominator: number | undefined, fallbackResult?: string) => string; }; }" + ], + "source": { + "path": "x-pack/plugins/observability/public/rules/create_observability_rule_type_registry.ts", + "lineNumber": 16 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "observability", "id": "def-public.Series", @@ -2451,6 +2573,19 @@ }, "deprecated": false, "children": [ + { + "parentPluginId": "observability", + "id": "def-public.SeriesUrl.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "source": { + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", + "lineNumber": 72 + }, + "deprecated": false + }, { "parentPluginId": "observability", "id": "def-public.SeriesUrl.time", @@ -2463,7 +2598,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", - "lineNumber": 72 + "lineNumber": 73 }, "deprecated": false }, @@ -2479,7 +2614,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", - "lineNumber": 76 + "lineNumber": 77 }, "deprecated": false }, @@ -2496,7 +2631,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", - "lineNumber": 77 + "lineNumber": 78 }, "deprecated": false }, @@ -2510,22 +2645,6 @@ "signature": [ "\"area\" | \"line\" | \"bar\" | \"bar_horizontal\" | \"bar_stacked\" | \"bar_percentage_stacked\" | \"bar_horizontal_stacked\" | \"bar_horizontal_percentage_stacked\" | \"area_stacked\" | \"area_percentage_stacked\" | undefined" ], - "source": { - "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", - "lineNumber": 78 - }, - "deprecated": false - }, - { - "parentPluginId": "observability", - "id": "def-public.SeriesUrl.reportType", - "type": "CompoundType", - "tags": [], - "label": "reportType", - "description": [], - "signature": [ - "\"data-distribution\" | \"kpi-over-time\" | \"core-web-vitals\" | \"device-data-distribution\"" - ], "source": { "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", "lineNumber": 79 @@ -2598,10 +2717,10 @@ }, { "parentPluginId": "observability", - "id": "def-public.SeriesUrl.isNew", + "id": "def-public.SeriesUrl.hidden", "type": "CompoundType", "tags": [], - "label": "isNew", + "label": "hidden", "description": [], "signature": [ "boolean | undefined" @@ -2611,6 +2730,22 @@ "lineNumber": 84 }, "deprecated": false + }, + { + "parentPluginId": "observability", + "id": "def-public.SeriesUrl.color", + "type": "string", + "tags": [], + "label": "color", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "x-pack/plugins/observability/public/components/shared/exploratory_view/types.ts", + "lineNumber": 85 + }, + "deprecated": false } ], "initialIsOpen": false @@ -3120,6 +3255,23 @@ } ], "misc": [ + { + "parentPluginId": "observability", + "id": "def-public.ALL_VALUES_SELECTED", + "type": "string", + "tags": [], + "label": "ALL_VALUES_SELECTED", + "description": [], + "signature": [ + "\"ALL_VALUES\"" + ], + "source": { + "path": "x-pack/plugins/observability/public/components/shared/field_value_suggestions/field_value_combobox.tsx", + "lineNumber": 19 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "observability", "id": "def-public.DragHandleProps", @@ -3289,6 +3441,25 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "observability", + "id": "def-public.ObservabilityRuleTypeFormatter", + "type": "Type", + "tags": [], + "label": "ObservabilityRuleTypeFormatter", + "description": [], + "signature": [ + "(options: { fields: OutputOf<", + "Optional", + "<{ readonly \"kibana.rac.alert.owner\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.producer\": { readonly type: \"keyword\"; }; readonly \"kibana.space_ids\": { readonly type: \"keyword\"; readonly array: true; }; readonly \"kibana.rac.alert.uuid\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.id\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.start\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.end\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.duration.us\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.severity.level\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.severity.value\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.status\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.evaluation.threshold\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.evaluation.value\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.reason\": { readonly type: \"keyword\"; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly '@timestamp': { readonly type: \"date\"; readonly array: false; readonly required: true; }; readonly 'event.kind': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'event.action': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.uuid': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.id': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.name': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.category': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; }, \"tags\" | \"event.kind\" | \"event.action\" | \"rule.uuid\" | \"rule.id\" | \"rule.name\" | \"rule.category\" | \"kibana.rac.alert.producer\" | \"kibana.rac.alert.owner\" | \"kibana.rac.alert.id\" | \"kibana.rac.alert.uuid\" | \"kibana.rac.alert.start\" | \"kibana.rac.alert.end\" | \"kibana.rac.alert.duration.us\" | \"kibana.rac.alert.severity.level\" | \"kibana.rac.alert.severity.value\" | \"kibana.rac.alert.status\" | \"kibana.rac.alert.evaluation.threshold\" | \"kibana.rac.alert.evaluation.value\" | \"kibana.rac.alert.reason\" | \"kibana.space_ids\">> & Record; formatters: { asDuration: (value: number | null | undefined, { defaultValue, extended }?: FormatterOptions) => string; asPercent: (numerator: number | null | undefined, denominator: number | undefined, fallbackResult?: string) => string; }; }) => { reason: string; link: string; }" + ], + "source": { + "path": "x-pack/plugins/observability/public/rules/create_observability_rule_type_registry.ts", + "lineNumber": 16 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "observability", "id": "def-public.ObservabilityRuleTypeRegistry", @@ -3299,21 +3470,25 @@ "signature": [ "{ register: (type: ", { - "pluginId": "triggersActionsUi", + "pluginId": "observability", "scope": "public", - "docId": "kibTriggersActionsUiPluginApi", - "section": "def-public.AlertTypeModel", - "text": "AlertTypeModel" + "docId": "kibObservabilityPluginApi", + "section": "def-public.ObservabilityRuleTypeModel", + "text": "ObservabilityRuleTypeModel" + }, + ") => void; getFormatter: (typeId: string) => ", + { + "pluginId": "observability", + "scope": "public", + "docId": "kibObservabilityPluginApi", + "section": "def-public.ObservabilityRuleTypeFormatter", + "text": "ObservabilityRuleTypeFormatter" }, - " & { format: ", - "Formatter", - "; }) => void; getFormatter: (typeId: string) => ", - "Formatter", " | undefined; }" ], "source": { "path": "x-pack/plugins/observability/public/rules/create_observability_rule_type_registry.ts", - "lineNumber": 31 + "lineNumber": 41 }, "deprecated": false, "initialIsOpen": false @@ -3331,27 +3506,27 @@ "DisambiguateSet", "<(", "DisambiguateSet", - ", Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">> & Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">) | (", + ", Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">> & Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">) | (", "DisambiguateSet", - ", \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">, React.ButtonHTMLAttributes> & React.ButtonHTMLAttributes), React.HTMLAttributes> & React.HTMLAttributes) | (", + ", \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">, React.ButtonHTMLAttributes> & React.ButtonHTMLAttributes), React.HTMLAttributes> & React.HTMLAttributes) | (", "DisambiguateSet", ", (", "DisambiguateSet", - ", Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">> & Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">) | (", + ", Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">> & Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">) | (", "DisambiguateSet", - ", \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">, React.ButtonHTMLAttributes> & React.ButtonHTMLAttributes)> & ", + ", \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">, React.ButtonHTMLAttributes> & React.ButtonHTMLAttributes)> & ", "DisambiguateSet", - ", Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">> & Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">) | (", + ", Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">> & Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">) | (", "DisambiguateSet", ", (", "DisambiguateSet", - ", Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">> & Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">) | (", + ", Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">> & Pick, \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">) | (", "DisambiguateSet", - ", \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">, React.ButtonHTMLAttributes> & React.ButtonHTMLAttributes)> & ", + ", \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">, React.ButtonHTMLAttributes> & React.ButtonHTMLAttributes)> & ", "DisambiguateSet", - ", \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">, React.ButtonHTMLAttributes> & React.ButtonHTMLAttributes), \"children\" | \"type\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"name\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"download\" | \"autoFocus\" | \"disabled\" | \"form\" | \"formAction\" | \"formEncType\" | \"formMethod\" | \"formNoValidate\" | \"formTarget\" | \"value\" | \"media\" | \"ping\" | \"hrefLang\" | \"referrerPolicy\"> & { size?: \"m\" | \"s\" | \"l\" | \"xs\" | undefined; color?: \"text\" | \"primary\" | \"inherit\" | \"ghost\" | \"subdued\" | undefined; label: React.ReactNode; isActive?: boolean | undefined; isDisabled?: boolean | undefined; href?: string | undefined; target?: string | undefined; rel?: string | undefined; iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconProps?: Pick<", + ", \"children\" | \"type\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"download\" | \"media\" | \"target\" | \"ping\" | \"hrefLang\" | \"rel\" | \"referrerPolicy\">, React.ButtonHTMLAttributes> & React.ButtonHTMLAttributes), \"children\" | \"type\" | \"onChange\" | \"onKeyDown\" | \"title\" | \"id\" | \"name\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"download\" | \"autoFocus\" | \"disabled\" | \"form\" | \"formAction\" | \"formEncType\" | \"formMethod\" | \"formNoValidate\" | \"formTarget\" | \"value\" | \"media\" | \"ping\" | \"hrefLang\" | \"referrerPolicy\"> & { size?: \"m\" | \"s\" | \"l\" | \"xs\" | undefined; color?: \"text\" | \"primary\" | \"inherit\" | \"ghost\" | \"subdued\" | undefined; label: React.ReactNode; isActive?: boolean | undefined; isDisabled?: boolean | undefined; href?: string | undefined; target?: string | undefined; rel?: string | undefined; iconType?: string | React.ComponentClass<{}, any> | React.FunctionComponent<{}> | undefined; iconProps?: Pick<", "EuiIconProps", - ", \"string\" | \"children\" | \"from\" | \"origin\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"y\" | \"d\" | \"x\" | \"title\" | \"id\" | \"operator\" | \"name\" | \"version\" | \"filter\" | \"size\" | \"format\" | \"order\" | \"className\" | \"lang\" | \"style\" | \"tabIndex\" | \"role\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"data-test-subj\" | \"scale\" | \"height\" | \"max\" | \"media\" | \"method\" | \"min\" | \"target\" | \"width\" | \"crossOrigin\" | \"accentHeight\" | \"accumulate\" | \"additive\" | \"alignmentBaseline\" | \"allowReorder\" | \"alphabetic\" | \"amplitude\" | \"arabicForm\" | \"ascent\" | \"attributeName\" | \"attributeType\" | \"autoReverse\" | \"azimuth\" | \"baseFrequency\" | \"baselineShift\" | \"baseProfile\" | \"bbox\" | \"begin\" | \"bias\" | \"by\" | \"calcMode\" | \"capHeight\" | \"clip\" | \"clipPath\" | \"clipPathUnits\" | \"clipRule\" | \"colorInterpolation\" | \"colorInterpolationFilters\" | \"colorProfile\" | \"colorRendering\" | \"contentScriptType\" | \"contentStyleType\" | \"cursor\" | \"cx\" | \"cy\" | \"decelerate\" | \"descent\" | \"diffuseConstant\" | \"direction\" | \"display\" | \"divisor\" | \"dominantBaseline\" | \"dur\" | \"dx\" | \"dy\" | \"edgeMode\" | \"elevation\" | \"enableBackground\" | \"end\" | \"exponent\" | \"externalResourcesRequired\" | \"fill\" | \"fillOpacity\" | \"fillRule\" | \"filterRes\" | \"filterUnits\" | \"floodColor\" | \"floodOpacity\" | \"focusable\" | \"fontFamily\" | \"fontSize\" | \"fontSizeAdjust\" | \"fontStretch\" | \"fontStyle\" | \"fontVariant\" | \"fontWeight\" | \"fx\" | \"fy\" | \"g1\" | \"g2\" | \"glyphName\" | \"glyphOrientationHorizontal\" | \"glyphOrientationVertical\" | \"glyphRef\" | \"gradientTransform\" | \"gradientUnits\" | \"hanging\" | \"horizAdvX\" | \"horizOriginX\" | \"href\" | \"ideographic\" | \"imageRendering\" | \"in2\" | \"in\" | \"intercept\" | \"k1\" | \"k2\" | \"k3\" | \"k4\" | \"k\" | \"kernelMatrix\" | \"kernelUnitLength\" | \"kerning\" | \"keyPoints\" | \"keySplines\" | \"keyTimes\" | \"lengthAdjust\" | \"letterSpacing\" | \"lightingColor\" | \"limitingConeAngle\" | \"local\" | \"markerEnd\" | \"markerHeight\" | \"markerMid\" | \"markerStart\" | \"markerUnits\" | \"markerWidth\" | \"mask\" | \"maskContentUnits\" | \"maskUnits\" | \"mathematical\" | \"mode\" | \"numOctaves\" | \"offset\" | \"opacity\" | \"orient\" | \"orientation\" | \"overflow\" | \"overlinePosition\" | \"overlineThickness\" | \"paintOrder\" | \"panose1\" | \"path\" | \"pathLength\" | \"patternContentUnits\" | \"patternTransform\" | \"patternUnits\" | \"pointerEvents\" | \"points\" | \"pointsAtX\" | \"pointsAtY\" | \"pointsAtZ\" | \"preserveAlpha\" | \"preserveAspectRatio\" | \"primitiveUnits\" | \"r\" | \"radius\" | \"refX\" | \"refY\" | \"renderingIntent\" | \"repeatCount\" | \"repeatDur\" | \"requiredExtensions\" | \"requiredFeatures\" | \"restart\" | \"result\" | \"rotate\" | \"rx\" | \"ry\" | \"seed\" | \"shapeRendering\" | \"slope\" | \"spacing\" | \"specularConstant\" | \"specularExponent\" | \"speed\" | \"spreadMethod\" | \"startOffset\" | \"stdDeviation\" | \"stemh\" | \"stemv\" | \"stitchTiles\" | \"stopColor\" | \"stopOpacity\" | \"strikethroughPosition\" | \"strikethroughThickness\" | \"stroke\" | \"strokeDasharray\" | \"strokeDashoffset\" | \"strokeLinecap\" | \"strokeLinejoin\" | \"strokeMiterlimit\" | \"strokeOpacity\" | \"strokeWidth\" | \"surfaceScale\" | \"systemLanguage\" | \"tableValues\" | \"targetX\" | \"targetY\" | \"textAnchor\" | \"textDecoration\" | \"textLength\" | \"textRendering\" | \"to\" | \"transform\" | \"u1\" | \"u2\" | \"underlinePosition\" | \"underlineThickness\" | \"unicode\" | \"unicodeBidi\" | \"unicodeRange\" | \"unitsPerEm\" | \"vAlphabetic\" | \"values\" | \"vectorEffect\" | \"vertAdvY\" | \"vertOriginX\" | \"vertOriginY\" | \"vHanging\" | \"vIdeographic\" | \"viewBox\" | \"viewTarget\" | \"visibility\" | \"vMathematical\" | \"widths\" | \"wordSpacing\" | \"writingMode\" | \"x1\" | \"x2\" | \"xChannelSelector\" | \"xHeight\" | \"xlinkActuate\" | \"xlinkArcrole\" | \"xlinkHref\" | \"xlinkRole\" | \"xlinkShow\" | \"xlinkTitle\" | \"xlinkType\" | \"xmlBase\" | \"xmlLang\" | \"xmlns\" | \"xmlnsXlink\" | \"xmlSpace\" | \"y1\" | \"y2\" | \"yChannelSelector\" | \"z\" | \"zoomAndPan\" | \"titleId\" | \"onIconLoad\"> | undefined; icon?: React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | undefined; showToolTip?: boolean | undefined; extraAction?: ({ type?: \"reset\" | \"button\" | \"submit\" | undefined; } & ", + ", \"string\" | \"children\" | \"from\" | \"origin\" | \"onClick\" | \"onChange\" | \"color\" | \"onKeyDown\" | \"y\" | \"d\" | \"x\" | \"title\" | \"id\" | \"operator\" | \"name\" | \"version\" | \"filter\" | \"size\" | \"format\" | \"order\" | \"className\" | \"lang\" | \"style\" | \"tabIndex\" | \"role\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"data-test-subj\" | \"scale\" | \"height\" | \"max\" | \"media\" | \"method\" | \"min\" | \"target\" | \"width\" | \"crossOrigin\" | \"accentHeight\" | \"accumulate\" | \"additive\" | \"alignmentBaseline\" | \"allowReorder\" | \"alphabetic\" | \"amplitude\" | \"arabicForm\" | \"ascent\" | \"attributeName\" | \"attributeType\" | \"autoReverse\" | \"azimuth\" | \"baseFrequency\" | \"baselineShift\" | \"baseProfile\" | \"bbox\" | \"begin\" | \"bias\" | \"by\" | \"calcMode\" | \"capHeight\" | \"clip\" | \"clipPath\" | \"clipPathUnits\" | \"clipRule\" | \"colorInterpolation\" | \"colorInterpolationFilters\" | \"colorProfile\" | \"colorRendering\" | \"contentScriptType\" | \"contentStyleType\" | \"cursor\" | \"cx\" | \"cy\" | \"decelerate\" | \"descent\" | \"diffuseConstant\" | \"direction\" | \"display\" | \"divisor\" | \"dominantBaseline\" | \"dur\" | \"dx\" | \"dy\" | \"edgeMode\" | \"elevation\" | \"enableBackground\" | \"end\" | \"exponent\" | \"externalResourcesRequired\" | \"fill\" | \"fillOpacity\" | \"fillRule\" | \"filterRes\" | \"filterUnits\" | \"floodColor\" | \"floodOpacity\" | \"focusable\" | \"fontFamily\" | \"fontSize\" | \"fontSizeAdjust\" | \"fontStretch\" | \"fontStyle\" | \"fontVariant\" | \"fontWeight\" | \"fx\" | \"fy\" | \"g1\" | \"g2\" | \"glyphName\" | \"glyphOrientationHorizontal\" | \"glyphOrientationVertical\" | \"glyphRef\" | \"gradientTransform\" | \"gradientUnits\" | \"hanging\" | \"horizAdvX\" | \"horizOriginX\" | \"href\" | \"ideographic\" | \"imageRendering\" | \"in2\" | \"in\" | \"intercept\" | \"k1\" | \"k2\" | \"k3\" | \"k4\" | \"k\" | \"kernelMatrix\" | \"kernelUnitLength\" | \"kerning\" | \"keyPoints\" | \"keySplines\" | \"keyTimes\" | \"lengthAdjust\" | \"letterSpacing\" | \"lightingColor\" | \"limitingConeAngle\" | \"local\" | \"markerEnd\" | \"markerHeight\" | \"markerMid\" | \"markerStart\" | \"markerUnits\" | \"markerWidth\" | \"mask\" | \"maskContentUnits\" | \"maskUnits\" | \"mathematical\" | \"mode\" | \"numOctaves\" | \"offset\" | \"opacity\" | \"orient\" | \"orientation\" | \"overflow\" | \"overlinePosition\" | \"overlineThickness\" | \"paintOrder\" | \"panose1\" | \"path\" | \"pathLength\" | \"patternContentUnits\" | \"patternTransform\" | \"patternUnits\" | \"pointerEvents\" | \"points\" | \"pointsAtX\" | \"pointsAtY\" | \"pointsAtZ\" | \"preserveAlpha\" | \"preserveAspectRatio\" | \"primitiveUnits\" | \"r\" | \"radius\" | \"refX\" | \"refY\" | \"renderingIntent\" | \"repeatCount\" | \"repeatDur\" | \"requiredExtensions\" | \"requiredFeatures\" | \"restart\" | \"result\" | \"rotate\" | \"rx\" | \"ry\" | \"seed\" | \"shapeRendering\" | \"slope\" | \"spacing\" | \"specularConstant\" | \"specularExponent\" | \"speed\" | \"spreadMethod\" | \"startOffset\" | \"stdDeviation\" | \"stemh\" | \"stemv\" | \"stitchTiles\" | \"stopColor\" | \"stopOpacity\" | \"strikethroughPosition\" | \"strikethroughThickness\" | \"stroke\" | \"strokeDasharray\" | \"strokeDashoffset\" | \"strokeLinecap\" | \"strokeLinejoin\" | \"strokeMiterlimit\" | \"strokeOpacity\" | \"strokeWidth\" | \"surfaceScale\" | \"systemLanguage\" | \"tableValues\" | \"targetX\" | \"targetY\" | \"textAnchor\" | \"textDecoration\" | \"textLength\" | \"textRendering\" | \"to\" | \"transform\" | \"u1\" | \"u2\" | \"underlinePosition\" | \"underlineThickness\" | \"unicode\" | \"unicodeBidi\" | \"unicodeRange\" | \"unitsPerEm\" | \"vAlphabetic\" | \"values\" | \"vectorEffect\" | \"vertAdvY\" | \"vertOriginX\" | \"vertOriginY\" | \"vHanging\" | \"vIdeographic\" | \"viewBox\" | \"viewTarget\" | \"visibility\" | \"vMathematical\" | \"widths\" | \"wordSpacing\" | \"writingMode\" | \"x1\" | \"x2\" | \"xChannelSelector\" | \"xHeight\" | \"xlinkActuate\" | \"xlinkArcrole\" | \"xlinkHref\" | \"xlinkRole\" | \"xlinkShow\" | \"xlinkTitle\" | \"xlinkType\" | \"xmlBase\" | \"xmlLang\" | \"xmlns\" | \"xmlnsXlink\" | \"xmlSpace\" | \"y1\" | \"y2\" | \"yChannelSelector\" | \"z\" | \"zoomAndPan\" | \"titleId\" | \"onIconLoad\"> | undefined; icon?: React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | undefined; showToolTip?: boolean | undefined; extraAction?: ({ type?: \"reset\" | \"button\" | \"submit\" | undefined; } & ", "EuiButtonIconProps", " & { onClick?: ((event: React.MouseEvent) => void) | undefined; } & React.ButtonHTMLAttributes & { buttonRef?: ((instance: HTMLButtonElement | null) => void) | React.RefObject | null | undefined; } & { alwaysShow?: boolean | undefined; }) | undefined; onClick?: ((event: React.MouseEvent) => void) | undefined; wrapText?: boolean | undefined; buttonRef?: ((instance: HTMLButtonElement | null) => void) | React.RefObject | null | undefined; }" ], @@ -3441,16 +3616,20 @@ }, ") => void; }; observabilityRuleTypeRegistry: { register: (type: ", { - "pluginId": "triggersActionsUi", + "pluginId": "observability", "scope": "public", - "docId": "kibTriggersActionsUiPluginApi", - "section": "def-public.AlertTypeModel", - "text": "AlertTypeModel" + "docId": "kibObservabilityPluginApi", + "section": "def-public.ObservabilityRuleTypeModel", + "text": "ObservabilityRuleTypeModel" + }, + ") => void; getFormatter: (typeId: string) => ", + { + "pluginId": "observability", + "scope": "public", + "docId": "kibObservabilityPluginApi", + "section": "def-public.ObservabilityRuleTypeFormatter", + "text": "ObservabilityRuleTypeFormatter" }, - " & { format: ", - "Formatter", - "; }) => void; getFormatter: (typeId: string) => ", - "Formatter", " | undefined; }; isAlertingExperienceEnabled: () => boolean; navigation: { registerSections: (sections$: ", "Observable", "<", @@ -3459,7 +3638,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/plugin.ts", - "lineNumber": 45 + "lineNumber": 46 }, "deprecated": false, "lifecycle": "setup", @@ -3485,7 +3664,7 @@ ], "source": { "path": "x-pack/plugins/observability/public/plugin.ts", - "lineNumber": 61 + "lineNumber": 63 }, "deprecated": false, "lifecycle": "start", @@ -3704,7 +3883,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\" | \"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: ", + ", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"helpers\" | \"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", @@ -4443,7 +4622,7 @@ ], "source": { "path": "x-pack/plugins/observability/server/plugin.ts", - "lineNumber": 29 + "lineNumber": 28 }, "deprecated": false, "lifecycle": "setup", diff --git a/api_docs/observability.mdx b/api_docs/observability.mdx index 6fc08a1a70e0f..bb0545f4adf87 100644 --- a/api_docs/observability.mdx +++ b/api_docs/observability.mdx @@ -12,13 +12,13 @@ import observabilityObj from './observability.json'; - +Contact Observability UI for questions regarding this plugin. **Code health stats** | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 210 | 0 | 210 | 10 | +| 219 | 0 | 219 | 10 | ## Client diff --git a/api_docs/osquery.json b/api_docs/osquery.json index c58c04f977d57..1df79172c5ada 100644 --- a/api_docs/osquery.json +++ b/api_docs/osquery.json @@ -16,7 +16,7 @@ "description": [], "source": { "path": "x-pack/plugins/osquery/public/types.ts", - "lineNumber": 21 + "lineNumber": 22 }, "deprecated": false, "children": [], @@ -35,7 +35,24 @@ "lineNumber": 23 }, "deprecated": false, - "children": [], + "children": [ + { + "parentPluginId": "osquery", + "id": "def-public.OsqueryPluginStart.OsqueryAction", + "type": "Function", + "tags": [], + "label": "OsqueryAction", + "description": [], + "signature": [ + "((props: any) => JSX.Element) | undefined" + ], + "source": { + "path": "x-pack/plugins/osquery/public/types.ts", + "lineNumber": 24 + }, + "deprecated": false + } + ], "lifecycle": "start", "initialIsOpen": true } diff --git a/api_docs/osquery.mdx b/api_docs/osquery.mdx index fb6531e498406..aa86cb5626e67 100644 --- a/api_docs/osquery.mdx +++ b/api_docs/osquery.mdx @@ -18,7 +18,7 @@ import osqueryObj from './osquery.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 10 | 0 | 10 | 0 | +| 11 | 0 | 11 | 0 | ## Client diff --git a/api_docs/presentation_util.json b/api_docs/presentation_util.json index d72410f9322c0..c66a732a97744 100644 --- a/api_docs/presentation_util.json +++ b/api_docs/presentation_util.json @@ -1,319 +1,609 @@ { "id": "presentationUtil", "client": { - "classes": [], - "functions": [ + "classes": [ { "parentPluginId": "presentationUtil", - "id": "def-public.AddFromLibraryButton", - "type": "Function", + "id": "def-public.PluginServiceProvider", + "type": "Class", "tags": [], - "label": "AddFromLibraryButton", - "description": [], + "label": "PluginServiceProvider", + "description": [ + "\nAn object which uses a given factory to start, stop or provide a service.\n\nThe `Service` generic determines the shape of the API being produced.\nThe `StartParameters` generic determines what parameters are expected to\nstart the service." + ], "signature": [ - "({ onClick, ...rest }: Pick<", - "Props", - ", \"onClick\" | \"className\" | \"primary\" | \"iconSide\" | \"isDarkModeEnabled\">) => JSX.Element" + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.PluginServiceProvider", + "text": "PluginServiceProvider" + }, + "" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/add_from_library.tsx", - "lineNumber": 17 + "path": "src/plugins/presentation_util/public/services/create/provider.tsx", + "lineNumber": 30 }, "deprecated": false, "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.AddFromLibraryButton.$1", - "type": "Object", + "id": "def-public.PluginServiceProvider.Provider", + "type": "Function", "tags": [], - "label": "{ onClick, ...rest }", + "label": "Provider", "description": [], "signature": [ - "Pick<", - "Props", - ", \"onClick\" | \"className\" | \"primary\" | \"iconSide\" | \"isDarkModeEnabled\">" + "({ children }: { children?: React.ReactNode; }) => JSX.Element" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/add_from_library.tsx", - "lineNumber": 17 + "path": "src/plugins/presentation_util/public/services/create/provider.tsx", + "lineNumber": 34 }, "deprecated": false, - "isRequired": true - } - ], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-public.getStubPluginServices", - "type": "Function", - "tags": [], - "label": "getStubPluginServices", - "description": [], - "signature": [ - "() => ", - { - "pluginId": "presentationUtil", - "scope": "public", - "docId": "kibPresentationUtilPluginApi", - "section": "def-public.PresentationUtilPluginStart", - "text": "PresentationUtilPluginStart" - } - ], - "source": { - "path": "src/plugins/presentation_util/public/services/index.ts", - "lineNumber": 27 - }, - "deprecated": false, - "children": [], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-public.LazyDashboardPicker", - "type": "Function", - "tags": [], - "label": "LazyDashboardPicker", - "description": [], - "signature": [ - "React.ExoticComponent<", - "DashboardPickerProps", - "> & { readonly _result: (props: ", - "DashboardPickerProps", - ") => JSX.Element; }" - ], - "source": { - "path": "src/plugins/presentation_util/public/components/index.tsx", - "lineNumber": 32 - }, - "deprecated": false, - "returnComment": [], - "children": [ + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceProvider.Provider.$1", + "type": "Object", + "tags": [], + "label": "{ children }", + "description": [], + "signature": [ + "{ children?: React.ReactNode; }" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/provider.tsx", + "lineNumber": 34 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, { "parentPluginId": "presentationUtil", - "id": "def-public.props", - "type": "Uncategorized", + "id": "def-public.PluginServiceProvider.Unnamed", + "type": "Function", "tags": [], - "label": "props", + "label": "Constructor", "description": [], "signature": [ - "P" + "any" ], "source": { - "path": "node_modules/@types/react/index.d.ts", - "lineNumber": 359 + "path": "src/plugins/presentation_util/public/services/create/provider.tsx", + "lineNumber": 38 }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-public.LazyLabsBeakerButton", - "type": "Function", - "tags": [], - "label": "LazyLabsBeakerButton", - "description": [], - "signature": [ - "React.ExoticComponent<", - "Props", - "> & { readonly _result: ({ solutions, ...props }: ", - "Props", - ") => JSX.Element; }" - ], - "source": { - "path": "src/plugins/presentation_util/public/components/index.tsx", - "lineNumber": 28 - }, - "deprecated": false, - "returnComment": [], - "children": [ + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceProvider.Unnamed.$1", + "type": "Function", + "tags": [], + "label": "factory", + "description": [], + "signature": [ + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.PluginServiceFactory", + "text": "PluginServiceFactory" + }, + "" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/provider.tsx", + "lineNumber": 38 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, { "parentPluginId": "presentationUtil", - "id": "def-public.props", - "type": "Uncategorized", + "id": "def-public.PluginServiceProvider.getService", + "type": "Function", "tags": [], - "label": "props", - "description": [], + "label": "getService", + "description": [ + "\nGetter that will enforce proper setup throughout the class." + ], "signature": [ - "P" + "() => Service" ], "source": { - "path": "node_modules/@types/react/index.d.ts", - "lineNumber": 359 + "path": "src/plugins/presentation_util/public/services/create/provider.tsx", + "lineNumber": 46 }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-public.LazyLabsFlyout", - "type": "Function", - "tags": [], - "label": "LazyLabsFlyout", - "description": [], - "signature": [ - "React.ExoticComponent<", - "Props", - "> & { readonly _result: (props: ", - "Props", - ") => JSX.Element; }" - ], - "source": { - "path": "src/plugins/presentation_util/public/components/index.tsx", - "lineNumber": 30 - }, - "deprecated": false, - "returnComment": [], - "children": [ + "deprecated": false, + "children": [], + "returnComment": [] + }, { "parentPluginId": "presentationUtil", - "id": "def-public.props", - "type": "Uncategorized", + "id": "def-public.PluginServiceProvider.start", + "type": "Function", "tags": [], - "label": "props", - "description": [], + "label": "start", + "description": [ + "\nStart the service.\n" + ], "signature": [ - "P" + "(params: StartParameters) => void" ], "source": { - "path": "node_modules/@types/react/index.d.ts", - "lineNumber": 359 + "path": "src/plugins/presentation_util/public/services/create/provider.tsx", + "lineNumber": 58 }, - "deprecated": false + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceProvider.start.$1", + "type": "Uncategorized", + "tags": [], + "label": "params", + "description": [ + "Parameters used to start the service." + ], + "signature": [ + "StartParameters" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/provider.tsx", + "lineNumber": 58 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceProvider.getServiceReactHook", + "type": "Function", + "tags": [], + "label": "getServiceReactHook", + "description": [ + "\nReturns a function for providing a Context hook for the service." + ], + "signature": [ + "() => () => Service" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/provider.tsx", + "lineNumber": 65 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceProvider.stop", + "type": "Function", + "tags": [], + "label": "stop", + "description": [ + "\nStop the service." + ], + "signature": [ + "() => void" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/provider.tsx", + "lineNumber": 80 + }, + "deprecated": false, + "children": [], + "returnComment": [] } ], "initialIsOpen": false }, { "parentPluginId": "presentationUtil", - "id": "def-public.LazySavedObjectSaveModalDashboard", - "type": "Function", + "id": "def-public.PluginServiceRegistry", + "type": "Class", "tags": [], - "label": "LazySavedObjectSaveModalDashboard", - "description": [], + "label": "PluginServiceRegistry", + "description": [ + "\nA `PluginServiceRegistry` maintains a set of service providers which can be collectively\nstarted, stopped or retreived.\n\nThe `Services` generic determines the shape of all service APIs being produced.\nThe `StartParameters` generic determines what parameters are expected to\nstart the service." + ], "signature": [ - "React.ExoticComponent<", - { - "pluginId": "presentationUtil", - "scope": "public", - "docId": "kibPresentationUtilPluginApi", - "section": "def-public.SaveModalDashboardProps", - "text": "SaveModalDashboardProps" - }, - "> & { readonly _result: (props: ", { "pluginId": "presentationUtil", "scope": "public", "docId": "kibPresentationUtilPluginApi", - "section": "def-public.SaveModalDashboardProps", - "text": "SaveModalDashboardProps" + "section": "def-public.PluginServiceRegistry", + "text": "PluginServiceRegistry" }, - ") => JSX.Element; }" + "" ], "source": { - "path": "src/plugins/presentation_util/public/components/index.tsx", - "lineNumber": 34 + "path": "src/plugins/presentation_util/public/services/create/registry.tsx", + "lineNumber": 20 }, "deprecated": false, - "returnComment": [], "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.props", - "type": "Uncategorized", + "id": "def-public.PluginServiceRegistry.Unnamed", + "type": "Function", "tags": [], - "label": "props", + "label": "Constructor", "description": [], "signature": [ - "P" + "any" ], "source": { - "path": "node_modules/@types/react/index.d.ts", - "lineNumber": 359 + "path": "src/plugins/presentation_util/public/services/create/registry.tsx", + "lineNumber": 24 }, - "deprecated": false + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceRegistry.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "providers", + "description": [], + "signature": [ + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.PluginServiceProviders", + "text": "PluginServiceProviders" + }, + "" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/registry.tsx", + "lineNumber": 24 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceRegistry.isStarted", + "type": "Function", + "tags": [], + "label": "isStarted", + "description": [ + "\nReturns true if the registry has been started, false otherwise." + ], + "signature": [ + "() => boolean" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/registry.tsx", + "lineNumber": 31 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceRegistry.getServiceProviders", + "type": "Function", + "tags": [], + "label": "getServiceProviders", + "description": [ + "\nReturns a map of `PluginServiceProvider` objects." + ], + "signature": [ + "() => ", + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.PluginServiceProviders", + "text": "PluginServiceProviders" + }, + "" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/registry.tsx", + "lineNumber": 38 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceRegistry.getContextProvider", + "type": "Function", + "tags": [], + "label": "getContextProvider", + "description": [ + "\nReturns a React Context Provider for use in consuming applications." + ], + "signature": [ + "() => React.FC<{}>" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/registry.tsx", + "lineNumber": 48 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceRegistry.start", + "type": "Function", + "tags": [], + "label": "start", + "description": [ + "\nStart the registry.\n" + ], + "signature": [ + "(params: StartParameters) => this" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/registry.tsx", + "lineNumber": 71 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceRegistry.start.$1", + "type": "Uncategorized", + "tags": [], + "label": "params", + "description": [ + "Parameters used to start the registry." + ], + "signature": [ + "StartParameters" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/registry.tsx", + "lineNumber": 71 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceRegistry.stop", + "type": "Function", + "tags": [], + "label": "stop", + "description": [ + "\nStop the registry." + ], + "signature": [ + "() => this" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/registry.tsx", + "lineNumber": 81 + }, + "deprecated": false, + "children": [], + "returnComment": [] } ], "initialIsOpen": false }, { "parentPluginId": "presentationUtil", - "id": "def-public.PrimaryActionButton", - "type": "Function", + "id": "def-public.PluginServices", + "type": "Class", "tags": [], - "label": "PrimaryActionButton", - "description": [], + "label": "PluginServices", + "description": [ + "\n`PluginServices` is a top-level class for specifying and accessing services within a plugin.\n\nA `PluginServices` object can be provided with a `PluginServiceRegistry` at any time, which will\nthen be used to provide services to any component that accesses it.\n\nThe `Services` generic determines the shape of all service APIs being produced." + ], "signature": [ - "({ isDarkModeEnabled, ...props }: ", - "Props", - ") => JSX.Element" + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.PluginServices", + "text": "PluginServices" + }, + "" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/primary_button.tsx", - "lineNumber": 19 + "path": "src/plugins/presentation_util/public/services/create/index.ts", + "lineNumber": 29 }, "deprecated": false, "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.PrimaryActionButton.$1", - "type": "Object", + "id": "def-public.PluginServices.setRegistry", + "type": "Function", "tags": [], - "label": "{ isDarkModeEnabled, ...props }", + "label": "setRegistry", + "description": [ + "\nSupply a `PluginServiceRegistry` for the class to use to provide services and context.\n" + ], + "signature": [ + "(registry: ", + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.PluginServiceRegistry", + "text": "PluginServiceRegistry" + }, + " | null) => void" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/index.ts", + "lineNumber": 37 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServices.setRegistry.$1", + "type": "CompoundType", + "tags": [], + "label": "registry", + "description": [ + "A setup and started `PluginServiceRegistry`." + ], + "signature": [ + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.PluginServiceRegistry", + "text": "PluginServiceRegistry" + }, + " | null" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/index.ts", + "lineNumber": 37 + }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServices.hasRegistry", + "type": "Function", + "tags": [], + "label": "hasRegistry", + "description": [ + "\nReturns true if a registry has been provided, false otherwise." + ], + "signature": [ + "() => boolean" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/index.ts", + "lineNumber": 48 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServices.getContextProvider", + "type": "Function", + "tags": [], + "label": "getContextProvider", + "description": [ + "\nReturn the React Context Provider that will supply services." + ], + "signature": [ + "() => React.FC<{}>" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/index.ts", + "lineNumber": 66 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServices.getHooks", + "type": "Function", + "tags": [], + "label": "getHooks", + "description": [ + "\nReturn a map of React Hooks that can be used in React components." + ], + "signature": [ + "() => ServiceHooks" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/index.ts", + "lineNumber": 73 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServices.getServices", + "type": "Function", + "tags": [], + "label": "getServices", "description": [], "signature": [ - "Props" + "() => Services" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/primary_button.tsx", - "lineNumber": 19 + "path": "src/plugins/presentation_util/public/services/create/index.ts", + "lineNumber": 85 }, "deprecated": false, - "isRequired": true + "children": [], + "returnComment": [] } ], - "returnComment": [], "initialIsOpen": false - }, + } + ], + "functions": [ { "parentPluginId": "presentationUtil", - "id": "def-public.PrimaryActionPopover", + "id": "def-public.AddFromLibraryButton", "type": "Function", "tags": [], - "label": "PrimaryActionPopover", + "label": "AddFromLibraryButton", "description": [], "signature": [ - "(props: Pick<", + "({ onClick, ...rest }: Pick<", "Props", - ", \"children\" | \"onClick\" | \"onChange\" | \"color\" | \"label\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"iconType\" | \"data-test-subj\" | \"panelRef\" | \"display\" | \"offset\" | \"iconSide\" | \"buttonRef\" | \"hasArrow\" | \"isDarkModeEnabled\" | \"anchorClassName\" | \"attachToAnchor\" | \"container\" | \"focusTrapProps\" | \"initialFocus\" | \"insert\" | \"ownFocus\" | \"panelClassName\" | \"panelPaddingSize\" | \"panelStyle\" | \"panelProps\" | \"popoverRef\" | \"repositionOnScroll\" | \"zIndex\" | \"onTrapDeactivation\" | \"buffer\" | \"arrowChildren\">) => JSX.Element" + ", \"onClick\" | \"className\" | \"primary\" | \"iconSide\" | \"isDarkModeEnabled\">) => JSX.Element" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/primary_popover.tsx", - "lineNumber": 15 + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/add_from_library.tsx", + "lineNumber": 17 }, "deprecated": false, "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.PrimaryActionPopover.$1", + "id": "def-public.AddFromLibraryButton.$1", "type": "Object", "tags": [], - "label": "props", + "label": "{ onClick, ...rest }", "description": [], "signature": [ "Pick<", "Props", - ", \"children\" | \"onClick\" | \"onChange\" | \"color\" | \"label\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"css\" | \"iconType\" | \"data-test-subj\" | \"panelRef\" | \"display\" | \"offset\" | \"iconSide\" | \"buttonRef\" | \"hasArrow\" | \"isDarkModeEnabled\" | \"anchorClassName\" | \"attachToAnchor\" | \"container\" | \"focusTrapProps\" | \"initialFocus\" | \"insert\" | \"ownFocus\" | \"panelClassName\" | \"panelPaddingSize\" | \"panelStyle\" | \"panelProps\" | \"popoverRef\" | \"repositionOnScroll\" | \"zIndex\" | \"onTrapDeactivation\" | \"buffer\" | \"arrowChildren\">" + ", \"onClick\" | \"className\" | \"primary\" | \"iconSide\" | \"isDarkModeEnabled\">" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/primary_popover.tsx", - "lineNumber": 15 + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/add_from_library.tsx", + "lineNumber": 17 }, "deprecated": false, "isRequired": true @@ -324,35 +614,50 @@ }, { "parentPluginId": "presentationUtil", - "id": "def-public.QuickButtonGroup", + "id": "def-public.encode", "type": "Function", "tags": [], - "label": "QuickButtonGroup", + "label": "encode", "description": [], "signature": [ - "({ buttons }: ", - "Props", - ") => JSX.Element" + "(data: any, type: string) => Promise" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/quick_group.tsx", - "lineNumber": 30 + "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "lineNumber": 54 }, "deprecated": false, "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.QuickButtonGroup.$1", - "type": "Object", + "id": "def-public.encode.$1", + "type": "Any", "tags": [], - "label": "{ buttons }", + "label": "data", "description": [], "signature": [ - "Props" + "any" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/quick_group.tsx", - "lineNumber": 30 + "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "lineNumber": 54 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.encode.$2", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "lineNumber": 54 }, "deprecated": false, "isRequired": true @@ -363,35 +668,51 @@ }, { "parentPluginId": "presentationUtil", - "id": "def-public.SolutionToolbar", + "id": "def-public.functionWrapper", "type": "Function", "tags": [], - "label": "SolutionToolbar", + "label": "functionWrapper", "description": [], "signature": [ - "({ isDarkModeEnabled, children }: ", - "Props", - ") => JSX.Element" + "(fnSpec: FnType) => (input: any, args: Record, context: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">) => any" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/solution_toolbar.tsx", - "lineNumber": 35 + "path": "src/plugins/presentation_util/common/lib/test_helpers/function_wrapper.ts", + "lineNumber": 27 }, "deprecated": false, "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.SolutionToolbar.$1", - "type": "Object", + "id": "def-public.functionWrapper.$1", + "type": "Function", "tags": [], - "label": "{ isDarkModeEnabled, children }", + "label": "fnSpec", "description": [], "signature": [ - "Props" + "FnType" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/solution_toolbar.tsx", - "lineNumber": 35 + "path": "src/plugins/presentation_util/common/lib/test_helpers/function_wrapper.ts", + "lineNumber": 27 }, "deprecated": false, "isRequired": true @@ -402,88 +723,52 @@ }, { "parentPluginId": "presentationUtil", - "id": "def-public.SolutionToolbarButton", + "id": "def-public.getElasticLogo", "type": "Function", "tags": [], - "label": "SolutionToolbarButton", + "label": "getElasticLogo", "description": [], "signature": [ - "({ label, primary, className, ...rest }: ", - "Props", - ") => JSX.Element" + "() => Promise" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/button.tsx", - "lineNumber": 22 + "path": "src/plugins/presentation_util/common/lib/utils/index.ts", + "lineNumber": 14 }, "deprecated": false, - "children": [ - { - "parentPluginId": "presentationUtil", - "id": "def-public.SolutionToolbarButton.$1", - "type": "Object", - "tags": [], - "label": "{ label, primary, className, ...rest }", - "description": [], - "signature": [ - "Props" - ], - "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/button.tsx", - "lineNumber": 22 - }, - "deprecated": false, - "isRequired": true - } - ], + "children": [], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "presentationUtil", - "id": "def-public.SolutionToolbarPopover", + "id": "def-public.getElasticOutline", "type": "Function", "tags": [], - "label": "SolutionToolbarPopover", + "label": "getElasticOutline", "description": [], "signature": [ - "({ label, iconType, primary, iconSide, ...popover }: ", - "Props", - ") => JSX.Element" + "() => Promise" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/popover.tsx", - "lineNumber": 23 + "path": "src/plugins/presentation_util/common/lib/utils/index.ts", + "lineNumber": 18 }, "deprecated": false, - "children": [ - { - "parentPluginId": "presentationUtil", - "id": "def-public.SolutionToolbarPopover.$1", - "type": "CompoundType", - "tags": [], - "label": "{\n label,\n iconType,\n primary,\n iconSide,\n ...popover\n}", - "description": [], - "signature": [ - "Props" - ], - "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/popover.tsx", - "lineNumber": 23 - }, - "deprecated": false, - "isRequired": true - } - ], + "children": [], "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "presentationUtil", - "id": "def-public.useLabs", + "id": "def-public.getStubPluginServices", "type": "Function", "tags": [], - "label": "useLabs", + "label": "getStubPluginServices", "description": [], "signature": [ "() => ", @@ -491,13 +776,13 @@ "pluginId": "presentationUtil", "scope": "public", "docId": "kibPresentationUtilPluginApi", - "section": "def-public.PresentationLabsService", - "text": "PresentationLabsService" + "section": "def-public.PresentationUtilPluginStart", + "text": "PresentationUtilPluginStart" } ], "source": { - "path": "src/plugins/presentation_util/public/index.ts", - "lineNumber": 47 + "path": "src/plugins/presentation_util/public/services/index.ts", + "lineNumber": 27 }, "deprecated": false, "children": [], @@ -506,56 +791,33 @@ }, { "parentPluginId": "presentationUtil", - "id": "def-public.withSuspense", + "id": "def-public.isValidDataUrl", "type": "Function", "tags": [], - "label": "withSuspense", - "description": [ - "\nA HOC which supplies React.Suspense with a fallback component, and a `EuiErrorBoundary` to contain errors." - ], + "label": "isValidDataUrl", + "description": [], "signature": [ - "

(Component: React.ComponentType

, fallback?: React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | null) => (props: P) => JSX.Element" + "(str: string | undefined) => boolean" ], "source": { - "path": "src/plugins/presentation_util/public/components/index.tsx", - "lineNumber": 17 + "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "lineNumber": 47 }, "deprecated": false, "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.withSuspense.$1", - "type": "CompoundType", - "tags": [], - "label": "Component", - "description": [ - "A component deferred by `React.lazy`" - ], - "signature": [ - "React.ComponentType

" - ], - "source": { - "path": "src/plugins/presentation_util/public/components/index.tsx", - "lineNumber": 18 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "presentationUtil", - "id": "def-public.withSuspense.$2", - "type": "CompoundType", + "id": "def-public.isValidDataUrl.$1", + "type": "string", "tags": [], - "label": "fallback", - "description": [ - "A fallback component to render while things load; default is `EuiLoadingSpinner`" - ], + "label": "str", + "description": [], "signature": [ - "React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | null" + "string | undefined" ], "source": { - "path": "src/plugins/presentation_util/public/components/index.tsx", - "lineNumber": 19 + "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "lineNumber": 47 }, "deprecated": false, "isRequired": false @@ -563,642 +825,1802 @@ ], "returnComment": [], "initialIsOpen": false - } - ], - "interfaces": [ + }, { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationCapabilitiesService", - "type": "Interface", + "id": "def-public.isValidHttpUrl", + "type": "Function", "tags": [], - "label": "PresentationCapabilitiesService", + "label": "isValidHttpUrl", "description": [], + "signature": [ + "(str: string) => boolean" + ], "source": { - "path": "src/plugins/presentation_util/public/services/capabilities.ts", - "lineNumber": 9 + "path": "src/plugins/presentation_util/common/lib/utils/httpurl.ts", + "lineNumber": 12 }, "deprecated": false, "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationCapabilitiesService.canAccessDashboards", - "type": "Function", - "tags": [], - "label": "canAccessDashboards", - "description": [], - "signature": [ - "() => boolean" - ], - "source": { - "path": "src/plugins/presentation_util/public/services/capabilities.ts", - "lineNumber": 10 - }, - "deprecated": false, - "returnComment": [], - "children": [] - }, - { - "parentPluginId": "presentationUtil", - "id": "def-public.PresentationCapabilitiesService.canCreateNewDashboards", - "type": "Function", + "id": "def-public.isValidHttpUrl.$1", + "type": "string", "tags": [], - "label": "canCreateNewDashboards", + "label": "str", "description": [], "signature": [ - "() => boolean" + "string" ], "source": { - "path": "src/plugins/presentation_util/public/services/capabilities.ts", - "lineNumber": 11 + "path": "src/plugins/presentation_util/common/lib/utils/httpurl.ts", + "lineNumber": 12 }, "deprecated": false, - "returnComment": [], - "children": [] - }, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.isValidUrl", + "type": "Function", + "tags": [], + "label": "isValidUrl", + "description": [], + "signature": [ + "(url: string) => boolean" + ], + "source": { + "path": "src/plugins/presentation_util/common/lib/utils/url.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationCapabilitiesService.canSaveVisualizations", - "type": "Function", + "id": "def-public.isValidUrl.$1", + "type": "string", "tags": [], - "label": "canSaveVisualizations", + "label": "url", "description": [], "signature": [ - "() => boolean" + "string" ], "source": { - "path": "src/plugins/presentation_util/public/services/capabilities.ts", + "path": "src/plugins/presentation_util/common/lib/utils/url.ts", "lineNumber": 12 }, "deprecated": false, - "returnComment": [], - "children": [] - }, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.LazyDashboardPicker", + "type": "Function", + "tags": [], + "label": "LazyDashboardPicker", + "description": [], + "signature": [ + "React.ExoticComponent<", + "DashboardPickerProps", + "> & { readonly _result: (props: ", + "DashboardPickerProps", + ") => JSX.Element; }" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/index.tsx", + "lineNumber": 35 + }, + "deprecated": false, + "returnComment": [], + "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationCapabilitiesService.canSetAdvancedSettings", - "type": "Function", + "id": "def-public.props", + "type": "Uncategorized", "tags": [], - "label": "canSetAdvancedSettings", + "label": "props", "description": [], "signature": [ - "() => boolean" + "P" ], "source": { - "path": "src/plugins/presentation_util/public/services/capabilities.ts", - "lineNumber": 13 + "path": "node_modules/@types/react/index.d.ts", + "lineNumber": 359 }, - "deprecated": false, - "returnComment": [], - "children": [] + "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationDashboardsService", - "type": "Interface", + "id": "def-public.LazyLabsBeakerButton", + "type": "Function", "tags": [], - "label": "PresentationDashboardsService", + "label": "LazyLabsBeakerButton", "description": [], + "signature": [ + "React.ExoticComponent<", + "Props", + "> & { readonly _result: ({ solutions, ...props }: ", + "Props", + ") => JSX.Element; }" + ], "source": { - "path": "src/plugins/presentation_util/public/services/dashboards.ts", - "lineNumber": 12 + "path": "src/plugins/presentation_util/public/components/index.tsx", + "lineNumber": 31 }, "deprecated": false, + "returnComment": [], "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationDashboardsService.findDashboards", - "type": "Function", + "id": "def-public.props", + "type": "Uncategorized", "tags": [], - "label": "findDashboards", + "label": "props", "description": [], "signature": [ - "(query: string, fields: string[]) => Promise<", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCoreSavedObjectsPluginApi", - "section": "def-public.SimpleSavedObject", - "text": "SimpleSavedObject" - }, - "<", - "PartialDashboardAttributes", - ">[]>" + "P" ], "source": { - "path": "src/plugins/presentation_util/public/services/dashboards.ts", - "lineNumber": 13 + "path": "node_modules/@types/react/index.d.ts", + "lineNumber": 359 }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "presentationUtil", - "id": "def-public.query", - "type": "string", - "tags": [], - "label": "query", - "description": [], - "source": { - "path": "src/plugins/presentation_util/public/services/dashboards.ts", - "lineNumber": 14 - }, - "deprecated": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-public.fields", - "type": "Array", - "tags": [], - "label": "fields", - "description": [], - "signature": [ - "string[]" - ], - "source": { - "path": "src/plugins/presentation_util/public/services/dashboards.ts", - "lineNumber": 15 - }, - "deprecated": false - } - ] - }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.LazyLabsFlyout", + "type": "Function", + "tags": [], + "label": "LazyLabsFlyout", + "description": [], + "signature": [ + "React.ExoticComponent<", + "Props", + "> & { readonly _result: (props: ", + "Props", + ") => JSX.Element; }" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/index.tsx", + "lineNumber": 33 + }, + "deprecated": false, + "returnComment": [], + "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationDashboardsService.findDashboardsByTitle", - "type": "Function", + "id": "def-public.props", + "type": "Uncategorized", "tags": [], - "label": "findDashboardsByTitle", + "label": "props", "description": [], "signature": [ - "(title: string) => Promise<", - { - "pluginId": "core", - "scope": "public", - "docId": "kibCoreSavedObjectsPluginApi", - "section": "def-public.SimpleSavedObject", - "text": "SimpleSavedObject" - }, - "<", - "PartialDashboardAttributes", - ">[]>" + "P" ], "source": { - "path": "src/plugins/presentation_util/public/services/dashboards.ts", - "lineNumber": 17 + "path": "node_modules/@types/react/index.d.ts", + "lineNumber": 359 }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "presentationUtil", - "id": "def-public.title", - "type": "string", - "tags": [], - "label": "title", - "description": [], - "source": { - "path": "src/plugins/presentation_util/public/services/dashboards.ts", - "lineNumber": 18 - }, - "deprecated": false - } - ] + "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationLabsService", - "type": "Interface", + "id": "def-public.LazySavedObjectSaveModalDashboard", + "type": "Function", "tags": [], - "label": "PresentationLabsService", + "label": "LazySavedObjectSaveModalDashboard", "description": [], + "signature": [ + "React.ExoticComponent<", + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.SaveModalDashboardProps", + "text": "SaveModalDashboardProps" + }, + "> & { readonly _result: (props: ", + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.SaveModalDashboardProps", + "text": "SaveModalDashboardProps" + }, + ") => JSX.Element; }" + ], "source": { - "path": "src/plugins/presentation_util/public/services/labs.ts", - "lineNumber": 22 + "path": "src/plugins/presentation_util/public/components/index.tsx", + "lineNumber": 37 }, "deprecated": false, + "returnComment": [], "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationLabsService.isProjectEnabled", - "type": "Function", + "id": "def-public.props", + "type": "Uncategorized", "tags": [], - "label": "isProjectEnabled", + "label": "props", "description": [], "signature": [ - "(id: \"labs:presentation:timeToPresent\" | \"labs:dashboard:deferBelowFold\") => boolean" + "P" ], "source": { - "path": "src/plugins/presentation_util/public/services/labs.ts", - "lineNumber": 23 + "path": "node_modules/@types/react/index.d.ts", + "lineNumber": 359 }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "presentationUtil", - "id": "def-public.id", - "type": "CompoundType", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "\"labs:presentation:timeToPresent\" | \"labs:dashboard:deferBelowFold\"" - ], - "source": { - "path": "src/plugins/presentation_util/public/services/labs.ts", - "lineNumber": 23 - }, - "deprecated": false - } - ] - }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.parseDataUrl", + "type": "Function", + "tags": [], + "label": "parseDataUrl", + "description": [], + "signature": [ + "(str: string, withData: boolean) => { mimetype: string; encoding: string; charset: string; data: string | null; isImage: boolean; extension: any; } | null" + ], + "source": { + "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "lineNumber": 18 + }, + "deprecated": false, + "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationLabsService.getProjectIDs", - "type": "Function", + "id": "def-public.parseDataUrl.$1", + "type": "string", "tags": [], - "label": "getProjectIDs", + "label": "str", "description": [], "signature": [ - "() => readonly [\"labs:presentation:timeToPresent\", \"labs:dashboard:deferBelowFold\"]" + "string" ], "source": { - "path": "src/plugins/presentation_util/public/services/labs.ts", - "lineNumber": 24 + "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "lineNumber": 18 }, "deprecated": false, - "returnComment": [], - "children": [] + "isRequired": true }, { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationLabsService.getProject", - "type": "Function", + "id": "def-public.parseDataUrl.$2", + "type": "boolean", "tags": [], - "label": "getProject", + "label": "withData", "description": [], "signature": [ - "(id: \"labs:presentation:timeToPresent\" | \"labs:dashboard:deferBelowFold\") => ", - { - "pluginId": "presentationUtil", - "scope": "common", - "docId": "kibPresentationUtilPluginApi", - "section": "def-common.Project", - "text": "Project" - } + "boolean" ], "source": { - "path": "src/plugins/presentation_util/public/services/labs.ts", - "lineNumber": 25 + "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "lineNumber": 18 }, "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "presentationUtil", - "id": "def-public.id", - "type": "CompoundType", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "\"labs:presentation:timeToPresent\" | \"labs:dashboard:deferBelowFold\"" - ], - "source": { - "path": "src/plugins/presentation_util/public/services/labs.ts", - "lineNumber": 25 - }, - "deprecated": false - } - ] - }, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PrimaryActionButton", + "type": "Function", + "tags": [], + "label": "PrimaryActionButton", + "description": [], + "signature": [ + "({ isDarkModeEnabled, ...props }: ", + "Props", + ") => JSX.Element" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/primary_button.tsx", + "lineNumber": 19 + }, + "deprecated": false, + "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationLabsService.getProjects", - "type": "Function", + "id": "def-public.PrimaryActionButton.$1", + "type": "Object", "tags": [], - "label": "getProjects", + "label": "{ isDarkModeEnabled, ...props }", "description": [], "signature": [ - "(solutions?: (\"dashboard\" | \"canvas\" | \"presentation\")[] | undefined) => Record<\"labs:presentation:timeToPresent\" | \"labs:dashboard:deferBelowFold\", ", - { - "pluginId": "presentationUtil", - "scope": "common", - "docId": "kibPresentationUtilPluginApi", - "section": "def-common.Project", - "text": "Project" - }, - ">" + "Props" ], "source": { - "path": "src/plugins/presentation_util/public/services/labs.ts", - "lineNumber": 26 + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/primary_button.tsx", + "lineNumber": 19 }, "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "presentationUtil", - "id": "def-public.solutions", - "type": "Array", - "tags": [], - "label": "solutions", - "description": [], - "signature": [ - "(\"dashboard\" | \"canvas\" | \"presentation\")[] | undefined" - ], - "source": { - "path": "src/plugins/presentation_util/public/services/labs.ts", - "lineNumber": 26 - }, - "deprecated": false - } - ] - }, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PrimaryActionPopover", + "type": "Function", + "tags": [], + "label": "PrimaryActionPopover", + "description": [], + "signature": [ + "(props: Pick<", + "Props", + ", \"children\" | \"onClick\" | \"onChange\" | \"color\" | \"label\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"iconType\" | \"data-test-subj\" | \"panelRef\" | \"display\" | \"offset\" | \"iconSide\" | \"buttonRef\" | \"hasArrow\" | \"isDarkModeEnabled\" | \"anchorClassName\" | \"attachToAnchor\" | \"container\" | \"focusTrapProps\" | \"initialFocus\" | \"insert\" | \"ownFocus\" | \"panelClassName\" | \"panelPaddingSize\" | \"panelStyle\" | \"panelProps\" | \"popoverRef\" | \"repositionOnScroll\" | \"zIndex\" | \"onTrapDeactivation\" | \"buffer\" | \"arrowChildren\">) => JSX.Element" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/primary_popover.tsx", + "lineNumber": 15 + }, + "deprecated": false, + "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationLabsService.setProjectStatus", - "type": "Function", + "id": "def-public.PrimaryActionPopover.$1", + "type": "Object", "tags": [], - "label": "setProjectStatus", + "label": "props", "description": [], "signature": [ - "(id: \"labs:presentation:timeToPresent\" | \"labs:dashboard:deferBelowFold\", env: \"kibana\" | \"browser\" | \"session\", status: boolean) => void" + "Pick<", + "Props", + ", \"children\" | \"onClick\" | \"onChange\" | \"color\" | \"label\" | \"onKeyDown\" | \"title\" | \"id\" | \"defaultChecked\" | \"defaultValue\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"className\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"hidden\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"style\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"prefix\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"aria-activedescendant\" | \"aria-atomic\" | \"aria-autocomplete\" | \"aria-busy\" | \"aria-checked\" | \"aria-colcount\" | \"aria-colindex\" | \"aria-colspan\" | \"aria-controls\" | \"aria-current\" | \"aria-describedby\" | \"aria-details\" | \"aria-disabled\" | \"aria-dropeffect\" | \"aria-errormessage\" | \"aria-expanded\" | \"aria-flowto\" | \"aria-grabbed\" | \"aria-haspopup\" | \"aria-hidden\" | \"aria-invalid\" | \"aria-keyshortcuts\" | \"aria-label\" | \"aria-labelledby\" | \"aria-level\" | \"aria-live\" | \"aria-modal\" | \"aria-multiline\" | \"aria-multiselectable\" | \"aria-orientation\" | \"aria-owns\" | \"aria-placeholder\" | \"aria-posinset\" | \"aria-pressed\" | \"aria-readonly\" | \"aria-relevant\" | \"aria-required\" | \"aria-roledescription\" | \"aria-rowcount\" | \"aria-rowindex\" | \"aria-rowspan\" | \"aria-selected\" | \"aria-setsize\" | \"aria-sort\" | \"aria-valuemax\" | \"aria-valuemin\" | \"aria-valuenow\" | \"aria-valuetext\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"iconType\" | \"data-test-subj\" | \"panelRef\" | \"display\" | \"offset\" | \"iconSide\" | \"buttonRef\" | \"hasArrow\" | \"isDarkModeEnabled\" | \"anchorClassName\" | \"attachToAnchor\" | \"container\" | \"focusTrapProps\" | \"initialFocus\" | \"insert\" | \"ownFocus\" | \"panelClassName\" | \"panelPaddingSize\" | \"panelStyle\" | \"panelProps\" | \"popoverRef\" | \"repositionOnScroll\" | \"zIndex\" | \"onTrapDeactivation\" | \"buffer\" | \"arrowChildren\">" ], "source": { - "path": "src/plugins/presentation_util/public/services/labs.ts", - "lineNumber": 27 + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/primary_popover.tsx", + "lineNumber": 15 }, "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "presentationUtil", - "id": "def-public.id", - "type": "CompoundType", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "\"labs:presentation:timeToPresent\" | \"labs:dashboard:deferBelowFold\"" - ], - "source": { - "path": "src/plugins/presentation_util/public/services/labs.ts", - "lineNumber": 27 - }, - "deprecated": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-public.env", - "type": "CompoundType", - "tags": [], - "label": "env", - "description": [], - "signature": [ - "\"kibana\" | \"browser\" | \"session\"" - ], - "source": { - "path": "src/plugins/presentation_util/public/services/labs.ts", - "lineNumber": 27 - }, - "deprecated": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-public.status", - "type": "boolean", - "tags": [], - "label": "status", - "description": [], - "source": { - "path": "src/plugins/presentation_util/public/services/labs.ts", - "lineNumber": 27 - }, - "deprecated": false - } - ] - }, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.QuickButtonGroup", + "type": "Function", + "tags": [], + "label": "QuickButtonGroup", + "description": [], + "signature": [ + "({ buttons }: ", + "Props", + ") => JSX.Element" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/quick_group.tsx", + "lineNumber": 30 + }, + "deprecated": false, + "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.PresentationLabsService.reset", - "type": "Function", + "id": "def-public.QuickButtonGroup.$1", + "type": "Object", "tags": [], - "label": "reset", + "label": "{ buttons }", "description": [], "signature": [ - "() => void" + "Props" ], "source": { - "path": "src/plugins/presentation_util/public/services/labs.ts", - "lineNumber": 28 + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/quick_group.tsx", + "lineNumber": 30 }, "deprecated": false, - "returnComment": [], - "children": [] + "isRequired": true } ], + "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "presentationUtil", - "id": "def-public.QuickButtonProps", - "type": "Interface", + "id": "def-public.resolveFromArgs", + "type": "Function", "tags": [], - "label": "QuickButtonProps", + "label": "resolveFromArgs", "description": [], "signature": [ - { - "pluginId": "presentationUtil", - "scope": "public", - "docId": "kibPresentationUtilPluginApi", - "section": "def-public.QuickButtonProps", - "text": "QuickButtonProps" - }, - " extends Pick<", - "EuiButtonGroupOptionProps", - ", \"iconType\">" + "(args: any, defaultDataurl?: string | null) => string" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/quick_group.tsx", - "lineNumber": 17 + "path": "src/plugins/presentation_util/common/lib/utils/resolve_dataurl.ts", + "lineNumber": 18 }, "deprecated": false, "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.QuickButtonProps.createType", - "type": "string", + "id": "def-public.resolveFromArgs.$1", + "type": "Any", "tags": [], - "label": "createType", + "label": "args", "description": [], + "signature": [ + "any" + ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/quick_group.tsx", + "path": "src/plugins/presentation_util/common/lib/utils/resolve_dataurl.ts", "lineNumber": 18 }, - "deprecated": false + "deprecated": false, + "isRequired": true }, { "parentPluginId": "presentationUtil", - "id": "def-public.QuickButtonProps.onClick", - "type": "Function", + "id": "def-public.resolveFromArgs.$2", + "type": "CompoundType", "tags": [], - "label": "onClick", + "label": "defaultDataurl", "description": [], "signature": [ - "() => void" + "string | null" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/quick_group.tsx", - "lineNumber": 19 + "path": "src/plugins/presentation_util/common/lib/utils/resolve_dataurl.ts", + "lineNumber": 18 }, "deprecated": false, - "returnComment": [], - "children": [] + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.resolveWithMissingImage", + "type": "Function", + "tags": [], + "label": "resolveWithMissingImage", + "description": [], + "signature": [ + "(img: string | null, alt?: string | null) => string | null" + ], + "source": { + "path": "src/plugins/presentation_util/common/lib/utils/resolve_dataurl.ts", + "lineNumber": 23 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.resolveWithMissingImage.$1", + "type": "CompoundType", + "tags": [], + "label": "img", + "description": [], + "signature": [ + "string | null" + ], + "source": { + "path": "src/plugins/presentation_util/common/lib/utils/resolve_dataurl.ts", + "lineNumber": 24 + }, + "deprecated": false, + "isRequired": false }, { "parentPluginId": "presentationUtil", - "id": "def-public.QuickButtonProps.isDarkModeEnabled", + "id": "def-public.resolveWithMissingImage.$2", "type": "CompoundType", "tags": [], - "label": "isDarkModeEnabled", + "label": "alt", "description": [], "signature": [ - "boolean | undefined" + "string | null" ], "source": { - "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/quick_group.tsx", - "lineNumber": 20 + "path": "src/plugins/presentation_util/common/lib/utils/resolve_dataurl.ts", + "lineNumber": 25 }, - "deprecated": false + "deprecated": false, + "isRequired": false } ], + "returnComment": [], "initialIsOpen": false }, { "parentPluginId": "presentationUtil", - "id": "def-public.SaveModalDashboardProps", - "type": "Interface", + "id": "def-public.SolutionToolbar", + "type": "Function", "tags": [], - "label": "SaveModalDashboardProps", + "label": "SolutionToolbar", "description": [], + "signature": [ + "({ isDarkModeEnabled, children }: ", + "Props", + ") => JSX.Element" + ], "source": { - "path": "src/plugins/presentation_util/public/components/types.ts", - "lineNumber": 17 + "path": "src/plugins/presentation_util/public/components/solution_toolbar/solution_toolbar.tsx", + "lineNumber": 35 }, "deprecated": false, "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.SaveModalDashboardProps.documentInfo", + "id": "def-public.SolutionToolbar.$1", "type": "Object", "tags": [], - "label": "documentInfo", + "label": "{ isDarkModeEnabled, children }", "description": [], "signature": [ - "SaveModalDocumentInfo" + "Props" ], "source": { - "path": "src/plugins/presentation_util/public/components/types.ts", - "lineNumber": 18 + "path": "src/plugins/presentation_util/public/components/solution_toolbar/solution_toolbar.tsx", + "lineNumber": 35 }, - "deprecated": false - }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.SolutionToolbarButton", + "type": "Function", + "tags": [], + "label": "SolutionToolbarButton", + "description": [], + "signature": [ + "({ label, primary, className, ...rest }: ", + "Props", + ") => JSX.Element" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/button.tsx", + "lineNumber": 22 + }, + "deprecated": false, + "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.SaveModalDashboardProps.canSaveByReference", - "type": "boolean", + "id": "def-public.SolutionToolbarButton.$1", + "type": "Object", "tags": [], - "label": "canSaveByReference", + "label": "{ label, primary, className, ...rest }", "description": [], + "signature": [ + "Props" + ], "source": { - "path": "src/plugins/presentation_util/public/components/types.ts", + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/button.tsx", + "lineNumber": 22 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.SolutionToolbarPopover", + "type": "Function", + "tags": [], + "label": "SolutionToolbarPopover", + "description": [], + "signature": [ + "({ label, iconType, primary, iconSide, ...popover }: ", + "Props", + ") => JSX.Element" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/popover.tsx", + "lineNumber": 23 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.SolutionToolbarPopover.$1", + "type": "CompoundType", + "tags": [], + "label": "{\n label,\n iconType,\n primary,\n iconSide,\n ...popover\n}", + "description": [], + "signature": [ + "Props" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/popover.tsx", + "lineNumber": 23 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.useLabs", + "type": "Function", + "tags": [], + "label": "useLabs", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.PresentationLabsService", + "text": "PresentationLabsService" + } + ], + "source": { + "path": "src/plugins/presentation_util/public/index.ts", + "lineNumber": 60 + }, + "deprecated": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.withSuspense", + "type": "Function", + "tags": [], + "label": "withSuspense", + "description": [ + "\nA HOC which supplies React.Suspense with a fallback component, and a `EuiErrorBoundary` to contain errors." + ], + "signature": [ + "

(Component: React.ComponentType

, fallback?: React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | null) => React.ForwardRefExoticComponent & React.RefAttributes>" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/index.tsx", + "lineNumber": 17 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.withSuspense.$1", + "type": "CompoundType", + "tags": [], + "label": "Component", + "description": [ + "A component deferred by `React.lazy`" + ], + "signature": [ + "React.ComponentType

" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/index.tsx", + "lineNumber": 18 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.withSuspense.$2", + "type": "CompoundType", + "tags": [], + "label": "fallback", + "description": [ + "A fallback component to render while things load; default is `EuiLoadingSpinner`" + ], + "signature": [ + "React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | null" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/index.tsx", "lineNumber": 19 }, + "deprecated": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.KibanaPluginServiceParams", + "type": "Interface", + "tags": [], + "label": "KibanaPluginServiceParams", + "description": [ + "\nParameters necessary to create a Kibana-based service, (e.g. during Plugin\nstartup or setup).\n\nThe `Start` generic refers to the specific Plugin `TPluginsStart`." + ], + "signature": [ + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.KibanaPluginServiceParams", + "text": "KibanaPluginServiceParams" + }, + "" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/factory.ts", + "lineNumber": 27 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.KibanaPluginServiceParams.coreStart", + "type": "Object", + "tags": [], + "label": "coreStart", + "description": [], + "signature": [ + { + "pluginId": "core", + "scope": "public", + "docId": "kibCorePluginApi", + "section": "def-public.CoreStart", + "text": "CoreStart" + } + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/factory.ts", + "lineNumber": 28 + }, "deprecated": false }, { "parentPluginId": "presentationUtil", - "id": "def-public.SaveModalDashboardProps.objectType", - "type": "string", + "id": "def-public.KibanaPluginServiceParams.startPlugins", + "type": "Uncategorized", "tags": [], - "label": "objectType", + "label": "startPlugins", "description": [], + "signature": [ + "Start" + ], "source": { - "path": "src/plugins/presentation_util/public/components/types.ts", - "lineNumber": 20 + "path": "src/plugins/presentation_util/public/services/create/factory.ts", + "lineNumber": 29 }, "deprecated": false }, { "parentPluginId": "presentationUtil", - "id": "def-public.SaveModalDashboardProps.onClose", - "type": "Function", + "id": "def-public.KibanaPluginServiceParams.appUpdater", + "type": "Object", "tags": [], - "label": "onClose", + "label": "appUpdater", "description": [], "signature": [ - "() => void" + "BehaviorSubject", + "<", + { + "pluginId": "core", + "scope": "public", + "docId": "kibCoreApplicationPluginApi", + "section": "def-public.AppUpdater", + "text": "AppUpdater" + }, + "> | undefined" ], "source": { - "path": "src/plugins/presentation_util/public/components/types.ts", - "lineNumber": 21 + "path": "src/plugins/presentation_util/public/services/create/factory.ts", + "lineNumber": 30 }, - "deprecated": false, - "returnComment": [], - "children": [] + "deprecated": false }, { "parentPluginId": "presentationUtil", - "id": "def-public.SaveModalDashboardProps.onSave", - "type": "Function", + "id": "def-public.KibanaPluginServiceParams.initContext", + "type": "Object", "tags": [], - "label": "onSave", + "label": "initContext", "description": [], "signature": [ - "(props: ", { - "pluginId": "savedObjects", + "pluginId": "core", "scope": "public", - "docId": "kibSavedObjectsPluginApi", - "section": "def-public.OnSaveProps", - "text": "OnSaveProps" + "docId": "kibCorePluginApi", + "section": "def-public.PluginInitializerContext", + "text": "PluginInitializerContext" + }, + " | undefined" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/factory.ts", + "lineNumber": 31 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationCapabilitiesService", + "type": "Interface", + "tags": [], + "label": "PresentationCapabilitiesService", + "description": [], + "source": { + "path": "src/plugins/presentation_util/public/services/capabilities.ts", + "lineNumber": 9 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationCapabilitiesService.canAccessDashboards", + "type": "Function", + "tags": [], + "label": "canAccessDashboards", + "description": [], + "signature": [ + "() => boolean" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/capabilities.ts", + "lineNumber": 10 + }, + "deprecated": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationCapabilitiesService.canCreateNewDashboards", + "type": "Function", + "tags": [], + "label": "canCreateNewDashboards", + "description": [], + "signature": [ + "() => boolean" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/capabilities.ts", + "lineNumber": 11 + }, + "deprecated": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationCapabilitiesService.canSaveVisualizations", + "type": "Function", + "tags": [], + "label": "canSaveVisualizations", + "description": [], + "signature": [ + "() => boolean" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/capabilities.ts", + "lineNumber": 12 + }, + "deprecated": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationCapabilitiesService.canSetAdvancedSettings", + "type": "Function", + "tags": [], + "label": "canSetAdvancedSettings", + "description": [], + "signature": [ + "() => boolean" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/capabilities.ts", + "lineNumber": 13 + }, + "deprecated": false, + "returnComment": [], + "children": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationDashboardsService", + "type": "Interface", + "tags": [], + "label": "PresentationDashboardsService", + "description": [], + "source": { + "path": "src/plugins/presentation_util/public/services/dashboards.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationDashboardsService.findDashboards", + "type": "Function", + "tags": [], + "label": "findDashboards", + "description": [], + "signature": [ + "(query: string, fields: string[]) => Promise<", + { + "pluginId": "core", + "scope": "public", + "docId": "kibCoreSavedObjectsPluginApi", + "section": "def-public.SimpleSavedObject", + "text": "SimpleSavedObject" + }, + "<", + "PartialDashboardAttributes", + ">[]>" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/dashboards.ts", + "lineNumber": 13 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.query", + "type": "string", + "tags": [], + "label": "query", + "description": [], + "source": { + "path": "src/plugins/presentation_util/public/services/dashboards.ts", + "lineNumber": 14 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.fields", + "type": "Array", + "tags": [], + "label": "fields", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/dashboards.ts", + "lineNumber": 15 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationDashboardsService.findDashboardsByTitle", + "type": "Function", + "tags": [], + "label": "findDashboardsByTitle", + "description": [], + "signature": [ + "(title: string) => Promise<", + { + "pluginId": "core", + "scope": "public", + "docId": "kibCoreSavedObjectsPluginApi", + "section": "def-public.SimpleSavedObject", + "text": "SimpleSavedObject" + }, + "<", + "PartialDashboardAttributes", + ">[]>" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/dashboards.ts", + "lineNumber": 17 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "source": { + "path": "src/plugins/presentation_util/public/services/dashboards.ts", + "lineNumber": 18 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationLabsService", + "type": "Interface", + "tags": [], + "label": "PresentationLabsService", + "description": [], + "source": { + "path": "src/plugins/presentation_util/public/services/labs.ts", + "lineNumber": 22 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationLabsService.isProjectEnabled", + "type": "Function", + "tags": [], + "label": "isProjectEnabled", + "description": [], + "signature": [ + "(id: \"labs:dashboard:deferBelowFold\") => boolean" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/labs.ts", + "lineNumber": 23 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "signature": [ + "\"labs:dashboard:deferBelowFold\"" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/labs.ts", + "lineNumber": 23 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationLabsService.getProjectIDs", + "type": "Function", + "tags": [], + "label": "getProjectIDs", + "description": [], + "signature": [ + "() => readonly [\"labs:dashboard:deferBelowFold\"]" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/labs.ts", + "lineNumber": 24 + }, + "deprecated": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationLabsService.getProject", + "type": "Function", + "tags": [], + "label": "getProject", + "description": [], + "signature": [ + "(id: \"labs:dashboard:deferBelowFold\") => ", + { + "pluginId": "presentationUtil", + "scope": "common", + "docId": "kibPresentationUtilPluginApi", + "section": "def-common.Project", + "text": "Project" + } + ], + "source": { + "path": "src/plugins/presentation_util/public/services/labs.ts", + "lineNumber": 25 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "signature": [ + "\"labs:dashboard:deferBelowFold\"" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/labs.ts", + "lineNumber": 25 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationLabsService.getProjects", + "type": "Function", + "tags": [], + "label": "getProjects", + "description": [], + "signature": [ + "(solutions?: (\"dashboard\" | \"canvas\" | \"presentation\")[] | undefined) => Record<\"labs:dashboard:deferBelowFold\", ", + { + "pluginId": "presentationUtil", + "scope": "common", + "docId": "kibPresentationUtilPluginApi", + "section": "def-common.Project", + "text": "Project" + }, + ">" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/labs.ts", + "lineNumber": 26 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.solutions", + "type": "Array", + "tags": [], + "label": "solutions", + "description": [], + "signature": [ + "(\"dashboard\" | \"canvas\" | \"presentation\")[] | undefined" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/labs.ts", + "lineNumber": 26 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationLabsService.setProjectStatus", + "type": "Function", + "tags": [], + "label": "setProjectStatus", + "description": [], + "signature": [ + "(id: \"labs:dashboard:deferBelowFold\", env: \"kibana\" | \"browser\" | \"session\", status: boolean) => void" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/labs.ts", + "lineNumber": 27 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "signature": [ + "\"labs:dashboard:deferBelowFold\"" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/labs.ts", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.env", + "type": "CompoundType", + "tags": [], + "label": "env", + "description": [], + "signature": [ + "\"kibana\" | \"browser\" | \"session\"" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/labs.ts", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.status", + "type": "boolean", + "tags": [], + "label": "status", + "description": [], + "source": { + "path": "src/plugins/presentation_util/public/services/labs.ts", + "lineNumber": 27 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PresentationLabsService.reset", + "type": "Function", + "tags": [], + "label": "reset", + "description": [], + "signature": [ + "() => void" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/labs.ts", + "lineNumber": 28 + }, + "deprecated": false, + "returnComment": [], + "children": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.QuickButtonProps", + "type": "Interface", + "tags": [], + "label": "QuickButtonProps", + "description": [], + "signature": [ + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.QuickButtonProps", + "text": "QuickButtonProps" + }, + " extends Pick<", + "EuiButtonGroupOptionProps", + ", \"iconType\">" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/quick_group.tsx", + "lineNumber": 17 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.QuickButtonProps.createType", + "type": "string", + "tags": [], + "label": "createType", + "description": [], + "source": { + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/quick_group.tsx", + "lineNumber": 18 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.QuickButtonProps.onClick", + "type": "Function", + "tags": [], + "label": "onClick", + "description": [], + "signature": [ + "() => void" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/quick_group.tsx", + "lineNumber": 19 + }, + "deprecated": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.QuickButtonProps.isDarkModeEnabled", + "type": "CompoundType", + "tags": [], + "label": "isDarkModeEnabled", + "description": [], + "signature": [ + "boolean | undefined" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/solution_toolbar/items/quick_group.tsx", + "lineNumber": 20 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.SaveModalDashboardProps", + "type": "Interface", + "tags": [], + "label": "SaveModalDashboardProps", + "description": [], + "source": { + "path": "src/plugins/presentation_util/public/components/types.ts", + "lineNumber": 17 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.SaveModalDashboardProps.documentInfo", + "type": "Object", + "tags": [], + "label": "documentInfo", + "description": [], + "signature": [ + "SaveModalDocumentInfo" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/types.ts", + "lineNumber": 18 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.SaveModalDashboardProps.canSaveByReference", + "type": "boolean", + "tags": [], + "label": "canSaveByReference", + "description": [], + "source": { + "path": "src/plugins/presentation_util/public/components/types.ts", + "lineNumber": 19 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.SaveModalDashboardProps.objectType", + "type": "string", + "tags": [], + "label": "objectType", + "description": [], + "source": { + "path": "src/plugins/presentation_util/public/components/types.ts", + "lineNumber": 20 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.SaveModalDashboardProps.onClose", + "type": "Function", + "tags": [], + "label": "onClose", + "description": [], + "signature": [ + "() => void" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/types.ts", + "lineNumber": 21 + }, + "deprecated": false, + "returnComment": [], + "children": [] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.SaveModalDashboardProps.onSave", + "type": "Function", + "tags": [], + "label": "onSave", + "description": [], + "signature": [ + "(props: ", + { + "pluginId": "savedObjects", + "scope": "public", + "docId": "kibSavedObjectsPluginApi", + "section": "def-public.OnSaveProps", + "text": "OnSaveProps" + }, + " & { dashboardId: string | null; addToLibrary: boolean; }) => void" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/types.ts", + "lineNumber": 22 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.props", + "type": "CompoundType", + "tags": [], + "label": "props", + "description": [], + "signature": [ + { + "pluginId": "savedObjects", + "scope": "public", + "docId": "kibSavedObjectsPluginApi", + "section": "def-public.OnSaveProps", + "text": "OnSaveProps" + }, + " & { dashboardId: string | null; addToLibrary: boolean; }" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/types.ts", + "lineNumber": 22 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.SaveModalDashboardProps.tagOptions", + "type": "CompoundType", + "tags": [], + "label": "tagOptions", + "description": [], + "signature": [ + "string | number | boolean | {} | React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | React.ReactNodeArray | React.ReactPortal | ((state: ", + { + "pluginId": "savedObjects", + "scope": "public", + "docId": "kibSavedObjectsPluginApi", + "section": "def-public.SaveModalState", + "text": "SaveModalState" + }, + ") => React.ReactNode) | null | undefined" + ], + "source": { + "path": "src/plugins/presentation_util/public/components/types.ts", + "lineNumber": 23 + }, + "deprecated": false + } + ], + "initialIsOpen": false + } + ], + "enums": [], + "misc": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.imageTypes", + "type": "Array", + "tags": [], + "label": "imageTypes", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "src/plugins/presentation_util/common/lib/utils/dataurl.ts", + "lineNumber": 16 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.KibanaPluginServiceFactory", + "type": "Type", + "tags": [], + "label": "KibanaPluginServiceFactory", + "description": [ + "\nA factory function for creating a Kibana-based service.\n\nThe `Service` generic determines the shape of the API being produced.\nThe `Setup` generic refers to the specific Plugin `TPluginsSetup`.\nThe `Start` generic refers to the specific Plugin `TPluginsStart`." + ], + "signature": [ + "(params: ", + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.KibanaPluginServiceParams", + "text": "KibanaPluginServiceParams" + }, + ") => Service" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/factory.ts", + "lineNumber": 41 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceFactory", + "type": "Type", + "tags": [], + "label": "PluginServiceFactory", + "description": [ + "\nA factory function for creating a service.\n\nThe `Service` generic determines the shape of the API being produced.\nThe `StartParameters` generic determines what parameters are expected to\ncreate the service." + ], + "signature": [ + "(params: Parameters) => Service" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/factory.ts", + "lineNumber": 19 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.PluginServiceProviders", + "type": "Type", + "tags": [], + "label": "PluginServiceProviders", + "description": [ + "\nA collection of `PluginServiceProvider` objects, keyed by the `Services` API generic.\n\nThe `Services` generic determines the shape of all service APIs being produced.\nThe `StartParameters` generic determines what parameters are expected to\nstart the service." + ], + "signature": [ + "{ [K in keyof Services]: ", + { + "pluginId": "presentationUtil", + "scope": "public", + "docId": "kibPresentationUtilPluginApi", + "section": "def-public.PluginServiceProvider", + "text": "PluginServiceProvider" + }, + "; }" + ], + "source": { + "path": "src/plugins/presentation_util/public/services/create/provider.tsx", + "lineNumber": 19 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.Project", + "type": "Type", + "tags": [], + "label": "Project", + "description": [], + "signature": [ + { + "pluginId": "presentationUtil", + "scope": "common", + "docId": "kibPresentationUtilPluginApi", + "section": "def-common.ProjectConfig", + "text": "ProjectConfig" + }, + " & { status: ", + { + "pluginId": "presentationUtil", + "scope": "common", + "docId": "kibPresentationUtilPluginApi", + "section": "def-common.ProjectStatus", + "text": "ProjectStatus" + }, + "; }" + ], + "source": { + "path": "src/plugins/presentation_util/common/labs.ts", + "lineNumber": 63 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.ProjectID", + "type": "Type", + "tags": [], + "label": "ProjectID", + "description": [], + "signature": [ + "\"labs:dashboard:deferBelowFold\"" + ], + "source": { + "path": "src/plugins/presentation_util/common/labs.ts", + "lineNumber": 39 + }, + "deprecated": false, + "initialIsOpen": false + } + ], + "objects": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.fontStyle", + "type": "Object", + "tags": [], + "label": "fontStyle", + "description": [], + "source": { + "path": "src/plugins/presentation_util/common/lib/test_helpers/test_styles.ts", + "lineNumber": 9 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.fontStyle.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "source": { + "path": "src/plugins/presentation_util/common/lib/test_helpers/test_styles.ts", + "lineNumber": 10 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.fontStyle.spec", + "type": "Object", + "tags": [], + "label": "spec", + "description": [], + "source": { + "path": "src/plugins/presentation_util/common/lib/test_helpers/test_styles.ts", + "lineNumber": 11 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "presentationUtil", + "id": "def-public.fontStyle.spec.fontFamily", + "type": "string", + "tags": [], + "label": "fontFamily", + "description": [], + "source": { + "path": "src/plugins/presentation_util/common/lib/test_helpers/test_styles.ts", + "lineNumber": 12 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.fontStyle.spec.fontWeight", + "type": "string", + "tags": [], + "label": "fontWeight", + "description": [], + "source": { + "path": "src/plugins/presentation_util/common/lib/test_helpers/test_styles.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.fontStyle.spec.fontStyle", + "type": "string", + "tags": [], + "label": "fontStyle", + "description": [], + "source": { + "path": "src/plugins/presentation_util/common/lib/test_helpers/test_styles.ts", + "lineNumber": 14 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.fontStyle.spec.textDecoration", + "type": "string", + "tags": [], + "label": "textDecoration", + "description": [], + "source": { + "path": "src/plugins/presentation_util/common/lib/test_helpers/test_styles.ts", + "lineNumber": 15 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.fontStyle.spec.color", + "type": "string", + "tags": [], + "label": "color", + "description": [], + "source": { + "path": "src/plugins/presentation_util/common/lib/test_helpers/test_styles.ts", + "lineNumber": 16 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.fontStyle.spec.textAlign", + "type": "string", + "tags": [], + "label": "textAlign", + "description": [], + "source": { + "path": "src/plugins/presentation_util/common/lib/test_helpers/test_styles.ts", + "lineNumber": 17 + }, + "deprecated": false + }, + { + "parentPluginId": "presentationUtil", + "id": "def-public.fontStyle.spec.fontSize", + "type": "string", + "tags": [], + "label": "fontSize", + "description": [], + "source": { + "path": "src/plugins/presentation_util/common/lib/test_helpers/test_styles.ts", + "lineNumber": 18 + }, + "deprecated": false }, - " & { dashboardId: string | null; addToLibrary: boolean; }) => void" - ], - "source": { - "path": "src/plugins/presentation_util/public/components/types.ts", - "lineNumber": 22 - }, - "deprecated": false, - "returnComment": [], - "children": [ { "parentPluginId": "presentationUtil", - "id": "def-public.props", - "type": "CompoundType", + "id": "def-public.fontStyle.spec.lineHeight", + "type": "string", "tags": [], - "label": "props", + "label": "lineHeight", "description": [], - "signature": [ - { - "pluginId": "savedObjects", - "scope": "public", - "docId": "kibSavedObjectsPluginApi", - "section": "def-public.OnSaveProps", - "text": "OnSaveProps" - }, - " & { dashboardId: string | null; addToLibrary: boolean; }" - ], "source": { - "path": "src/plugins/presentation_util/public/components/types.ts", - "lineNumber": 22 + "path": "src/plugins/presentation_util/common/lib/test_helpers/test_styles.ts", + "lineNumber": 19 }, "deprecated": false } @@ -1206,85 +2628,20 @@ }, { "parentPluginId": "presentationUtil", - "id": "def-public.SaveModalDashboardProps.tagOptions", - "type": "CompoundType", + "id": "def-public.fontStyle.css", + "type": "string", "tags": [], - "label": "tagOptions", + "label": "css", "description": [], - "signature": [ - "string | number | boolean | {} | React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | React.ReactNodeArray | React.ReactPortal | ((state: ", - { - "pluginId": "savedObjects", - "scope": "public", - "docId": "kibSavedObjectsPluginApi", - "section": "def-public.SaveModalState", - "text": "SaveModalState" - }, - ") => React.ReactNode) | null | undefined" - ], "source": { - "path": "src/plugins/presentation_util/public/components/types.ts", - "lineNumber": 23 + "path": "src/plugins/presentation_util/common/lib/test_helpers/test_styles.ts", + "lineNumber": 21 }, "deprecated": false } ], "initialIsOpen": false - } - ], - "enums": [], - "misc": [ - { - "parentPluginId": "presentationUtil", - "id": "def-public.Project", - "type": "Type", - "tags": [], - "label": "Project", - "description": [], - "signature": [ - { - "pluginId": "presentationUtil", - "scope": "common", - "docId": "kibPresentationUtilPluginApi", - "section": "def-common.ProjectConfig", - "text": "ProjectConfig" - }, - " & { status: ", - { - "pluginId": "presentationUtil", - "scope": "common", - "docId": "kibPresentationUtilPluginApi", - "section": "def-common.ProjectStatus", - "text": "ProjectStatus" - }, - "; }" - ], - "source": { - "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 77 - }, - "deprecated": false, - "initialIsOpen": false }, - { - "parentPluginId": "presentationUtil", - "id": "def-public.ProjectID", - "type": "Type", - "tags": [], - "label": "ProjectID", - "description": [], - "signature": [ - "\"labs:presentation:timeToPresent\" | \"labs:dashboard:deferBelowFold\"" - ], - "source": { - "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 53 - }, - "deprecated": false, - "initialIsOpen": false - } - ], - "objects": [ { "parentPluginId": "presentationUtil", "id": "def-public.projectIDs", @@ -1293,11 +2650,11 @@ "label": "projectIDs", "description": [], "signature": [ - "readonly [\"labs:presentation:timeToPresent\", \"labs:dashboard:deferBelowFold\"]" + "readonly [\"labs:dashboard:deferBelowFold\"]" ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 15 + "lineNumber": 14 }, "deprecated": false, "initialIsOpen": false @@ -1447,11 +2804,11 @@ "label": "getProjectIDs", "description": [], "signature": [ - "() => readonly [\"labs:presentation:timeToPresent\", \"labs:dashboard:deferBelowFold\"]" + "() => readonly [\"labs:dashboard:deferBelowFold\"]" ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 79 + "lineNumber": 65 }, "deprecated": false, "children": [], @@ -1478,7 +2835,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 81 + "lineNumber": 67 }, "deprecated": false, "children": [ @@ -1494,7 +2851,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 81 + "lineNumber": 67 }, "deprecated": false, "isRequired": true @@ -1517,7 +2874,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 81 + "lineNumber": 67 }, "deprecated": false, "isRequired": true @@ -1537,23 +2894,23 @@ "description": [], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 67 + "lineNumber": 53 }, "deprecated": false, "children": [ { "parentPluginId": "presentationUtil", "id": "def-common.ProjectConfig.id", - "type": "CompoundType", + "type": "string", "tags": [], "label": "id", "description": [], "signature": [ - "\"labs:presentation:timeToPresent\" | \"labs:dashboard:deferBelowFold\"" + "\"labs:dashboard:deferBelowFold\"" ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 68 + "lineNumber": 54 }, "deprecated": false }, @@ -1566,7 +2923,7 @@ "description": [], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 69 + "lineNumber": 55 }, "deprecated": false }, @@ -1579,7 +2936,7 @@ "description": [], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 70 + "lineNumber": 56 }, "deprecated": false }, @@ -1592,7 +2949,7 @@ "description": [], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 71 + "lineNumber": 57 }, "deprecated": false }, @@ -1608,7 +2965,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 72 + "lineNumber": 58 }, "deprecated": false }, @@ -1621,7 +2978,7 @@ "description": [], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 73 + "lineNumber": 59 }, "deprecated": false }, @@ -1637,7 +2994,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 74 + "lineNumber": 60 }, "deprecated": false } @@ -1659,7 +3016,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 13 + "lineNumber": 12 }, "deprecated": false, "initialIsOpen": false @@ -1676,7 +3033,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 54 + "lineNumber": 40 }, "deprecated": false, "initialIsOpen": false @@ -1693,7 +3050,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 57 + "lineNumber": 43 }, "deprecated": false, "initialIsOpen": false @@ -1776,7 +3133,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 77 + "lineNumber": 63 }, "deprecated": false, "initialIsOpen": false @@ -1789,11 +3146,11 @@ "label": "ProjectID", "description": [], "signature": [ - "\"labs:presentation:timeToPresent\" | \"labs:dashboard:deferBelowFold\"" + "\"labs:dashboard:deferBelowFold\"" ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 53 + "lineNumber": 39 }, "deprecated": false, "initialIsOpen": false @@ -1817,7 +3174,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 61 + "lineNumber": 47 }, "deprecated": false, "initialIsOpen": false @@ -1834,24 +3191,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 55 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-common.TIME_TO_PRESENT", - "type": "string", - "tags": [], - "label": "TIME_TO_PRESENT", - "description": [], - "signature": [ - "\"labs:presentation:timeToPresent\"" - ], - "source": { - "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 12 + "lineNumber": 41 }, "deprecated": false, "initialIsOpen": false @@ -1870,7 +3210,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 16 + "lineNumber": 15 }, "deprecated": false, "initialIsOpen": false @@ -1883,11 +3223,11 @@ "label": "projectIDs", "description": [], "signature": [ - "readonly [\"labs:presentation:timeToPresent\", \"labs:dashboard:deferBelowFold\"]" + "readonly [\"labs:dashboard:deferBelowFold\"]" ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 15 + "lineNumber": 14 }, "deprecated": false, "initialIsOpen": false @@ -1903,131 +3243,10 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 23 + "lineNumber": 22 }, "deprecated": false, "children": [ - { - "parentPluginId": "presentationUtil", - "id": "def-common.projects.TIME_TO_PRESENT", - "type": "Object", - "tags": [], - "label": "[TIME_TO_PRESENT]", - "description": [], - "source": { - "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 24 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "presentationUtil", - "id": "def-common.projects.TIME_TO_PRESENT.id", - "type": "string", - "tags": [], - "label": "id", - "description": [], - "signature": [ - "\"labs:presentation:timeToPresent\"" - ], - "source": { - "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 25 - }, - "deprecated": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-common.projects.TIME_TO_PRESENT.isActive", - "type": "boolean", - "tags": [], - "label": "isActive", - "description": [], - "signature": [ - "false" - ], - "source": { - "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 26 - }, - "deprecated": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-common.projects.TIME_TO_PRESENT.isDisplayed", - "type": "boolean", - "tags": [], - "label": "isDisplayed", - "description": [], - "signature": [ - "false" - ], - "source": { - "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 27 - }, - "deprecated": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-common.projects.TIME_TO_PRESENT.environments", - "type": "Array", - "tags": [], - "label": "environments", - "description": [], - "signature": [ - "(\"kibana\" | \"browser\" | \"session\")[]" - ], - "source": { - "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 28 - }, - "deprecated": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-common.projects.TIME_TO_PRESENT.name", - "type": "string", - "tags": [], - "label": "name", - "description": [], - "source": { - "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 29 - }, - "deprecated": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-common.projects.TIME_TO_PRESENT.description", - "type": "string", - "tags": [], - "label": "description", - "description": [], - "source": { - "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 32 - }, - "deprecated": false - }, - { - "parentPluginId": "presentationUtil", - "id": "def-common.projects.TIME_TO_PRESENT.solutions", - "type": "Array", - "tags": [], - "label": "solutions", - "description": [], - "signature": [ - "\"canvas\"[]" - ], - "source": { - "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 35 - }, - "deprecated": false - } - ] - }, { "parentPluginId": "presentationUtil", "id": "def-common.projects.DEFER_BELOW_FOLD", @@ -2037,7 +3256,7 @@ "description": [], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 37 + "lineNumber": 23 }, "deprecated": false, "children": [ @@ -2053,7 +3272,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 38 + "lineNumber": 24 }, "deprecated": false }, @@ -2069,7 +3288,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 39 + "lineNumber": 25 }, "deprecated": false }, @@ -2085,7 +3304,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 40 + "lineNumber": 26 }, "deprecated": false }, @@ -2101,7 +3320,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 41 + "lineNumber": 27 }, "deprecated": false }, @@ -2114,7 +3333,7 @@ "description": [], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 42 + "lineNumber": 28 }, "deprecated": false }, @@ -2127,7 +3346,7 @@ "description": [], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 45 + "lineNumber": 31 }, "deprecated": false }, @@ -2143,7 +3362,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 49 + "lineNumber": 35 }, "deprecated": false } @@ -2164,7 +3383,7 @@ ], "source": { "path": "src/plugins/presentation_util/common/labs.ts", - "lineNumber": 17 + "lineNumber": 16 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx index 21f5b89d3a591..b2376b309272c 100644 --- a/api_docs/presentation_util.mdx +++ b/api_docs/presentation_util.mdx @@ -18,7 +18,7 @@ import presentationUtilObj from './presentation_util.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 116 | 1 | 112 | 3 | +| 176 | 3 | 149 | 5 | ## Client @@ -34,6 +34,9 @@ import presentationUtilObj from './presentation_util.json'; ### Functions +### Classes + + ### Interfaces diff --git a/api_docs/reporting.json b/api_docs/reporting.json index 47ea0f2f4a0e8..328d872aa11f7 100644 --- a/api_docs/reporting.json +++ b/api_docs/reporting.json @@ -9,9 +9,19 @@ "tags": [], "label": "ReportingAPIClient", "description": [], + "signature": [ + { + "pluginId": "reporting", + "scope": "public", + "docId": "kibReportingPluginApi", + "section": "def-public.ReportingAPIClient", + "text": "ReportingAPIClient" + }, + " implements IReportingAPI" + ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 47 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 59 }, "deprecated": false, "children": [ @@ -26,8 +36,8 @@ "any" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 50 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 62 }, "deprecated": false, "children": [ @@ -48,8 +58,8 @@ } ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 50 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 62 }, "deprecated": false, "isRequired": true @@ -68,8 +78,8 @@ "(jobId: string) => string" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 54 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 66 }, "deprecated": false, "children": [ @@ -84,8 +94,8 @@ "string" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 54 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 66 }, "deprecated": false, "isRequired": true @@ -104,8 +114,8 @@ "(jobId: string) => void" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 61 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 73 }, "deprecated": false, "children": [ @@ -120,8 +130,8 @@ "string" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 61 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 73 }, "deprecated": false, "isRequired": true @@ -140,8 +150,8 @@ "(jobId: string) => Promise" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 67 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 79 }, "deprecated": false, "children": [ @@ -156,8 +166,8 @@ "string" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 67 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 79 }, "deprecated": false, "isRequired": true @@ -174,12 +184,12 @@ "description": [], "signature": [ "(page?: number, jobIds?: string[]) => Promise<", - "JobQueueEntry", + "Job", "[]>" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 73 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 85 }, "deprecated": false, "children": [ @@ -194,8 +204,8 @@ "number" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 73 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 85 }, "deprecated": false, "isRequired": true @@ -211,8 +221,8 @@ "string[]" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 73 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 85 }, "deprecated": false, "isRequired": true @@ -228,11 +238,11 @@ "label": "total", "description": [], "signature": [ - "() => Promise" + "() => Promise" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 86 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 100 }, "deprecated": false, "children": [], @@ -240,25 +250,23 @@ }, { "parentPluginId": "reporting", - "id": "def-public.ReportingAPIClient.getContent", + "id": "def-public.ReportingAPIClient.getError", "type": "Function", "tags": [], - "label": "getContent", + "label": "getError", "description": [], "signature": [ - "(jobId: string) => Promise<", - "JobContent", - ">" + "(jobId: string) => Promise" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 92 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 106 }, "deprecated": false, "children": [ { "parentPluginId": "reporting", - "id": "def-public.ReportingAPIClient.getContent.$1", + "id": "def-public.ReportingAPIClient.getError.$1", "type": "string", "tags": [], "label": "jobId", @@ -267,8 +275,8 @@ "string" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 92 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 106 }, "deprecated": false, "isRequired": true @@ -285,12 +293,12 @@ "description": [], "signature": [ "(jobId: string) => Promise<", - "ReportApiJSON", + "Job", ">" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 98 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 120 }, "deprecated": false, "children": [ @@ -305,8 +313,8 @@ "string" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 98 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 120 }, "deprecated": false, "isRequired": true @@ -323,12 +331,12 @@ "description": [], "signature": [ "(jobIds: string[]) => Promise<", - "ReportDocument", + "Job", "[]>" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 104 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 127 }, "deprecated": false, "children": [ @@ -343,8 +351,8 @@ "string[]" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 104 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 127 }, "deprecated": false, "isRequired": true @@ -363,8 +371,8 @@ "(exportType: string, jobParams: JobParams) => string" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 114 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 135 }, "deprecated": false, "children": [ @@ -379,8 +387,8 @@ "string" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 114 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 135 }, "deprecated": false, "isRequired": true @@ -396,8 +404,8 @@ "JobParams" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 114 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 135 }, "deprecated": false, "isRequired": true @@ -413,11 +421,13 @@ "label": "createReportingJob", "description": [], "signature": [ - "(exportType: string, jobParams: any) => Promise" + "(exportType: string, jobParams: any) => Promise<", + "Job", + ">" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 122 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 140 }, "deprecated": false, "children": [ @@ -432,8 +442,8 @@ "string" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 122 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 140 }, "deprecated": false, "isRequired": true @@ -449,8 +459,8 @@ "any" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 122 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 140 }, "deprecated": false, "isRequired": true @@ -469,8 +479,8 @@ "() => string" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 136 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 157 }, "deprecated": false, "children": [], @@ -487,8 +497,8 @@ "(jobId: string) => string" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 139 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 160 }, "deprecated": false, "children": [ @@ -503,8 +513,8 @@ "string" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 139 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 160 }, "deprecated": false, "isRequired": true @@ -523,8 +533,8 @@ "() => string" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 145 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 163 }, "deprecated": false, "children": [], @@ -538,13 +548,11 @@ "label": "verifyConfig", "description": [], "signature": [ - "() => Promise<", - "DiagnoseResponse", - ">" + "() => Promise" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 150 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 165 }, "deprecated": false, "children": [], @@ -558,13 +566,11 @@ "label": "verifyBrowser", "description": [], "signature": [ - "() => Promise<", - "DiagnoseResponse", - ">" + "() => Promise" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 158 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 171 }, "deprecated": false, "children": [], @@ -578,13 +584,29 @@ "label": "verifyScreenCapture", "description": [], "signature": [ - "() => Promise<", - "DiagnoseResponse", - ">" + "() => Promise" + ], + "source": { + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 177 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "reporting", + "id": "def-public.ReportingAPIClient.migrateReportingIndicesIlmPolicy", + "type": "Function", + "tags": [], + "label": "migrateReportingIndicesIlmPolicy", + "description": [], + "signature": [ + "() => Promise" ], "source": { - "path": "x-pack/plugins/reporting/public/lib/reporting_api_client.ts", - "lineNumber": 166 + "path": "x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts", + "lineNumber": 183 }, "deprecated": false, "children": [], @@ -640,7 +662,7 @@ ], "source": { "path": "x-pack/plugins/reporting/public/plugin.ts", - "lineNumber": 79 + "lineNumber": 84 }, "deprecated": false, "children": [ @@ -656,7 +678,7 @@ ], "source": { "path": "x-pack/plugins/reporting/public/plugin.ts", - "lineNumber": 97 + "lineNumber": 102 }, "deprecated": false, "children": [ @@ -679,7 +701,7 @@ ], "source": { "path": "x-pack/plugins/reporting/public/plugin.ts", - "lineNumber": 97 + "lineNumber": 102 }, "deprecated": false, "isRequired": true @@ -716,7 +738,7 @@ ], "source": { "path": "x-pack/plugins/reporting/public/plugin.ts", - "lineNumber": 117 + "lineNumber": 122 }, "deprecated": false, "children": [ @@ -739,7 +761,7 @@ ], "source": { "path": "x-pack/plugins/reporting/public/plugin.ts", - "lineNumber": 117 + "lineNumber": 122 }, "deprecated": false, "isRequired": true @@ -756,7 +778,7 @@ ], "source": { "path": "x-pack/plugins/reporting/public/plugin.ts", - "lineNumber": 117 + "lineNumber": 122 }, "deprecated": false, "isRequired": true @@ -791,7 +813,7 @@ ], "source": { "path": "x-pack/plugins/reporting/public/plugin.ts", - "lineNumber": 200 + "lineNumber": 215 }, "deprecated": false, "children": [ @@ -813,7 +835,7 @@ ], "source": { "path": "x-pack/plugins/reporting/public/plugin.ts", - "lineNumber": 200 + "lineNumber": 215 }, "deprecated": false, "isRequired": true @@ -833,7 +855,7 @@ ], "source": { "path": "x-pack/plugins/reporting/public/plugin.ts", - "lineNumber": 219 + "lineNumber": 234 }, "deprecated": false, "children": [], @@ -982,9 +1004,9 @@ "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, - "; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", + "; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", "ByteSizeValue", - "; useByteOrderMarkEncoding: boolean; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>" + "; useByteOrderMarkEncoding: boolean; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>" ], "source": { "path": "x-pack/plugins/reporting/server/core.ts", @@ -1953,9 +1975,9 @@ "section": "def-server.PluginInitializerContext", "text": "PluginInitializerContext" }, - "; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", + "; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", "ByteSizeValue", - "; useByteOrderMarkEncoding: boolean; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>" + "; useByteOrderMarkEncoding: boolean; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>" ], "source": { "path": "x-pack/plugins/reporting/server/plugin.ts", @@ -2091,7 +2113,7 @@ ], "source": { "path": "x-pack/plugins/reporting/server/plugin.ts", - "lineNumber": 88 + "lineNumber": 91 }, "deprecated": false, "children": [ @@ -2113,7 +2135,7 @@ ], "source": { "path": "x-pack/plugins/reporting/server/plugin.ts", - "lineNumber": 88 + "lineNumber": 91 }, "deprecated": false, "isRequired": true @@ -2136,7 +2158,7 @@ ], "source": { "path": "x-pack/plugins/reporting/server/plugin.ts", - "lineNumber": 88 + "lineNumber": 91 }, "deprecated": false, "isRequired": true @@ -2165,9 +2187,9 @@ "section": "def-server.ReportingConfig", "text": "ReportingConfig" }, - " extends Config; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", + " extends Config; }>; autoDownload: boolean; }>; timeouts: Readonly<{} & { openUrl: number | moment.Duration; waitForElements: number | moment.Duration; renderComplete: number | moment.Duration; }>; networkPolicy: Readonly<{} & { enabled: boolean; rules: Readonly<{ host?: string | undefined; protocol?: string | undefined; } & { allow: boolean; }>[]; }>; zoom: number; viewport: Readonly<{} & { height: number; width: number; }>; loadDelay: number | moment.Duration; maxAttempts: number; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; kibanaServer: Readonly<{ hostname?: string | undefined; port?: number | undefined; protocol?: string | undefined; } & {}>; queue: Readonly<{} & { timeout: number | moment.Duration; pollInterval: number | moment.Duration; indexInterval: string; pollEnabled: boolean; pollIntervalErrorMultiplier: number; }>; csv: Readonly<{} & { scroll: Readonly<{} & { size: number; duration: string; }>; checkForFormulas: boolean; escapeFormulaValues: boolean; enablePanelActionDownload: boolean; maxSizeBytes: number | ", "ByteSizeValue", - "; useByteOrderMarkEncoding: boolean; }>; roles: Readonly<{} & { enabled: boolean; allow: string[]; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>" + "; useByteOrderMarkEncoding: boolean; }>; poll: Readonly<{} & { jobCompletionNotifier: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; jobsRefresh: Readonly<{} & { interval: number; intervalErrorMultiplier: number; }>; }>; }>>" ], "source": { "path": "x-pack/plugins/reporting/server/config/config.ts", @@ -2410,9 +2432,9 @@ "signature": [ "Pick<", "TaskScheduling", - ", \"schedule\" | \"runNow\" | \"ensureScheduled\"> & Pick<", + ", \"schedule\" | \"runNow\" | \"ephemeralRunNow\" | \"ensureScheduled\"> & Pick<", "TaskStore", - ", \"remove\" | \"get\" | \"fetch\"> & { removeIfExists: (id: string) => Promise; }" + ", \"remove\" | \"get\" | \"fetch\"> & { removeIfExists: (id: string) => Promise; } & { supportsEphemeralTasks: () => boolean; }" ], "source": { "path": "x-pack/plugins/reporting/server/types.ts", diff --git a/api_docs/reporting.mdx b/api_docs/reporting.mdx index f2b0b0b840558..2c46a2c088852 100644 --- a/api_docs/reporting.mdx +++ b/api_docs/reporting.mdx @@ -10,15 +10,15 @@ warning: This document is auto-generated and is meant to be viewed inside our ex --- import reportingObj from './reporting.json'; +Reporting Services enables applications to feature reports that the user can automate with Watcher and download later. - - +Contact [Kibana Reporting Services](https://github.com/orgs/elastic/teams/kibana-reporting-services) for questions regarding this plugin. **Code health stats** | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 132 | 1 | 131 | 18 | +| 133 | 1 | 132 | 14 | ## Client diff --git a/api_docs/rule_registry.json b/api_docs/rule_registry.json index ec570c7a7e813..7b69dea910833 100644 --- a/api_docs/rule_registry.json +++ b/api_docs/rule_registry.json @@ -36,7 +36,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts", - "lineNumber": 23 + "lineNumber": 22 }, "deprecated": false, "children": [ @@ -52,7 +52,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts", - "lineNumber": 24 + "lineNumber": 23 }, "deprecated": false, "children": [ @@ -68,7 +68,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts", - "lineNumber": 24 + "lineNumber": 23 }, "deprecated": false, "isRequired": true @@ -76,6 +76,24 @@ ], "returnComment": [] }, + { + "parentPluginId": "ruleRegistry", + "id": "def-server.RuleDataClient.isWriteEnabled", + "type": "Function", + "tags": [], + "label": "isWriteEnabled", + "description": [], + "signature": [ + "() => boolean" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts", + "lineNumber": 30 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, { "parentPluginId": "ruleRegistry", "id": "def-server.RuleDataClient.getReader", @@ -89,7 +107,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts", - "lineNumber": 31 + "lineNumber": 34 }, "deprecated": false, "children": [ @@ -102,7 +120,7 @@ "description": [], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts", - "lineNumber": 31 + "lineNumber": 34 }, "deprecated": false, "children": [ @@ -118,7 +136,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts", - "lineNumber": 31 + "lineNumber": 34 }, "deprecated": false } @@ -140,7 +158,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts", - "lineNumber": 73 + "lineNumber": 76 }, "deprecated": false, "children": [ @@ -153,7 +171,7 @@ "description": [], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts", - "lineNumber": 73 + "lineNumber": 76 }, "deprecated": false, "children": [ @@ -169,7 +187,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts", - "lineNumber": 73 + "lineNumber": 76 }, "deprecated": false } @@ -180,36 +198,36 @@ }, { "parentPluginId": "ruleRegistry", - "id": "def-server.RuleDataClient.createOrUpdateWriteTarget", + "id": "def-server.RuleDataClient.createWriteTargetIfNeeded", "type": "Function", "tags": [], - "label": "createOrUpdateWriteTarget", + "label": "createWriteTargetIfNeeded", "description": [], "signature": [ "({ namespace }: { namespace?: string | undefined; }) => Promise" ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts", - "lineNumber": 105 + "lineNumber": 114 }, "deprecated": false, "children": [ { "parentPluginId": "ruleRegistry", - "id": "def-server.RuleDataClient.createOrUpdateWriteTarget.$1.namespace", + "id": "def-server.RuleDataClient.createWriteTargetIfNeeded.$1.namespace", "type": "Object", "tags": [], "label": "{ namespace }", "description": [], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts", - "lineNumber": 105 + "lineNumber": 114 }, "deprecated": false, "children": [ { "parentPluginId": "ruleRegistry", - "id": "def-server.RuleDataClient.createOrUpdateWriteTarget.$1.namespace.namespace", + "id": "def-server.RuleDataClient.createWriteTargetIfNeeded.$1.namespace.namespace", "type": "string", "tags": [], "label": "namespace", @@ -219,7 +237,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/index.ts", - "lineNumber": 105 + "lineNumber": 114 }, "deprecated": false } @@ -235,13 +253,15 @@ "functions": [ { "parentPluginId": "ruleRegistry", - "id": "def-server.createLifecycleRuleTypeFactory", + "id": "def-server.createLifecycleExecutor", "type": "Function", "tags": [], - "label": "createLifecycleRuleTypeFactory", + "label": "createLifecycleExecutor", "description": [], "signature": [ - "({ logger, ruleDataClient, }: { ruleDataClient: ", + "(logger: ", + "Logger", + ", ruleDataClient: Pick<", { "pluginId": "ruleRegistry", "scope": "server", @@ -249,13 +269,15 @@ "section": "def-server.RuleDataClient", "text": "RuleDataClient" }, - "; logger: ", - "Logger", - "; }) => , TAlertInstanceContext extends { [x: string]: unknown; }, TServices extends { alertWithLifecycle: ", - "LifecycleAlertService", - "; }>(type: ", - "AlertTypeWithExecutor", - ") => { executor: (options: ", + ", \"isWriteEnabled\" | \"getReader\" | \"getWriter\" | \"createWriteTargetIfNeeded\">) => = never, State extends Record = never, InstanceState extends { [x: string]: unknown; } = never, InstanceContext extends { [x: string]: unknown; } = never, ActionGroupIds extends string = never>(wrappedExecutor: ", + { + "pluginId": "ruleRegistry", + "scope": "server", + "docId": "kibRuleRegistryPluginApi", + "section": "def-server.LifecycleRuleExecutor", + "text": "LifecycleRuleExecutor" + }, + ") => (options: ", { "pluginId": "alerting", "scope": "server", @@ -263,82 +285,166 @@ "section": "def-server.AlertExecutorOptions", "text": "AlertExecutorOptions" }, - ", { [x: string]: unknown; }, TAlertInstanceContext, never> & { services: any; }) => Promise<{ wrapped: any; trackedAlerts: { [k: string]: { alertId: string; alertUuid: string; started: string; }; }; }>; id: string; name: string; validate?: { params?: ", - "AlertTypeParamsValidator", - " | undefined; } | undefined; actionGroups: ", + ", InstanceState, InstanceContext, ActionGroupIds>) => Promise<", + "WrappedLifecycleRuleState", + ">" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts", + "lineNumber": 102 + }, + "deprecated": false, + "children": [ { - "pluginId": "alerting", - "scope": "common", - "docId": "kibAlertingPluginApi", - "section": "def-common.ActionGroup", - "text": "ActionGroup" + "parentPluginId": "ruleRegistry", + "id": "def-server.createLifecycleExecutor.$1", + "type": "Object", + "tags": [], + "label": "logger", + "description": [], + "signature": [ + "Logger" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts", + "lineNumber": 103 + }, + "deprecated": false, + "isRequired": true }, - "[]; defaultActionGroupId: string; recoveryActionGroup?: ", { - "pluginId": "alerting", - "scope": "common", - "docId": "kibAlertingPluginApi", - "section": "def-common.ActionGroup", - "text": "ActionGroup" + "parentPluginId": "ruleRegistry", + "id": "def-server.createLifecycleExecutor.$2", + "type": "Object", + "tags": [], + "label": "ruleDataClient", + "description": [], + "signature": [ + "Pick<", + { + "pluginId": "ruleRegistry", + "scope": "server", + "docId": "kibRuleRegistryPluginApi", + "section": "def-server.RuleDataClient", + "text": "RuleDataClient" + }, + ", \"isWriteEnabled\" | \"getReader\" | \"getWriter\" | \"createWriteTargetIfNeeded\">" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts", + "lineNumber": 104 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "ruleRegistry", + "id": "def-server.createLifecycleRuleTypeFactory", + "type": "Function", + "tags": [], + "label": "createLifecycleRuleTypeFactory", + "description": [], + "signature": [ + "({ logger, ruleDataClient, }: { ruleDataClient: ", + { + "pluginId": "ruleRegistry", + "scope": "server", + "docId": "kibRuleRegistryPluginApi", + "section": "def-server.RuleDataClient", + "text": "RuleDataClient" }, - " | undefined; producer: string; actionVariables?: { context?: ", + "; logger: ", + "Logger", + "; }) => , TAlertInstanceContext extends { [x: string]: unknown; }, TServices extends { alertWithLifecycle: ", { - "pluginId": "alerting", - "scope": "common", - "docId": "kibAlertingPluginApi", - "section": "def-common.ActionVariable", - "text": "ActionVariable" + "pluginId": "ruleRegistry", + "scope": "server", + "docId": "kibRuleRegistryPluginApi", + "section": "def-server.LifecycleAlertService", + "text": "LifecycleAlertService" }, - "[] | undefined; state?: ", + "; }>(type: ", { - "pluginId": "alerting", - "scope": "common", - "docId": "kibAlertingPluginApi", - "section": "def-common.ActionVariable", - "text": "ActionVariable" + "pluginId": "ruleRegistry", + "scope": "server", + "docId": "kibRuleRegistryPluginApi", + "section": "def-server.AlertTypeWithExecutor", + "text": "AlertTypeWithExecutor" }, - "[] | undefined; params?: ", + ") => ", { - "pluginId": "alerting", - "scope": "common", - "docId": "kibAlertingPluginApi", - "section": "def-common.ActionVariable", - "text": "ActionVariable" + "pluginId": "ruleRegistry", + "scope": "server", + "docId": "kibRuleRegistryPluginApi", + "section": "def-server.AlertTypeWithExecutor", + "text": "AlertTypeWithExecutor" }, - "[] | undefined; } | undefined; minimumLicenseRequired: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"; isExportable: boolean; }" + "" ], "source": { "path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts", - "lineNumber": 62 + "lineNumber": 27 }, "deprecated": false, "children": [ { "parentPluginId": "ruleRegistry", - "id": "def-server.createLifecycleRuleTypeFactory.$1", + "id": "def-server.createLifecycleRuleTypeFactory.$1.loggerruleDataClient", "type": "Object", "tags": [], "label": "{\n logger,\n ruleDataClient,\n}", "description": [], - "signature": [ - "{ ruleDataClient: ", - { - "pluginId": "ruleRegistry", - "scope": "server", - "docId": "kibRuleRegistryPluginApi", - "section": "def-server.RuleDataClient", - "text": "RuleDataClient" - }, - "; logger: ", - "Logger", - "; }" - ], "source": { "path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts", - "lineNumber": 62 + "lineNumber": 30 }, "deprecated": false, - "isRequired": true + "children": [ + { + "parentPluginId": "ruleRegistry", + "id": "def-server.createLifecycleRuleTypeFactory.$1.loggerruleDataClient.ruleDataClient", + "type": "Object", + "tags": [], + "label": "ruleDataClient", + "description": [], + "signature": [ + { + "pluginId": "ruleRegistry", + "scope": "server", + "docId": "kibRuleRegistryPluginApi", + "section": "def-server.RuleDataClient", + "text": "RuleDataClient" + } + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts", + "lineNumber": 31 + }, + "deprecated": false + }, + { + "parentPluginId": "ruleRegistry", + "id": "def-server.createLifecycleRuleTypeFactory.$1.loggerruleDataClient.logger", + "type": "Object", + "tags": [], + "label": "logger", + "description": [], + "signature": [ + "Logger" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts", + "lineNumber": 32 + }, + "deprecated": false + } + ] } ], "returnComment": [], @@ -363,7 +469,13 @@ "; logger: ", "Logger", "; }) => , TAlertInstanceContext extends { [x: string]: unknown; }, TServices extends { alertWithPersistence: PersistenceAlertService; findAlerts: PersistenceAlertQueryService; }>(type: ", - "AlertTypeWithExecutor", + { + "pluginId": "ruleRegistry", + "scope": "server", + "docId": "kibRuleRegistryPluginApi", + "section": "def-server.AlertTypeWithExecutor", + "text": "AlertTypeWithExecutor" + }, ") => { executor: (options: ", { "pluginId": "alerting", @@ -414,7 +526,17 @@ "section": "def-common.ActionVariable", "text": "ActionVariable" }, - "[] | undefined; } | undefined; minimumLicenseRequired: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"; isExportable: boolean; }" + "[] | undefined; } | undefined; minimumLicenseRequired: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"; useSavedObjectReferences?: { extractReferences: (params: TParams) => ", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.RuleParamsAndRefs", + "text": "RuleParamsAndRefs" + }, + "; injectReferences: (params: TParams, references: ", + "SavedObjectReference", + "[]) => TParams; } | undefined; isExportable: boolean; }" ], "source": { "path": "x-pack/plugins/rule_registry/server/utils/create_persistence_rule_type_factory.ts", @@ -455,15 +577,13 @@ }, { "parentPluginId": "ruleRegistry", - "id": "def-server.getRuleExecutorData", + "id": "def-server.getRuleData", "type": "Function", "tags": [], - "label": "getRuleExecutorData", + "label": "getRuleData", "description": [], "signature": [ - "(type: ", - "AlertTypeWithExecutor", - ", options: ", + "(options: ", { "pluginId": "alerting", "scope": "server", @@ -471,7 +591,7 @@ "section": "def-server.AlertExecutorOptions", "text": "AlertExecutorOptions" }, - "<{}, Record, { [x: string]: unknown; }, {}, never> & { services: {}; }) => { \"rule.id\": string; \"rule.uuid\": string; \"rule.category\": string; \"rule.name\": string; tags: string[]; \"kibana.rac.alert.producer\": string; }" + ") => { \"rule.id\": string; \"rule.uuid\": string; \"rule.category\": string; \"rule.name\": string; tags: string[]; \"kibana.rac.alert.producer\": string; }" ], "source": { "path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts", @@ -481,26 +601,8 @@ "children": [ { "parentPluginId": "ruleRegistry", - "id": "def-server.getRuleExecutorData.$1", - "type": "CompoundType", - "tags": [], - "label": "type", - "description": [], - "signature": [ - "AlertTypeWithExecutor", - "" - ], - "source": { - "path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts", - "lineNumber": 28 - }, - "deprecated": false, - "isRequired": true - }, - { - "parentPluginId": "ruleRegistry", - "id": "def-server.getRuleExecutorData.$2", - "type": "CompoundType", + "id": "def-server.getRuleData.$1", + "type": "Object", "tags": [], "label": "options", "description": [], @@ -512,11 +614,11 @@ "section": "def-server.AlertExecutorOptions", "text": "AlertExecutorOptions" }, - "<{}, Record, { [x: string]: unknown; }, {}, never> & { services: {}; }" + "" ], "source": { "path": "x-pack/plugins/rule_registry/server/utils/get_rule_executor_data.ts", - "lineNumber": 29 + "lineNumber": 27 }, "deprecated": false, "isRequired": true @@ -536,7 +638,7 @@ "description": [], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", - "lineNumber": 34 + "lineNumber": 36 }, "deprecated": false, "children": [ @@ -553,7 +655,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", - "lineNumber": 35 + "lineNumber": 37 }, "deprecated": false, "children": [ @@ -566,7 +668,7 @@ "description": [], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", - "lineNumber": 35 + "lineNumber": 37 }, "deprecated": false, "children": [ @@ -582,7 +684,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", - "lineNumber": 35 + "lineNumber": 37 }, "deprecated": false } @@ -604,7 +706,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", - "lineNumber": 36 + "lineNumber": 38 }, "deprecated": false, "children": [ @@ -617,7 +719,7 @@ "description": [], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", - "lineNumber": 36 + "lineNumber": 38 }, "deprecated": false, "children": [ @@ -633,7 +735,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", - "lineNumber": 36 + "lineNumber": 38 }, "deprecated": false } @@ -644,36 +746,54 @@ }, { "parentPluginId": "ruleRegistry", - "id": "def-server.IRuleDataClient.createOrUpdateWriteTarget", + "id": "def-server.IRuleDataClient.isWriteEnabled", "type": "Function", "tags": [], - "label": "createOrUpdateWriteTarget", + "label": "isWriteEnabled", + "description": [], + "signature": [ + "() => boolean" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", + "lineNumber": 39 + }, + "deprecated": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "ruleRegistry", + "id": "def-server.IRuleDataClient.createWriteTargetIfNeeded", + "type": "Function", + "tags": [], + "label": "createWriteTargetIfNeeded", "description": [], "signature": [ "(options: { namespace?: string | undefined; }) => Promise" ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", - "lineNumber": 37 + "lineNumber": 40 }, "deprecated": false, "children": [ { "parentPluginId": "ruleRegistry", - "id": "def-server.IRuleDataClient.createOrUpdateWriteTarget.$1.options", + "id": "def-server.IRuleDataClient.createWriteTargetIfNeeded.$1.options", "type": "Object", "tags": [], "label": "options", "description": [], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", - "lineNumber": 37 + "lineNumber": 40 }, "deprecated": false, "children": [ { "parentPluginId": "ruleRegistry", - "id": "def-server.IRuleDataClient.createOrUpdateWriteTarget.$1.options.namespace", + "id": "def-server.IRuleDataClient.createWriteTargetIfNeeded.$1.options.namespace", "type": "string", "tags": [], "label": "namespace", @@ -683,7 +803,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/rule_data_client/types.ts", - "lineNumber": 37 + "lineNumber": 40 }, "deprecated": false } @@ -695,6 +815,109 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "ruleRegistry", + "id": "def-server.LifecycleAlertServices", + "type": "Interface", + "tags": [], + "label": "LifecycleAlertServices", + "description": [], + "signature": [ + { + "pluginId": "ruleRegistry", + "scope": "server", + "docId": "kibRuleRegistryPluginApi", + "section": "def-server.LifecycleAlertServices", + "text": "LifecycleAlertServices" + }, + "" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts", + "lineNumber": 50 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "ruleRegistry", + "id": "def-server.LifecycleAlertServices.alertWithLifecycle", + "type": "Function", + "tags": [], + "label": "alertWithLifecycle", + "description": [], + "signature": [ + "(alert: { id: string; fields: Record & Partial>, \"tags\" | \"@timestamp\" | \"event.kind\" | \"event.action\" | \"rule.uuid\" | \"rule.id\" | \"rule.name\" | \"rule.category\" | \"kibana.rac.alert.producer\" | \"kibana.rac.alert.owner\" | \"kibana.rac.alert.uuid\" | \"kibana.rac.alert.start\" | \"kibana.rac.alert.end\" | \"kibana.rac.alert.duration.us\" | \"kibana.rac.alert.severity.level\" | \"kibana.rac.alert.severity.value\" | \"kibana.rac.alert.status\" | \"kibana.rac.alert.evaluation.threshold\" | \"kibana.rac.alert.evaluation.value\" | \"kibana.rac.alert.reason\" | \"kibana.space_ids\">>; }) => Pick<", + "AlertInstance", + ", \"getState\" | \"replaceState\" | \"scheduleActions\" | \"scheduleActionsWithSubGroup\">" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts", + "lineNumber": 55 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "ruleRegistry", + "id": "def-server.alert", + "type": "Object", + "tags": [], + "label": "alert", + "description": [], + "signature": [ + "{ id: string; fields: Record & Partial>, \"tags\" | \"@timestamp\" | \"event.kind\" | \"event.action\" | \"rule.uuid\" | \"rule.id\" | \"rule.name\" | \"rule.category\" | \"kibana.rac.alert.producer\" | \"kibana.rac.alert.owner\" | \"kibana.rac.alert.uuid\" | \"kibana.rac.alert.start\" | \"kibana.rac.alert.end\" | \"kibana.rac.alert.duration.us\" | \"kibana.rac.alert.severity.level\" | \"kibana.rac.alert.severity.value\" | \"kibana.rac.alert.status\" | \"kibana.rac.alert.evaluation.threshold\" | \"kibana.rac.alert.evaluation.value\" | \"kibana.rac.alert.reason\" | \"kibana.space_ids\">>; }" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts", + "lineNumber": 45 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "ruleRegistry", + "id": "def-server.RacApiRequestHandlerContext", + "type": "Interface", + "tags": [], + "label": "RacApiRequestHandlerContext", + "description": [], + "source": { + "path": "x-pack/plugins/rule_registry/server/types.ts", + "lineNumber": 77 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "ruleRegistry", + "id": "def-server.RacApiRequestHandlerContext.getAlertsClient", + "type": "Function", + "tags": [], + "label": "getAlertsClient", + "description": [], + "signature": [ + "() => Promise<", + "AlertsClient", + ">" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/types.ts", + "lineNumber": 78 + }, + "deprecated": false, + "returnComment": [], + "children": [] + } + ], + "initialIsOpen": false + }, { "parentPluginId": "ruleRegistry", "id": "def-server.RuleExecutorData", @@ -795,6 +1018,79 @@ ], "enums": [], "misc": [ + { + "parentPluginId": "ruleRegistry", + "id": "def-server.AlertTypeWithExecutor", + "type": "Type", + "tags": [], + "label": "AlertTypeWithExecutor", + "description": [], + "signature": [ + "Pick<", + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.AlertType", + "text": "AlertType" + }, + ", { [x: string]: unknown; }, TAlertInstanceContext, string, string>, \"id\" | \"name\" | \"validate\" | \"actionGroups\" | \"defaultActionGroupId\" | \"recoveryActionGroup\" | \"producer\" | \"actionVariables\" | \"minimumLicenseRequired\" | \"useSavedObjectReferences\" | \"isExportable\"> & { executor: ", + "AlertTypeExecutor", + "; }" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/types.ts", + "lineNumber": 41 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "ruleRegistry", + "id": "def-server.LifecycleAlertService", + "type": "Type", + "tags": [], + "label": "LifecycleAlertService", + "description": [], + "signature": [ + "(alert: { id: string; fields: Record; }) => Pick<", + "AlertInstance", + "<{ [x: string]: unknown; }, TAlertInstanceContext, TActionGroupIds>, \"getState\" | \"replaceState\" | \"scheduleActions\" | \"scheduleActionsWithSubGroup\">" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_rule_type_factory.ts", + "lineNumber": 19 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "ruleRegistry", + "id": "def-server.LifecycleRuleExecutor", + "type": "Type", + "tags": [], + "label": "LifecycleRuleExecutor", + "description": [], + "signature": [ + "(options: ", + "AlertExecutorOptionsWithExtraServices", + ">) => Promise" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/utils/create_lifecycle_executor.ts", + "lineNumber": 58 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "ruleRegistry", "id": "def-server.RuleRegistryPluginConfig", @@ -823,7 +1119,7 @@ "description": [], "source": { "path": "x-pack/plugins/rule_registry/server/plugin.ts", - "lineNumber": 22 + "lineNumber": 37 }, "deprecated": false, "children": [ @@ -839,7 +1135,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/plugin.ts", - "lineNumber": 23 + "lineNumber": 38 }, "deprecated": false }, @@ -855,7 +1151,7 @@ ], "source": { "path": "x-pack/plugins/rule_registry/server/plugin.ts", - "lineNumber": 24 + "lineNumber": 39 }, "deprecated": false } @@ -866,18 +1162,91 @@ "start": { "parentPluginId": "ruleRegistry", "id": "def-server.RuleRegistryPluginStartContract", - "type": "Type", + "type": "Interface", "tags": [], "label": "RuleRegistryPluginStartContract", "description": [], - "signature": [ - "void" - ], "source": { "path": "x-pack/plugins/rule_registry/server/plugin.ts", - "lineNumber": 27 + "lineNumber": 42 }, "deprecated": false, + "children": [ + { + "parentPluginId": "ruleRegistry", + "id": "def-server.RuleRegistryPluginStartContract.getRacClientWithRequest", + "type": "Function", + "tags": [], + "label": "getRacClientWithRequest", + "description": [], + "signature": [ + "(req: ", + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreHttpPluginApi", + "section": "def-server.KibanaRequest", + "text": "KibanaRequest" + }, + ") => Promise<", + "AlertsClient", + ">" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/plugin.ts", + "lineNumber": 43 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "ruleRegistry", + "id": "def-server.req", + "type": "Object", + "tags": [], + "label": "req", + "description": [], + "signature": [ + { + "pluginId": "core", + "scope": "server", + "docId": "kibCoreHttpPluginApi", + "section": "def-server.KibanaRequest", + "text": "KibanaRequest" + }, + "" + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/plugin.ts", + "lineNumber": 43 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "ruleRegistry", + "id": "def-server.RuleRegistryPluginStartContract.alerting", + "type": "Object", + "tags": [], + "label": "alerting", + "description": [], + "signature": [ + { + "pluginId": "alerting", + "scope": "server", + "docId": "kibAlertingPluginApi", + "section": "def-server.PluginStartContract", + "text": "PluginStartContract" + } + ], + "source": { + "path": "x-pack/plugins/rule_registry/server/plugin.ts", + "lineNumber": 44 + }, + "deprecated": false + } + ], "lifecycle": "start", "initialIsOpen": true } @@ -895,7 +1264,7 @@ "signature": [ "(input: unknown) => OutputOf<", "Optional", - "<{ readonly \"kibana.rac.alert.producer\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.uuid\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.id\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.start\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.end\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.duration.us\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.severity.level\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.severity.value\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.status\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.evaluation.threshold\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.evaluation.value\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly '@timestamp': { readonly type: \"date\"; readonly array: false; readonly required: true; }; readonly 'event.kind': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'event.action': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.uuid': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.id': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.name': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.category': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; }, \"tags\" | \"event.kind\" | \"event.action\" | \"rule.uuid\" | \"rule.id\" | \"rule.name\" | \"rule.category\" | \"kibana.rac.alert.producer\" | \"kibana.rac.alert.id\" | \"kibana.rac.alert.uuid\" | \"kibana.rac.alert.start\" | \"kibana.rac.alert.end\" | \"kibana.rac.alert.duration.us\" | \"kibana.rac.alert.severity.level\" | \"kibana.rac.alert.severity.value\" | \"kibana.rac.alert.status\" | \"kibana.rac.alert.evaluation.threshold\" | \"kibana.rac.alert.evaluation.value\">>" + "<{ readonly \"kibana.rac.alert.owner\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.producer\": { readonly type: \"keyword\"; }; readonly \"kibana.space_ids\": { readonly type: \"keyword\"; readonly array: true; }; readonly \"kibana.rac.alert.uuid\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.id\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.start\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.end\": { readonly type: \"date\"; }; readonly \"kibana.rac.alert.duration.us\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.severity.level\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.severity.value\": { readonly type: \"long\"; }; readonly \"kibana.rac.alert.status\": { readonly type: \"keyword\"; }; readonly \"kibana.rac.alert.evaluation.threshold\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.evaluation.value\": { readonly type: \"scaled_float\"; readonly scaling_factor: 100; }; readonly \"kibana.rac.alert.reason\": { readonly type: \"keyword\"; }; readonly tags: { readonly type: \"keyword\"; readonly array: true; readonly required: false; }; readonly '@timestamp': { readonly type: \"date\"; readonly array: false; readonly required: true; }; readonly 'event.kind': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'event.action': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.uuid': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.id': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.name': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; readonly 'rule.category': { readonly type: \"keyword\"; readonly array: false; readonly required: false; }; }, \"tags\" | \"event.kind\" | \"event.action\" | \"rule.uuid\" | \"rule.id\" | \"rule.name\" | \"rule.category\" | \"kibana.rac.alert.producer\" | \"kibana.rac.alert.owner\" | \"kibana.rac.alert.id\" | \"kibana.rac.alert.uuid\" | \"kibana.rac.alert.start\" | \"kibana.rac.alert.end\" | \"kibana.rac.alert.duration.us\" | \"kibana.rac.alert.severity.level\" | \"kibana.rac.alert.severity.value\" | \"kibana.rac.alert.status\" | \"kibana.rac.alert.evaluation.threshold\" | \"kibana.rac.alert.evaluation.value\" | \"kibana.rac.alert.reason\" | \"kibana.space_ids\">>" ], "source": { "path": "x-pack/plugins/rule_registry/common/parse_technical_fields.ts", diff --git a/api_docs/rule_registry.mdx b/api_docs/rule_registry.mdx index 6515310c6213e..b3ae2722bb14e 100644 --- a/api_docs/rule_registry.mdx +++ b/api_docs/rule_registry.mdx @@ -18,7 +18,7 @@ import ruleRegistryObj from './rule_registry.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 43 | 0 | 43 | 7 | +| 60 | 0 | 60 | 9 | ## Server diff --git a/api_docs/saved_objects.json b/api_docs/saved_objects.json index d7147a92b725d..1aa9bcf76801b 100644 --- a/api_docs/saved_objects.json +++ b/api_docs/saved_objects.json @@ -719,7 +719,7 @@ "plugin": "discover", "link": { "path": "src/plugins/discover/public/plugin.tsx", - "lineNumber": 122 + "lineNumber": 121 } }, { @@ -1425,14 +1425,14 @@ "plugin": "dashboard", "link": { "path": "src/plugins/dashboard/public/application/top_nav/save_modal.tsx", - "lineNumber": 14 + "lineNumber": 15 } }, { "plugin": "dashboard", "link": { "path": "src/plugins/dashboard/public/application/top_nav/save_modal.tsx", - "lineNumber": 145 + "lineNumber": 146 } }, { @@ -4423,14 +4423,14 @@ "plugin": "dashboard", "link": { "path": "src/plugins/dashboard/public/application/listing/dashboard_listing.tsx", - "lineNumber": 92 + "lineNumber": 91 } }, { "plugin": "dashboard", "link": { "path": "src/plugins/dashboard/public/application/listing/dashboard_listing.tsx", - "lineNumber": 177 + "lineNumber": 176 } }, { diff --git a/api_docs/saved_objects_management.json b/api_docs/saved_objects_management.json index 27257784f5fbf..a1d0f3863ed24 100644 --- a/api_docs/saved_objects_management.json +++ b/api_docs/saved_objects_management.json @@ -987,9 +987,7 @@ "label": "euiColumn", "description": [], "signature": [ - "{ children?: React.ReactNode; headers?: string | undefined; onClick?: ((event: React.MouseEvent) => void) | undefined; onChange?: ((event: React.FormEvent) => void) | undefined; color?: string | undefined; onKeyDown?: ((event: React.KeyboardEvent) => void) | undefined; description?: string | undefined; title?: string | undefined; id?: string | undefined; name: React.ReactNode; field: string; defaultChecked?: boolean | undefined; defaultValue?: string | number | string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; accessKey?: string | undefined; className?: string | undefined; contentEditable?: boolean | \"true\" | \"false\" | \"inherit\" | undefined; contextMenu?: string | undefined; dir?: string | undefined; draggable?: boolean | \"true\" | \"false\" | undefined; hidden?: boolean | undefined; lang?: string | undefined; placeholder?: string | undefined; slot?: string | undefined; spellCheck?: boolean | \"true\" | \"false\" | undefined; style?: React.CSSProperties | undefined; tabIndex?: number | undefined; translate?: \"yes\" | \"no\" | undefined; radioGroup?: string | undefined; role?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; prefix?: string | undefined; property?: string | undefined; resource?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: \"on\" | \"off\" | undefined; inputMode?: \"none\" | \"text\" | \"search\" | \"email\" | \"tel\" | \"url\" | \"numeric\" | \"decimal\" | undefined; is?: string | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: boolean | \"true\" | \"false\" | undefined; 'aria-autocomplete'?: \"none\" | \"list\" | \"inline\" | \"both\" | undefined; 'aria-busy'?: boolean | \"true\" | \"false\" | undefined; 'aria-checked'?: boolean | \"mixed\" | \"true\" | \"false\" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | \"date\" | \"location\" | \"page\" | \"true\" | \"false\" | \"step\" | \"time\" | undefined; 'aria-describedby'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: boolean | \"true\" | \"false\" | undefined; 'aria-dropeffect'?: \"none\" | \"copy\" | \"link\" | \"execute\" | \"move\" | \"popup\" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: boolean | \"true\" | \"false\" | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: boolean | \"true\" | \"false\" | undefined; 'aria-haspopup'?: boolean | \"grid\" | \"menu\" | \"true\" | \"false\" | \"listbox\" | \"tree\" | \"dialog\" | undefined; 'aria-hidden'?: boolean | \"true\" | \"false\" | undefined; 'aria-invalid'?: boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: \"off\" | \"assertive\" | \"polite\" | undefined; 'aria-modal'?: boolean | \"true\" | \"false\" | undefined; 'aria-multiline'?: boolean | \"true\" | \"false\" | undefined; 'aria-multiselectable'?: boolean | \"true\" | \"false\" | undefined; 'aria-orientation'?: \"horizontal\" | \"vertical\" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | \"mixed\" | \"true\" | \"false\" | undefined; 'aria-readonly'?: boolean | \"true\" | \"false\" | undefined; 'aria-relevant'?: \"all\" | \"text\" | \"additions\" | \"additions text\" | \"removals\" | undefined; 'aria-required'?: boolean | \"true\" | \"false\" | undefined; 'aria-roledescription'?: string | undefined; 'aria-rowcount'?: number | undefined; 'aria-rowindex'?: number | undefined; 'aria-rowspan'?: number | undefined; 'aria-selected'?: boolean | \"true\" | \"false\" | undefined; 'aria-setsize'?: number | undefined; 'aria-sort'?: \"none\" | \"ascending\" | \"descending\" | \"other\" | undefined; 'aria-valuemax'?: number | undefined; 'aria-valuemin'?: number | undefined; 'aria-valuenow'?: number | undefined; 'aria-valuetext'?: string | undefined; dangerouslySetInnerHTML?: { __html: string; } | undefined; onCopy?: ((event: React.ClipboardEvent) => void) | undefined; onCopyCapture?: ((event: React.ClipboardEvent) => void) | undefined; onCut?: ((event: React.ClipboardEvent) => void) | undefined; onCutCapture?: ((event: React.ClipboardEvent) => void) | undefined; onPaste?: ((event: React.ClipboardEvent) => void) | undefined; onPasteCapture?: ((event: React.ClipboardEvent) => void) | undefined; onCompositionEnd?: ((event: React.CompositionEvent) => void) | undefined; onCompositionEndCapture?: ((event: React.CompositionEvent) => void) | undefined; onCompositionStart?: ((event: React.CompositionEvent) => void) | undefined; onCompositionStartCapture?: ((event: React.CompositionEvent) => void) | undefined; onCompositionUpdate?: ((event: React.CompositionEvent) => void) | undefined; onCompositionUpdateCapture?: ((event: React.CompositionEvent) => void) | undefined; onFocus?: ((event: React.FocusEvent) => void) | undefined; onFocusCapture?: ((event: React.FocusEvent) => void) | undefined; onBlur?: ((event: React.FocusEvent) => void) | undefined; onBlurCapture?: ((event: React.FocusEvent) => void) | undefined; onChangeCapture?: ((event: React.FormEvent) => void) | undefined; onBeforeInput?: ((event: React.FormEvent) => void) | undefined; onBeforeInputCapture?: ((event: React.FormEvent) => void) | undefined; onInput?: ((event: React.FormEvent) => void) | undefined; onInputCapture?: ((event: React.FormEvent) => void) | undefined; onReset?: ((event: React.FormEvent) => void) | undefined; onResetCapture?: ((event: React.FormEvent) => void) | undefined; onSubmit?: ((event: React.FormEvent) => void) | undefined; onSubmitCapture?: ((event: React.FormEvent) => void) | undefined; onInvalid?: ((event: React.FormEvent) => void) | undefined; onInvalidCapture?: ((event: React.FormEvent) => void) | undefined; onLoad?: ((event: React.SyntheticEvent) => void) | undefined; onLoadCapture?: ((event: React.SyntheticEvent) => void) | undefined; onError?: ((event: React.SyntheticEvent) => void) | undefined; onErrorCapture?: ((event: React.SyntheticEvent) => void) | undefined; onKeyDownCapture?: ((event: React.KeyboardEvent) => void) | undefined; onKeyPress?: ((event: React.KeyboardEvent) => void) | undefined; onKeyPressCapture?: ((event: React.KeyboardEvent) => void) | undefined; onKeyUp?: ((event: React.KeyboardEvent) => void) | undefined; onKeyUpCapture?: ((event: React.KeyboardEvent) => void) | undefined; onAbort?: ((event: React.SyntheticEvent) => void) | undefined; onAbortCapture?: ((event: React.SyntheticEvent) => void) | undefined; onCanPlay?: ((event: React.SyntheticEvent) => void) | undefined; onCanPlayCapture?: ((event: React.SyntheticEvent) => void) | undefined; onCanPlayThrough?: ((event: React.SyntheticEvent) => void) | undefined; onCanPlayThroughCapture?: ((event: React.SyntheticEvent) => void) | undefined; onDurationChange?: ((event: React.SyntheticEvent) => void) | undefined; onDurationChangeCapture?: ((event: React.SyntheticEvent) => void) | undefined; onEmptied?: ((event: React.SyntheticEvent) => void) | undefined; onEmptiedCapture?: ((event: React.SyntheticEvent) => void) | undefined; onEncrypted?: ((event: React.SyntheticEvent) => void) | undefined; onEncryptedCapture?: ((event: React.SyntheticEvent) => void) | undefined; onEnded?: ((event: React.SyntheticEvent) => void) | undefined; onEndedCapture?: ((event: React.SyntheticEvent) => void) | undefined; onLoadedData?: ((event: React.SyntheticEvent) => void) | undefined; onLoadedDataCapture?: ((event: React.SyntheticEvent) => void) | undefined; onLoadedMetadata?: ((event: React.SyntheticEvent) => void) | undefined; onLoadedMetadataCapture?: ((event: React.SyntheticEvent) => void) | undefined; onLoadStart?: ((event: React.SyntheticEvent) => void) | undefined; onLoadStartCapture?: ((event: React.SyntheticEvent) => void) | undefined; onPause?: ((event: React.SyntheticEvent) => void) | undefined; onPauseCapture?: ((event: React.SyntheticEvent) => void) | undefined; onPlay?: ((event: React.SyntheticEvent) => void) | undefined; onPlayCapture?: ((event: React.SyntheticEvent) => void) | undefined; onPlaying?: ((event: React.SyntheticEvent) => void) | undefined; onPlayingCapture?: ((event: React.SyntheticEvent) => void) | undefined; onProgress?: ((event: React.SyntheticEvent) => void) | undefined; onProgressCapture?: ((event: React.SyntheticEvent) => void) | undefined; onRateChange?: ((event: React.SyntheticEvent) => void) | undefined; onRateChangeCapture?: ((event: React.SyntheticEvent) => void) | undefined; onSeeked?: ((event: React.SyntheticEvent) => void) | undefined; onSeekedCapture?: ((event: React.SyntheticEvent) => void) | undefined; onSeeking?: ((event: React.SyntheticEvent) => void) | undefined; onSeekingCapture?: ((event: React.SyntheticEvent) => void) | undefined; onStalled?: ((event: React.SyntheticEvent) => void) | undefined; onStalledCapture?: ((event: React.SyntheticEvent) => void) | undefined; onSuspend?: ((event: React.SyntheticEvent) => void) | undefined; onSuspendCapture?: ((event: React.SyntheticEvent) => void) | undefined; onTimeUpdate?: ((event: React.SyntheticEvent) => void) | undefined; onTimeUpdateCapture?: ((event: React.SyntheticEvent) => void) | undefined; onVolumeChange?: ((event: React.SyntheticEvent) => void) | undefined; onVolumeChangeCapture?: ((event: React.SyntheticEvent) => void) | undefined; onWaiting?: ((event: React.SyntheticEvent) => void) | undefined; onWaitingCapture?: ((event: React.SyntheticEvent) => void) | undefined; onAuxClick?: ((event: React.MouseEvent) => void) | undefined; onAuxClickCapture?: ((event: React.MouseEvent) => void) | undefined; onClickCapture?: ((event: React.MouseEvent) => void) | undefined; onContextMenu?: ((event: React.MouseEvent) => void) | undefined; onContextMenuCapture?: ((event: React.MouseEvent) => void) | undefined; onDoubleClick?: ((event: React.MouseEvent) => void) | undefined; onDoubleClickCapture?: ((event: React.MouseEvent) => void) | undefined; onDrag?: ((event: React.DragEvent) => void) | undefined; onDragCapture?: ((event: React.DragEvent) => void) | undefined; onDragEnd?: ((event: React.DragEvent) => void) | undefined; onDragEndCapture?: ((event: React.DragEvent) => void) | undefined; onDragEnter?: ((event: React.DragEvent) => void) | undefined; onDragEnterCapture?: ((event: React.DragEvent) => void) | undefined; onDragExit?: ((event: React.DragEvent) => void) | undefined; onDragExitCapture?: ((event: React.DragEvent) => void) | undefined; onDragLeave?: ((event: React.DragEvent) => void) | undefined; onDragLeaveCapture?: ((event: React.DragEvent) => void) | undefined; onDragOver?: ((event: React.DragEvent) => void) | undefined; onDragOverCapture?: ((event: React.DragEvent) => void) | undefined; onDragStart?: ((event: React.DragEvent) => void) | undefined; onDragStartCapture?: ((event: React.DragEvent) => void) | undefined; onDrop?: ((event: React.DragEvent) => void) | undefined; onDropCapture?: ((event: React.DragEvent) => void) | undefined; onMouseDown?: ((event: React.MouseEvent) => void) | undefined; onMouseDownCapture?: ((event: React.MouseEvent) => void) | undefined; onMouseEnter?: ((event: React.MouseEvent) => void) | undefined; onMouseLeave?: ((event: React.MouseEvent) => void) | undefined; onMouseMove?: ((event: React.MouseEvent) => void) | undefined; onMouseMoveCapture?: ((event: React.MouseEvent) => void) | undefined; onMouseOut?: ((event: React.MouseEvent) => void) | undefined; onMouseOutCapture?: ((event: React.MouseEvent) => void) | undefined; onMouseOver?: ((event: React.MouseEvent) => void) | undefined; onMouseOverCapture?: ((event: React.MouseEvent) => void) | undefined; onMouseUp?: ((event: React.MouseEvent) => void) | undefined; onMouseUpCapture?: ((event: React.MouseEvent) => void) | undefined; onSelect?: ((event: React.SyntheticEvent) => void) | undefined; onSelectCapture?: ((event: React.SyntheticEvent) => void) | undefined; onTouchCancel?: ((event: React.TouchEvent) => void) | undefined; onTouchCancelCapture?: ((event: React.TouchEvent) => void) | undefined; onTouchEnd?: ((event: React.TouchEvent) => void) | undefined; onTouchEndCapture?: ((event: React.TouchEvent) => void) | undefined; onTouchMove?: ((event: React.TouchEvent) => void) | undefined; onTouchMoveCapture?: ((event: React.TouchEvent) => void) | undefined; onTouchStart?: ((event: React.TouchEvent) => void) | undefined; onTouchStartCapture?: ((event: React.TouchEvent) => void) | undefined; onPointerDown?: ((event: React.PointerEvent) => void) | undefined; onPointerDownCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerMove?: ((event: React.PointerEvent) => void) | undefined; onPointerMoveCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerUp?: ((event: React.PointerEvent) => void) | undefined; onPointerUpCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerCancel?: ((event: React.PointerEvent) => void) | undefined; onPointerCancelCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerEnter?: ((event: React.PointerEvent) => void) | undefined; onPointerEnterCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerLeave?: ((event: React.PointerEvent) => void) | undefined; onPointerLeaveCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerOver?: ((event: React.PointerEvent) => void) | undefined; onPointerOverCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerOut?: ((event: React.PointerEvent) => void) | undefined; onPointerOutCapture?: ((event: React.PointerEvent) => void) | undefined; onGotPointerCapture?: ((event: React.PointerEvent) => void) | undefined; onGotPointerCaptureCapture?: ((event: React.PointerEvent) => void) | undefined; onLostPointerCapture?: ((event: React.PointerEvent) => void) | undefined; onLostPointerCaptureCapture?: ((event: React.PointerEvent) => void) | undefined; onScroll?: ((event: React.UIEvent) => void) | undefined; onScrollCapture?: ((event: React.UIEvent) => void) | undefined; onWheel?: ((event: React.WheelEvent) => void) | undefined; onWheelCapture?: ((event: React.WheelEvent) => void) | undefined; onAnimationStart?: ((event: React.AnimationEvent) => void) | undefined; onAnimationStartCapture?: ((event: React.AnimationEvent) => void) | undefined; onAnimationEnd?: ((event: React.AnimationEvent) => void) | undefined; onAnimationEndCapture?: ((event: React.AnimationEvent) => void) | undefined; onAnimationIteration?: ((event: React.AnimationEvent) => void) | undefined; onAnimationIterationCapture?: ((event: React.AnimationEvent) => void) | undefined; onTransitionEnd?: ((event: React.TransitionEvent) => void) | undefined; onTransitionEndCapture?: ((event: React.TransitionEvent) => void) | undefined; css?: ", - "InterpolationWithTheme", - "; 'data-test-subj'?: string | undefined; width?: string | undefined; render?: ((value: any, record: ", + "{ children?: React.ReactNode; headers?: string | undefined; onClick?: ((event: React.MouseEvent) => void) | undefined; onChange?: ((event: React.FormEvent) => void) | undefined; color?: string | undefined; onKeyDown?: ((event: React.KeyboardEvent) => void) | undefined; description?: string | undefined; title?: string | undefined; id?: string | undefined; name: React.ReactNode; field: string; defaultChecked?: boolean | undefined; defaultValue?: string | number | string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; accessKey?: string | undefined; className?: string | undefined; contentEditable?: boolean | \"true\" | \"false\" | \"inherit\" | undefined; contextMenu?: string | undefined; dir?: string | undefined; draggable?: boolean | \"true\" | \"false\" | undefined; hidden?: boolean | undefined; lang?: string | undefined; placeholder?: string | undefined; slot?: string | undefined; spellCheck?: boolean | \"true\" | \"false\" | undefined; style?: React.CSSProperties | undefined; tabIndex?: number | undefined; translate?: \"yes\" | \"no\" | undefined; radioGroup?: string | undefined; role?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; prefix?: string | undefined; property?: string | undefined; resource?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: \"on\" | \"off\" | undefined; inputMode?: \"none\" | \"text\" | \"search\" | \"email\" | \"tel\" | \"url\" | \"numeric\" | \"decimal\" | undefined; is?: string | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: boolean | \"true\" | \"false\" | undefined; 'aria-autocomplete'?: \"none\" | \"list\" | \"inline\" | \"both\" | undefined; 'aria-busy'?: boolean | \"true\" | \"false\" | undefined; 'aria-checked'?: boolean | \"mixed\" | \"true\" | \"false\" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | \"date\" | \"location\" | \"page\" | \"true\" | \"false\" | \"step\" | \"time\" | undefined; 'aria-describedby'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: boolean | \"true\" | \"false\" | undefined; 'aria-dropeffect'?: \"none\" | \"copy\" | \"link\" | \"execute\" | \"move\" | \"popup\" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: boolean | \"true\" | \"false\" | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: boolean | \"true\" | \"false\" | undefined; 'aria-haspopup'?: boolean | \"grid\" | \"menu\" | \"true\" | \"false\" | \"listbox\" | \"tree\" | \"dialog\" | undefined; 'aria-hidden'?: boolean | \"true\" | \"false\" | undefined; 'aria-invalid'?: boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: \"off\" | \"assertive\" | \"polite\" | undefined; 'aria-modal'?: boolean | \"true\" | \"false\" | undefined; 'aria-multiline'?: boolean | \"true\" | \"false\" | undefined; 'aria-multiselectable'?: boolean | \"true\" | \"false\" | undefined; 'aria-orientation'?: \"horizontal\" | \"vertical\" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | \"mixed\" | \"true\" | \"false\" | undefined; 'aria-readonly'?: boolean | \"true\" | \"false\" | undefined; 'aria-relevant'?: \"all\" | \"text\" | \"additions\" | \"additions text\" | \"removals\" | undefined; 'aria-required'?: boolean | \"true\" | \"false\" | undefined; 'aria-roledescription'?: string | undefined; 'aria-rowcount'?: number | undefined; 'aria-rowindex'?: number | undefined; 'aria-rowspan'?: number | undefined; 'aria-selected'?: boolean | \"true\" | \"false\" | undefined; 'aria-setsize'?: number | undefined; 'aria-sort'?: \"none\" | \"ascending\" | \"descending\" | \"other\" | undefined; 'aria-valuemax'?: number | undefined; 'aria-valuemin'?: number | undefined; 'aria-valuenow'?: number | undefined; 'aria-valuetext'?: string | undefined; dangerouslySetInnerHTML?: { __html: string; } | undefined; onCopy?: ((event: React.ClipboardEvent) => void) | undefined; onCopyCapture?: ((event: React.ClipboardEvent) => void) | undefined; onCut?: ((event: React.ClipboardEvent) => void) | undefined; onCutCapture?: ((event: React.ClipboardEvent) => void) | undefined; onPaste?: ((event: React.ClipboardEvent) => void) | undefined; onPasteCapture?: ((event: React.ClipboardEvent) => void) | undefined; onCompositionEnd?: ((event: React.CompositionEvent) => void) | undefined; onCompositionEndCapture?: ((event: React.CompositionEvent) => void) | undefined; onCompositionStart?: ((event: React.CompositionEvent) => void) | undefined; onCompositionStartCapture?: ((event: React.CompositionEvent) => void) | undefined; onCompositionUpdate?: ((event: React.CompositionEvent) => void) | undefined; onCompositionUpdateCapture?: ((event: React.CompositionEvent) => void) | undefined; onFocus?: ((event: React.FocusEvent) => void) | undefined; onFocusCapture?: ((event: React.FocusEvent) => void) | undefined; onBlur?: ((event: React.FocusEvent) => void) | undefined; onBlurCapture?: ((event: React.FocusEvent) => void) | undefined; onChangeCapture?: ((event: React.FormEvent) => void) | undefined; onBeforeInput?: ((event: React.FormEvent) => void) | undefined; onBeforeInputCapture?: ((event: React.FormEvent) => void) | undefined; onInput?: ((event: React.FormEvent) => void) | undefined; onInputCapture?: ((event: React.FormEvent) => void) | undefined; onReset?: ((event: React.FormEvent) => void) | undefined; onResetCapture?: ((event: React.FormEvent) => void) | undefined; onSubmit?: ((event: React.FormEvent) => void) | undefined; onSubmitCapture?: ((event: React.FormEvent) => void) | undefined; onInvalid?: ((event: React.FormEvent) => void) | undefined; onInvalidCapture?: ((event: React.FormEvent) => void) | undefined; onLoad?: ((event: React.SyntheticEvent) => void) | undefined; onLoadCapture?: ((event: React.SyntheticEvent) => void) | undefined; onError?: ((event: React.SyntheticEvent) => void) | undefined; onErrorCapture?: ((event: React.SyntheticEvent) => void) | undefined; onKeyDownCapture?: ((event: React.KeyboardEvent) => void) | undefined; onKeyPress?: ((event: React.KeyboardEvent) => void) | undefined; onKeyPressCapture?: ((event: React.KeyboardEvent) => void) | undefined; onKeyUp?: ((event: React.KeyboardEvent) => void) | undefined; onKeyUpCapture?: ((event: React.KeyboardEvent) => void) | undefined; onAbort?: ((event: React.SyntheticEvent) => void) | undefined; onAbortCapture?: ((event: React.SyntheticEvent) => void) | undefined; onCanPlay?: ((event: React.SyntheticEvent) => void) | undefined; onCanPlayCapture?: ((event: React.SyntheticEvent) => void) | undefined; onCanPlayThrough?: ((event: React.SyntheticEvent) => void) | undefined; onCanPlayThroughCapture?: ((event: React.SyntheticEvent) => void) | undefined; onDurationChange?: ((event: React.SyntheticEvent) => void) | undefined; onDurationChangeCapture?: ((event: React.SyntheticEvent) => void) | undefined; onEmptied?: ((event: React.SyntheticEvent) => void) | undefined; onEmptiedCapture?: ((event: React.SyntheticEvent) => void) | undefined; onEncrypted?: ((event: React.SyntheticEvent) => void) | undefined; onEncryptedCapture?: ((event: React.SyntheticEvent) => void) | undefined; onEnded?: ((event: React.SyntheticEvent) => void) | undefined; onEndedCapture?: ((event: React.SyntheticEvent) => void) | undefined; onLoadedData?: ((event: React.SyntheticEvent) => void) | undefined; onLoadedDataCapture?: ((event: React.SyntheticEvent) => void) | undefined; onLoadedMetadata?: ((event: React.SyntheticEvent) => void) | undefined; onLoadedMetadataCapture?: ((event: React.SyntheticEvent) => void) | undefined; onLoadStart?: ((event: React.SyntheticEvent) => void) | undefined; onLoadStartCapture?: ((event: React.SyntheticEvent) => void) | undefined; onPause?: ((event: React.SyntheticEvent) => void) | undefined; onPauseCapture?: ((event: React.SyntheticEvent) => void) | undefined; onPlay?: ((event: React.SyntheticEvent) => void) | undefined; onPlayCapture?: ((event: React.SyntheticEvent) => void) | undefined; onPlaying?: ((event: React.SyntheticEvent) => void) | undefined; onPlayingCapture?: ((event: React.SyntheticEvent) => void) | undefined; onProgress?: ((event: React.SyntheticEvent) => void) | undefined; onProgressCapture?: ((event: React.SyntheticEvent) => void) | undefined; onRateChange?: ((event: React.SyntheticEvent) => void) | undefined; onRateChangeCapture?: ((event: React.SyntheticEvent) => void) | undefined; onSeeked?: ((event: React.SyntheticEvent) => void) | undefined; onSeekedCapture?: ((event: React.SyntheticEvent) => void) | undefined; onSeeking?: ((event: React.SyntheticEvent) => void) | undefined; onSeekingCapture?: ((event: React.SyntheticEvent) => void) | undefined; onStalled?: ((event: React.SyntheticEvent) => void) | undefined; onStalledCapture?: ((event: React.SyntheticEvent) => void) | undefined; onSuspend?: ((event: React.SyntheticEvent) => void) | undefined; onSuspendCapture?: ((event: React.SyntheticEvent) => void) | undefined; onTimeUpdate?: ((event: React.SyntheticEvent) => void) | undefined; onTimeUpdateCapture?: ((event: React.SyntheticEvent) => void) | undefined; onVolumeChange?: ((event: React.SyntheticEvent) => void) | undefined; onVolumeChangeCapture?: ((event: React.SyntheticEvent) => void) | undefined; onWaiting?: ((event: React.SyntheticEvent) => void) | undefined; onWaitingCapture?: ((event: React.SyntheticEvent) => void) | undefined; onAuxClick?: ((event: React.MouseEvent) => void) | undefined; onAuxClickCapture?: ((event: React.MouseEvent) => void) | undefined; onClickCapture?: ((event: React.MouseEvent) => void) | undefined; onContextMenu?: ((event: React.MouseEvent) => void) | undefined; onContextMenuCapture?: ((event: React.MouseEvent) => void) | undefined; onDoubleClick?: ((event: React.MouseEvent) => void) | undefined; onDoubleClickCapture?: ((event: React.MouseEvent) => void) | undefined; onDrag?: ((event: React.DragEvent) => void) | undefined; onDragCapture?: ((event: React.DragEvent) => void) | undefined; onDragEnd?: ((event: React.DragEvent) => void) | undefined; onDragEndCapture?: ((event: React.DragEvent) => void) | undefined; onDragEnter?: ((event: React.DragEvent) => void) | undefined; onDragEnterCapture?: ((event: React.DragEvent) => void) | undefined; onDragExit?: ((event: React.DragEvent) => void) | undefined; onDragExitCapture?: ((event: React.DragEvent) => void) | undefined; onDragLeave?: ((event: React.DragEvent) => void) | undefined; onDragLeaveCapture?: ((event: React.DragEvent) => void) | undefined; onDragOver?: ((event: React.DragEvent) => void) | undefined; onDragOverCapture?: ((event: React.DragEvent) => void) | undefined; onDragStart?: ((event: React.DragEvent) => void) | undefined; onDragStartCapture?: ((event: React.DragEvent) => void) | undefined; onDrop?: ((event: React.DragEvent) => void) | undefined; onDropCapture?: ((event: React.DragEvent) => void) | undefined; onMouseDown?: ((event: React.MouseEvent) => void) | undefined; onMouseDownCapture?: ((event: React.MouseEvent) => void) | undefined; onMouseEnter?: ((event: React.MouseEvent) => void) | undefined; onMouseLeave?: ((event: React.MouseEvent) => void) | undefined; onMouseMove?: ((event: React.MouseEvent) => void) | undefined; onMouseMoveCapture?: ((event: React.MouseEvent) => void) | undefined; onMouseOut?: ((event: React.MouseEvent) => void) | undefined; onMouseOutCapture?: ((event: React.MouseEvent) => void) | undefined; onMouseOver?: ((event: React.MouseEvent) => void) | undefined; onMouseOverCapture?: ((event: React.MouseEvent) => void) | undefined; onMouseUp?: ((event: React.MouseEvent) => void) | undefined; onMouseUpCapture?: ((event: React.MouseEvent) => void) | undefined; onSelect?: ((event: React.SyntheticEvent) => void) | undefined; onSelectCapture?: ((event: React.SyntheticEvent) => void) | undefined; onTouchCancel?: ((event: React.TouchEvent) => void) | undefined; onTouchCancelCapture?: ((event: React.TouchEvent) => void) | undefined; onTouchEnd?: ((event: React.TouchEvent) => void) | undefined; onTouchEndCapture?: ((event: React.TouchEvent) => void) | undefined; onTouchMove?: ((event: React.TouchEvent) => void) | undefined; onTouchMoveCapture?: ((event: React.TouchEvent) => void) | undefined; onTouchStart?: ((event: React.TouchEvent) => void) | undefined; onTouchStartCapture?: ((event: React.TouchEvent) => void) | undefined; onPointerDown?: ((event: React.PointerEvent) => void) | undefined; onPointerDownCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerMove?: ((event: React.PointerEvent) => void) | undefined; onPointerMoveCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerUp?: ((event: React.PointerEvent) => void) | undefined; onPointerUpCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerCancel?: ((event: React.PointerEvent) => void) | undefined; onPointerCancelCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerEnter?: ((event: React.PointerEvent) => void) | undefined; onPointerEnterCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerLeave?: ((event: React.PointerEvent) => void) | undefined; onPointerLeaveCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerOver?: ((event: React.PointerEvent) => void) | undefined; onPointerOverCapture?: ((event: React.PointerEvent) => void) | undefined; onPointerOut?: ((event: React.PointerEvent) => void) | undefined; onPointerOutCapture?: ((event: React.PointerEvent) => void) | undefined; onGotPointerCapture?: ((event: React.PointerEvent) => void) | undefined; onGotPointerCaptureCapture?: ((event: React.PointerEvent) => void) | undefined; onLostPointerCapture?: ((event: React.PointerEvent) => void) | undefined; onLostPointerCaptureCapture?: ((event: React.PointerEvent) => void) | undefined; onScroll?: ((event: React.UIEvent) => void) | undefined; onScrollCapture?: ((event: React.UIEvent) => void) | undefined; onWheel?: ((event: React.WheelEvent) => void) | undefined; onWheelCapture?: ((event: React.WheelEvent) => void) | undefined; onAnimationStart?: ((event: React.AnimationEvent) => void) | undefined; onAnimationStartCapture?: ((event: React.AnimationEvent) => void) | undefined; onAnimationEnd?: ((event: React.AnimationEvent) => void) | undefined; onAnimationEndCapture?: ((event: React.AnimationEvent) => void) | undefined; onAnimationIteration?: ((event: React.AnimationEvent) => void) | undefined; onAnimationIterationCapture?: ((event: React.AnimationEvent) => void) | undefined; onTransitionEnd?: ((event: React.TransitionEvent) => void) | undefined; onTransitionEndCapture?: ((event: React.TransitionEvent) => void) | undefined; 'data-test-subj'?: string | undefined; width?: string | undefined; render?: ((value: any, record: ", { "pluginId": "savedObjectsManagement", "scope": "public", diff --git a/api_docs/security.json b/api_docs/security.json index a02e4cebc5fbf..1a7e3f5568f8d 100644 --- a/api_docs/security.json +++ b/api_docs/security.json @@ -217,13 +217,14 @@ }, { "parentPluginId": "security", - "id": "def-public.SecurityLicense.getType", + "id": "def-public.SecurityLicense.getFeatures", "type": "Function", "tags": [], - "label": "getType", + "label": "getFeatures", "description": [], "signature": [ - "() => \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" + "() => ", + "SecurityLicenseFeatures" ], "source": { "path": "x-pack/plugins/security/common/licensing/license_service.ts", @@ -235,21 +236,38 @@ }, { "parentPluginId": "security", - "id": "def-public.SecurityLicense.getFeatures", + "id": "def-public.SecurityLicense.hasAtLeast", "type": "Function", "tags": [], - "label": "getFeatures", + "label": "hasAtLeast", "description": [], "signature": [ - "() => ", - "SecurityLicenseFeatures" + "(licenseType: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => boolean | undefined" ], "source": { "path": "x-pack/plugins/security/common/licensing/license_service.ts", "lineNumber": 18 }, "deprecated": false, - "children": [], + "children": [ + { + "parentPluginId": "security", + "id": "def-public.SecurityLicense.hasAtLeast.$1", + "type": "CompoundType", + "tags": [], + "label": "licenseType", + "description": [], + "signature": [ + "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" + ], + "source": { + "path": "x-pack/plugins/security/common/licensing/license_service.ts", + "lineNumber": 18 + }, + "deprecated": false, + "isRequired": true + } + ], "returnComment": [] }, { @@ -1928,7 +1946,7 @@ "plugin": "actions", "link": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 444 + "lineNumber": 458 } }, { @@ -1949,7 +1967,7 @@ "plugin": "dataEnhanced", "link": { "path": "x-pack/plugins/data_enhanced/server/search/session/session_service.ts", - "lineNumber": 514 + "lineNumber": 516 } }, { @@ -2017,7 +2035,7 @@ "plugin": "actions", "link": { "path": "x-pack/plugins/actions/server/plugin.ts", - "lineNumber": 443 + "lineNumber": 457 } }, { @@ -2052,14 +2070,14 @@ "plugin": "enterpriseSearch", "link": { "path": "x-pack/plugins/enterprise_search/server/lib/check_access.ts", - "lineNumber": 86 + "lineNumber": 78 } }, { "plugin": "enterpriseSearch", "link": { "path": "x-pack/plugins/enterprise_search/server/lib/check_access.ts", - "lineNumber": 88 + "lineNumber": 80 } }, { @@ -2344,13 +2362,14 @@ }, { "parentPluginId": "security", - "id": "def-common.SecurityLicense.getType", + "id": "def-common.SecurityLicense.getFeatures", "type": "Function", "tags": [], - "label": "getType", + "label": "getFeatures", "description": [], "signature": [ - "() => \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined" + "() => ", + "SecurityLicenseFeatures" ], "source": { "path": "x-pack/plugins/security/common/licensing/license_service.ts", @@ -2362,21 +2381,38 @@ }, { "parentPluginId": "security", - "id": "def-common.SecurityLicense.getFeatures", + "id": "def-common.SecurityLicense.hasAtLeast", "type": "Function", "tags": [], - "label": "getFeatures", + "label": "hasAtLeast", "description": [], "signature": [ - "() => ", - "SecurityLicenseFeatures" + "(licenseType: \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\") => boolean | undefined" ], "source": { "path": "x-pack/plugins/security/common/licensing/license_service.ts", "lineNumber": 18 }, "deprecated": false, - "children": [], + "children": [ + { + "parentPluginId": "security", + "id": "def-common.SecurityLicense.hasAtLeast.$1", + "type": "CompoundType", + "tags": [], + "label": "licenseType", + "description": [], + "signature": [ + "\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\"" + ], + "source": { + "path": "x-pack/plugins/security/common/licensing/license_service.ts", + "lineNumber": 18 + }, + "deprecated": false, + "isRequired": true + } + ], "returnComment": [] }, { diff --git a/api_docs/security.mdx b/api_docs/security.mdx index f387a764cd788..21371c328cc0a 100644 --- a/api_docs/security.mdx +++ b/api_docs/security.mdx @@ -18,7 +18,7 @@ Contact [Platform Security](https://github.com/orgs/elastic/teams/kibana-securit | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 110 | 0 | 49 | 6 | +| 112 | 0 | 51 | 6 | ## Client diff --git a/api_docs/security_solution.json b/api_docs/security_solution.json index 06d5dea44b8fa..ca408f9deb3cb 100644 --- a/api_docs/security_solution.json +++ b/api_docs/security_solution.json @@ -43,10 +43,39 @@ ], "source": { "path": "x-pack/plugins/security_solution/public/plugin.tsx", - "lineNumber": 64 + "lineNumber": 68 }, "deprecated": false, "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-public.Plugin.kibanaVersion", + "type": "string", + "tags": [], + "label": "kibanaVersion", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/public/plugin.tsx", + "lineNumber": 69 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-public.Plugin.experimentalFeatures", + "type": "Object", + "tags": [], + "label": "experimentalFeatures", + "description": [], + "signature": [ + "{ readonly metricsEntitiesEnabled: boolean; readonly ruleRegistryEnabled: boolean; readonly tGridEnabled: boolean; readonly trustedAppsByPolicyEnabled: boolean; readonly uebaEnabled: boolean; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/public/plugin.tsx", + "lineNumber": 71 + }, + "deprecated": false + }, { "parentPluginId": "securitySolution", "id": "def-public.Plugin.Unnamed", @@ -59,7 +88,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/public/plugin.tsx", - "lineNumber": 68 + "lineNumber": 73 }, "deprecated": false, "children": [ @@ -82,7 +111,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/public/plugin.tsx", - "lineNumber": 68 + "lineNumber": 73 }, "deprecated": false, "isRequired": true @@ -123,7 +152,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/public/plugin.tsx", - "lineNumber": 89 + "lineNumber": 95 }, "deprecated": false, "children": [ @@ -150,7 +179,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/public/plugin.tsx", - "lineNumber": 89 + "lineNumber": 95 }, "deprecated": false, "isRequired": true @@ -167,7 +196,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/public/plugin.tsx", - "lineNumber": 89 + "lineNumber": 95 }, "deprecated": false, "isRequired": true @@ -197,7 +226,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/public/plugin.tsx", - "lineNumber": 194 + "lineNumber": 200 }, "deprecated": false, "children": [ @@ -219,7 +248,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/public/plugin.tsx", - "lineNumber": 194 + "lineNumber": 200 }, "deprecated": false, "isRequired": true @@ -236,7 +265,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/public/plugin.tsx", - "lineNumber": 194 + "lineNumber": 200 }, "deprecated": false, "isRequired": true @@ -256,7 +285,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/public/plugin.tsx", - "lineNumber": 241 + "lineNumber": 258 }, "deprecated": false, "children": [], @@ -280,7 +309,7 @@ "signature": [ "Pick<", "TGridModel", - ", \"columns\" | \"filters\" | \"title\" | \"id\" | \"sort\" | \"version\" | \"isLoading\" | \"savedObjectId\" | \"dateRange\" | \"deletedEventIds\" | \"excludedRowRendererIds\" | \"expandedDetail\" | \"graphEventId\" | \"kqlQuery\" | \"indexNames\" | \"isSelectAllChecked\" | \"itemsPerPage\" | \"itemsPerPageOptions\" | \"loadingEventIds\" | \"showCheckboxes\" | \"selectedEventIds\"> & { activeTab: ", + ", \"columns\" | \"filters\" | \"title\" | \"id\" | \"sort\" | \"version\" | \"isLoading\" | \"dateRange\" | \"savedObjectId\" | \"dataProviders\" | \"deletedEventIds\" | \"excludedRowRendererIds\" | \"expandedDetail\" | \"graphEventId\" | \"kqlQuery\" | \"indexNames\" | \"isSelectAllChecked\" | \"itemsPerPage\" | \"itemsPerPageOptions\" | \"loadingEventIds\" | \"showCheckboxes\" | \"selectedEventIds\"> & { activeTab: ", { "pluginId": "securitySolution", "scope": "common", @@ -296,9 +325,7 @@ "section": "def-common.TimelineTabs", "text": "TimelineTabs" }, - "; createdBy?: string | undefined; dataProviders: ", - "DataProvider", - "[]; description: string; eqlOptions: ", + "; createdBy?: string | undefined; description: string; eqlOptions: ", { "pluginId": "timelines", "scope": "common", @@ -330,7 +357,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/public/timelines/store/timeline/model.ts", - "lineNumber": 23 + "lineNumber": 22 }, "deprecated": false, "initialIsOpen": false @@ -346,7 +373,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/public/types.ts", - "lineNumber": 75 + "lineNumber": 76 }, "deprecated": false, "children": [ @@ -364,7 +391,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/public/types.ts", - "lineNumber": 76 + "lineNumber": 77 }, "deprecated": false, "returnComment": [], @@ -431,7 +458,7 @@ "label": "config", "description": [], "signature": [ - "Readonly<{} & { enabled: boolean; signalsIndex: string; maxRuleImportExportSize: number; maxRuleImportPayloadBytes: number; maxTimelineImportExportSize: number; maxTimelineImportPayloadBytes: number; enableExperimental: string[]; endpointResultListDefaultFirstPageIndex: number; endpointResultListDefaultPageSize: number; alertResultListDefaultDateRange: Readonly<{} & { from: string; to: string; }>; packagerTaskInterval: string; validateArtifactDownloads: boolean; }>" + "Readonly<{} & { enabled: boolean; signalsIndex: string; maxRuleImportExportSize: number; maxRuleImportPayloadBytes: number; maxTimelineImportExportSize: number; maxTimelineImportPayloadBytes: number; alertMergeStrategy: \"allFields\" | \"missingFields\" | \"noFields\"; enableExperimental: string[]; endpointResultListDefaultFirstPageIndex: number; endpointResultListDefaultPageSize: number; packagerTaskInterval: string; prebuiltRulesFromFileSystem: boolean; prebuiltRulesFromSavedObjects: boolean; }>" ], "source": { "path": "x-pack/plugins/security_solution/server/client/client.ts", @@ -511,7 +538,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 127 + "lineNumber": 129 }, "deprecated": false, "children": [ @@ -527,7 +554,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 143 + "lineNumber": 145 }, "deprecated": false, "children": [ @@ -550,7 +577,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 143 + "lineNumber": 145 }, "deprecated": false, "isRequired": true @@ -590,7 +617,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 155 + "lineNumber": 157 }, "deprecated": false, "children": [ @@ -623,7 +650,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 155 + "lineNumber": 157 }, "deprecated": false, "isRequired": true @@ -640,7 +667,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 155 + "lineNumber": 157 }, "deprecated": false, "isRequired": true @@ -670,7 +697,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 439 + "lineNumber": 341 }, "deprecated": false, "children": [ @@ -692,7 +719,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 439 + "lineNumber": 341 }, "deprecated": false, "isRequired": true @@ -709,7 +736,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 439 + "lineNumber": 341 }, "deprecated": false, "isRequired": true @@ -729,7 +756,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 514 + "lineNumber": 429 }, "deprecated": false, "children": [], @@ -793,11 +820,11 @@ "label": "ConfigType", "description": [], "signature": [ - "{ readonly enabled: boolean; readonly signalsIndex: string; readonly maxRuleImportExportSize: number; readonly maxRuleImportPayloadBytes: number; readonly maxTimelineImportExportSize: number; readonly maxTimelineImportPayloadBytes: number; readonly enableExperimental: string[]; readonly endpointResultListDefaultFirstPageIndex: number; readonly endpointResultListDefaultPageSize: number; readonly alertResultListDefaultDateRange: Readonly<{} & { from: string; to: string; }>; readonly packagerTaskInterval: string; readonly validateArtifactDownloads: boolean; }" + "{ readonly enabled: boolean; readonly signalsIndex: string; readonly maxRuleImportExportSize: number; readonly maxRuleImportPayloadBytes: number; readonly maxTimelineImportExportSize: number; readonly maxTimelineImportPayloadBytes: number; readonly alertMergeStrategy: \"allFields\" | \"missingFields\" | \"noFields\"; readonly enableExperimental: string[]; readonly endpointResultListDefaultFirstPageIndex: number; readonly endpointResultListDefaultPageSize: number; readonly packagerTaskInterval: string; readonly prebuiltRulesFromFileSystem: boolean; readonly prebuiltRulesFromSavedObjects: boolean; }" ], "source": { "path": "x-pack/plugins/security_solution/server/config.ts", - "lineNumber": 75 + "lineNumber": 78 }, "deprecated": false, "initialIsOpen": false @@ -813,7 +840,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 123 + "lineNumber": 125 }, "deprecated": false, "children": [], @@ -829,7 +856,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 126 + "lineNumber": 128 }, "deprecated": false, "children": [], @@ -2469,7 +2496,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 63 + "lineNumber": 58 }, "deprecated": false, "children": [ @@ -2482,7 +2509,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 64 + "lineNumber": 59 }, "deprecated": false }, @@ -2495,7 +2522,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 65 + "lineNumber": 60 }, "deprecated": false }, @@ -2511,7 +2538,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 66 + "lineNumber": 61 }, "deprecated": false }, @@ -2527,7 +2554,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 67 + "lineNumber": 62 }, "deprecated": false }, @@ -2551,7 +2578,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 68 + "lineNumber": 63 }, "deprecated": false }, @@ -2564,7 +2591,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 69 + "lineNumber": 64 }, "deprecated": false }, @@ -2580,7 +2607,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 70 + "lineNumber": 65 }, "deprecated": false }, @@ -2593,7 +2620,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 71 + "lineNumber": 66 }, "deprecated": false }, @@ -2606,7 +2633,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 72 + "lineNumber": 67 }, "deprecated": false }, @@ -2619,7 +2646,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 73 + "lineNumber": 68 }, "deprecated": false }, @@ -2635,7 +2662,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 74 + "lineNumber": 69 }, "deprecated": false } @@ -2651,7 +2678,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 429 + "lineNumber": 431 }, "deprecated": false, "children": [ @@ -2664,7 +2691,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 430 + "lineNumber": 432 }, "deprecated": false }, @@ -2677,7 +2704,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 431 + "lineNumber": 433 }, "deprecated": false } @@ -2885,7 +2912,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 594 + "lineNumber": 596 }, "deprecated": false, "children": [ @@ -2901,7 +2928,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 595 + "lineNumber": 597 }, "deprecated": false }, @@ -2917,7 +2944,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 596 + "lineNumber": 598 }, "deprecated": false }, @@ -2933,7 +2960,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 597 + "lineNumber": 599 }, "deprecated": false }, @@ -2949,7 +2976,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 598 + "lineNumber": 600 }, "deprecated": false }, @@ -2965,7 +2992,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 599 + "lineNumber": 601 }, "deprecated": false }, @@ -2981,7 +3008,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 600 + "lineNumber": 602 }, "deprecated": false }, @@ -2997,7 +3024,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 601 + "lineNumber": 603 }, "deprecated": false }, @@ -3013,7 +3040,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 602 + "lineNumber": 604 }, "deprecated": false }, @@ -3029,7 +3056,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 603 + "lineNumber": 605 }, "deprecated": false }, @@ -3045,7 +3072,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 604 + "lineNumber": 606 }, "deprecated": false }, @@ -3061,7 +3088,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 605 + "lineNumber": 607 }, "deprecated": false } @@ -3077,7 +3104,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 35 + "lineNumber": 34 }, "deprecated": false, "children": [ @@ -3101,7 +3128,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 36 + "lineNumber": 35 }, "deprecated": false, "returnComment": [], @@ -3115,7 +3142,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 36 + "lineNumber": 35 }, "deprecated": false }, @@ -3138,7 +3165,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 36 + "lineNumber": 35 }, "deprecated": false } @@ -3164,7 +3191,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 37 + "lineNumber": 36 }, "deprecated": false, "returnComment": [], @@ -3189,7 +3216,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 37 + "lineNumber": 36 }, "deprecated": false } @@ -3586,7 +3613,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 608 + "lineNumber": 610 }, "deprecated": false, "children": [ @@ -3602,7 +3629,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 609 + "lineNumber": 611 }, "deprecated": false }, @@ -3618,7 +3645,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 610 + "lineNumber": 612 }, "deprecated": false }, @@ -3634,7 +3661,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 611 + "lineNumber": 613 }, "deprecated": false }, @@ -3650,7 +3677,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 612 + "lineNumber": 614 }, "deprecated": false }, @@ -3666,7 +3693,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 613 + "lineNumber": 615 }, "deprecated": false }, @@ -3689,7 +3716,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 614 + "lineNumber": 616 }, "deprecated": false }, @@ -3712,7 +3739,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 615 + "lineNumber": 617 }, "deprecated": false }, @@ -3735,7 +3762,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 616 + "lineNumber": 618 }, "deprecated": false } @@ -3799,7 +3826,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 627 + "lineNumber": 629 }, "deprecated": false, "children": [ @@ -3815,7 +3842,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 629 + "lineNumber": 631 }, "deprecated": false }, @@ -3831,7 +3858,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 631 + "lineNumber": 633 }, "deprecated": false } @@ -4024,7 +4051,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 208 + "lineNumber": 237 }, "deprecated": false, "children": [ @@ -4037,7 +4064,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 209 + "lineNumber": 238 }, "deprecated": false }, @@ -4050,7 +4077,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 211 + "lineNumber": 240 }, "deprecated": false } @@ -4066,7 +4093,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 24 + "lineNumber": 25 }, "deprecated": false, "children": [ @@ -4082,7 +4109,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 25 + "lineNumber": 26 }, "deprecated": false }, @@ -4098,7 +4125,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 26 + "lineNumber": 27 }, "deprecated": false }, @@ -4121,7 +4148,60 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 27 + "lineNumber": 28 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.EndpointFields.isolation", + "type": "CompoundType", + "tags": [], + "label": "isolation", + "description": [ + "if the host is currently isolated" + ], + "signature": [ + "boolean | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", + "lineNumber": 30 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.EndpointFields.pendingActions", + "type": "CompoundType", + "tags": [], + "label": "pendingActions", + "description": [ + "A count of pending endpoint actions against the host" + ], + "signature": [ + "{ [key: string]: number; } | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", + "lineNumber": 32 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.EndpointFields.elasticAgentStatus", + "type": "CompoundType", + "tags": [], + "label": "elasticAgentStatus", + "description": [], + "signature": [ + "HostStatus", + " | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", + "lineNumber": 33 }, "deprecated": false }, @@ -4137,7 +4217,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 28 + "lineNumber": 34 }, "deprecated": false } @@ -4316,7 +4396,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 634 + "lineNumber": 636 }, "deprecated": false, "children": [ @@ -4332,7 +4412,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 635 + "lineNumber": 637 }, "deprecated": false }, @@ -4348,7 +4428,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 636 + "lineNumber": 638 }, "deprecated": false }, @@ -4364,7 +4444,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 637 + "lineNumber": 639 }, "deprecated": false }, @@ -4380,7 +4460,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 638 + "lineNumber": 640 }, "deprecated": false }, @@ -4396,7 +4476,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 640 + "lineNumber": 642 }, "deprecated": false } @@ -4768,7 +4848,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 414 + "lineNumber": 416 }, "deprecated": false, "children": [ @@ -4785,7 +4865,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 415 + "lineNumber": 417 }, "deprecated": false }, @@ -4802,7 +4882,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 416 + "lineNumber": 418 }, "deprecated": false } @@ -4818,7 +4898,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 424 + "lineNumber": 426 }, "deprecated": false, "children": [ @@ -4831,7 +4911,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 425 + "lineNumber": 427 }, "deprecated": false }, @@ -4844,7 +4924,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 426 + "lineNumber": 428 }, "deprecated": false } @@ -5094,7 +5174,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 653 + "lineNumber": 655 }, "deprecated": false, "children": [ @@ -5110,7 +5190,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 654 + "lineNumber": 656 }, "deprecated": false }, @@ -5126,7 +5206,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 655 + "lineNumber": 657 }, "deprecated": false }, @@ -5142,7 +5222,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 656 + "lineNumber": 658 }, "deprecated": false }, @@ -5158,7 +5238,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 657 + "lineNumber": 659 }, "deprecated": false }, @@ -5174,7 +5254,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 658 + "lineNumber": 660 }, "deprecated": false }, @@ -5190,7 +5270,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 659 + "lineNumber": 661 }, "deprecated": false }, @@ -5206,7 +5286,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 660 + "lineNumber": 662 }, "deprecated": false }, @@ -5222,7 +5302,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 661 + "lineNumber": 663 }, "deprecated": false }, @@ -5238,7 +5318,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 662 + "lineNumber": 664 }, "deprecated": false }, @@ -5254,7 +5334,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 663 + "lineNumber": 665 }, "deprecated": false }, @@ -5270,7 +5350,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 664 + "lineNumber": 666 }, "deprecated": false } @@ -5421,7 +5501,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 643 + "lineNumber": 645 }, "deprecated": false, "children": [ @@ -5437,7 +5517,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 644 + "lineNumber": 646 }, "deprecated": false }, @@ -5460,7 +5540,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 645 + "lineNumber": 647 }, "deprecated": false }, @@ -5476,7 +5556,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 646 + "lineNumber": 648 }, "deprecated": false }, @@ -5492,7 +5572,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 647 + "lineNumber": 649 }, "deprecated": false }, @@ -5508,7 +5588,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 648 + "lineNumber": 650 }, "deprecated": false }, @@ -5524,7 +5604,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 649 + "lineNumber": 651 }, "deprecated": false }, @@ -5540,7 +5620,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 650 + "lineNumber": 652 }, "deprecated": false } @@ -5654,7 +5734,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 724 + "lineNumber": 726 }, "deprecated": false, "children": [ @@ -5676,7 +5756,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 725 + "lineNumber": 727 }, "deprecated": false }, @@ -5692,7 +5772,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 726 + "lineNumber": 728 }, "deprecated": false }, @@ -5715,7 +5795,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 727 + "lineNumber": 729 }, "deprecated": false }, @@ -5731,7 +5811,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 728 + "lineNumber": 730 }, "deprecated": false }, @@ -5754,7 +5834,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 729 + "lineNumber": 731 }, "deprecated": false }, @@ -5777,7 +5857,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 730 + "lineNumber": 732 }, "deprecated": false } @@ -6184,7 +6264,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 106 + "lineNumber": 112 }, "deprecated": false, "children": [ @@ -6200,7 +6280,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 107 + "lineNumber": 113 }, "deprecated": false }, @@ -6222,7 +6302,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 108 + "lineNumber": 114 }, "deprecated": false } @@ -6238,7 +6318,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 74 + "lineNumber": 80 }, "deprecated": false, "children": [ @@ -6261,7 +6341,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 75 + "lineNumber": 81 }, "deprecated": false }, @@ -6284,7 +6364,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 76 + "lineNumber": 82 }, "deprecated": false }, @@ -6307,7 +6387,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 77 + "lineNumber": 83 }, "deprecated": false }, @@ -6330,7 +6410,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 78 + "lineNumber": 84 }, "deprecated": false }, @@ -6354,7 +6434,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 79 + "lineNumber": 85 }, "deprecated": false }, @@ -6377,7 +6457,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 82 + "lineNumber": 88 }, "deprecated": false }, @@ -6400,7 +6480,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 83 + "lineNumber": 89 }, "deprecated": false }, @@ -6423,7 +6503,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 84 + "lineNumber": 90 }, "deprecated": false }, @@ -6446,7 +6526,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 85 + "lineNumber": 91 }, "deprecated": false }, @@ -6469,7 +6549,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 86 + "lineNumber": 92 }, "deprecated": false }, @@ -6492,7 +6572,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 87 + "lineNumber": 93 }, "deprecated": false }, @@ -6515,7 +6595,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 88 + "lineNumber": 94 }, "deprecated": false }, @@ -6538,7 +6618,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 89 + "lineNumber": 95 }, "deprecated": false }, @@ -6554,7 +6634,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 90 + "lineNumber": 96 }, "deprecated": false }, @@ -6577,7 +6657,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 91 + "lineNumber": 97 }, "deprecated": false } @@ -6758,7 +6838,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 49 + "lineNumber": 55 }, "deprecated": false, "children": [ @@ -6771,7 +6851,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 50 + "lineNumber": 56 }, "deprecated": false }, @@ -6784,7 +6864,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 51 + "lineNumber": 57 }, "deprecated": false }, @@ -6806,7 +6886,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 52 + "lineNumber": 58 }, "deprecated": false } @@ -6822,7 +6902,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 55 + "lineNumber": 61 }, "deprecated": false, "children": [ @@ -6845,7 +6925,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 56 + "lineNumber": 62 }, "deprecated": false } @@ -7068,7 +7148,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 94 + "lineNumber": 100 }, "deprecated": false, "children": [ @@ -7084,7 +7164,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 95 + "lineNumber": 101 }, "deprecated": false }, @@ -7108,7 +7188,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 96 + "lineNumber": 102 }, "deprecated": false } @@ -7307,7 +7387,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 111 + "lineNumber": 117 }, "deprecated": false, "children": [ @@ -7325,7 +7405,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 112 + "lineNumber": 118 }, "deprecated": false }, @@ -7341,7 +7421,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 116 + "lineNumber": 122 }, "deprecated": false }, @@ -7357,7 +7437,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 117 + "lineNumber": 123 }, "deprecated": false }, @@ -7373,7 +7453,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 118 + "lineNumber": 124 }, "deprecated": false } @@ -7389,7 +7469,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 35 + "lineNumber": 41 }, "deprecated": false, "children": [ @@ -7405,7 +7485,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 36 + "lineNumber": 42 }, "deprecated": false }, @@ -7421,7 +7501,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 37 + "lineNumber": 43 }, "deprecated": false }, @@ -7438,7 +7518,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 38 + "lineNumber": 44 }, "deprecated": false }, @@ -7461,7 +7541,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 39 + "lineNumber": 45 }, "deprecated": false }, @@ -7478,7 +7558,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 40 + "lineNumber": 46 }, "deprecated": false }, @@ -7494,7 +7574,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 41 + "lineNumber": 47 }, "deprecated": false } @@ -7510,7 +7590,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 59 + "lineNumber": 65 }, "deprecated": false, "children": [ @@ -7544,7 +7624,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 60 + "lineNumber": 66 }, "deprecated": false } @@ -7553,20 +7633,20 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsEdges", + "id": "def-common.HostRulesEdges", "type": "Interface", "tags": [], - "label": "HostsEdges", + "label": "HostRulesEdges", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", - "lineNumber": 14 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 31 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsEdges.node", + "id": "def-common.HostRulesEdges.node", "type": "Object", "tags": [], "label": "node", @@ -7576,19 +7656,19 @@ "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostItem", - "text": "HostItem" + "section": "def-common.HostRulesItem", + "text": "HostRulesItem" } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 32 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsEdges.cursor", + "id": "def-common.HostRulesEdges.cursor", "type": "Object", "tags": [], "label": "cursor", @@ -7603,8 +7683,8 @@ } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", - "lineNumber": 16 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 33 }, "deprecated": false } @@ -7613,43 +7693,105 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiAuthenticationsHistogramCount", + "id": "def-common.HostRulesHit", "type": "Interface", "tags": [], - "label": "HostsKpiAuthenticationsHistogramCount", + "label": "HostRulesHit", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostRulesHit", + "text": "HostRulesHit" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.Hit", + "text": "Hit" + } + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", - "lineNumber": 13 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 14 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiAuthenticationsHistogramCount.doc_count", + "id": "def-common.HostRulesHit.key", + "type": "string", + "tags": [], + "label": "key", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 15 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostRulesHit.doc_count", "type": "number", "tags": [], "label": "doc_count", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", - "lineNumber": 14 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 16 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiAuthenticationsHistogramCount.value", - "type": "number", + "id": "def-common.HostRulesHit.risk_score", + "type": "Object", "tags": [], - "label": "value", + "label": "risk_score", "description": [], "signature": [ - "number | undefined" + "{ value?: number | undefined; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", - "lineNumber": 16 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 17 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostRulesHit.rule_type", + "type": "Object", + "tags": [], + "label": "rule_type", + "description": [], + "signature": [ + "{ buckets?: { key: string; doc_count: number; }[] | undefined; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 20 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostRulesHit.rule_count", + "type": "Object", + "tags": [], + "label": "rule_count", + "description": [], + "signature": [ + "{ value: number; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 26 }, "deprecated": false } @@ -7658,133 +7800,94 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiAuthenticationsStrategyResponse", + "id": "def-common.HostRulesItem", "type": "Interface", "tags": [], - "label": "HostsKpiAuthenticationsStrategyResponse", + "label": "HostRulesItem", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsKpiAuthenticationsStrategyResponse", - "text": "HostsKpiAuthenticationsStrategyResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" - }, - "" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", - "lineNumber": 21 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 27 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiAuthenticationsStrategyResponse.authenticationsSuccess", + "id": "def-common.HostRulesItem._id", "type": "CompoundType", "tags": [], - "label": "authenticationsSuccess", + "label": "_id", "description": [], "signature": [ - "number | null" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 28 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiAuthenticationsStrategyResponse.authenticationsSuccessHistogram", + "id": "def-common.HostRulesItem.HostRulesFields.hits", "type": "CompoundType", "tags": [], - "label": "authenticationsSuccessHistogram", + "label": "[HostRulesFields.hits]", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsKpiHistogramData", - "text": "HostsKpiHistogramData" - }, - "[] | null" + "number | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", - "lineNumber": 23 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 29 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiAuthenticationsStrategyResponse.authenticationsFailure", + "id": "def-common.HostRulesItem.HostRulesFields.riskScore", "type": "CompoundType", "tags": [], - "label": "authenticationsFailure", + "label": "[HostRulesFields.riskScore]", "description": [], "signature": [ "number | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", - "lineNumber": 24 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 30 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiAuthenticationsStrategyResponse.authenticationsFailureHistogram", + "id": "def-common.HostRulesItem.HostRulesFields.ruleName", "type": "CompoundType", "tags": [], - "label": "authenticationsFailureHistogram", + "label": "[HostRulesFields.ruleName]", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsKpiHistogramData", - "text": "HostsKpiHistogramData" - }, - "[] | null" + "string | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", - "lineNumber": 25 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 31 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiAuthenticationsStrategyResponse.inspect", + "id": "def-common.HostRulesItem.HostRulesFields.ruleType", "type": "CompoundType", "tags": [], - "label": "inspect", + "label": "[HostRulesFields.ruleType]", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" - }, - " | null | undefined" + "string | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", - "lineNumber": 26 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 32 }, "deprecated": false } @@ -7793,27 +7896,69 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiGeneralHistogramCount", + "id": "def-common.HostRulesRequestOptions", "type": "Interface", "tags": [], - "label": "HostsKpiGeneralHistogramCount", + "label": "HostRulesRequestOptions", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostRulesRequestOptions", + "text": "HostRulesRequestOptions" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestOptionsPaginated", + "text": "RequestOptionsPaginated" + }, + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostRulesFields", + "text": "HostRulesFields" + }, + ">" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 43 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiGeneralHistogramCount.value", - "type": "number", + "id": "def-common.HostRulesRequestOptions.defaultIndex", + "type": "Array", "tags": [], - "label": "value", + "label": "defaultIndex", "description": [], + "signature": [ + "string[]" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", - "lineNumber": 23 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 44 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostRulesRequestOptions.hostName", + "type": "string", + "tags": [], + "label": "hostName", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 45 }, "deprecated": false } @@ -7822,79 +7967,113 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiHistogram", + "id": "def-common.HostRulesStrategyResponse", "type": "Interface", "tags": [], - "label": "HostsKpiHistogram", + "label": "HostRulesStrategyResponse", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsKpiHistogram", - "text": "HostsKpiHistogram" + "section": "def-common.HostRulesStrategyResponse", + "text": "HostRulesStrategyResponse" }, - "" + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 36 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiHistogram.key_as_string", - "type": "string", + "id": "def-common.HostRulesStrategyResponse.edges", + "type": "Array", "tags": [], - "label": "key_as_string", + "label": "edges", "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", - "lineNumber": 16 - }, - "deprecated": false - }, - { + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostRulesEdges", + "text": "HostRulesEdges" + }, + "[]" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 37 + }, + "deprecated": false + }, + { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiHistogram.key", + "id": "def-common.HostRulesStrategyResponse.totalCount", "type": "number", "tags": [], - "label": "key", + "label": "totalCount", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", - "lineNumber": 17 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 38 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiHistogram.doc_count", - "type": "number", + "id": "def-common.HostRulesStrategyResponse.pageInfo", + "type": "Object", "tags": [], - "label": "doc_count", + "label": "pageInfo", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.PageInfoPaginated", + "text": "PageInfoPaginated" + } + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", - "lineNumber": 18 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 39 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiHistogram.count", - "type": "Uncategorized", + "id": "def-common.HostRulesStrategyResponse.inspect", + "type": "CompoundType", "tags": [], - "label": "count", + "label": "inspect", "description": [], "signature": [ - "T" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", - "lineNumber": 19 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 40 }, "deprecated": false } @@ -7903,46 +8082,58 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiHistogramData", + "id": "def-common.HostsEdges", "type": "Interface", "tags": [], - "label": "HostsKpiHistogramData", + "label": "HostsEdges", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", - "lineNumber": 10 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", + "lineNumber": 14 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiHistogramData.x", - "type": "CompoundType", + "id": "def-common.HostsEdges.node", + "type": "Object", "tags": [], - "label": "x", + "label": "node", "description": [], "signature": [ - "number | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostItem", + "text": "HostItem" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", - "lineNumber": 11 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", + "lineNumber": 15 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiHistogramData.y", - "type": "CompoundType", + "id": "def-common.HostsEdges.cursor", + "type": "Object", "tags": [], - "label": "y", + "label": "cursor", "description": [], "signature": [ - "number | null | undefined" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.CursorType", + "text": "CursorType" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", - "lineNumber": 12 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", + "lineNumber": 16 }, "deprecated": false } @@ -7951,94 +8142,43 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiHostsStrategyResponse", + "id": "def-common.HostsKpiAuthenticationsHistogramCount", "type": "Interface", "tags": [], - "label": "HostsKpiHostsStrategyResponse", + "label": "HostsKpiAuthenticationsHistogramCount", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsKpiHostsStrategyResponse", - "text": "HostsKpiHostsStrategyResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" - }, - "" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/hosts/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", + "lineNumber": 13 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiHostsStrategyResponse.hosts", - "type": "CompoundType", - "tags": [], - "label": "hosts", - "description": [], - "signature": [ - "number | null" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/hosts/index.ts", - "lineNumber": 16 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiHostsStrategyResponse.hostsHistogram", - "type": "CompoundType", + "id": "def-common.HostsKpiAuthenticationsHistogramCount.doc_count", + "type": "number", "tags": [], - "label": "hostsHistogram", + "label": "doc_count", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsKpiHistogramData", - "text": "HostsKpiHistogramData" - }, - "[] | null" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/hosts/index.ts", - "lineNumber": 17 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", + "lineNumber": 14 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiHostsStrategyResponse.inspect", - "type": "CompoundType", + "id": "def-common.HostsKpiAuthenticationsHistogramCount.value", + "type": "number", "tags": [], - "label": "inspect", + "label": "value", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" - }, - " | null | undefined" + "number | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/hosts/index.ts", - "lineNumber": 18 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", + "lineNumber": 16 }, "deprecated": false } @@ -8047,18 +8187,18 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiUniqueIpsStrategyResponse", + "id": "def-common.HostsKpiAuthenticationsStrategyResponse", "type": "Interface", "tags": [], - "label": "HostsKpiUniqueIpsStrategyResponse", + "label": "HostsKpiAuthenticationsStrategyResponse", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsKpiUniqueIpsStrategyResponse", - "text": "HostsKpiUniqueIpsStrategyResponse" + "section": "def-common.HostsKpiAuthenticationsStrategyResponse", + "text": "HostsKpiAuthenticationsStrategyResponse" }, " extends ", { @@ -8071,33 +8211,33 @@ "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/unique_ips/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", + "lineNumber": 21 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiUniqueIpsStrategyResponse.uniqueSourceIps", + "id": "def-common.HostsKpiAuthenticationsStrategyResponse.authenticationsSuccess", "type": "CompoundType", "tags": [], - "label": "uniqueSourceIps", + "label": "authenticationsSuccess", "description": [], "signature": [ "number | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/unique_ips/index.ts", - "lineNumber": 16 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", + "lineNumber": 22 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiUniqueIpsStrategyResponse.uniqueSourceIpsHistogram", + "id": "def-common.HostsKpiAuthenticationsStrategyResponse.authenticationsSuccessHistogram", "type": "CompoundType", "tags": [], - "label": "uniqueSourceIpsHistogram", + "label": "authenticationsSuccessHistogram", "description": [], "signature": [ { @@ -8110,33 +8250,33 @@ "[] | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/unique_ips/index.ts", - "lineNumber": 17 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", + "lineNumber": 23 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiUniqueIpsStrategyResponse.uniqueDestinationIps", + "id": "def-common.HostsKpiAuthenticationsStrategyResponse.authenticationsFailure", "type": "CompoundType", "tags": [], - "label": "uniqueDestinationIps", + "label": "authenticationsFailure", "description": [], "signature": [ "number | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/unique_ips/index.ts", - "lineNumber": 18 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", + "lineNumber": 24 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiUniqueIpsStrategyResponse.uniqueDestinationIpsHistogram", + "id": "def-common.HostsKpiAuthenticationsStrategyResponse.authenticationsFailureHistogram", "type": "CompoundType", "tags": [], - "label": "uniqueDestinationIpsHistogram", + "label": "authenticationsFailureHistogram", "description": [], "signature": [ { @@ -8149,14 +8289,14 @@ "[] | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/unique_ips/index.ts", - "lineNumber": 19 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", + "lineNumber": 25 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsKpiUniqueIpsStrategyResponse.inspect", + "id": "def-common.HostsKpiAuthenticationsStrategyResponse.inspect", "type": "CompoundType", "tags": [], "label": "inspect", @@ -8172,8 +8312,8 @@ " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/unique_ips/index.ts", - "lineNumber": 20 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/authentications/index.ts", + "lineNumber": 26 }, "deprecated": false } @@ -8182,71 +8322,27 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsOverviewStrategyResponse", + "id": "def-common.HostsKpiGeneralHistogramCount", "type": "Interface", "tags": [], - "label": "HostsOverviewStrategyResponse", + "label": "HostsKpiGeneralHistogramCount", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsOverviewStrategyResponse", - "text": "HostsOverviewStrategyResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" - }, - "" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/overview/index.ts", - "lineNumber": 14 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", + "lineNumber": 22 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsOverviewStrategyResponse.inspect", - "type": "CompoundType", - "tags": [], - "label": "inspect", - "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" - }, - " | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/overview/index.ts", - "lineNumber": 15 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.HostsOverviewStrategyResponse.overviewHost", - "type": "Object", + "id": "def-common.HostsKpiGeneralHistogramCount.value", + "type": "number", "tags": [], - "label": "overviewHost", + "label": "value", "description": [], - "signature": [ - "{ auditbeatAuditd?: number | null | undefined; auditbeatFIM?: number | null | undefined; auditbeatLogin?: number | null | undefined; auditbeatPackage?: number | null | undefined; auditbeatProcess?: number | null | undefined; auditbeatUser?: number | null | undefined; endgameDns?: number | null | undefined; endgameFile?: number | null | undefined; endgameImageLoad?: number | null | undefined; endgameNetwork?: number | null | undefined; endgameProcess?: number | null | undefined; endgameRegistry?: number | null | undefined; endgameSecurity?: number | null | undefined; filebeatSystemModule?: number | null | undefined; winlogbeatSecurity?: number | null | undefined; winlogbeatMWSysmonOperational?: number | null | undefined; }" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/overview/index.ts", - "lineNumber": 16 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", + "lineNumber": 23 }, "deprecated": false } @@ -8255,56 +8351,79 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsRequestOptions", + "id": "def-common.HostsKpiHistogram", "type": "Interface", "tags": [], - "label": "HostsRequestOptions", + "label": "HostsKpiHistogram", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsRequestOptions", - "text": "HostsRequestOptions" - }, - " extends ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestOptionsPaginated", - "text": "RequestOptionsPaginated" - }, - "<", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsFields", - "text": "HostsFields" + "section": "def-common.HostsKpiHistogram", + "text": "HostsKpiHistogram" }, - ">" + "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", - "lineNumber": 26 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", + "lineNumber": 15 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsRequestOptions.defaultIndex", - "type": "Array", + "id": "def-common.HostsKpiHistogram.key_as_string", + "type": "string", "tags": [], - "label": "defaultIndex", + "label": "key_as_string", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", + "lineNumber": 16 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostsKpiHistogram.key", + "type": "number", + "tags": [], + "label": "key", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", + "lineNumber": 17 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostsKpiHistogram.doc_count", + "type": "number", + "tags": [], + "label": "doc_count", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", + "lineNumber": 18 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostsKpiHistogram.count", + "type": "Uncategorized", + "tags": [], + "label": "count", "description": [], "signature": [ - "string[]" + "T" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", - "lineNumber": 27 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", + "lineNumber": 19 }, "deprecated": false } @@ -8313,58 +8432,46 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsSortField", + "id": "def-common.HostsKpiHistogramData", "type": "Interface", "tags": [], - "label": "HostsSortField", + "label": "HostsKpiHistogramData", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", - "lineNumber": 30 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", + "lineNumber": 10 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsSortField.field", - "type": "Enum", + "id": "def-common.HostsKpiHistogramData.x", + "type": "CompoundType", "tags": [], - "label": "field", + "label": "x", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsFields", - "text": "HostsFields" - } + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", - "lineNumber": 31 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", + "lineNumber": 11 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsSortField.direction", - "type": "Enum", + "id": "def-common.HostsKpiHistogramData.y", + "type": "CompoundType", "tags": [], - "label": "direction", + "label": "y", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Direction", - "text": "Direction" - } + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", - "lineNumber": 33 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/common/index.ts", + "lineNumber": 12 }, "deprecated": false } @@ -8373,18 +8480,18 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsStrategyResponse", + "id": "def-common.HostsKpiHostsStrategyResponse", "type": "Interface", "tags": [], - "label": "HostsStrategyResponse", + "label": "HostsKpiHostsStrategyResponse", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsStrategyResponse", - "text": "HostsStrategyResponse" + "section": "def-common.HostsKpiHostsStrategyResponse", + "text": "HostsKpiHostsStrategyResponse" }, " extends ", { @@ -8397,72 +8504,53 @@ "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", - "lineNumber": 19 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/hosts/index.ts", + "lineNumber": 15 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsStrategyResponse.edges", - "type": "Array", + "id": "def-common.HostsKpiHostsStrategyResponse.hosts", + "type": "CompoundType", "tags": [], - "label": "edges", + "label": "hosts", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsEdges", - "text": "HostsEdges" - }, - "[]" + "number | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", - "lineNumber": 20 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.HostsStrategyResponse.totalCount", - "type": "number", - "tags": [], - "label": "totalCount", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", - "lineNumber": 21 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/hosts/index.ts", + "lineNumber": 16 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsStrategyResponse.pageInfo", - "type": "Object", + "id": "def-common.HostsKpiHostsStrategyResponse.hostsHistogram", + "type": "CompoundType", "tags": [], - "label": "pageInfo", + "label": "hostsHistogram", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.PageInfoPaginated", - "text": "PageInfoPaginated" - } + "section": "def-common.HostsKpiHistogramData", + "text": "HostsKpiHistogramData" + }, + "[] | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/hosts/index.ts", + "lineNumber": 17 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsStrategyResponse.inspect", + "id": "def-common.HostsKpiHostsStrategyResponse.inspect", "type": "CompoundType", "tags": [], "label": "inspect", @@ -8478,8 +8566,8 @@ " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", - "lineNumber": 23 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/hosts/index.ts", + "lineNumber": 18 }, "deprecated": false } @@ -8488,58 +8576,133 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessesEdges", + "id": "def-common.HostsKpiUniqueIpsStrategyResponse", "type": "Interface", "tags": [], - "label": "HostsUncommonProcessesEdges", + "label": "HostsKpiUniqueIpsStrategyResponse", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostsKpiUniqueIpsStrategyResponse", + "text": "HostsKpiUniqueIpsStrategyResponse" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 38 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/unique_ips/index.ts", + "lineNumber": 15 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessesEdges.node", - "type": "Object", - "tags": [], - "label": "node", + "id": "def-common.HostsKpiUniqueIpsStrategyResponse.uniqueSourceIps", + "type": "CompoundType", + "tags": [], + "label": "uniqueSourceIps", + "description": [], + "signature": [ + "number | null" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/unique_ips/index.ts", + "lineNumber": 16 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostsKpiUniqueIpsStrategyResponse.uniqueSourceIpsHistogram", + "type": "CompoundType", + "tags": [], + "label": "uniqueSourceIpsHistogram", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsUncommonProcessItem", - "text": "HostsUncommonProcessItem" - } + "section": "def-common.HostsKpiHistogramData", + "text": "HostsKpiHistogramData" + }, + "[] | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 39 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/unique_ips/index.ts", + "lineNumber": 17 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessesEdges.cursor", - "type": "Object", + "id": "def-common.HostsKpiUniqueIpsStrategyResponse.uniqueDestinationIps", + "type": "CompoundType", "tags": [], - "label": "cursor", + "label": "uniqueDestinationIps", + "description": [], + "signature": [ + "number | null" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/unique_ips/index.ts", + "lineNumber": 18 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostsKpiUniqueIpsStrategyResponse.uniqueDestinationIpsHistogram", + "type": "CompoundType", + "tags": [], + "label": "uniqueDestinationIpsHistogram", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostsKpiHistogramData", + "text": "HostsKpiHistogramData" + }, + "[] | null" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/unique_ips/index.ts", + "lineNumber": 19 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostsKpiUniqueIpsStrategyResponse.inspect", + "type": "CompoundType", + "tags": [], + "label": "inspect", "description": [], "signature": [ { "pluginId": "timelines", "scope": "common", "docId": "kibTimelinesPluginApi", - "section": "def-common.CursorType", - "text": "CursorType" - } + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 40 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/kpi/unique_ips/index.ts", + "lineNumber": 20 }, "deprecated": false } @@ -8548,71 +8711,71 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessesRequestOptions", + "id": "def-common.HostsOverviewStrategyResponse", "type": "Interface", "tags": [], - "label": "HostsUncommonProcessesRequestOptions", + "label": "HostsOverviewStrategyResponse", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsUncommonProcessesRequestOptions", - "text": "HostsUncommonProcessesRequestOptions" + "section": "def-common.HostsOverviewStrategyResponse", + "text": "HostsOverviewStrategyResponse" }, " extends ", { - "pluginId": "securitySolution", + "pluginId": "data", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestOptionsPaginated", - "text": "RequestOptionsPaginated" + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" }, - "" + "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 26 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/overview/index.ts", + "lineNumber": 14 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessesRequestOptions.sort", - "type": "Object", + "id": "def-common.HostsOverviewStrategyResponse.inspect", + "type": "CompoundType", "tags": [], - "label": "sort", + "label": "inspect", "description": [], "signature": [ { "pluginId": "timelines", "scope": "common", "docId": "kibTimelinesPluginApi", - "section": "def-common.SortField", - "text": "SortField" + "section": "def-common.Inspect", + "text": "Inspect" }, - "" + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 27 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/overview/index.ts", + "lineNumber": 15 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessesRequestOptions.defaultIndex", - "type": "Array", + "id": "def-common.HostsOverviewStrategyResponse.overviewHost", + "type": "Object", "tags": [], - "label": "defaultIndex", + "label": "overviewHost", "description": [], "signature": [ - "string[]" + "{ auditbeatAuditd?: number | null | undefined; auditbeatFIM?: number | null | undefined; auditbeatLogin?: number | null | undefined; auditbeatPackage?: number | null | undefined; auditbeatProcess?: number | null | undefined; auditbeatUser?: number | null | undefined; endgameDns?: number | null | undefined; endgameFile?: number | null | undefined; endgameImageLoad?: number | null | undefined; endgameNetwork?: number | null | undefined; endgameProcess?: number | null | undefined; endgameRegistry?: number | null | undefined; endgameSecurity?: number | null | undefined; filebeatSystemModule?: number | null | undefined; winlogbeatSecurity?: number | null | undefined; winlogbeatMWSysmonOperational?: number | null | undefined; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 28 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/overview/index.ts", + "lineNumber": 16 }, "deprecated": false } @@ -8621,113 +8784,116 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessesStrategyResponse", + "id": "def-common.HostsRequestOptions", "type": "Interface", "tags": [], - "label": "HostsUncommonProcessesStrategyResponse", + "label": "HostsRequestOptions", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsUncommonProcessesStrategyResponse", - "text": "HostsUncommonProcessesStrategyResponse" + "section": "def-common.HostsRequestOptions", + "text": "HostsRequestOptions" }, " extends ", { - "pluginId": "data", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestOptionsPaginated", + "text": "RequestOptionsPaginated" }, - "" + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostsFields", + "text": "HostsFields" + }, + ">" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 31 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", + "lineNumber": 26 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessesStrategyResponse.edges", + "id": "def-common.HostsRequestOptions.defaultIndex", "type": "Array", "tags": [], - "label": "edges", + "label": "defaultIndex", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsUncommonProcessesEdges", - "text": "HostsUncommonProcessesEdges" - }, - "[]" + "string[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 32 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessesStrategyResponse.totalCount", - "type": "number", - "tags": [], - "label": "totalCount", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 33 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", + "lineNumber": 27 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostsSortField", + "type": "Interface", + "tags": [], + "label": "HostsSortField", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", + "lineNumber": 30 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessesStrategyResponse.pageInfo", - "type": "Object", + "id": "def-common.HostsSortField.field", + "type": "Enum", "tags": [], - "label": "pageInfo", + "label": "field", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.PageInfoPaginated", - "text": "PageInfoPaginated" + "section": "def-common.HostsFields", + "text": "HostsFields" } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 34 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", + "lineNumber": 31 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessesStrategyResponse.inspect", - "type": "CompoundType", + "id": "def-common.HostsSortField.direction", + "type": "Enum", "tags": [], - "label": "inspect", + "label": "direction", "description": [], "signature": [ { "pluginId": "timelines", "scope": "common", "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" - }, - " | null | undefined" + "section": "def-common.Direction", + "text": "Direction" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 35 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", + "lineNumber": 33 }, "deprecated": false } @@ -8736,116 +8902,113 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessHit", + "id": "def-common.HostsStrategyResponse", "type": "Interface", "tags": [], - "label": "HostsUncommonProcessHit", + "label": "HostsStrategyResponse", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsUncommonProcessHit", - "text": "HostsUncommonProcessHit" + "section": "def-common.HostsStrategyResponse", + "text": "HostsStrategyResponse" }, " extends ", { - "pluginId": "securitySolution", + "pluginId": "data", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.Hit", - "text": "Hit" - } + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 51 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", + "lineNumber": 19 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessHit.total", - "type": "Object", + "id": "def-common.HostsStrategyResponse.edges", + "type": "Array", "tags": [], - "label": "total", + "label": "edges", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TotalHit", - "text": "TotalHit" - } + "section": "def-common.HostsEdges", + "text": "HostsEdges" + }, + "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 52 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", + "lineNumber": 20 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessHit.host", - "type": "Array", + "id": "def-common.HostsStrategyResponse.totalCount", + "type": "number", "tags": [], - "label": "host", + "label": "totalCount", "description": [], - "signature": [ - "{ id: string[] | undefined; name: string[] | undefined; }[]" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 53 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", + "lineNumber": 21 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessHit._source", + "id": "def-common.HostsStrategyResponse.pageInfo", "type": "Object", "tags": [], - "label": "_source", + "label": "pageInfo", "description": [], "signature": [ - "{ '@timestamp': string; process: ", - "ProcessEcs", - "; }" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.PageInfoPaginated", + "text": "PageInfoPaginated" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 57 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessHit.cursor", - "type": "string", - "tags": [], - "label": "cursor", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 61 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", + "lineNumber": 22 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessHit.sort", - "type": "Array", + "id": "def-common.HostsStrategyResponse.inspect", + "type": "CompoundType", "tags": [], - "label": "sort", + "label": "inspect", "description": [], "signature": [ - "React.ReactText[]" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 62 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/all/index.ts", + "lineNumber": 23 }, "deprecated": false } @@ -8854,90 +9017,131 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessItem", + "id": "def-common.HostsUncommonProcessesEdges", "type": "Interface", "tags": [], - "label": "HostsUncommonProcessItem", + "label": "HostsUncommonProcessesEdges", "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 43 + "lineNumber": 38 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessItem._id", - "type": "string", - "tags": [], - "label": "_id", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 44 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessItem.instances", - "type": "number", + "id": "def-common.HostsUncommonProcessesEdges.node", + "type": "Object", "tags": [], - "label": "instances", + "label": "node", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostsUncommonProcessItem", + "text": "HostsUncommonProcessItem" + } + ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 45 + "lineNumber": 39 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessItem.process", + "id": "def-common.HostsUncommonProcessesEdges.cursor", "type": "Object", "tags": [], - "label": "process", + "label": "cursor", "description": [], "signature": [ - "ProcessEcs" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.CursorType", + "text": "CursorType" + } ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 46 + "lineNumber": 40 }, "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostsUncommonProcessesRequestOptions", + "type": "Interface", + "tags": [], + "label": "HostsUncommonProcessesRequestOptions", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostsUncommonProcessesRequestOptions", + "text": "HostsUncommonProcessesRequestOptions" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestOptionsPaginated", + "text": "RequestOptionsPaginated" }, + "" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 26 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessItem.hosts", - "type": "Array", + "id": "def-common.HostsUncommonProcessesRequestOptions.sort", + "type": "Object", "tags": [], - "label": "hosts", + "label": "sort", "description": [], "signature": [ - "HostEcs", - "[]" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.SortField", + "text": "SortField" + }, + "" ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 47 + "lineNumber": 27 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostsUncommonProcessItem.user", - "type": "CompoundType", + "id": "def-common.HostsUncommonProcessesRequestOptions.defaultIndex", + "type": "Array", "tags": [], - "label": "user", + "label": "defaultIndex", "description": [], "signature": [ - "UserEcs", - " | null | undefined" + "string[]" ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", - "lineNumber": 48 + "lineNumber": 28 }, "deprecated": false } @@ -8946,40 +9150,113 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.HostValue", + "id": "def-common.HostsUncommonProcessesStrategyResponse", "type": "Interface", "tags": [], - "label": "HostValue", + "label": "HostsUncommonProcessesStrategyResponse", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostsUncommonProcessesStrategyResponse", + "text": "HostsUncommonProcessesStrategyResponse" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 44 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 31 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.HostValue.value", - "type": "number", + "id": "def-common.HostsUncommonProcessesStrategyResponse.edges", + "type": "Array", "tags": [], - "label": "value", + "label": "edges", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostsUncommonProcessesEdges", + "text": "HostsUncommonProcessesEdges" + }, + "[]" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 45 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 32 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.HostValue.value_as_string", - "type": "string", - "tags": [], - "label": "value_as_string", + "id": "def-common.HostsUncommonProcessesStrategyResponse.totalCount", + "type": "number", + "tags": [], + "label": "totalCount", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 46 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 33 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostsUncommonProcessesStrategyResponse.pageInfo", + "type": "Object", + "tags": [], + "label": "pageInfo", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.PageInfoPaginated", + "text": "PageInfoPaginated" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 34 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostsUncommonProcessesStrategyResponse.inspect", + "type": "CompoundType", + "tags": [], + "label": "inspect", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 35 }, "deprecated": false } @@ -8988,213 +9265,268 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.IndexField", + "id": "def-common.HostsUncommonProcessHit", "type": "Interface", "tags": [], - "label": "IndexField", + "label": "HostsUncommonProcessHit", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostsUncommonProcessHit", + "text": "HostsUncommonProcessHit" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.Hit", + "text": "Hit" + } + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 27 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 51 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.IndexField.category", - "type": "string", + "id": "def-common.HostsUncommonProcessHit.total", + "type": "Object", "tags": [], - "label": "category", - "description": [ - "Where the field belong" + "label": "total", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TotalHit", + "text": "TotalHit" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 29 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 52 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.IndexField.example", - "type": "CompoundType", + "id": "def-common.HostsUncommonProcessHit.host", + "type": "Array", "tags": [], - "label": "example", - "description": [ - "Example of field's value" - ], + "label": "host", + "description": [], "signature": [ - "string | number | null | undefined" + "{ id: string[] | undefined; name: string[] | undefined; }[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 31 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 53 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.IndexField.indexes", - "type": "Array", + "id": "def-common.HostsUncommonProcessHit._source", + "type": "Object", "tags": [], - "label": "indexes", - "description": [ - "whether the field's belong to an alias index" - ], + "label": "_source", + "description": [], "signature": [ - "(string | null)[]" + "{ '@timestamp': string; process: ", + "ProcessEcs", + "; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 33 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 57 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.IndexField.name", + "id": "def-common.HostsUncommonProcessHit.cursor", "type": "string", "tags": [], - "label": "name", - "description": [ - "The name of the field" - ], + "label": "cursor", + "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 35 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 61 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.IndexField.type", - "type": "string", + "id": "def-common.HostsUncommonProcessHit.sort", + "type": "Array", "tags": [], - "label": "type", - "description": [ - "The type of the field's values as recognized by Kibana" + "label": "sort", + "description": [], + "signature": [ + "React.ReactText[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 37 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 62 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostsUncommonProcessItem", + "type": "Interface", + "tags": [], + "label": "HostsUncommonProcessItem", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 43 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.IndexField.searchable", - "type": "boolean", + "id": "def-common.HostsUncommonProcessItem._id", + "type": "string", "tags": [], - "label": "searchable", - "description": [ - "Whether the field's values can be efficiently searched for" - ], + "label": "_id", + "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 39 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 44 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.IndexField.aggregatable", - "type": "boolean", + "id": "def-common.HostsUncommonProcessItem.instances", + "type": "number", "tags": [], - "label": "aggregatable", - "description": [ - "Whether the field's values can be aggregated" - ], + "label": "instances", + "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 41 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 45 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.IndexField.description", - "type": "CompoundType", + "id": "def-common.HostsUncommonProcessItem.process", + "type": "Object", "tags": [], - "label": "description", - "description": [ - "Description of the field" - ], + "label": "process", + "description": [], "signature": [ - "string | null | undefined" + "ProcessEcs" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 43 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 46 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.IndexField.format", - "type": "CompoundType", + "id": "def-common.HostsUncommonProcessItem.hosts", + "type": "Array", "tags": [], - "label": "format", + "label": "hosts", "description": [], "signature": [ - "string | null | undefined" + "HostEcs", + "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 44 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 47 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.IndexField.esTypes", - "type": "Array", + "id": "def-common.HostsUncommonProcessItem.user", + "type": "CompoundType", "tags": [], - "label": "esTypes", - "description": [ - "the elastic type as mapped in the index" - ], + "label": "user", + "description": [], "signature": [ - "string[] | undefined" + "UserEcs", + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 46 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/uncommon_processes/index.ts", + "lineNumber": 48 }, "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.IndexField.subType", + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostTacticsEdges", + "type": "Interface", + "tags": [], + "label": "HostTacticsEdges", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 34 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.HostTacticsEdges.node", "type": "Object", "tags": [], - "label": "subType", + "label": "node", "description": [], "signature": [ { - "pluginId": "data", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldSubType", - "text": "IFieldSubType" - }, - " | undefined" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostTacticsItem", + "text": "HostTacticsItem" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 47 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 35 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.IndexField.readFromDocValues", - "type": "boolean", + "id": "def-common.HostTacticsEdges.cursor", + "type": "Object", "tags": [], - "label": "readFromDocValues", + "label": "cursor", "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.CursorType", + "text": "CursorType" + } + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 48 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 36 }, "deprecated": false } @@ -9203,133 +9535,113 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.IndexFieldsStrategyRequest", + "id": "def-common.HostTacticsHit", "type": "Interface", "tags": [], - "label": "IndexFieldsStrategyRequest", + "label": "HostTacticsHit", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.IndexFieldsStrategyRequest", - "text": "IndexFieldsStrategyRequest" + "section": "def-common.HostTacticsHit", + "text": "HostTacticsHit" }, " extends ", { - "pluginId": "data", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchRequest", - "text": "IEsSearchRequest" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.Hit", + "text": "Hit" } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 53 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 20 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.IndexFieldsStrategyRequest.indices", - "type": "Array", + "id": "def-common.HostTacticsHit.key", + "type": "string", "tags": [], - "label": "indices", + "label": "key", "description": [], - "signature": [ - "string[]" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 54 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 21 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.IndexFieldsStrategyRequest.onlyCheckIfIndicesExist", - "type": "boolean", + "id": "def-common.HostTacticsHit.doc_count", + "type": "number", "tags": [], - "label": "onlyCheckIfIndicesExist", + "label": "doc_count", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 55 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 22 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.IndexFieldsStrategyResponse", - "type": "Interface", - "tags": [], - "label": "IndexFieldsStrategyResponse", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.IndexFieldsStrategyResponse", - "text": "IndexFieldsStrategyResponse" }, - " extends ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" + "parentPluginId": "securitySolution", + "id": "def-common.HostTacticsHit.risk_score", + "type": "Object", + "tags": [], + "label": "risk_score", + "description": [], + "signature": [ + "{ value?: number | undefined; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 23 + }, + "deprecated": false }, - "" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 58 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.IndexFieldsStrategyResponse.indexFields", - "type": "Array", + "id": "def-common.HostTacticsHit.technique", + "type": "Object", "tags": [], - "label": "indexFields", + "label": "technique", "description": [], "signature": [ + "{ buckets?: ", { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.IndexField", - "text": "IndexField" + "section": "def-common.HostTechniqueHit", + "text": "HostTechniqueHit" }, - "[]" + "[] | undefined; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 59 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 26 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.IndexFieldsStrategyResponse.indicesExist", - "type": "Array", + "id": "def-common.HostTacticsHit.tactic_count", + "type": "Object", "tags": [], - "label": "indicesExist", + "label": "tactic_count", "description": [], "signature": [ - "string[]" + "{ value: number; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 60 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 29 }, "deprecated": false } @@ -9338,123 +9650,94 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.Inspect", + "id": "def-common.HostTacticsItem", "type": "Interface", "tags": [], - "label": "Inspect", + "label": "HostTacticsItem", "description": [], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 21 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 46 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.Inspect.dsl", - "type": "Array", + "id": "def-common.HostTacticsItem._id", + "type": "CompoundType", "tags": [], - "label": "dsl", + "label": "_id", "description": [], "signature": [ - "string[]" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 47 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.KueryFilterQuery", - "type": "Interface", - "tags": [], - "label": "KueryFilterQuery", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 23 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "securitySolution", - "id": "def-common.KueryFilterQuery.kind", + "id": "def-common.HostTacticsItem.HostTacticsFields.hits", "type": "CompoundType", "tags": [], - "label": "kind", + "label": "[HostTacticsFields.hits]", "description": [], "signature": [ - "\"eql\" | \"lucene\" | \"kuery\"" + "number | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 24 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 48 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.KueryFilterQuery.expression", - "type": "string", + "id": "def-common.HostTacticsItem.HostTacticsFields.riskScore", + "type": "CompoundType", "tags": [], - "label": "expression", + "label": "[HostTacticsFields.riskScore]", "description": [], + "signature": [ + "number | null" + ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 25 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 49 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.KueryFilterQueryInput", - "type": "Interface", - "tags": [], - "label": "KueryFilterQueryInput", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 158 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "securitySolution", - "id": "def-common.KueryFilterQueryInput.kind", + "id": "def-common.HostTacticsItem.HostTacticsFields.tactic", "type": "CompoundType", "tags": [], - "label": "kind", + "label": "[HostTacticsFields.tactic]", "description": [], "signature": [ - "string | null | undefined" + "string | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 159 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 50 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.KueryFilterQueryInput.expression", + "id": "def-common.HostTacticsItem.HostTacticsFields.technique", "type": "CompoundType", "tags": [], - "label": "expression", + "label": "[HostTacticsFields.technique]", "description": [], "signature": [ - "string | null | undefined" + "string | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 160 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 51 }, "deprecated": false } @@ -9463,46 +9746,69 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.KueryFilterQueryResult", + "id": "def-common.HostTacticsRequestOptions", "type": "Interface", "tags": [], - "label": "KueryFilterQueryResult", + "label": "HostTacticsRequestOptions", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostTacticsRequestOptions", + "text": "HostTacticsRequestOptions" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestOptionsPaginated", + "text": "RequestOptionsPaginated" + }, + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostTacticsFields", + "text": "HostTacticsFields" + }, + ">" + ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 676 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 47 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.KueryFilterQueryResult.kind", - "type": "CompoundType", + "id": "def-common.HostTacticsRequestOptions.defaultIndex", + "type": "Array", "tags": [], - "label": "kind", + "label": "defaultIndex", "description": [], "signature": [ - "string | null | undefined" + "string[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 677 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 48 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.KueryFilterQueryResult.expression", - "type": "CompoundType", + "id": "def-common.HostTacticsRequestOptions.hostName", + "type": "string", "tags": [], - "label": "expression", + "label": "hostName", "description": [], - "signature": [ - "string | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 678 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 49 }, "deprecated": false } @@ -9511,112 +9817,126 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.LastSourceHost", + "id": "def-common.HostTacticsStrategyResponse", "type": "Interface", "tags": [], - "label": "LastSourceHost", + "label": "HostTacticsStrategyResponse", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostTacticsStrategyResponse", + "text": "HostTacticsStrategyResponse" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/authentications/index.ts", - "lineNumber": 49 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 39 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.LastSourceHost.timestamp", - "type": "CompoundType", + "id": "def-common.HostTacticsStrategyResponse.edges", + "type": "Array", "tags": [], - "label": "timestamp", + "label": "edges", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostTacticsEdges", + "text": "HostTacticsEdges" + }, + "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/authentications/index.ts", - "lineNumber": 50 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 40 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.LastSourceHost.source", - "type": "CompoundType", + "id": "def-common.HostTacticsStrategyResponse.techniqueCount", + "type": "number", "tags": [], - "label": "source", + "label": "techniqueCount", "description": [], - "signature": [ - "SourceEcs", - " | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/authentications/index.ts", - "lineNumber": 51 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 41 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.LastSourceHost.host", - "type": "CompoundType", + "id": "def-common.HostTacticsStrategyResponse.totalCount", + "type": "number", "tags": [], - "label": "host", + "label": "totalCount", "description": [], - "signature": [ - "HostEcs", - " | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/authentications/index.ts", - "lineNumber": 52 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 42 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.LastTimeDetails", - "type": "Interface", - "tags": [], - "label": "LastTimeDetails", - "description": [], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 19 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "securitySolution", - "id": "def-common.LastTimeDetails.hostName", - "type": "CompoundType", + "id": "def-common.HostTacticsStrategyResponse.pageInfo", + "type": "Object", "tags": [], - "label": "hostName", + "label": "pageInfo", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.PageInfoPaginated", + "text": "PageInfoPaginated" + } ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 20 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 43 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.LastTimeDetails.ip", + "id": "def-common.HostTacticsStrategyResponse.inspect", "type": "CompoundType", "tags": [], - "label": "ip", + "label": "inspect", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 21 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 44 }, "deprecated": false } @@ -9625,61 +9945,56 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.LocationHit", + "id": "def-common.HostTechniqueHit", "type": "Interface", "tags": [], - "label": "LocationHit", + "label": "HostTechniqueHit", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.LocationHit", - "text": "LocationHit" - }, - "" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 109 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 13 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.LocationHit.doc_count", + "id": "def-common.HostTechniqueHit.key", + "type": "string", + "tags": [], + "label": "key", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 14 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostTechniqueHit.doc_count", "type": "number", "tags": [], "label": "doc_count", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 110 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 15 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.LocationHit.top_geo", + "id": "def-common.HostTechniqueHit.risk_score", "type": "Object", "tags": [], - "label": "top_geo", + "label": "risk_score", "description": [], "signature": [ - "{ hits: { total: number | ", - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TotalValue", - "text": "TotalValue" - }, - "; max_score: number | null; hits: { _source: T; sort?: [number] | undefined; _index?: string | undefined; _type?: string | undefined; _id?: string | undefined; _score?: number | null | undefined; }[]; }; }" + "{ value?: number | undefined; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 111 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 16 }, "deprecated": false } @@ -9688,40 +10003,40 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramBucket", + "id": "def-common.HostValue", "type": "Interface", "tags": [], - "label": "MatrixHistogramBucket", + "label": "HostValue", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 68 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", + "lineNumber": 50 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramBucket.key", + "id": "def-common.HostValue.value", "type": "number", "tags": [], - "label": "key", + "label": "value", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 69 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", + "lineNumber": 51 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramBucket.doc_count", - "type": "number", + "id": "def-common.HostValue.value_as_string", + "type": "string", "tags": [], - "label": "doc_count", + "label": "value_as_string", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 70 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", + "lineNumber": 52 }, "deprecated": false } @@ -9730,223 +10045,207 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramData", + "id": "def-common.IndexField", "type": "Interface", "tags": [], - "label": "MatrixHistogramData", + "label": "IndexField", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 62 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 22 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramData.x", - "type": "CompoundType", + "id": "def-common.IndexField.category", + "type": "string", "tags": [], - "label": "x", - "description": [], - "signature": [ - "number | null | undefined" + "label": "category", + "description": [ + "Where the field belong" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 63 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 24 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramData.y", + "id": "def-common.IndexField.example", "type": "CompoundType", "tags": [], - "label": "y", - "description": [], + "label": "example", + "description": [ + "Example of field's value" + ], "signature": [ - "number | null | undefined" + "string | number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 64 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 26 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramData.g", - "type": "CompoundType", + "id": "def-common.IndexField.indexes", + "type": "Array", "tags": [], - "label": "g", - "description": [], + "label": "indexes", + "description": [ + "whether the field's belong to an alias index" + ], "signature": [ - "string | null | undefined" + "(string | null)[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 65 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 28 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramRequestOptions", - "type": "Interface", - "tags": [], - "label": "MatrixHistogramRequestOptions", - "description": [], - "signature": [ + }, { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.MatrixHistogramRequestOptions", - "text": "MatrixHistogramRequestOptions" + "parentPluginId": "securitySolution", + "id": "def-common.IndexField.name", + "type": "string", + "tags": [], + "label": "name", + "description": [ + "The name of the field" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 30 + }, + "deprecated": false }, - " extends ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestBasicOptions", - "text": "RequestBasicOptions" - } - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 37 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramRequestOptions.timerange", - "type": "Object", + "id": "def-common.IndexField.type", + "type": "string", "tags": [], - "label": "timerange", - "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimerangeInput", - "text": "TimerangeInput" - } + "label": "type", + "description": [ + "The type of the field's values as recognized by Kibana" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 38 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 32 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramRequestOptions.histogramType", - "type": "Enum", + "id": "def-common.IndexField.searchable", + "type": "boolean", "tags": [], - "label": "histogramType", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.MatrixHistogramType", - "text": "MatrixHistogramType" - } + "label": "searchable", + "description": [ + "Whether the field's values can be efficiently searched for" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 39 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 34 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramRequestOptions.stackByField", - "type": "string", + "id": "def-common.IndexField.aggregatable", + "type": "boolean", "tags": [], - "label": "stackByField", - "description": [], + "label": "aggregatable", + "description": [ + "Whether the field's values can be aggregated" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 40 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 36 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramRequestOptions.threshold", - "type": "Object", + "id": "def-common.IndexField.description", + "type": "CompoundType", "tags": [], - "label": "threshold", - "description": [], + "label": "description", + "description": [ + "Description of the field" + ], "signature": [ - "{ field: string[]; value: string; cardinality?: { field: string[]; value: string; } | undefined; } | undefined" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 41 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 38 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramRequestOptions.inspect", + "id": "def-common.IndexField.format", "type": "CompoundType", "tags": [], - "label": "inspect", + "label": "format", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" - }, - " | null | undefined" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 51 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 39 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramRequestOptions.isPtrIncluded", - "type": "CompoundType", + "id": "def-common.IndexField.esTypes", + "type": "Array", "tags": [], - "label": "isPtrIncluded", - "description": [], + "label": "esTypes", + "description": [ + "the elastic type as mapped in the index" + ], "signature": [ - "boolean | undefined" + "string[] | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 52 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 41 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramRequestOptions.includeMissingData", - "type": "CompoundType", + "id": "def-common.IndexField.subType", + "type": "Object", "tags": [], - "label": "includeMissingData", + "label": "subType", "description": [], "signature": [ - "boolean | undefined" + "IFieldSubType", + " | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 53 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 42 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.IndexField.readFromDocValues", + "type": "boolean", + "tags": [], + "label": "readFromDocValues", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 43 }, "deprecated": false } @@ -9955,131 +10254,60 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramSchema", + "id": "def-common.IndexFieldsStrategyRequest", "type": "Interface", "tags": [], - "label": "MatrixHistogramSchema", + "label": "IndexFieldsStrategyRequest", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.MatrixHistogramSchema", - "text": "MatrixHistogramSchema" + "section": "def-common.IndexFieldsStrategyRequest", + "text": "IndexFieldsStrategyRequest" }, - "" + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchRequest", + "text": "IEsSearchRequest" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 73 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 48 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramSchema.buildDsl", - "type": "Function", + "id": "def-common.IndexFieldsStrategyRequest.indices", + "type": "Array", "tags": [], - "label": "buildDsl", + "label": "indices", "description": [], "signature": [ - "(options: ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.MatrixHistogramRequestOptions", - "text": "MatrixHistogramRequestOptions" - }, - ") => {}" + "string[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 74 - }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "securitySolution", - "id": "def-common.options", - "type": "Object", - "tags": [], - "label": "options", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.MatrixHistogramRequestOptions", - "text": "MatrixHistogramRequestOptions" - } - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 74 - }, - "deprecated": false - } - ] - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramSchema.aggName", - "type": "string", - "tags": [], - "label": "aggName", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 75 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 49 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramSchema.parseKey", - "type": "string", + "id": "def-common.IndexFieldsStrategyRequest.onlyCheckIfIndicesExist", + "type": "boolean", "tags": [], - "label": "parseKey", + "label": "onlyCheckIfIndicesExist", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 76 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramSchema.parser", - "type": "Function", - "tags": [], - "label": "parser", - "description": [], - "signature": [ - "((data: ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.MatrixHistogramParseData", - "text": "MatrixHistogramParseData" - }, - ", keyBucket: string) => ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.MatrixHistogramData", - "text": "MatrixHistogramData" - }, - "[]) | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 77 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 50 }, "deprecated": false } @@ -10088,18 +10316,18 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramStrategyResponse", + "id": "def-common.IndexFieldsStrategyResponse", "type": "Interface", "tags": [], - "label": "MatrixHistogramStrategyResponse", + "label": "IndexFieldsStrategyResponse", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.MatrixHistogramStrategyResponse", - "text": "MatrixHistogramStrategyResponse" + "section": "def-common.IndexFieldsStrategyResponse", + "text": "IndexFieldsStrategyResponse" }, " extends ", { @@ -10112,67 +10340,47 @@ "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 56 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 53 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramStrategyResponse.inspect", - "type": "CompoundType", - "tags": [], - "label": "inspect", - "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" - }, - " | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 57 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramStrategyResponse.matrixHistogramData", + "id": "def-common.IndexFieldsStrategyResponse.indexFields", "type": "Array", "tags": [], - "label": "matrixHistogramData", + "label": "indexFields", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.MatrixHistogramData", - "text": "MatrixHistogramData" + "section": "def-common.IndexField", + "text": "IndexField" }, "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 58 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 54 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixHistogramStrategyResponse.totalCount", - "type": "number", + "id": "def-common.IndexFieldsStrategyResponse.indicesExist", + "type": "Array", "tags": [], - "label": "totalCount", + "label": "indicesExist", "description": [], + "signature": [ + "string[]" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", - "lineNumber": 59 + "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", + "lineNumber": 55 }, "deprecated": false } @@ -10181,53 +10389,75 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixOverOrdinalHistogramData", + "id": "def-common.Inspect", "type": "Interface", "tags": [], - "label": "MatrixOverOrdinalHistogramData", + "label": "Inspect", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 48 + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 21 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.MatrixOverOrdinalHistogramData.x", - "type": "string", + "id": "def-common.Inspect.dsl", + "type": "Array", "tags": [], - "label": "x", + "label": "dsl", "description": [], + "signature": [ + "string[]" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 49 + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 22 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.KueryFilterQuery", + "type": "Interface", + "tags": [], + "label": "KueryFilterQuery", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 23 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.MatrixOverOrdinalHistogramData.y", - "type": "number", + "id": "def-common.KueryFilterQuery.kind", + "type": "CompoundType", "tags": [], - "label": "y", + "label": "kind", "description": [], + "signature": [ + "\"eql\" | \"lucene\" | \"kuery\"" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 50 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 24 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.MatrixOverOrdinalHistogramData.g", + "id": "def-common.KueryFilterQuery.expression", "type": "string", "tags": [], - "label": "g", + "label": "expression", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 51 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 25 }, "deprecated": false } @@ -10236,84 +10466,94 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetails", + "id": "def-common.KueryFilterQueryInput", "type": "Interface", "tags": [], - "label": "NetworkDetails", + "label": "KueryFilterQueryInput", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 29 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 158 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetails.firstSeen", + "id": "def-common.KueryFilterQueryInput.kind", "type": "CompoundType", "tags": [], - "label": "firstSeen", + "label": "kind", "description": [], "signature": [ "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 30 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 159 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetails.lastSeen", + "id": "def-common.KueryFilterQueryInput.expression", "type": "CompoundType", "tags": [], - "label": "lastSeen", + "label": "expression", "description": [], "signature": [ "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 31 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 160 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.KueryFilterQueryResult", + "type": "Interface", + "tags": [], + "label": "KueryFilterQueryResult", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 678 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetails.autonomousSystem", - "type": "Object", + "id": "def-common.KueryFilterQueryResult.kind", + "type": "CompoundType", "tags": [], - "label": "autonomousSystem", + "label": "kind", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.AutonomousSystem", - "text": "AutonomousSystem" - } + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 32 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 679 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetails.geo", - "type": "Object", + "id": "def-common.KueryFilterQueryResult.expression", + "type": "CompoundType", "tags": [], - "label": "geo", + "label": "expression", "description": [], "signature": [ - "GeoEcs" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 33 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 680 }, "deprecated": false } @@ -10322,104 +10562,64 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetailsHit", + "id": "def-common.LastSourceHost", "type": "Interface", "tags": [], - "label": "NetworkDetailsHit", + "label": "LastSourceHost", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 88 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/authentications/index.ts", + "lineNumber": 49 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetailsHit.aggregations", - "type": "Object", + "id": "def-common.LastSourceHost.timestamp", + "type": "CompoundType", "tags": [], - "label": "aggregations", + "label": "timestamp", "description": [], "signature": [ - "{ destination?: ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkHit", - "text": "NetworkHit" - }, - " | undefined; source?: ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkHit", - "text": "NetworkHit" - }, - " | undefined; host: ResultHit; }" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 89 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/authentications/index.ts", + "lineNumber": 50 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetailsHit._shards", - "type": "Object", + "id": "def-common.LastSourceHost.source", + "type": "CompoundType", "tags": [], - "label": "_shards", + "label": "source", "description": [], "signature": [ - "{ total: number; successful: number; skipped: number; failed: number; }" + "SourceEcs", + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 94 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/authentications/index.ts", + "lineNumber": 51 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetailsHit.hits", - "type": "Object", + "id": "def-common.LastSourceHost.host", + "type": "CompoundType", "tags": [], - "label": "hits", + "label": "host", "description": [], "signature": [ - "{ total: { value: number; relation: string; }; max_score: number | null; hits: []; }" + "HostEcs", + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 100 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetailsHit.took", - "type": "number", - "tags": [], - "label": "took", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 108 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetailsHit.timeout", - "type": "number", - "tags": [], - "label": "timeout", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 109 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/authentications/index.ts", + "lineNumber": 52 }, "deprecated": false } @@ -10428,45 +10628,46 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetailsRequestOptions", + "id": "def-common.LastTimeDetails", "type": "Interface", "tags": [], - "label": "NetworkDetailsRequestOptions", + "label": "LastTimeDetails", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkDetailsRequestOptions", - "text": "NetworkDetailsRequestOptions" - }, - " extends Pick<", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestBasicOptions", - "text": "RequestBasicOptions" - }, - ", \"id\" | \"params\" | \"defaultIndex\" | \"filterQuery\" | \"docValueFields\" | \"factoryQueryType\" | \"indexType\">" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 14 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 20 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetailsRequestOptions.ip", - "type": "string", + "id": "def-common.LastTimeDetails.hostName", + "type": "CompoundType", + "tags": [], + "label": "hostName", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 21 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.LastTimeDetails.ip", + "type": "CompoundType", "tags": [], "label": "ip", "description": [], + "signature": [ + "string | null | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 22 }, "deprecated": false } @@ -10475,105 +10676,61 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetailsStrategyResponse", + "id": "def-common.LocationHit", "type": "Interface", "tags": [], - "label": "NetworkDetailsStrategyResponse", + "label": "LocationHit", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkDetailsStrategyResponse", - "text": "NetworkDetailsStrategyResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" + "section": "def-common.LocationHit", + "text": "LocationHit" }, - "" + "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 18 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 109 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetailsStrategyResponse.networkDetails", - "type": "Object", + "id": "def-common.LocationHit.doc_count", + "type": "number", "tags": [], - "label": "networkDetails", + "label": "doc_count", "description": [], - "signature": [ - "{ client?: ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkDetails", - "text": "NetworkDetails" - }, - " | null | undefined; destination?: ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkDetails", - "text": "NetworkDetails" - }, - " | null | undefined; host?: ", - "HostEcs", - " | undefined; server?: ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkDetails", - "text": "NetworkDetails" - }, - " | null | undefined; source?: ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkDetails", - "text": "NetworkDetails" - }, - " | null | undefined; }" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 19 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 110 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDetailsStrategyResponse.inspect", - "type": "CompoundType", + "id": "def-common.LocationHit.top_geo", + "type": "Object", "tags": [], - "label": "inspect", + "label": "top_geo", "description": [], "signature": [ + "{ hits: { total: number | ", { "pluginId": "timelines", "scope": "common", "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" + "section": "def-common.TotalValue", + "text": "TotalValue" }, - " | null | undefined" + "; max_score: number | null; hits: { _source: T; sort?: [number] | undefined; _index?: string | undefined; _type?: string | undefined; _id?: string | undefined; _score?: number | null | undefined; }[]; }; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 26 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 111 }, "deprecated": false } @@ -10582,88 +10739,104 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsBuckets", + "id": "def-common.MatrixHistogramBucket", "type": "Interface", "tags": [], - "label": "NetworkDnsBuckets", + "label": "MatrixHistogramBucket", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 54 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 68 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsBuckets.key", - "type": "string", + "id": "def-common.MatrixHistogramBucket.key", + "type": "number", "tags": [], "label": "key", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 55 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 69 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsBuckets.doc_count", + "id": "def-common.MatrixHistogramBucket.doc_count", "type": "number", "tags": [], "label": "doc_count", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 56 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 70 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.MatrixHistogramData", + "type": "Interface", + "tags": [], + "label": "MatrixHistogramData", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 62 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsBuckets.unique_domains", - "type": "Object", + "id": "def-common.MatrixHistogramData.x", + "type": "CompoundType", "tags": [], - "label": "unique_domains", + "label": "x", "description": [], "signature": [ - "{ value: number; }" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 57 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 63 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsBuckets.dns_bytes_in", - "type": "Object", + "id": "def-common.MatrixHistogramData.y", + "type": "CompoundType", "tags": [], - "label": "dns_bytes_in", + "label": "y", "description": [], "signature": [ - "{ value: number; }" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 60 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 64 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsBuckets.dns_bytes_out", - "type": "Object", + "id": "def-common.MatrixHistogramData.g", + "type": "CompoundType", "tags": [], - "label": "dns_bytes_out", + "label": "g", "description": [], "signature": [ - "{ value: number; }" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 63 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 65 }, "deprecated": false } @@ -10672,170 +10845,159 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsEdges", + "id": "def-common.MatrixHistogramRequestOptions", "type": "Interface", "tags": [], - "label": "NetworkDnsEdges", + "label": "MatrixHistogramRequestOptions", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.MatrixHistogramRequestOptions", + "text": "MatrixHistogramRequestOptions" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestBasicOptions", + "text": "RequestBasicOptions" + } + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 34 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 37 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsEdges.node", + "id": "def-common.MatrixHistogramRequestOptions.timerange", "type": "Object", "tags": [], - "label": "node", + "label": "timerange", "description": [], "signature": [ { - "pluginId": "securitySolution", + "pluginId": "timelines", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkDnsItem", - "text": "NetworkDnsItem" + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimerangeInput", + "text": "TimerangeInput" } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 35 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 38 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsEdges.cursor", - "type": "Object", + "id": "def-common.MatrixHistogramRequestOptions.histogramType", + "type": "Enum", "tags": [], - "label": "cursor", + "label": "histogramType", "description": [], "signature": [ { - "pluginId": "timelines", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.CursorType", - "text": "CursorType" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.MatrixHistogramType", + "text": "MatrixHistogramType" } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 36 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 39 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsItem", - "type": "Interface", - "tags": [], - "label": "NetworkDnsItem", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 39 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsItem._id", - "type": "CompoundType", + "id": "def-common.MatrixHistogramRequestOptions.stackByField", + "type": "string", "tags": [], - "label": "_id", + "label": "stackByField", "description": [], - "signature": [ - "string | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", "lineNumber": 40 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsItem.dnsBytesIn", - "type": "CompoundType", + "id": "def-common.MatrixHistogramRequestOptions.threshold", + "type": "Object", "tags": [], - "label": "dnsBytesIn", + "label": "threshold", "description": [], "signature": [ - "number | null | undefined" + "{ field: string[]; value: string; cardinality?: { field: string[]; value: string; } | undefined; } | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", "lineNumber": 41 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsItem.dnsBytesOut", - "type": "CompoundType", - "tags": [], - "label": "dnsBytesOut", - "description": [], - "signature": [ - "number | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 42 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsItem.dnsName", + "id": "def-common.MatrixHistogramRequestOptions.inspect", "type": "CompoundType", "tags": [], - "label": "dnsName", + "label": "inspect", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 43 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 51 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsItem.queryCount", + "id": "def-common.MatrixHistogramRequestOptions.isPtrIncluded", "type": "CompoundType", "tags": [], - "label": "queryCount", + "label": "isPtrIncluded", "description": [], "signature": [ - "number | null | undefined" + "boolean | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 44 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 52 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsItem.uniqueDomains", + "id": "def-common.MatrixHistogramRequestOptions.includeMissingData", "type": "CompoundType", "tags": [], - "label": "uniqueDomains", + "label": "includeMissingData", "description": [], "signature": [ - "number | null | undefined" + "boolean | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 45 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 53 }, "deprecated": false } @@ -10844,93 +11006,132 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsRequestOptions", + "id": "def-common.MatrixHistogramSchema", "type": "Interface", "tags": [], - "label": "NetworkDnsRequestOptions", + "label": "MatrixHistogramSchema", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkDnsRequestOptions", - "text": "NetworkDnsRequestOptions" - }, - " extends ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestOptionsPaginated", - "text": "RequestOptionsPaginated" + "section": "def-common.MatrixHistogramSchema", + "text": "MatrixHistogramSchema" }, - "" + "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 20 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 73 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsRequestOptions.isPtrIncluded", - "type": "boolean", - "tags": [], - "label": "isPtrIncluded", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 21 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsRequestOptions.sort", - "type": "Object", + "id": "def-common.MatrixHistogramSchema.buildDsl", + "type": "Function", "tags": [], - "label": "sort", + "label": "buildDsl", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.SortField", - "text": "SortField" - }, - "<", + "(options: ", { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkDnsFields", - "text": "NetworkDnsFields" + "section": "def-common.MatrixHistogramRequestOptions", + "text": "MatrixHistogramRequestOptions" }, - ">" + ") => {}" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 74 }, - "deprecated": false + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.options", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.MatrixHistogramRequestOptions", + "text": "MatrixHistogramRequestOptions" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 74 + }, + "deprecated": false + } + ] }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsRequestOptions.stackByField", - "type": "CompoundType", + "id": "def-common.MatrixHistogramSchema.aggName", + "type": "string", "tags": [], - "label": "stackByField", + "label": "aggName", "description": [], - "signature": [ - "string | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 23 - }, + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 75 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.MatrixHistogramSchema.parseKey", + "type": "string", + "tags": [], + "label": "parseKey", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 76 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.MatrixHistogramSchema.parser", + "type": "Function", + "tags": [], + "label": "parser", + "description": [], + "signature": [ + "((data: ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.MatrixHistogramParseData", + "text": "MatrixHistogramParseData" + }, + ", keyBucket: string) => ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.MatrixHistogramData", + "text": "MatrixHistogramData" + }, + "[]) | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 77 + }, "deprecated": false } ], @@ -10938,18 +11139,18 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsStrategyResponse", + "id": "def-common.MatrixHistogramStrategyResponse", "type": "Interface", "tags": [], - "label": "NetworkDnsStrategyResponse", + "label": "MatrixHistogramStrategyResponse", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkDnsStrategyResponse", - "text": "NetworkDnsStrategyResponse" + "section": "def-common.MatrixHistogramStrategyResponse", + "text": "MatrixHistogramStrategyResponse" }, " extends ", { @@ -10962,112 +11163,122 @@ "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 26 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 56 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsStrategyResponse.edges", + "id": "def-common.MatrixHistogramStrategyResponse.inspect", + "type": "CompoundType", + "tags": [], + "label": "inspect", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 57 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.MatrixHistogramStrategyResponse.matrixHistogramData", "type": "Array", "tags": [], - "label": "edges", + "label": "matrixHistogramData", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkDnsEdges", - "text": "NetworkDnsEdges" + "section": "def-common.MatrixHistogramData", + "text": "MatrixHistogramData" }, "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 27 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 58 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsStrategyResponse.totalCount", + "id": "def-common.MatrixHistogramStrategyResponse.totalCount", "type": "number", "tags": [], "label": "totalCount", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 28 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/matrix_histogram/index.ts", + "lineNumber": 59 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.MatrixOverOrdinalHistogramData", + "type": "Interface", + "tags": [], + "label": "MatrixOverOrdinalHistogramData", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 48 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsStrategyResponse.pageInfo", - "type": "Object", + "id": "def-common.MatrixOverOrdinalHistogramData.x", + "type": "string", "tags": [], - "label": "pageInfo", + "label": "x", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.PageInfoPaginated", - "text": "PageInfoPaginated" - } - ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 29 + "lineNumber": 49 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsStrategyResponse.inspect", - "type": "CompoundType", + "id": "def-common.MatrixOverOrdinalHistogramData.y", + "type": "number", "tags": [], - "label": "inspect", + "label": "y", "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" - }, - " | null | undefined" - ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 30 + "lineNumber": 50 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkDnsStrategyResponse.histogram", - "type": "CompoundType", + "id": "def-common.MatrixOverOrdinalHistogramData.g", + "type": "string", "tags": [], - "label": "histogram", + "label": "g", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.MatrixOverOrdinalHistogramData", - "text": "MatrixOverOrdinalHistogramData" - }, - "[] | null | undefined" - ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", - "lineNumber": 31 + "lineNumber": 51 }, "deprecated": false } @@ -11076,202 +11287,190 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHit", + "id": "def-common.NetworkDetails", "type": "Interface", "tags": [], - "label": "NetworkHit", + "label": "NetworkDetails", "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 63 + "lineNumber": 29 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHit.took", - "type": "number", - "tags": [], - "label": "took", - "description": [], - "signature": [ - "number | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 64 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkHit.timed_out", + "id": "def-common.NetworkDetails.firstSeen", "type": "CompoundType", "tags": [], - "label": "timed_out", + "label": "firstSeen", "description": [], "signature": [ - "boolean | undefined" + "string | null | undefined" ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 65 + "lineNumber": 30 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHit._scroll_id", - "type": "string", + "id": "def-common.NetworkDetails.lastSeen", + "type": "CompoundType", "tags": [], - "label": "_scroll_id", + "label": "lastSeen", "description": [], "signature": [ - "string | undefined" + "string | null | undefined" ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 66 + "lineNumber": 31 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHit._shards", + "id": "def-common.NetworkDetails.autonomousSystem", "type": "Object", "tags": [], - "label": "_shards", + "label": "autonomousSystem", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.ShardsResponse", - "text": "ShardsResponse" - }, - " | undefined" + "section": "def-common.AutonomousSystem", + "text": "AutonomousSystem" + } ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 67 + "lineNumber": 32 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHit.timeout", - "type": "number", + "id": "def-common.NetworkDetails.geo", + "type": "Object", "tags": [], - "label": "timeout", + "label": "geo", "description": [], "signature": [ - "number | undefined" + "GeoEcs" ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 68 + "lineNumber": 33 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkDetailsHit", + "type": "Interface", + "tags": [], + "label": "NetworkDetailsHit", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 88 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHit.hits", + "id": "def-common.NetworkDetailsHit.aggregations", "type": "Object", "tags": [], - "label": "hits", + "label": "aggregations", "description": [], "signature": [ - "{ total: number; hits: ", + "{ destination?: ", { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.Hit", - "text": "Hit" + "section": "def-common.NetworkHit", + "text": "NetworkHit" }, - "[]; } | undefined" + " | undefined; source?: ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkHit", + "text": "NetworkHit" + }, + " | undefined; host: ResultHit; }" ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 69 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkHit.doc_count", - "type": "number", - "tags": [], - "label": "doc_count", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 73 + "lineNumber": 89 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHit.geo", + "id": "def-common.NetworkDetailsHit._shards", "type": "Object", "tags": [], - "label": "geo", + "label": "_shards", "description": [], "signature": [ - "ResultHit" + "{ total: number; successful: number; skipped: number; failed: number; }" ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 74 + "lineNumber": 94 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHit.autonomousSystem", + "id": "def-common.NetworkDetailsHit.hits", "type": "Object", "tags": [], - "label": "autonomousSystem", + "label": "hits", "description": [], "signature": [ - "ResultHit" + "{ total: { value: number; relation: string; }; max_score: number | null; hits: []; }" ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 75 + "lineNumber": 100 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHit.firstSeen", - "type": "Object", + "id": "def-common.NetworkDetailsHit.took", + "type": "number", "tags": [], - "label": "firstSeen", + "label": "took", "description": [], - "signature": [ - "{ value: number; value_as_string: string; }" - ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 76 + "lineNumber": 108 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHit.lastSeen", - "type": "Object", + "id": "def-common.NetworkDetailsHit.timeout", + "type": "number", "tags": [], - "label": "lastSeen", + "label": "timeout", "description": [], - "signature": [ - "{ value: number; value_as_string: string; }" - ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", - "lineNumber": 80 + "lineNumber": 109 }, "deprecated": false } @@ -11280,128 +11479,152 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpBuckets", + "id": "def-common.NetworkDetailsRequestOptions", "type": "Interface", "tags": [], - "label": "NetworkHttpBuckets", + "label": "NetworkDetailsRequestOptions", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkDetailsRequestOptions", + "text": "NetworkDetailsRequestOptions" + }, + " extends Pick<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestBasicOptions", + "text": "RequestBasicOptions" + }, + ", \"id\" | \"params\" | \"defaultIndex\" | \"filterQuery\" | \"docValueFields\" | \"factoryQueryType\" | \"indexType\">" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 50 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 14 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpBuckets.key", + "id": "def-common.NetworkDetailsRequestOptions.ip", "type": "string", "tags": [], - "label": "key", + "label": "ip", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 51 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 15 }, "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkDetailsStrategyResponse", + "type": "Interface", + "tags": [], + "label": "NetworkDetailsStrategyResponse", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkDetailsStrategyResponse", + "text": "NetworkDetailsStrategyResponse" }, + " extends ", { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpBuckets.doc_count", - "type": "number", - "tags": [], - "label": "doc_count", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 52 - }, - "deprecated": false + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" }, + "" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 18 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpBuckets.domains", + "id": "def-common.NetworkDetailsStrategyResponse.networkDetails", "type": "Object", "tags": [], - "label": "domains", + "label": "networkDetails", "description": [], "signature": [ - "{ buckets: ", + "{ client?: ", { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.GenericBuckets", - "text": "GenericBuckets" + "section": "def-common.NetworkDetails", + "text": "NetworkDetails" }, - "[]; }" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 53 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpBuckets.methods", - "type": "Object", - "tags": [], - "label": "methods", - "description": [], - "signature": [ - "{ buckets: ", + " | null | undefined; destination?: ", { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.GenericBuckets", - "text": "GenericBuckets" + "section": "def-common.NetworkDetails", + "text": "NetworkDetails" }, - "[]; }" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 56 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpBuckets.source", - "type": "Uncategorized", - "tags": [], - "label": "source", - "description": [], - "signature": [ - "object" + " | null | undefined; host?: ", + "HostEcs", + " | undefined; server?: ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkDetails", + "text": "NetworkDetails" + }, + " | null | undefined; source?: ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkDetails", + "text": "NetworkDetails" + }, + " | null | undefined; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 59 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 19 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpBuckets.status", - "type": "Object", + "id": "def-common.NetworkDetailsStrategyResponse.inspect", + "type": "CompoundType", "tags": [], - "label": "status", + "label": "inspect", "description": [], "signature": [ - "{ buckets: ", { - "pluginId": "securitySolution", + "pluginId": "timelines", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.GenericBuckets", - "text": "GenericBuckets" + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" }, - "[]; }" + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 60 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 26 }, "deprecated": false } @@ -11410,42 +11633,132 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpEdges", + "id": "def-common.NetworkDnsBuckets", "type": "Interface", "tags": [], - "label": "NetworkHttpEdges", + "label": "NetworkDnsBuckets", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 34 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 54 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpEdges.node", - "type": "Object", + "id": "def-common.NetworkDnsBuckets.key", + "type": "string", "tags": [], - "label": "node", + "label": "key", "description": [], - "signature": [ - { + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 55 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkDnsBuckets.doc_count", + "type": "number", + "tags": [], + "label": "doc_count", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 56 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkDnsBuckets.unique_domains", + "type": "Object", + "tags": [], + "label": "unique_domains", + "description": [], + "signature": [ + "{ value: number; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 57 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkDnsBuckets.dns_bytes_in", + "type": "Object", + "tags": [], + "label": "dns_bytes_in", + "description": [], + "signature": [ + "{ value: number; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 60 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkDnsBuckets.dns_bytes_out", + "type": "Object", + "tags": [], + "label": "dns_bytes_out", + "description": [], + "signature": [ + "{ value: number; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 63 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkDnsEdges", + "type": "Interface", + "tags": [], + "label": "NetworkDnsEdges", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 34 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkDnsEdges.node", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkHttpItem", - "text": "NetworkHttpItem" + "section": "def-common.NetworkDnsItem", + "text": "NetworkDnsItem" } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", "lineNumber": 35 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpEdges.cursor", + "id": "def-common.NetworkDnsEdges.cursor", "type": "Object", "tags": [], "label": "cursor", @@ -11460,7 +11773,7 @@ } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", "lineNumber": 36 }, "deprecated": false @@ -11470,20 +11783,20 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpItem", + "id": "def-common.NetworkDnsItem", "type": "Interface", "tags": [], - "label": "NetworkHttpItem", + "label": "NetworkDnsItem", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", "lineNumber": 39 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpItem._id", + "id": "def-common.NetworkDnsItem._id", "type": "CompoundType", "tags": [], "label": "_id", @@ -11492,120 +11805,88 @@ "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", "lineNumber": 40 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpItem.domains", - "type": "Array", + "id": "def-common.NetworkDnsItem.dnsBytesIn", + "type": "CompoundType", "tags": [], - "label": "domains", + "label": "dnsBytesIn", "description": [], "signature": [ - "string[]" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", "lineNumber": 41 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpItem.lastHost", + "id": "def-common.NetworkDnsItem.dnsBytesOut", "type": "CompoundType", "tags": [], - "label": "lastHost", + "label": "dnsBytesOut", "description": [], "signature": [ - "string | null | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", "lineNumber": 42 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpItem.lastSourceIp", + "id": "def-common.NetworkDnsItem.dnsName", "type": "CompoundType", "tags": [], - "label": "lastSourceIp", + "label": "dnsName", "description": [], "signature": [ "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", "lineNumber": 43 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpItem.methods", - "type": "Array", - "tags": [], - "label": "methods", - "description": [], - "signature": [ - "string[]" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 44 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpItem.path", + "id": "def-common.NetworkDnsItem.queryCount", "type": "CompoundType", "tags": [], - "label": "path", + "label": "queryCount", "description": [], "signature": [ - "string | null | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 45 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 44 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpItem.requestCount", + "id": "def-common.NetworkDnsItem.uniqueDomains", "type": "CompoundType", "tags": [], - "label": "requestCount", + "label": "uniqueDomains", "description": [], "signature": [ "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 46 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpItem.statuses", - "type": "Array", - "tags": [], - "label": "statuses", - "description": [], - "signature": [ - "string[]" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 47 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 45 }, "deprecated": false } @@ -11614,18 +11895,18 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpRequestOptions", + "id": "def-common.NetworkDnsRequestOptions", "type": "Interface", "tags": [], - "label": "NetworkHttpRequestOptions", + "label": "NetworkDnsRequestOptions", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkHttpRequestOptions", - "text": "NetworkHttpRequestOptions" + "section": "def-common.NetworkDnsRequestOptions", + "text": "NetworkDnsRequestOptions" }, " extends ", { @@ -11638,40 +11919,68 @@ "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 20 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpRequestOptions.ip", - "type": "string", + "id": "def-common.NetworkDnsRequestOptions.isPtrIncluded", + "type": "boolean", "tags": [], - "label": "ip", + "label": "isPtrIncluded", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 21 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkDnsRequestOptions.sort", + "type": "Object", + "tags": [], + "label": "sort", "description": [], "signature": [ - "string | undefined" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.SortField", + "text": "SortField" + }, + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkDnsFields", + "text": "NetworkDnsFields" + }, + ">" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 23 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 22 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpRequestOptions.defaultIndex", - "type": "Array", + "id": "def-common.NetworkDnsRequestOptions.stackByField", + "type": "CompoundType", "tags": [], - "label": "defaultIndex", + "label": "stackByField", "description": [], "signature": [ - "string[]" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 24 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 23 }, "deprecated": false } @@ -11680,18 +11989,18 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpStrategyResponse", + "id": "def-common.NetworkDnsStrategyResponse", "type": "Interface", "tags": [], - "label": "NetworkHttpStrategyResponse", + "label": "NetworkDnsStrategyResponse", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkHttpStrategyResponse", - "text": "NetworkHttpStrategyResponse" + "section": "def-common.NetworkDnsStrategyResponse", + "text": "NetworkDnsStrategyResponse" }, " extends ", { @@ -11704,14 +12013,14 @@ "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 27 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 26 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpStrategyResponse.edges", + "id": "def-common.NetworkDnsStrategyResponse.edges", "type": "Array", "tags": [], "label": "edges", @@ -11721,33 +12030,33 @@ "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkHttpEdges", - "text": "NetworkHttpEdges" + "section": "def-common.NetworkDnsEdges", + "text": "NetworkDnsEdges" }, "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 28 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 27 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpStrategyResponse.totalCount", + "id": "def-common.NetworkDnsStrategyResponse.totalCount", "type": "number", "tags": [], "label": "totalCount", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 29 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 28 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpStrategyResponse.pageInfo", + "id": "def-common.NetworkDnsStrategyResponse.pageInfo", "type": "Object", "tags": [], "label": "pageInfo", @@ -11762,14 +12071,14 @@ } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 30 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 29 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkHttpStrategyResponse.inspect", + "id": "def-common.NetworkDnsStrategyResponse.inspect", "type": "CompoundType", "tags": [], "label": "inspect", @@ -11785,78 +12094,31 @@ " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", - "lineNumber": 31 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiDnsStrategyResponse", - "type": "Interface", - "tags": [], - "label": "NetworkKpiDnsStrategyResponse", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkKpiDnsStrategyResponse", - "text": "NetworkKpiDnsStrategyResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" - }, - "" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/dns/index.ts", - "lineNumber": 14 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiDnsStrategyResponse.dnsQueries", - "type": "number", - "tags": [], - "label": "dnsQueries", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/dns/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 30 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiDnsStrategyResponse.inspect", + "id": "def-common.NetworkDnsStrategyResponse.histogram", "type": "CompoundType", "tags": [], - "label": "inspect", + "label": "histogram", "description": [], "signature": [ { - "pluginId": "timelines", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.MatrixOverOrdinalHistogramData", + "text": "MatrixOverOrdinalHistogramData" }, - " | null | undefined" + "[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/dns/index.ts", - "lineNumber": 16 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/dns/index.ts", + "lineNumber": 31 }, "deprecated": false } @@ -11865,256 +12127,202 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiHistogramData", + "id": "def-common.NetworkHit", "type": "Interface", "tags": [], - "label": "NetworkKpiHistogramData", + "label": "NetworkHit", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", - "lineNumber": 12 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 63 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiHistogramData.x", - "type": "CompoundType", + "id": "def-common.NetworkHit.took", + "type": "number", "tags": [], - "label": "x", + "label": "took", "description": [], "signature": [ - "number | null | undefined" + "number | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", - "lineNumber": 13 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 64 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiHistogramData.y", + "id": "def-common.NetworkHit.timed_out", "type": "CompoundType", "tags": [], - "label": "y", + "label": "timed_out", "description": [], "signature": [ - "number | null | undefined" + "boolean | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", - "lineNumber": 14 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 65 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiNetworkEventsStrategyResponse", - "type": "Interface", - "tags": [], - "label": "NetworkKpiNetworkEventsStrategyResponse", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkKpiNetworkEventsStrategyResponse", - "text": "NetworkKpiNetworkEventsStrategyResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" }, - "" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/network_events/index.ts", - "lineNumber": 14 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiNetworkEventsStrategyResponse.networkEvents", - "type": "number", + "id": "def-common.NetworkHit._scroll_id", + "type": "string", "tags": [], - "label": "networkEvents", + "label": "_scroll_id", "description": [], + "signature": [ + "string | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/network_events/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 66 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiNetworkEventsStrategyResponse.inspect", - "type": "CompoundType", + "id": "def-common.NetworkHit._shards", + "type": "Object", "tags": [], - "label": "inspect", + "label": "_shards", "description": [], "signature": [ { - "pluginId": "timelines", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.ShardsResponse", + "text": "ShardsResponse" }, - " | null | undefined" + " | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/network_events/index.ts", - "lineNumber": 16 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 67 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiTlsHandshakesStrategyResponse", - "type": "Interface", - "tags": [], - "label": "NetworkKpiTlsHandshakesStrategyResponse", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkKpiTlsHandshakesStrategyResponse", - "text": "NetworkKpiTlsHandshakesStrategyResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" }, - "" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/tls_handshakes/index.ts", - "lineNumber": 14 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiTlsHandshakesStrategyResponse.tlsHandshakes", + "id": "def-common.NetworkHit.timeout", "type": "number", "tags": [], - "label": "tlsHandshakes", + "label": "timeout", "description": [], + "signature": [ + "number | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/tls_handshakes/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 68 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiTlsHandshakesStrategyResponse.inspect", - "type": "CompoundType", + "id": "def-common.NetworkHit.hits", + "type": "Object", "tags": [], - "label": "inspect", + "label": "hits", "description": [], "signature": [ + "{ total: number; hits: ", { - "pluginId": "timelines", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.Hit", + "text": "Hit" }, - " | null | undefined" + "[]; } | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/tls_handshakes/index.ts", - "lineNumber": 16 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 69 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiUniqueFlowsStrategyResponse", - "type": "Interface", - "tags": [], - "label": "NetworkKpiUniqueFlowsStrategyResponse", - "description": [], - "signature": [ + }, { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkKpiUniqueFlowsStrategyResponse", - "text": "NetworkKpiUniqueFlowsStrategyResponse" + "parentPluginId": "securitySolution", + "id": "def-common.NetworkHit.doc_count", + "type": "number", + "tags": [], + "label": "doc_count", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 73 + }, + "deprecated": false }, - " extends ", { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" + "parentPluginId": "securitySolution", + "id": "def-common.NetworkHit.geo", + "type": "Object", + "tags": [], + "label": "geo", + "description": [], + "signature": [ + "ResultHit" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 74 + }, + "deprecated": false }, - "" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_flows/index.ts", - "lineNumber": 14 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiUniqueFlowsStrategyResponse.uniqueFlowId", - "type": "number", + "id": "def-common.NetworkHit.autonomousSystem", + "type": "Object", "tags": [], - "label": "uniqueFlowId", + "label": "autonomousSystem", "description": [], + "signature": [ + "ResultHit" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_flows/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 75 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiUniqueFlowsStrategyResponse.inspect", - "type": "CompoundType", + "id": "def-common.NetworkHit.firstSeen", + "type": "Object", "tags": [], - "label": "inspect", + "label": "firstSeen", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" - }, - " | null | undefined" + "{ value: number; value_as_string: string; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_flows/index.ts", - "lineNumber": 16 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 76 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkHit.lastSeen", + "type": "Object", + "tags": [], + "label": "lastSeen", + "description": [], + "signature": [ + "{ value: number; value_as_string: string; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/details/index.ts", + "lineNumber": 80 }, "deprecated": false } @@ -12123,127 +12331,128 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse", + "id": "def-common.NetworkHttpBuckets", "type": "Interface", "tags": [], - "label": "NetworkKpiUniquePrivateIpsStrategyResponse", + "label": "NetworkHttpBuckets", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse", - "text": "NetworkKpiUniquePrivateIpsStrategyResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" - }, - "" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", - "lineNumber": 19 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 50 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse.uniqueSourcePrivateIps", + "id": "def-common.NetworkHttpBuckets.key", + "type": "string", + "tags": [], + "label": "key", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 51 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkHttpBuckets.doc_count", "type": "number", "tags": [], - "label": "uniqueSourcePrivateIps", + "label": "doc_count", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", - "lineNumber": 20 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 52 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse.uniqueSourcePrivateIpsHistogram", - "type": "CompoundType", + "id": "def-common.NetworkHttpBuckets.domains", + "type": "Object", "tags": [], - "label": "uniqueSourcePrivateIpsHistogram", + "label": "domains", "description": [], "signature": [ + "{ buckets: ", { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkKpiHistogramData", - "text": "NetworkKpiHistogramData" + "section": "def-common.GenericBuckets", + "text": "GenericBuckets" }, - "[] | null" + "[]; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", - "lineNumber": 21 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 53 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse.uniqueDestinationPrivateIps", - "type": "number", + "id": "def-common.NetworkHttpBuckets.methods", + "type": "Object", "tags": [], - "label": "uniqueDestinationPrivateIps", + "label": "methods", "description": [], + "signature": [ + "{ buckets: ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.GenericBuckets", + "text": "GenericBuckets" + }, + "[]; }" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 56 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse.uniqueDestinationPrivateIpsHistogram", - "type": "CompoundType", + "id": "def-common.NetworkHttpBuckets.source", + "type": "Uncategorized", "tags": [], - "label": "uniqueDestinationPrivateIpsHistogram", + "label": "source", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkKpiHistogramData", - "text": "NetworkKpiHistogramData" - }, - "[] | null" + "object" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", - "lineNumber": 23 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 59 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse.inspect", - "type": "CompoundType", + "id": "def-common.NetworkHttpBuckets.status", + "type": "Object", "tags": [], - "label": "inspect", + "label": "status", "description": [], "signature": [ + "{ buckets: ", { - "pluginId": "timelines", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.GenericBuckets", + "text": "GenericBuckets" }, - " | null | undefined" + "[]; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", - "lineNumber": 24 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 60 }, "deprecated": false } @@ -12252,71 +12461,58 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkOverviewStrategyResponse", + "id": "def-common.NetworkHttpEdges", "type": "Interface", "tags": [], - "label": "NetworkOverviewStrategyResponse", + "label": "NetworkHttpEdges", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkOverviewStrategyResponse", - "text": "NetworkOverviewStrategyResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" - }, - "" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/overview/index.ts", - "lineNumber": 14 - }, - "deprecated": false, - "children": [ + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 34 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkOverviewStrategyResponse.inspect", - "type": "CompoundType", + "id": "def-common.NetworkHttpEdges.node", + "type": "Object", "tags": [], - "label": "inspect", + "label": "node", "description": [], "signature": [ { - "pluginId": "timelines", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" - }, - " | null | undefined" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkHttpItem", + "text": "NetworkHttpItem" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/overview/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 35 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkOverviewStrategyResponse.overviewNetwork", + "id": "def-common.NetworkHttpEdges.cursor", "type": "Object", "tags": [], - "label": "overviewNetwork", + "label": "cursor", "description": [], "signature": [ - "{ auditbeatSocket?: number | null | undefined; filebeatCisco?: number | null | undefined; filebeatNetflow?: number | null | undefined; filebeatPanw?: number | null | undefined; filebeatSuricata?: number | null | undefined; filebeatZeek?: number | null | undefined; packetbeatDNS?: number | null | undefined; packetbeatFlow?: number | null | undefined; packetbeatTLS?: number | null | undefined; }" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.CursorType", + "text": "CursorType" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/overview/index.ts", - "lineNumber": 16 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 36 }, "deprecated": false } @@ -12325,167 +12521,142 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsBuckets", + "id": "def-common.NetworkHttpItem", "type": "Interface", "tags": [], - "label": "NetworkTlsBuckets", + "label": "NetworkHttpItem", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 13 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 39 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsBuckets.key", - "type": "string", + "id": "def-common.NetworkHttpItem._id", + "type": "CompoundType", "tags": [], - "label": "key", + "label": "_id", "description": [], + "signature": [ + "string | null | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 14 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 40 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsBuckets.timestamp", - "type": "Object", + "id": "def-common.NetworkHttpItem.domains", + "type": "Array", "tags": [], - "label": "timestamp", + "label": "domains", "description": [], "signature": [ - "{ value: number; value_as_string: string; } | undefined" + "string[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 41 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsBuckets.subjects", - "type": "Object", + "id": "def-common.NetworkHttpItem.lastHost", + "type": "CompoundType", "tags": [], - "label": "subjects", + "label": "lastHost", "description": [], "signature": [ - "{ buckets: readonly { key: string; doc_count: number; }[]; }" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 19 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 42 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsBuckets.ja3", - "type": "Object", + "id": "def-common.NetworkHttpItem.lastSourceIp", + "type": "CompoundType", "tags": [], - "label": "ja3", + "label": "lastSourceIp", "description": [], "signature": [ - "{ buckets: readonly { key: string; doc_count: number; }[]; }" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 43 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsBuckets.issuers", - "type": "Object", + "id": "def-common.NetworkHttpItem.methods", + "type": "Array", "tags": [], - "label": "issuers", + "label": "methods", "description": [], "signature": [ - "{ buckets: readonly { key: string; doc_count: number; }[]; }" + "string[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 25 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 44 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsBuckets.not_after", - "type": "Object", + "id": "def-common.NetworkHttpItem.path", + "type": "CompoundType", "tags": [], - "label": "not_after", + "label": "path", "description": [], "signature": [ - "{ buckets: readonly { key: number; key_as_string: string; doc_count: number; }[]; }" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 28 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 45 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsEdges", - "type": "Interface", - "tags": [], - "label": "NetworkTlsEdges", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 46 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsEdges.node", - "type": "Object", + "id": "def-common.NetworkHttpItem.requestCount", + "type": "CompoundType", "tags": [], - "label": "node", + "label": "requestCount", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTlsNode", - "text": "NetworkTlsNode" - } + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 47 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 46 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsEdges.cursor", - "type": "Object", + "id": "def-common.NetworkHttpItem.statuses", + "type": "Array", "tags": [], - "label": "cursor", + "label": "statuses", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.CursorType", - "text": "CursorType" - } + "string[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 48 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 47 }, "deprecated": false } @@ -12494,110 +12665,179 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsNode", + "id": "def-common.NetworkHttpRequestOptions", "type": "Interface", "tags": [], - "label": "NetworkTlsNode", + "label": "NetworkHttpRequestOptions", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkHttpRequestOptions", + "text": "NetworkHttpRequestOptions" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestOptionsPaginated", + "text": "RequestOptionsPaginated" + }, + "" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 33 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 22 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsNode._id", - "type": "CompoundType", + "id": "def-common.NetworkHttpRequestOptions.ip", + "type": "string", "tags": [], - "label": "_id", + "label": "ip", "description": [], "signature": [ - "string | null | undefined" + "string | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 34 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 23 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsNode.timestamp", - "type": "CompoundType", + "id": "def-common.NetworkHttpRequestOptions.defaultIndex", + "type": "Array", "tags": [], - "label": "timestamp", + "label": "defaultIndex", "description": [], "signature": [ - "string | null | undefined" + "string[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 35 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 24 }, "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkHttpStrategyResponse", + "type": "Interface", + "tags": [], + "label": "NetworkHttpStrategyResponse", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkHttpStrategyResponse", + "text": "NetworkHttpStrategyResponse" }, + " extends ", { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsNode.notAfter", - "type": "CompoundType", + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 27 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkHttpStrategyResponse.edges", + "type": "Array", "tags": [], - "label": "notAfter", + "label": "edges", "description": [], "signature": [ - "string[] | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkHttpEdges", + "text": "NetworkHttpEdges" + }, + "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 36 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 28 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsNode.subjects", - "type": "CompoundType", + "id": "def-common.NetworkHttpStrategyResponse.totalCount", + "type": "number", "tags": [], - "label": "subjects", + "label": "totalCount", "description": [], - "signature": [ - "string[] | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 37 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 29 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsNode.ja3", - "type": "CompoundType", + "id": "def-common.NetworkHttpStrategyResponse.pageInfo", + "type": "Object", "tags": [], - "label": "ja3", + "label": "pageInfo", "description": [], "signature": [ - "string[] | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.PageInfoPaginated", + "text": "PageInfoPaginated" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 38 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 30 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsNode.issuers", + "id": "def-common.NetworkHttpStrategyResponse.inspect", "type": "CompoundType", "tags": [], - "label": "issuers", + "label": "inspect", "description": [], "signature": [ - "string[] | null | undefined" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 39 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/http/index.ts", + "lineNumber": 31 }, "deprecated": false } @@ -12606,91 +12846,116 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsRequestOptions", + "id": "def-common.NetworkKpiDnsStrategyResponse", "type": "Interface", "tags": [], - "label": "NetworkTlsRequestOptions", + "label": "NetworkKpiDnsStrategyResponse", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTlsRequestOptions", - "text": "NetworkTlsRequestOptions" + "section": "def-common.NetworkKpiDnsStrategyResponse", + "text": "NetworkKpiDnsStrategyResponse" }, " extends ", { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestOptionsPaginated", - "text": "RequestOptionsPaginated" - }, - "<", - { - "pluginId": "securitySolution", + "pluginId": "data", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTlsFields", - "text": "NetworkTlsFields" + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" }, - ">" + "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 51 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/dns/index.ts", + "lineNumber": 14 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsRequestOptions.ip", - "type": "string", + "id": "def-common.NetworkKpiDnsStrategyResponse.dnsQueries", + "type": "number", "tags": [], - "label": "ip", + "label": "dnsQueries", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 52 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/dns/index.ts", + "lineNumber": 15 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsRequestOptions.flowTarget", - "type": "Enum", + "id": "def-common.NetworkKpiDnsStrategyResponse.inspect", + "type": "CompoundType", "tags": [], - "label": "flowTarget", + "label": "inspect", "description": [], "signature": [ { - "pluginId": "securitySolution", + "pluginId": "timelines", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.FlowTargetSourceDest", - "text": "FlowTargetSourceDest" - } + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 53 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/dns/index.ts", + "lineNumber": 16 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkKpiHistogramData", + "type": "Interface", + "tags": [], + "label": "NetworkKpiHistogramData", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkKpiHistogramData.x", + "type": "CompoundType", + "tags": [], + "label": "x", + "description": [], + "signature": [ + "number | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", + "lineNumber": 13 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsRequestOptions.defaultIndex", - "type": "Array", + "id": "def-common.NetworkKpiHistogramData.y", + "type": "CompoundType", "tags": [], - "label": "defaultIndex", + "label": "y", "description": [], "signature": [ - "string[]" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 54 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", + "lineNumber": 14 }, "deprecated": false } @@ -12699,18 +12964,18 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsStrategyResponse", + "id": "def-common.NetworkKpiNetworkEventsStrategyResponse", "type": "Interface", "tags": [], - "label": "NetworkTlsStrategyResponse", + "label": "NetworkKpiNetworkEventsStrategyResponse", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTlsStrategyResponse", - "text": "NetworkTlsStrategyResponse" + "section": "def-common.NetworkKpiNetworkEventsStrategyResponse", + "text": "NetworkKpiNetworkEventsStrategyResponse" }, " extends ", { @@ -12723,72 +12988,27 @@ "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 57 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/network_events/index.ts", + "lineNumber": 14 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsStrategyResponse.edges", - "type": "Array", - "tags": [], - "label": "edges", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTlsEdges", - "text": "NetworkTlsEdges" - }, - "[]" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 58 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsStrategyResponse.totalCount", + "id": "def-common.NetworkKpiNetworkEventsStrategyResponse.networkEvents", "type": "number", "tags": [], - "label": "totalCount", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 59 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsStrategyResponse.pageInfo", - "type": "Object", - "tags": [], - "label": "pageInfo", + "label": "networkEvents", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.PageInfoPaginated", - "text": "PageInfoPaginated" - } - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 60 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/network_events/index.ts", + "lineNumber": 15 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTlsStrategyResponse.inspect", + "id": "def-common.NetworkKpiNetworkEventsStrategyResponse.inspect", "type": "CompoundType", "tags": [], "label": "inspect", @@ -12804,8 +13024,8 @@ " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", - "lineNumber": 61 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/network_events/index.ts", + "lineNumber": 16 }, "deprecated": false } @@ -12814,171 +13034,267 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesBuckets", + "id": "def-common.NetworkKpiTlsHandshakesStrategyResponse", "type": "Interface", "tags": [], - "label": "NetworkTopCountriesBuckets", + "label": "NetworkKpiTlsHandshakesStrategyResponse", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkKpiTlsHandshakesStrategyResponse", + "text": "NetworkKpiTlsHandshakesStrategyResponse" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 59 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/tls_handshakes/index.ts", + "lineNumber": 14 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesBuckets.country", - "type": "string", + "id": "def-common.NetworkKpiTlsHandshakesStrategyResponse.tlsHandshakes", + "type": "number", "tags": [], - "label": "country", + "label": "tlsHandshakes", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 60 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/tls_handshakes/index.ts", + "lineNumber": 15 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesBuckets.key", - "type": "string", + "id": "def-common.NetworkKpiTlsHandshakesStrategyResponse.inspect", + "type": "CompoundType", "tags": [], - "label": "key", + "label": "inspect", "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 61 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/tls_handshakes/index.ts", + "lineNumber": 16 }, "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkKpiUniqueFlowsStrategyResponse", + "type": "Interface", + "tags": [], + "label": "NetworkKpiUniqueFlowsStrategyResponse", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkKpiUniqueFlowsStrategyResponse", + "text": "NetworkKpiUniqueFlowsStrategyResponse" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" }, + "" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_flows/index.ts", + "lineNumber": 14 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesBuckets.bytes_in", - "type": "Object", + "id": "def-common.NetworkKpiUniqueFlowsStrategyResponse.uniqueFlowId", + "type": "number", "tags": [], - "label": "bytes_in", + "label": "uniqueFlowId", "description": [], - "signature": [ - "{ value: number; }" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 62 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_flows/index.ts", + "lineNumber": 15 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesBuckets.bytes_out", - "type": "Object", + "id": "def-common.NetworkKpiUniqueFlowsStrategyResponse.inspect", + "type": "CompoundType", "tags": [], - "label": "bytes_out", + "label": "inspect", "description": [], "signature": [ - "{ value: number; }" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 65 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_flows/index.ts", + "lineNumber": 16 }, "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse", + "type": "Interface", + "tags": [], + "label": "NetworkKpiUniquePrivateIpsStrategyResponse", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse", + "text": "NetworkKpiUniquePrivateIpsStrategyResponse" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" }, + "" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", + "lineNumber": 19 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesBuckets.flows", + "id": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse.uniqueSourcePrivateIps", "type": "number", "tags": [], - "label": "flows", + "label": "uniqueSourcePrivateIps", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 68 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", + "lineNumber": 20 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesBuckets.destination_ips", - "type": "number", + "id": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse.uniqueSourcePrivateIpsHistogram", + "type": "CompoundType", "tags": [], - "label": "destination_ips", + "label": "uniqueSourcePrivateIpsHistogram", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkKpiHistogramData", + "text": "NetworkKpiHistogramData" + }, + "[] | null" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 69 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", + "lineNumber": 21 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesBuckets.source_ips", + "id": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse.uniqueDestinationPrivateIps", "type": "number", "tags": [], - "label": "source_ips", + "label": "uniqueDestinationPrivateIps", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 70 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", + "lineNumber": 22 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesEdges", - "type": "Interface", - "tags": [], - "label": "NetworkTopCountriesEdges", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 39 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesEdges.node", - "type": "Object", + "id": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse.uniqueDestinationPrivateIpsHistogram", + "type": "CompoundType", "tags": [], - "label": "node", + "label": "uniqueDestinationPrivateIpsHistogram", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTopCountriesItem", - "text": "NetworkTopCountriesItem" - } + "section": "def-common.NetworkKpiHistogramData", + "text": "NetworkKpiHistogramData" + }, + "[] | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 40 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", + "lineNumber": 23 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesEdges.cursor", - "type": "Object", + "id": "def-common.NetworkKpiUniquePrivateIpsStrategyResponse.inspect", + "type": "CompoundType", "tags": [], - "label": "cursor", + "label": "inspect", "description": [], "signature": [ { "pluginId": "timelines", "scope": "common", "docId": "kibTimelinesPluginApi", - "section": "def-common.CursorType", - "text": "CursorType" - } + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 41 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/kpi/unique_private_ips/index.ts", + "lineNumber": 24 }, "deprecated": false } @@ -12987,99 +13303,71 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesItem", + "id": "def-common.NetworkOverviewStrategyResponse", "type": "Interface", "tags": [], - "label": "NetworkTopCountriesItem", + "label": "NetworkOverviewStrategyResponse", "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 44 - }, - "deprecated": false, - "children": [ + "signature": [ { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesItem._id", - "type": "CompoundType", - "tags": [], - "label": "_id", - "description": [], - "signature": [ - "string | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 45 - }, - "deprecated": false + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkOverviewStrategyResponse", + "text": "NetworkOverviewStrategyResponse" }, + " extends ", { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesItem.source", - "type": "CompoundType", - "tags": [], - "label": "source", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TopCountriesItemSource", - "text": "TopCountriesItemSource" - }, - " | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 46 - }, - "deprecated": false + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" }, + "" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/overview/index.ts", + "lineNumber": 14 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesItem.destination", + "id": "def-common.NetworkOverviewStrategyResponse.inspect", "type": "CompoundType", "tags": [], - "label": "destination", + "label": "inspect", "description": [], "signature": [ { - "pluginId": "securitySolution", + "pluginId": "timelines", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TopCountriesItemDestination", - "text": "TopCountriesItemDestination" + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" }, " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 47 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/overview/index.ts", + "lineNumber": 15 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesItem.network", - "type": "CompoundType", + "id": "def-common.NetworkOverviewStrategyResponse.overviewNetwork", + "type": "Object", "tags": [], - "label": "network", + "label": "overviewNetwork", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TopNetworkTablesEcsField", - "text": "TopNetworkTablesEcsField" - }, - " | null | undefined" + "{ auditbeatSocket?: number | null | undefined; filebeatCisco?: number | null | undefined; filebeatNetflow?: number | null | undefined; filebeatPanw?: number | null | undefined; filebeatSuricata?: number | null | undefined; filebeatZeek?: number | null | undefined; packetbeatDNS?: number | null | undefined; packetbeatFlow?: number | null | undefined; packetbeatTLS?: number | null | undefined; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 48 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/overview/index.ts", + "lineNumber": 16 }, "deprecated": false } @@ -13088,194 +13376,108 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesRequestOptions", + "id": "def-common.NetworkTlsBuckets", "type": "Interface", "tags": [], - "label": "NetworkTopCountriesRequestOptions", + "label": "NetworkTlsBuckets", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTopCountriesRequestOptions", - "text": "NetworkTopCountriesRequestOptions" - }, - " extends ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestOptionsPaginated", - "text": "RequestOptionsPaginated" - }, - "<", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTopTablesFields", - "text": "NetworkTopTablesFields" - }, - ">" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 26 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 13 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesRequestOptions.flowTarget", - "type": "Enum", + "id": "def-common.NetworkTlsBuckets.key", + "type": "string", "tags": [], - "label": "flowTarget", + "label": "key", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.FlowTargetSourceDest", - "text": "FlowTargetSourceDest" - } - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 28 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 14 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesRequestOptions.ip", - "type": "string", + "id": "def-common.NetworkTlsBuckets.timestamp", + "type": "Object", "tags": [], - "label": "ip", + "label": "timestamp", "description": [], "signature": [ - "string | undefined" + "{ value: number; value_as_string: string; } | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 29 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 15 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesStrategyResponse", - "type": "Interface", - "tags": [], - "label": "NetworkTopCountriesStrategyResponse", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTopCountriesStrategyResponse", - "text": "NetworkTopCountriesStrategyResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" }, - "" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 32 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesStrategyResponse.edges", - "type": "Array", + "id": "def-common.NetworkTlsBuckets.subjects", + "type": "Object", "tags": [], - "label": "edges", + "label": "subjects", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTopCountriesEdges", - "text": "NetworkTopCountriesEdges" - }, - "[]" + "{ buckets: readonly { key: string; doc_count: number; }[]; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 33 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 19 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesStrategyResponse.totalCount", - "type": "number", + "id": "def-common.NetworkTlsBuckets.ja3", + "type": "Object", "tags": [], - "label": "totalCount", + "label": "ja3", "description": [], + "signature": [ + "{ buckets: readonly { key: string; doc_count: number; }[]; }" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 34 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 22 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesStrategyResponse.pageInfo", + "id": "def-common.NetworkTlsBuckets.issuers", "type": "Object", "tags": [], - "label": "pageInfo", + "label": "issuers", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.PageInfoPaginated", - "text": "PageInfoPaginated" - } + "{ buckets: readonly { key: string; doc_count: number; }[]; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 35 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 25 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopCountriesStrategyResponse.inspect", - "type": "CompoundType", + "id": "def-common.NetworkTlsBuckets.not_after", + "type": "Object", "tags": [], - "label": "inspect", + "label": "not_after", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" - }, - " | null | undefined" + "{ buckets: readonly { key: number; key_as_string: string; doc_count: number; }[]; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 36 - }, + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 28 + }, "deprecated": false } ], @@ -13283,174 +13485,170 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowBuckets", + "id": "def-common.NetworkTlsEdges", "type": "Interface", "tags": [], - "label": "NetworkTopNFlowBuckets", + "label": "NetworkTlsEdges", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 91 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 46 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowBuckets.key", - "type": "string", - "tags": [], - "label": "key", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 92 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowBuckets.autonomous_system", + "id": "def-common.NetworkTlsEdges.node", "type": "Object", "tags": [], - "label": "autonomous_system", + "label": "node", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.AutonomousSystemHit", - "text": "AutonomousSystemHit" - }, - "" + "section": "def-common.NetworkTlsNode", + "text": "NetworkTlsNode" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 93 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 47 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowBuckets.bytes_in", + "id": "def-common.NetworkTlsEdges.cursor", "type": "Object", "tags": [], - "label": "bytes_in", + "label": "cursor", "description": [], "signature": [ - "{ value: number; }" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.CursorType", + "text": "CursorType" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 94 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 48 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkTlsNode", + "type": "Interface", + "tags": [], + "label": "NetworkTlsNode", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 33 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowBuckets.bytes_out", - "type": "Object", + "id": "def-common.NetworkTlsNode._id", + "type": "CompoundType", "tags": [], - "label": "bytes_out", + "label": "_id", "description": [], "signature": [ - "{ value: number; }" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 97 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 34 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowBuckets.domain", - "type": "Object", + "id": "def-common.NetworkTlsNode.timestamp", + "type": "CompoundType", "tags": [], - "label": "domain", + "label": "timestamp", "description": [], "signature": [ - "{ buckets: ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.GenericBuckets", - "text": "GenericBuckets" - }, - "[]; }" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 100 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 35 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowBuckets.location", - "type": "Object", + "id": "def-common.NetworkTlsNode.notAfter", + "type": "CompoundType", "tags": [], - "label": "location", + "label": "notAfter", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.LocationHit", - "text": "LocationHit" - }, - "" + "string[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 103 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 36 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowBuckets.flows", - "type": "number", + "id": "def-common.NetworkTlsNode.subjects", + "type": "CompoundType", "tags": [], - "label": "flows", + "label": "subjects", "description": [], + "signature": [ + "string[] | null | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 104 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 37 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowBuckets.destination_ips", - "type": "number", + "id": "def-common.NetworkTlsNode.ja3", + "type": "CompoundType", "tags": [], - "label": "destination_ips", + "label": "ja3", "description": [], "signature": [ - "number | undefined" + "string[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 105 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 38 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowBuckets.source_ips", - "type": "number", + "id": "def-common.NetworkTlsNode.issuers", + "type": "CompoundType", "tags": [], - "label": "source_ips", + "label": "issuers", "description": [], "signature": [ - "number | undefined" + "string[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 106 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 39 }, "deprecated": false } @@ -13459,58 +13657,91 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowEdges", + "id": "def-common.NetworkTlsRequestOptions", "type": "Interface", "tags": [], - "label": "NetworkTopNFlowEdges", + "label": "NetworkTlsRequestOptions", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkTlsRequestOptions", + "text": "NetworkTlsRequestOptions" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestOptionsPaginated", + "text": "RequestOptionsPaginated" + }, + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkTlsFields", + "text": "NetworkTlsFields" + }, + ">" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 38 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 51 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowEdges.node", - "type": "Object", + "id": "def-common.NetworkTlsRequestOptions.ip", + "type": "string", "tags": [], - "label": "node", + "label": "ip", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 52 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkTlsRequestOptions.flowTarget", + "type": "Enum", + "tags": [], + "label": "flowTarget", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTopNFlowItem", - "text": "NetworkTopNFlowItem" + "section": "def-common.FlowTargetSourceDest", + "text": "FlowTargetSourceDest" } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 39 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 53 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowEdges.cursor", - "type": "Object", + "id": "def-common.NetworkTlsRequestOptions.defaultIndex", + "type": "Array", "tags": [], - "label": "cursor", + "label": "defaultIndex", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.CursorType", - "text": "CursorType" - } + "string[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 40 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 54 }, "deprecated": false } @@ -13519,199 +13750,18 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowItem", + "id": "def-common.NetworkTlsStrategyResponse", "type": "Interface", "tags": [], - "label": "NetworkTopNFlowItem", + "label": "NetworkTlsStrategyResponse", "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 43 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowItem._id", - "type": "CompoundType", - "tags": [], - "label": "_id", - "description": [], - "signature": [ - "string | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 44 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowItem.source", - "type": "CompoundType", - "tags": [], - "label": "source", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TopNFlowItemSource", - "text": "TopNFlowItemSource" - }, - " | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 45 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowItem.destination", - "type": "CompoundType", - "tags": [], - "label": "destination", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TopNFlowItemDestination", - "text": "TopNFlowItemDestination" - }, - " | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 46 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowItem.network", - "type": "CompoundType", - "tags": [], - "label": "network", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TopNetworkTablesEcsField", - "text": "TopNetworkTablesEcsField" - }, - " | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 47 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowRequestOptions", - "type": "Interface", - "tags": [], - "label": "NetworkTopNFlowRequestOptions", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTopNFlowRequestOptions", - "text": "NetworkTopNFlowRequestOptions" - }, - " extends ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestOptionsPaginated", - "text": "RequestOptionsPaginated" - }, - "<", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTopTablesFields", - "text": "NetworkTopTablesFields" - }, - ">" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 25 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowRequestOptions.flowTarget", - "type": "Enum", - "tags": [], - "label": "flowTarget", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.FlowTargetSourceDest", - "text": "FlowTargetSourceDest" - } - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 27 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowRequestOptions.ip", - "type": "CompoundType", - "tags": [], - "label": "ip", - "description": [], - "signature": [ - "string | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 28 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowStrategyResponse", - "type": "Interface", - "tags": [], - "label": "NetworkTopNFlowStrategyResponse", - "description": [], - "signature": [ + "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTopNFlowStrategyResponse", - "text": "NetworkTopNFlowStrategyResponse" + "section": "def-common.NetworkTlsStrategyResponse", + "text": "NetworkTlsStrategyResponse" }, " extends ", { @@ -13724,14 +13774,14 @@ "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 31 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 57 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowStrategyResponse.edges", + "id": "def-common.NetworkTlsStrategyResponse.edges", "type": "Array", "tags": [], "label": "edges", @@ -13741,33 +13791,33 @@ "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkTopNFlowEdges", - "text": "NetworkTopNFlowEdges" + "section": "def-common.NetworkTlsEdges", + "text": "NetworkTlsEdges" }, "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 32 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 58 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowStrategyResponse.totalCount", + "id": "def-common.NetworkTlsStrategyResponse.totalCount", "type": "number", "tags": [], "label": "totalCount", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 33 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 59 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowStrategyResponse.pageInfo", + "id": "def-common.NetworkTlsStrategyResponse.pageInfo", "type": "Object", "tags": [], "label": "pageInfo", @@ -13782,14 +13832,14 @@ } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 34 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 60 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkTopNFlowStrategyResponse.inspect", + "id": "def-common.NetworkTlsStrategyResponse.inspect", "type": "CompoundType", "tags": [], "label": "inspect", @@ -13805,8 +13855,8 @@ " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 35 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/tls/index.ts", + "lineNumber": 61 }, "deprecated": false } @@ -13815,102 +13865,111 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersBucketsItem", + "id": "def-common.NetworkTopCountriesBuckets", "type": "Interface", "tags": [], - "label": "NetworkUsersBucketsItem", + "label": "NetworkTopCountriesBuckets", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 50 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 59 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersBucketsItem.key", + "id": "def-common.NetworkTopCountriesBuckets.country", "type": "string", "tags": [], - "label": "key", + "label": "country", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 51 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 60 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersBucketsItem.doc_count", - "type": "number", + "id": "def-common.NetworkTopCountriesBuckets.key", + "type": "string", "tags": [], - "label": "doc_count", + "label": "key", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 52 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 61 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersBucketsItem.groupName", + "id": "def-common.NetworkTopCountriesBuckets.bytes_in", "type": "Object", "tags": [], - "label": "groupName", + "label": "bytes_in", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkUsersGroupName", - "text": "NetworkUsersGroupName" - }, - " | undefined" + "{ value: number; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 53 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 62 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersBucketsItem.groupId", + "id": "def-common.NetworkTopCountriesBuckets.bytes_out", "type": "Object", "tags": [], - "label": "groupId", + "label": "bytes_out", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkUsersGroupId", - "text": "NetworkUsersGroupId" - }, - " | undefined" + "{ value: number; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 54 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 65 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersBucketsItem.id", - "type": "Object", + "id": "def-common.NetworkTopCountriesBuckets.flows", + "type": "number", "tags": [], - "label": "id", + "label": "flows", "description": [], - "signature": [ - "Id | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 55 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 68 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkTopCountriesBuckets.destination_ips", + "type": "number", + "tags": [], + "label": "destination_ips", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 69 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkTopCountriesBuckets.source_ips", + "type": "number", + "tags": [], + "label": "source_ips", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 70 }, "deprecated": false } @@ -13919,20 +13978,20 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersEdges", + "id": "def-common.NetworkTopCountriesEdges", "type": "Interface", "tags": [], - "label": "NetworkUsersEdges", + "label": "NetworkTopCountriesEdges", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 31 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 39 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersEdges.node", + "id": "def-common.NetworkTopCountriesEdges.node", "type": "Object", "tags": [], "label": "node", @@ -13942,19 +14001,19 @@ "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkUsersNode", - "text": "NetworkUsersNode" + "section": "def-common.NetworkTopCountriesItem", + "text": "NetworkTopCountriesItem" } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 32 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 40 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersEdges.cursor", + "id": "def-common.NetworkTopCountriesEdges.cursor", "type": "Object", "tags": [], "label": "cursor", @@ -13969,8 +14028,8 @@ } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 33 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 41 }, "deprecated": false } @@ -13979,128 +14038,99 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersGroupId", + "id": "def-common.NetworkTopCountriesItem", "type": "Interface", "tags": [], - "label": "NetworkUsersGroupId", + "label": "NetworkTopCountriesItem", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 64 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 44 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersGroupId.doc_count_error_upper_bound", - "type": "number", - "tags": [], - "label": "doc_count_error_upper_bound", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 65 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersGroupId.sum_other_doc_count", - "type": "number", + "id": "def-common.NetworkTopCountriesItem._id", + "type": "CompoundType", "tags": [], - "label": "sum_other_doc_count", + "label": "_id", "description": [], + "signature": [ + "string | null | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 66 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 45 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersGroupId.buckets", - "type": "Array", + "id": "def-common.NetworkTopCountriesItem.source", + "type": "CompoundType", "tags": [], - "label": "buckets", + "label": "source", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkUsersBucketsItem", - "text": "NetworkUsersBucketsItem" + "section": "def-common.TopCountriesItemSource", + "text": "TopCountriesItemSource" }, - "[]" + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 67 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersGroupName", - "type": "Interface", - "tags": [], - "label": "NetworkUsersGroupName", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 58 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersGroupName.doc_count_error_upper_bound", - "type": "number", - "tags": [], - "label": "doc_count_error_upper_bound", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 59 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 46 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersGroupName.sum_other_doc_count", - "type": "number", + "id": "def-common.NetworkTopCountriesItem.destination", + "type": "CompoundType", "tags": [], - "label": "sum_other_doc_count", + "label": "destination", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TopCountriesItemDestination", + "text": "TopCountriesItemDestination" + }, + " | null | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 60 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 47 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersGroupName.buckets", - "type": "Array", + "id": "def-common.NetworkTopCountriesItem.network", + "type": "CompoundType", "tags": [], - "label": "buckets", + "label": "network", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkUsersBucketsItem", - "text": "NetworkUsersBucketsItem" + "section": "def-common.TopNetworkTablesEcsField", + "text": "TopNetworkTablesEcsField" }, - "[]" + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 61 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 48 }, "deprecated": false } @@ -14109,94 +14139,193 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersItem", + "id": "def-common.NetworkTopCountriesRequestOptions", "type": "Interface", "tags": [], - "label": "NetworkUsersItem", + "label": "NetworkTopCountriesRequestOptions", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkTopCountriesRequestOptions", + "text": "NetworkTopCountriesRequestOptions" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestOptionsPaginated", + "text": "RequestOptionsPaginated" + }, + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkTopTablesFields", + "text": "NetworkTopTablesFields" + }, + ">" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 42 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 26 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersItem.name", - "type": "CompoundType", + "id": "def-common.NetworkTopCountriesRequestOptions.flowTarget", + "type": "Enum", "tags": [], - "label": "name", + "label": "flowTarget", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.FlowTargetSourceDest", + "text": "FlowTargetSourceDest" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 43 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 28 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersItem.id", - "type": "CompoundType", + "id": "def-common.NetworkTopCountriesRequestOptions.ip", + "type": "string", "tags": [], - "label": "id", + "label": "ip", "description": [], "signature": [ - "string[] | null | undefined" + "string | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 44 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 29 }, "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersItem.groupId", - "type": "CompoundType", + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkTopCountriesStrategyResponse", + "type": "Interface", + "tags": [], + "label": "NetworkTopCountriesStrategyResponse", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkTopCountriesStrategyResponse", + "text": "NetworkTopCountriesStrategyResponse" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 32 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkTopCountriesStrategyResponse.edges", + "type": "Array", "tags": [], - "label": "groupId", + "label": "edges", "description": [], "signature": [ - "string[] | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkTopCountriesEdges", + "text": "NetworkTopCountriesEdges" + }, + "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 45 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 33 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersItem.groupName", - "type": "CompoundType", + "id": "def-common.NetworkTopCountriesStrategyResponse.totalCount", + "type": "number", "tags": [], - "label": "groupName", + "label": "totalCount", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 34 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkTopCountriesStrategyResponse.pageInfo", + "type": "Object", + "tags": [], + "label": "pageInfo", "description": [], "signature": [ - "string[] | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.PageInfoPaginated", + "text": "PageInfoPaginated" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 46 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 35 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersItem.count", + "id": "def-common.NetworkTopCountriesStrategyResponse.inspect", "type": "CompoundType", "tags": [], - "label": "count", + "label": "inspect", "description": [], "signature": [ - "number | null | undefined" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 47 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 36 }, "deprecated": false } @@ -14205,284 +14334,174 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersNode", + "id": "def-common.NetworkTopNFlowBuckets", "type": "Interface", "tags": [], - "label": "NetworkUsersNode", + "label": "NetworkTopNFlowBuckets", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 36 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 91 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersNode._id", - "type": "CompoundType", + "id": "def-common.NetworkTopNFlowBuckets.key", + "type": "string", "tags": [], - "label": "_id", + "label": "key", "description": [], - "signature": [ - "string | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 37 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 92 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersNode.timestamp", - "type": "CompoundType", + "id": "def-common.NetworkTopNFlowBuckets.autonomous_system", + "type": "Object", "tags": [], - "label": "timestamp", + "label": "autonomous_system", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.AutonomousSystemHit", + "text": "AutonomousSystemHit" + }, + "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 38 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 93 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersNode.user", - "type": "CompoundType", + "id": "def-common.NetworkTopNFlowBuckets.bytes_in", + "type": "Object", "tags": [], - "label": "user", + "label": "bytes_in", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkUsersItem", - "text": "NetworkUsersItem" - }, - " | null | undefined" + "{ value: number; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 39 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 94 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersRequestOptions", - "type": "Interface", - "tags": [], - "label": "NetworkUsersRequestOptions", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkUsersRequestOptions", - "text": "NetworkUsersRequestOptions" - }, - " extends ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestOptionsPaginated", - "text": "RequestOptionsPaginated" }, - "" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 18 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersRequestOptions.ip", - "type": "string", + "id": "def-common.NetworkTopNFlowBuckets.bytes_out", + "type": "Object", "tags": [], - "label": "ip", + "label": "bytes_out", "description": [], + "signature": [ + "{ value: number; }" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 19 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 97 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersRequestOptions.sort", + "id": "def-common.NetworkTopNFlowBuckets.domain", "type": "Object", "tags": [], - "label": "sort", + "label": "domain", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.SortField", - "text": "SortField" - }, - "<", + "{ buckets: ", { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkUsersFields", - "text": "NetworkUsersFields" + "section": "def-common.GenericBuckets", + "text": "GenericBuckets" }, - ">" + "[]; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 20 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 100 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersRequestOptions.flowTarget", - "type": "Enum", + "id": "def-common.NetworkTopNFlowBuckets.location", + "type": "Object", "tags": [], - "label": "flowTarget", + "label": "location", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.FlowTarget", - "text": "FlowTarget" - } + "section": "def-common.LocationHit", + "text": "LocationHit" + }, + "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 21 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersStrategyResponse", - "type": "Interface", - "tags": [], - "label": "NetworkUsersStrategyResponse", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkUsersStrategyResponse", - "text": "NetworkUsersStrategyResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" - }, - "" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 24 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersStrategyResponse.edges", - "type": "Array", - "tags": [], - "label": "edges", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkUsersEdges", - "text": "NetworkUsersEdges" - }, - "[]" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 25 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 103 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersStrategyResponse.totalCount", + "id": "def-common.NetworkTopNFlowBuckets.flows", "type": "number", "tags": [], - "label": "totalCount", + "label": "flows", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 26 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 104 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersStrategyResponse.pageInfo", - "type": "Object", + "id": "def-common.NetworkTopNFlowBuckets.destination_ips", + "type": "number", "tags": [], - "label": "pageInfo", + "label": "destination_ips", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.PageInfoPaginated", - "text": "PageInfoPaginated" - } + "number | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 27 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 105 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.NetworkUsersStrategyResponse.inspect", - "type": "CompoundType", + "id": "def-common.NetworkTopNFlowBuckets.source_ips", + "type": "number", "tags": [], - "label": "inspect", + "label": "source_ips", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" - }, - " | null | undefined" + "number | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", - "lineNumber": 28 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 106 }, "deprecated": false } @@ -14491,86 +14510,58 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.OverviewHostHit", + "id": "def-common.NetworkTopNFlowEdges", "type": "Interface", "tags": [], - "label": "OverviewHostHit", + "label": "NetworkTopNFlowEdges", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.OverviewHostHit", - "text": "OverviewHostHit" - }, - " extends ", - "SearchHit", - "" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/overview/index.ts", - "lineNumber": 36 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 38 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.OverviewHostHit.aggregations", + "id": "def-common.NetworkTopNFlowEdges.node", "type": "Object", "tags": [], - "label": "aggregations", + "label": "node", "description": [], "signature": [ - "{ auditd_count: { doc_count: number; }; endgame_module: { dns_event_count: { doc_count: number; }; file_event_count: { doc_count: number; }; image_load_event_count: { doc_count: number; }; network_event_count: { doc_count: number; }; process_event_count: { doc_count: number; }; registry_event: { doc_count: number; }; security_event_count: { doc_count: number; }; }; fim_count: { doc_count: number; }; system_module: { login_count: { doc_count: number; }; package_count: { doc_count: number; }; process_count: { doc_count: number; }; user_count: { doc_count: number; }; filebeat_count: { doc_count: number; }; }; winlog_count: { doc_count: number; }; }" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkTopNFlowItem", + "text": "NetworkTopNFlowItem" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/overview/index.ts", - "lineNumber": 37 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 39 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.OverviewNetworkHit", - "type": "Interface", - "tags": [], - "label": "OverviewNetworkHit", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.OverviewNetworkHit", - "text": "OverviewNetworkHit" }, - " extends ", - "SearchHit", - "" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/overview/index.ts", - "lineNumber": 29 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.OverviewNetworkHit.aggregations", + "id": "def-common.NetworkTopNFlowEdges.cursor", "type": "Object", "tags": [], - "label": "aggregations", + "label": "cursor", "description": [], "signature": [ - "{ unique_flow_count: { doc_count: number; }; unique_dns_count: { doc_count: number; }; unique_suricata_count: { doc_count: number; }; unique_zeek_count: { doc_count: number; }; unique_socket_count: { doc_count: number; }; unique_filebeat_count: { unique_netflow_count: { doc_count: number; }; unique_panw_count: { doc_count: number; }; unique_cisco_count: { doc_count: number; }; }; unique_packetbeat_count: { unique_tls_count: { doc_count: number; }; }; }" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.CursorType", + "text": "CursorType" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/overview/index.ts", - "lineNumber": 30 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 40 }, "deprecated": false } @@ -14579,95 +14570,99 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.PageInfoPaginated", + "id": "def-common.NetworkTopNFlowItem", "type": "Interface", "tags": [], - "label": "PageInfoPaginated", + "label": "NetworkTopNFlowItem", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 23 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 43 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.PageInfoPaginated.activePage", - "type": "number", + "id": "def-common.NetworkTopNFlowItem._id", + "type": "CompoundType", "tags": [], - "label": "activePage", + "label": "_id", "description": [], + "signature": [ + "string | null | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 24 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 44 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.PageInfoPaginated.fakeTotalCount", - "type": "number", + "id": "def-common.NetworkTopNFlowItem.source", + "type": "CompoundType", "tags": [], - "label": "fakeTotalCount", + "label": "source", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TopNFlowItemSource", + "text": "TopNFlowItemSource" + }, + " | null | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 25 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 45 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.PageInfoPaginated.showMorePagesIndicator", - "type": "boolean", + "id": "def-common.NetworkTopNFlowItem.destination", + "type": "CompoundType", "tags": [], - "label": "showMorePagesIndicator", + "label": "destination", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TopNFlowItemDestination", + "text": "TopNFlowItemDestination" + }, + " | null | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 26 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 46 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.PageInfoTimeline", - "type": "Interface", - "tags": [], - "label": "PageInfoTimeline", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 588 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "securitySolution", - "id": "def-common.PageInfoTimeline.pageIndex", - "type": "number", - "tags": [], - "label": "pageIndex", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 589 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.PageInfoTimeline.pageSize", - "type": "number", + "id": "def-common.NetworkTopNFlowItem.network", + "type": "CompoundType", "tags": [], - "label": "pageSize", + "label": "network", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TopNetworkTablesEcsField", + "text": "TopNetworkTablesEcsField" + }, + " | null | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 591 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 47 }, "deprecated": false } @@ -14676,65 +14671,78 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.PaginationInput", + "id": "def-common.NetworkTopNFlowRequestOptions", "type": "Interface", "tags": [], - "label": "PaginationInput", + "label": "NetworkTopNFlowRequestOptions", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkTopNFlowRequestOptions", + "text": "NetworkTopNFlowRequestOptions" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestOptionsPaginated", + "text": "RequestOptionsPaginated" + }, + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkTopTablesFields", + "text": "NetworkTopTablesFields" + }, + ">" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 28 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 25 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.PaginationInput.limit", - "type": "number", - "tags": [], - "label": "limit", - "description": [ - "The limit parameter allows you to configure the maximum amount of items to be returned" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 30 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.PaginationInput.cursor", - "type": "CompoundType", + "id": "def-common.NetworkTopNFlowRequestOptions.flowTarget", + "type": "Enum", "tags": [], - "label": "cursor", - "description": [ - "The cursor parameter defines the next result you want to fetch" - ], + "label": "flowTarget", + "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.FlowTargetSourceDest", + "text": "FlowTargetSourceDest" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 32 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 27 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.PaginationInput.tiebreaker", + "id": "def-common.NetworkTopNFlowRequestOptions.ip", "type": "CompoundType", "tags": [], - "label": "tiebreaker", - "description": [ - "The tiebreaker parameter allow to be more precise to fetch the next item" - ], + "label": "ip", + "description": [], "signature": [ "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 34 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 28 }, "deprecated": false } @@ -14743,74 +14751,113 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.PaginationInputPaginated", + "id": "def-common.NetworkTopNFlowStrategyResponse", "type": "Interface", "tags": [], - "label": "PaginationInputPaginated", + "label": "NetworkTopNFlowStrategyResponse", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkTopNFlowStrategyResponse", + "text": "NetworkTopNFlowStrategyResponse" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 44 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 31 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.PaginationInputPaginated.activePage", - "type": "number", + "id": "def-common.NetworkTopNFlowStrategyResponse.edges", + "type": "Array", "tags": [], - "label": "activePage", - "description": [ - "The activePage parameter defines the page of results you want to fetch" + "label": "edges", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkTopNFlowEdges", + "text": "NetworkTopNFlowEdges" + }, + "[]" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 46 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 32 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.PaginationInputPaginated.cursorStart", + "id": "def-common.NetworkTopNFlowStrategyResponse.totalCount", "type": "number", "tags": [], - "label": "cursorStart", - "description": [ - "The cursorStart parameter defines the start of the results to be displayed" - ], + "label": "totalCount", + "description": [], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 48 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 33 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.PaginationInputPaginated.fakePossibleCount", - "type": "number", + "id": "def-common.NetworkTopNFlowStrategyResponse.pageInfo", + "type": "Object", "tags": [], - "label": "fakePossibleCount", - "description": [ - "The fakePossibleCount parameter determines the total count in order to show 5 additional pages" + "label": "pageInfo", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.PageInfoPaginated", + "text": "PageInfoPaginated" + } ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 50 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 34 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.PaginationInputPaginated.querySize", - "type": "number", + "id": "def-common.NetworkTopNFlowStrategyResponse.inspect", + "type": "CompoundType", "tags": [], - "label": "querySize", - "description": [ - "The querySize parameter is the number of items to be returned" + "label": "inspect", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 52 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 35 }, "deprecated": false } @@ -14819,91 +14866,102 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatch", + "id": "def-common.NetworkUsersBucketsItem", "type": "Interface", "tags": [], - "label": "QueryMatch", + "label": "NetworkUsersBucketsItem", "description": [], "source": { - "path": "x-pack/plugins/timelines/common/types/timeline/data_provider/index.ts", - "lineNumber": 24 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 50 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatch.field", + "id": "def-common.NetworkUsersBucketsItem.key", "type": "string", "tags": [], - "label": "field", + "label": "key", "description": [], "source": { - "path": "x-pack/plugins/timelines/common/types/timeline/data_provider/index.ts", - "lineNumber": 25 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 51 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatch.displayField", - "type": "string", + "id": "def-common.NetworkUsersBucketsItem.doc_count", + "type": "number", "tags": [], - "label": "displayField", + "label": "doc_count", "description": [], - "signature": [ - "string | undefined" - ], "source": { - "path": "x-pack/plugins/timelines/common/types/timeline/data_provider/index.ts", - "lineNumber": 26 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 52 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatch.value", - "type": "CompoundType", + "id": "def-common.NetworkUsersBucketsItem.groupName", + "type": "Object", "tags": [], - "label": "value", + "label": "groupName", "description": [], "signature": [ - "string | number" - ], - "source": { - "path": "x-pack/plugins/timelines/common/types/timeline/data_provider/index.ts", - "lineNumber": 27 + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkUsersGroupName", + "text": "NetworkUsersGroupName" + }, + " | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 53 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatch.displayValue", - "type": "CompoundType", + "id": "def-common.NetworkUsersBucketsItem.groupId", + "type": "Object", "tags": [], - "label": "displayValue", + "label": "groupId", "description": [], "signature": [ - "string | number | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkUsersGroupId", + "text": "NetworkUsersGroupId" + }, + " | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/types/timeline/data_provider/index.ts", - "lineNumber": 28 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 54 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatch.operator", - "type": "CompoundType", + "id": "def-common.NetworkUsersBucketsItem.id", + "type": "Object", "tags": [], - "label": "operator", + "label": "id", "description": [], "signature": [ - "\":\" | \":*\"" + "Id | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/types/timeline/data_provider/index.ts", - "lineNumber": 29 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 55 }, "deprecated": false } @@ -14912,94 +14970,188 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatchInput", + "id": "def-common.NetworkUsersEdges", "type": "Interface", "tags": [], - "label": "QueryMatchInput", + "label": "NetworkUsersEdges", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 94 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 31 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatchInput.field", - "type": "CompoundType", + "id": "def-common.NetworkUsersEdges.node", + "type": "Object", "tags": [], - "label": "field", + "label": "node", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkUsersNode", + "text": "NetworkUsersNode" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 95 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 32 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatchInput.displayField", - "type": "CompoundType", + "id": "def-common.NetworkUsersEdges.cursor", + "type": "Object", "tags": [], - "label": "displayField", + "label": "cursor", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.CursorType", + "text": "CursorType" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 97 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 33 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkUsersGroupId", + "type": "Interface", + "tags": [], + "label": "NetworkUsersGroupId", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 64 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkUsersGroupId.doc_count_error_upper_bound", + "type": "number", + "tags": [], + "label": "doc_count_error_upper_bound", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 65 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatchInput.value", - "type": "CompoundType", + "id": "def-common.NetworkUsersGroupId.sum_other_doc_count", + "type": "number", "tags": [], - "label": "value", + "label": "sum_other_doc_count", "description": [], - "signature": [ - "string | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 99 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 66 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatchInput.displayValue", - "type": "CompoundType", + "id": "def-common.NetworkUsersGroupId.buckets", + "type": "Array", "tags": [], - "label": "displayValue", + "label": "buckets", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkUsersBucketsItem", + "text": "NetworkUsersBucketsItem" + }, + "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 101 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 67 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkUsersGroupName", + "type": "Interface", + "tags": [], + "label": "NetworkUsersGroupName", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 58 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkUsersGroupName.doc_count_error_upper_bound", + "type": "number", + "tags": [], + "label": "doc_count_error_upper_bound", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 59 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatchInput.operator", - "type": "CompoundType", + "id": "def-common.NetworkUsersGroupName.sum_other_doc_count", + "type": "number", "tags": [], - "label": "operator", + "label": "sum_other_doc_count", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 60 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkUsersGroupName.buckets", + "type": "Array", + "tags": [], + "label": "buckets", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkUsersBucketsItem", + "text": "NetworkUsersBucketsItem" + }, + "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 103 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 61 }, "deprecated": false } @@ -15008,94 +15160,94 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatchResult", + "id": "def-common.NetworkUsersItem", "type": "Interface", "tags": [], - "label": "QueryMatchResult", + "label": "NetworkUsersItem", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 619 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 42 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatchResult.field", + "id": "def-common.NetworkUsersItem.name", "type": "CompoundType", "tags": [], - "label": "field", + "label": "name", "description": [], "signature": [ "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 620 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 43 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatchResult.displayField", + "id": "def-common.NetworkUsersItem.id", "type": "CompoundType", "tags": [], - "label": "displayField", + "label": "id", "description": [], "signature": [ - "string | null | undefined" + "string[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 621 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 44 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatchResult.value", + "id": "def-common.NetworkUsersItem.groupId", "type": "CompoundType", "tags": [], - "label": "value", + "label": "groupId", "description": [], "signature": [ - "string | null | undefined" + "string[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 622 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 45 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatchResult.displayValue", + "id": "def-common.NetworkUsersItem.groupName", "type": "CompoundType", "tags": [], - "label": "displayValue", + "label": "groupName", "description": [], "signature": [ - "string | null | undefined" + "string[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 623 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 46 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.QueryMatchResult.operator", + "id": "def-common.NetworkUsersItem.count", "type": "CompoundType", "tags": [], - "label": "operator", + "label": "count", "description": [], "signature": [ - "string | null | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 624 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 47 }, "deprecated": false } @@ -15104,163 +15256,69 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.RequestBasicOptions", + "id": "def-common.NetworkUsersNode", "type": "Interface", "tags": [], - "label": "RequestBasicOptions", + "label": "NetworkUsersNode", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestBasicOptions", - "text": "RequestBasicOptions" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchRequest", - "text": "IEsSearchRequest" - } - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 88 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 36 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.RequestBasicOptions.timerange", - "type": "Object", - "tags": [], - "label": "timerange", - "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimerangeInput", - "text": "TimerangeInput" - } - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 89 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.RequestBasicOptions.filterQuery", + "id": "def-common.NetworkUsersNode._id", "type": "CompoundType", "tags": [], - "label": "filterQuery", - "description": [], - "signature": [ - "string | ", - "JsonObject", - " | ", - "ESRangeQuery", - " | ", - "ESQueryStringQuery", - " | ", - "ESMatchQuery", - " | ", - "ESTermQuery", - " | ", - "ESBoolQuery", - " | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 90 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.RequestBasicOptions.defaultIndex", - "type": "Array", - "tags": [], - "label": "defaultIndex", + "label": "_id", "description": [], "signature": [ - "string[]" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 91 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 37 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.RequestBasicOptions.docValueFields", - "type": "Array", + "id": "def-common.NetworkUsersNode.timestamp", + "type": "CompoundType", "tags": [], - "label": "docValueFields", + "label": "timestamp", "description": [], "signature": [ - "SearchDocValueField", - "[] | undefined" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 92 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 38 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.RequestBasicOptions.factoryQueryType", + "id": "def-common.NetworkUsersNode.user", "type": "CompoundType", "tags": [], - "label": "factoryQueryType", + "label": "user", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsQueries", - "text": "HostsQueries" - }, - " | ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.HostsKpiQueries", - "text": "HostsKpiQueries" - }, - " | ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkQueries", - "text": "NetworkQueries" - }, - " | ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.NetworkKpiQueries", - "text": "NetworkKpiQueries" + "section": "def-common.NetworkUsersItem", + "text": "NetworkUsersItem" }, - " | ", - "CtiQueries", - " | \"matrixHistogram\" | \"matrixHistogramEntities\" | undefined" + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 93 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 39 }, "deprecated": false } @@ -15269,61 +15327,51 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.RequestOptions", + "id": "def-common.NetworkUsersRequestOptions", "type": "Interface", "tags": [], - "label": "RequestOptions", - "description": [ - "A mapping of semantic fields to their document counterparts" - ], + "label": "NetworkUsersRequestOptions", + "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestOptions", - "text": "RequestOptions" + "section": "def-common.NetworkUsersRequestOptions", + "text": "NetworkUsersRequestOptions" }, - " extends ", + " extends ", { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestBasicOptions", - "text": "RequestBasicOptions" - } + "section": "def-common.RequestOptionsPaginated", + "text": "RequestOptionsPaginated" + }, + "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 98 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 18 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.RequestOptions.pagination", - "type": "Object", + "id": "def-common.NetworkUsersRequestOptions.ip", + "type": "string", "tags": [], - "label": "pagination", + "label": "ip", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.PaginationInput", - "text": "PaginationInput" - } - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 99 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 19 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.RequestOptions.sort", + "id": "def-common.NetworkUsersRequestOptions.sort", "type": "Object", "tags": [], "label": "sort", @@ -15336,11 +15384,41 @@ "section": "def-common.SortField", "text": "SortField" }, - "" + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkUsersFields", + "text": "NetworkUsersFields" + }, + ">" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 100 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 20 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkUsersRequestOptions.flowTarget", + "type": "Enum", + "tags": [], + "label": "flowTarget", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.FlowTarget", + "text": "FlowTarget" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 21 }, "deprecated": false } @@ -15349,76 +15427,2313 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.RequestOptionsPaginated", + "id": "def-common.NetworkUsersStrategyResponse", "type": "Interface", "tags": [], - "label": "RequestOptionsPaginated", + "label": "NetworkUsersStrategyResponse", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestOptionsPaginated", - "text": "RequestOptionsPaginated" + "section": "def-common.NetworkUsersStrategyResponse", + "text": "NetworkUsersStrategyResponse" }, - " extends ", + " extends ", { - "pluginId": "securitySolution", + "pluginId": "data", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RequestBasicOptions", - "text": "RequestBasicOptions" - } + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 103 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 24 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.RequestOptionsPaginated.pagination", - "type": "Object", + "id": "def-common.NetworkUsersStrategyResponse.edges", + "type": "Array", "tags": [], - "label": "pagination", + "label": "edges", "description": [], "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkUsersEdges", + "text": "NetworkUsersEdges" + }, + "[]" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 25 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkUsersStrategyResponse.totalCount", + "type": "number", + "tags": [], + "label": "totalCount", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 26 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkUsersStrategyResponse.pageInfo", + "type": "Object", + "tags": [], + "label": "pageInfo", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.PageInfoPaginated", + "text": "PageInfoPaginated" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.NetworkUsersStrategyResponse.inspect", + "type": "CompoundType", + "tags": [], + "label": "inspect", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/users/index.ts", + "lineNumber": 28 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.OverviewHostHit", + "type": "Interface", + "tags": [], + "label": "OverviewHostHit", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.OverviewHostHit", + "text": "OverviewHostHit" + }, + " extends ", + "SearchHit", + "" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/overview/index.ts", + "lineNumber": 36 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.OverviewHostHit.aggregations", + "type": "Object", + "tags": [], + "label": "aggregations", + "description": [], + "signature": [ + "{ auditd_count: { doc_count: number; }; endgame_module: { dns_event_count: { doc_count: number; }; file_event_count: { doc_count: number; }; image_load_event_count: { doc_count: number; }; network_event_count: { doc_count: number; }; process_event_count: { doc_count: number; }; registry_event: { doc_count: number; }; security_event_count: { doc_count: number; }; }; fim_count: { doc_count: number; }; system_module: { login_count: { doc_count: number; }; package_count: { doc_count: number; }; process_count: { doc_count: number; }; user_count: { doc_count: number; }; filebeat_count: { doc_count: number; }; }; winlog_count: { doc_count: number; }; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/overview/index.ts", + "lineNumber": 37 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.OverviewNetworkHit", + "type": "Interface", + "tags": [], + "label": "OverviewNetworkHit", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.OverviewNetworkHit", + "text": "OverviewNetworkHit" + }, + " extends ", + "SearchHit", + "" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/overview/index.ts", + "lineNumber": 29 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.OverviewNetworkHit.aggregations", + "type": "Object", + "tags": [], + "label": "aggregations", + "description": [], + "signature": [ + "{ unique_flow_count: { doc_count: number; }; unique_dns_count: { doc_count: number; }; unique_suricata_count: { doc_count: number; }; unique_zeek_count: { doc_count: number; }; unique_socket_count: { doc_count: number; }; unique_filebeat_count: { unique_netflow_count: { doc_count: number; }; unique_panw_count: { doc_count: number; }; unique_cisco_count: { doc_count: number; }; }; unique_packetbeat_count: { unique_tls_count: { doc_count: number; }; }; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/overview/index.ts", + "lineNumber": 30 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.PageInfoPaginated", + "type": "Interface", + "tags": [], + "label": "PageInfoPaginated", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 23 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.PageInfoPaginated.activePage", + "type": "number", + "tags": [], + "label": "activePage", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 24 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.PageInfoPaginated.fakeTotalCount", + "type": "number", + "tags": [], + "label": "fakeTotalCount", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 25 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.PageInfoPaginated.showMorePagesIndicator", + "type": "boolean", + "tags": [], + "label": "showMorePagesIndicator", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 26 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.PageInfoTimeline", + "type": "Interface", + "tags": [], + "label": "PageInfoTimeline", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 590 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.PageInfoTimeline.pageIndex", + "type": "number", + "tags": [], + "label": "pageIndex", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 591 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.PageInfoTimeline.pageSize", + "type": "number", + "tags": [], + "label": "pageSize", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 593 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.PaginationInput", + "type": "Interface", + "tags": [], + "label": "PaginationInput", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 28 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.PaginationInput.limit", + "type": "number", + "tags": [], + "label": "limit", + "description": [ + "The limit parameter allows you to configure the maximum amount of items to be returned" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 30 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.PaginationInput.cursor", + "type": "CompoundType", + "tags": [], + "label": "cursor", + "description": [ + "The cursor parameter defines the next result you want to fetch" + ], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 32 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.PaginationInput.tiebreaker", + "type": "CompoundType", + "tags": [], + "label": "tiebreaker", + "description": [ + "The tiebreaker parameter allow to be more precise to fetch the next item" + ], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 34 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.PaginationInputPaginated", + "type": "Interface", + "tags": [], + "label": "PaginationInputPaginated", + "description": [], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 44 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.PaginationInputPaginated.activePage", + "type": "number", + "tags": [], + "label": "activePage", + "description": [ + "The activePage parameter defines the page of results you want to fetch" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 46 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.PaginationInputPaginated.cursorStart", + "type": "number", + "tags": [], + "label": "cursorStart", + "description": [ + "The cursorStart parameter defines the start of the results to be displayed" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 48 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.PaginationInputPaginated.fakePossibleCount", + "type": "number", + "tags": [], + "label": "fakePossibleCount", + "description": [ + "The fakePossibleCount parameter determines the total count in order to show 5 additional pages" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 50 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.PaginationInputPaginated.querySize", + "type": "number", + "tags": [], + "label": "querySize", + "description": [ + "The querySize parameter is the number of items to be returned" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 52 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatch", + "type": "Interface", + "tags": [], + "label": "QueryMatch", + "description": [], + "source": { + "path": "x-pack/plugins/timelines/common/types/timeline/data_provider/index.ts", + "lineNumber": 24 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatch.field", + "type": "string", + "tags": [], + "label": "field", + "description": [], + "source": { + "path": "x-pack/plugins/timelines/common/types/timeline/data_provider/index.ts", + "lineNumber": 25 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatch.displayField", + "type": "string", + "tags": [], + "label": "displayField", + "description": [], + "signature": [ + "string | undefined" + ], + "source": { + "path": "x-pack/plugins/timelines/common/types/timeline/data_provider/index.ts", + "lineNumber": 26 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatch.value", + "type": "CompoundType", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string | number" + ], + "source": { + "path": "x-pack/plugins/timelines/common/types/timeline/data_provider/index.ts", + "lineNumber": 27 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatch.displayValue", + "type": "CompoundType", + "tags": [], + "label": "displayValue", + "description": [], + "signature": [ + "string | number | undefined" + ], + "source": { + "path": "x-pack/plugins/timelines/common/types/timeline/data_provider/index.ts", + "lineNumber": 28 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatch.operator", + "type": "CompoundType", + "tags": [], + "label": "operator", + "description": [], + "signature": [ + "\":\" | \":*\"" + ], + "source": { + "path": "x-pack/plugins/timelines/common/types/timeline/data_provider/index.ts", + "lineNumber": 29 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatchInput", + "type": "Interface", + "tags": [], + "label": "QueryMatchInput", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 94 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatchInput.field", + "type": "CompoundType", + "tags": [], + "label": "field", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 95 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatchInput.displayField", + "type": "CompoundType", + "tags": [], + "label": "displayField", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 97 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatchInput.value", + "type": "CompoundType", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 99 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatchInput.displayValue", + "type": "CompoundType", + "tags": [], + "label": "displayValue", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 101 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatchInput.operator", + "type": "CompoundType", + "tags": [], + "label": "operator", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 103 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatchResult", + "type": "Interface", + "tags": [], + "label": "QueryMatchResult", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 621 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatchResult.field", + "type": "CompoundType", + "tags": [], + "label": "field", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 622 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatchResult.displayField", + "type": "CompoundType", + "tags": [], + "label": "displayField", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 623 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatchResult.value", + "type": "CompoundType", + "tags": [], + "label": "value", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 624 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatchResult.displayValue", + "type": "CompoundType", + "tags": [], + "label": "displayValue", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 625 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.QueryMatchResult.operator", + "type": "CompoundType", + "tags": [], + "label": "operator", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 626 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RequestBasicOptions", + "type": "Interface", + "tags": [], + "label": "RequestBasicOptions", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestBasicOptions", + "text": "RequestBasicOptions" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchRequest", + "text": "IEsSearchRequest" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", + "lineNumber": 101 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.RequestBasicOptions.timerange", + "type": "Object", + "tags": [], + "label": "timerange", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimerangeInput", + "text": "TimerangeInput" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", + "lineNumber": 102 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RequestBasicOptions.filterQuery", + "type": "CompoundType", + "tags": [], + "label": "filterQuery", + "description": [], + "signature": [ + "string | ", + "JsonObject", + " | ", + "ESRangeQuery", + " | ", + "ESQueryStringQuery", + " | ", + "ESMatchQuery", + " | ", + "ESTermQuery", + " | ", + "ESBoolQuery", + " | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", + "lineNumber": 103 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RequestBasicOptions.defaultIndex", + "type": "Array", + "tags": [], + "label": "defaultIndex", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", + "lineNumber": 104 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RequestBasicOptions.docValueFields", + "type": "Array", + "tags": [], + "label": "docValueFields", + "description": [], + "signature": [ + "SearchDocValueField", + "[] | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", + "lineNumber": 105 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RequestBasicOptions.factoryQueryType", + "type": "CompoundType", + "tags": [], + "label": "factoryQueryType", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostsQueries", + "text": "HostsQueries" + }, + " | ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostsKpiQueries", + "text": "HostsKpiQueries" + }, + " | ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UebaQueries", + "text": "UebaQueries" + }, + " | ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkQueries", + "text": "NetworkQueries" + }, + " | ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.NetworkKpiQueries", + "text": "NetworkKpiQueries" + }, + " | ", + "CtiQueries", + " | \"matrixHistogram\" | \"matrixHistogramEntities\" | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", + "lineNumber": 106 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RequestOptions", + "type": "Interface", + "tags": [], + "label": "RequestOptions", + "description": [ + "A mapping of semantic fields to their document counterparts" + ], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestOptions", + "text": "RequestOptions" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestBasicOptions", + "text": "RequestBasicOptions" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", + "lineNumber": 111 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.RequestOptions.pagination", + "type": "Object", + "tags": [], + "label": "pagination", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.PaginationInput", + "text": "PaginationInput" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", + "lineNumber": 112 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RequestOptions.sort", + "type": "Object", + "tags": [], + "label": "sort", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.SortField", + "text": "SortField" + }, + "" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", + "lineNumber": 113 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RequestOptionsPaginated", + "type": "Interface", + "tags": [], + "label": "RequestOptionsPaginated", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestOptionsPaginated", + "text": "RequestOptionsPaginated" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestBasicOptions", + "text": "RequestBasicOptions" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", + "lineNumber": 116 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.RequestOptionsPaginated.pagination", + "type": "Object", + "tags": [], + "label": "pagination", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.PaginationInputPaginated", + "text": "PaginationInputPaginated" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", + "lineNumber": 117 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RequestOptionsPaginated.sort", + "type": "Object", + "tags": [], + "label": "sort", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.SortField", + "text": "SortField" + }, + "" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", + "lineNumber": 118 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.ResponseTimeline", + "type": "Interface", + "tags": [], + "label": "ResponseTimeline", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 716 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.ResponseTimeline.code", + "type": "CompoundType", + "tags": [], + "label": "code", + "description": [], + "signature": [ + "number | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 717 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.ResponseTimeline.message", + "type": "CompoundType", + "tags": [], + "label": "message", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 718 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.ResponseTimeline.timeline", + "type": "Object", + "tags": [], + "label": "timeline", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TimelineResult", + "text": "TimelineResult" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 719 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreEdges", + "type": "Interface", + "tags": [], + "label": "RiskScoreEdges", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 31 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreEdges.node", + "type": "Object", + "tags": [], + "label": "node", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RiskScoreItem", + "text": "RiskScoreItem" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 32 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreEdges.cursor", + "type": "Object", + "tags": [], + "label": "cursor", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.CursorType", + "text": "CursorType" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 33 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreHit", + "type": "Interface", + "tags": [], + "label": "RiskScoreHit", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RiskScoreHit", + "text": "RiskScoreHit" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.Hit", + "text": "Hit" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 14 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreHit._source", + "type": "Object", + "tags": [], + "label": "_source", + "description": [], + "signature": [ + "{ '@timestamp': string; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 15 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreHit.key", + "type": "string", + "tags": [], + "label": "key", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 18 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreHit.doc_count", + "type": "number", + "tags": [], + "label": "doc_count", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 19 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreHit.risk_score", + "type": "Object", + "tags": [], + "label": "risk_score", + "description": [], + "signature": [ + "{ value?: number | undefined; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 20 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreHit.risk_keyword", + "type": "Object", + "tags": [], + "label": "risk_keyword", + "description": [], + "signature": [ + "{ buckets?: { key: string; doc_count: number; }[] | undefined; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 23 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreItem", + "type": "Interface", + "tags": [], + "label": "RiskScoreItem", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 15 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreItem._id", + "type": "CompoundType", + "tags": [], + "label": "_id", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 16 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreItem.RiskScoreFields.hostName", + "type": "CompoundType", + "tags": [], + "label": "[RiskScoreFields.hostName]", + "description": [], + "signature": [ + "string | null" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 17 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreItem.RiskScoreFields.riskKeyword", + "type": "CompoundType", + "tags": [], + "label": "[RiskScoreFields.riskKeyword]", + "description": [], + "signature": [ + "string | null" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 18 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreItem.RiskScoreFields.riskScore", + "type": "CompoundType", + "tags": [], + "label": "[RiskScoreFields.riskScore]", + "description": [], + "signature": [ + "number | null" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 19 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreRequestOptions", + "type": "Interface", + "tags": [], + "label": "RiskScoreRequestOptions", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RiskScoreRequestOptions", + "text": "RiskScoreRequestOptions" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestOptionsPaginated", + "text": "RequestOptionsPaginated" + }, + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RiskScoreFields", + "text": "RiskScoreFields" + }, + ">" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 43 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreRequestOptions.defaultIndex", + "type": "Array", + "tags": [], + "label": "defaultIndex", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 44 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreStrategyResponse", + "type": "Interface", + "tags": [], + "label": "RiskScoreStrategyResponse", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RiskScoreStrategyResponse", + "text": "RiskScoreStrategyResponse" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 36 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreStrategyResponse.edges", + "type": "Array", + "tags": [], + "label": "edges", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RiskScoreEdges", + "text": "RiskScoreEdges" + }, + "[]" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 37 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreStrategyResponse.totalCount", + "type": "number", + "tags": [], + "label": "totalCount", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 38 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreStrategyResponse.pageInfo", + "type": "Object", + "tags": [], + "label": "pageInfo", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.PageInfoPaginated", + "text": "PageInfoPaginated" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 39 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreStrategyResponse.inspect", + "type": "CompoundType", + "tags": [], + "label": "inspect", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 40 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RowRenderer", + "type": "Interface", + "tags": [], + "label": "RowRenderer", + "description": [], + "source": { + "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", + "lineNumber": 12 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.RowRenderer.id", + "type": "Enum", + "tags": [], + "label": "id", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.RowRendererId", + "text": "RowRendererId" + } + ], + "source": { + "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", + "lineNumber": 13 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RowRenderer.isInstance", + "type": "Function", + "tags": [], + "label": "isInstance", + "description": [], + "signature": [ + "(data: ", + "Ecs", + ") => boolean" + ], + "source": { + "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", + "lineNumber": 14 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.data", + "type": "Object", + "tags": [], + "label": "data", + "description": [], + "signature": [ + "Ecs" + ], + "source": { + "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", + "lineNumber": 14 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RowRenderer.renderRow", + "type": "Function", + "tags": [], + "label": "renderRow", + "description": [], + "signature": [ + "({ browserFields, data, isDraggable, timelineId, }: { browserFields: Readonly>>; data: ", + "Ecs", + "; isDraggable: boolean; timelineId: string; }) => React.ReactNode" + ], + "source": { + "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", + "lineNumber": 15 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.__0", + "type": "Object", + "tags": [], + "label": "__0", + "description": [], + "signature": [ + "{ browserFields: Readonly>>; data: ", + "Ecs", + "; isDraggable: boolean; timelineId: string; }" + ], + "source": { + "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", + "lineNumber": 15 + }, + "deprecated": false + } + ] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RuleNameHit", + "type": "Interface", + "tags": [], + "label": "RuleNameHit", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RuleNameHit", + "text": "RuleNameHit" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.Hit", + "text": "Hit" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 14 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.RuleNameHit.key", + "type": "string", + "tags": [], + "label": "key", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 15 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RuleNameHit.doc_count", + "type": "number", + "tags": [], + "label": "doc_count", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 16 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RuleNameHit.risk_score", + "type": "Object", + "tags": [], + "label": "risk_score", + "description": [], + "signature": [ + "{ value: number; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 17 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RuleNameHit.rule_type", + "type": "Object", + "tags": [], + "label": "rule_type", + "description": [], + "signature": [ + "{ buckets?: { key: string; doc_count: number; }[] | undefined; }" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 20 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SerializedFilterQuery", + "type": "Interface", + "tags": [], + "label": "SerializedFilterQuery", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 28 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.SerializedFilterQuery.kuery", + "type": "CompoundType", + "tags": [], + "label": "kuery", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.KueryFilterQuery", + "text": "KueryFilterQuery" + }, + " | null" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 29 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SerializedFilterQuery.serializedQuery", + "type": "string", + "tags": [], + "label": "serializedQuery", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 30 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SerializedFilterQueryInput", + "type": "Interface", + "tags": [], + "label": "SerializedFilterQueryInput", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 149 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.SerializedFilterQueryInput.filterQuery", + "type": "CompoundType", + "tags": [], + "label": "filterQuery", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.SerializedKueryQueryInput", + "text": "SerializedKueryQueryInput" + }, + " | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 150 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SerializedFilterQueryResult", + "type": "Interface", + "tags": [], + "label": "SerializedFilterQueryResult", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 669 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.SerializedFilterQueryResult.filterQuery", + "type": "CompoundType", + "tags": [], + "label": "filterQuery", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.SerializedKueryQueryResult", + "text": "SerializedKueryQueryResult" + }, + " | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 670 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SerializedKueryQueryInput", + "type": "Interface", + "tags": [], + "label": "SerializedKueryQueryInput", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 153 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.SerializedKueryQueryInput.kuery", + "type": "CompoundType", + "tags": [], + "label": "kuery", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.KueryFilterQueryInput", + "text": "KueryFilterQueryInput" + }, + " | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 154 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SerializedKueryQueryInput.serializedQuery", + "type": "CompoundType", + "tags": [], + "label": "serializedQuery", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 155 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SerializedKueryQueryResult", + "type": "Interface", + "tags": [], + "label": "SerializedKueryQueryResult", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 673 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.SerializedKueryQueryResult.kuery", + "type": "CompoundType", + "tags": [], + "label": "kuery", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.KueryFilterQueryResult", + "text": "KueryFilterQueryResult" + }, + " | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 674 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SerializedKueryQueryResult.serializedQuery", + "type": "CompoundType", + "tags": [], + "label": "serializedQuery", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 675 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.ShardsResponse", + "type": "Interface", + "tags": [], + "label": "ShardsResponse", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 43 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.ShardsResponse.total", + "type": "number", + "tags": [], + "label": "total", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 44 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.ShardsResponse.successful", + "type": "number", + "tags": [], + "label": "successful", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 45 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.ShardsResponse.failed", + "type": "number", + "tags": [], + "label": "failed", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 46 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.ShardsResponse.skipped", + "type": "number", + "tags": [], + "label": "skipped", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 47 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SortColumnTimeline", + "type": "Interface", + "tags": [], + "label": "SortColumnTimeline", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 34 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.SortColumnTimeline.columnId", + "type": "string", + "tags": [], + "label": "columnId", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 35 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SortColumnTimeline.columnType", + "type": "string", + "tags": [], + "label": "columnType", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 36 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SortColumnTimeline.sortDirection", + "type": "CompoundType", + "tags": [], + "label": "sortDirection", + "description": [], + "signature": [ + "\"none\" | \"asc\" | \"desc\" | ", { "pluginId": "timelines", "scope": "common", "docId": "kibTimelinesPluginApi", - "section": "def-common.PaginationInputPaginated", - "text": "PaginationInputPaginated" + "section": "def-common.Direction", + "text": "Direction" } ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 104 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 37 }, "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SortField", + "type": "Interface", + "tags": [], + "label": "SortField", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.SortField", + "text": "SortField" }, + "" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 30 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.RequestOptionsPaginated.sort", - "type": "Object", + "id": "def-common.SortField.field", + "type": "Uncategorized", + "tags": [], + "label": "field", + "description": [], + "signature": [ + "Field" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 31 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SortField.direction", + "type": "Enum", + "tags": [], + "label": "direction", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Direction", + "text": "Direction" + } + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 32 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SortTimeline", + "type": "Interface", + "tags": [], + "label": "SortTimeline", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 721 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.SortTimeline.sortField", + "type": "Enum", + "tags": [], + "label": "sortField", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.SortFieldTimeline", + "text": "SortFieldTimeline" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 722 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SortTimeline.sortOrder", + "type": "Enum", + "tags": [], + "label": "sortOrder", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Direction", + "text": "Direction" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 723 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SortTimelineInput", + "type": "Interface", + "tags": [], + "label": "SortTimelineInput", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 168 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "securitySolution", + "id": "def-common.SortTimelineInput.columnId", + "type": "CompoundType", + "tags": [], + "label": "columnId", + "description": [], + "signature": [ + "string | null | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 169 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.SortTimelineInput.sortDirection", + "type": "CompoundType", "tags": [], - "label": "sort", + "label": "sortDirection", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.SortField", - "text": "SortField" - }, - "" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 105 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 170 }, "deprecated": false } @@ -15427,68 +17742,58 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.ResponseTimeline", + "id": "def-common.TimelineEdges", "type": "Interface", "tags": [], - "label": "ResponseTimeline", + "label": "TimelineEdges", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 714 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 15 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.ResponseTimeline.code", - "type": "CompoundType", - "tags": [], - "label": "code", - "description": [], - "signature": [ - "number | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 715 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.ResponseTimeline.message", - "type": "CompoundType", + "id": "def-common.TimelineEdges.node", + "type": "Object", "tags": [], - "label": "message", + "label": "node", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineItem", + "text": "TimelineItem" + } ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 716 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 16 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.ResponseTimeline.timeline", + "id": "def-common.TimelineEdges.cursor", "type": "Object", "tags": [], - "label": "timeline", + "label": "cursor", "description": [], "signature": [ { - "pluginId": "securitySolution", + "pluginId": "timelines", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TimelineResult", - "text": "TimelineResult" + "docId": "kibTimelinesPluginApi", + "section": "def-common.CursorType", + "text": "CursorType" } ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 717 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 17 }, "deprecated": false } @@ -15497,258 +17802,221 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.RowRenderer", + "id": "def-common.TimelineEqlRequestOptions", "type": "Interface", "tags": [], - "label": "RowRenderer", + "label": "TimelineEqlRequestOptions", "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineEqlRequestOptions", + "text": "TimelineEqlRequestOptions" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.EqlSearchStrategyRequest", + "text": "EqlSearchStrategyRequest" + }, + ",Pick<", + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineEventsAllRequestOptions", + "text": "TimelineEventsAllRequestOptions" + }, + ", \"id\" | \"sort\" | \"fields\" | \"timerange\" | \"language\" | \"defaultIndex\" | \"pagination\" | \"filterQuery\" | \"docValueFields\" | \"factoryQueryType\" | \"indexType\" | \"entityType\" | \"alertConsumers\" | \"fieldRequested\" | \"excludeEcsData\" | \"authFilter\">" + ], "source": { - "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", - "lineNumber": 12 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", + "lineNumber": 16 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.RowRenderer.id", - "type": "Enum", + "id": "def-common.TimelineEqlRequestOptions.eventCategoryField", + "type": "string", "tags": [], - "label": "id", + "label": "eventCategoryField", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.RowRendererId", - "text": "RowRendererId" - } + "string | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", - "lineNumber": 13 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", + "lineNumber": 19 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.RowRenderer.isInstance", - "type": "Function", + "id": "def-common.TimelineEqlRequestOptions.tiebreakerField", + "type": "string", "tags": [], - "label": "isInstance", + "label": "tiebreakerField", "description": [], "signature": [ - "(data: ", - "Ecs", - ") => boolean" + "string | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", - "lineNumber": 14 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", + "lineNumber": 20 }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "securitySolution", - "id": "def-common.data", - "type": "Object", - "tags": [], - "label": "data", - "description": [], - "signature": [ - "Ecs" - ], - "source": { - "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", - "lineNumber": 14 - }, - "deprecated": false - } - ] + "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.RowRenderer.renderRow", - "type": "Function", + "id": "def-common.TimelineEqlRequestOptions.timestampField", + "type": "string", "tags": [], - "label": "renderRow", + "label": "timestampField", "description": [], "signature": [ - "({ browserFields, data, timelineId, }: { browserFields: Readonly>>; data: ", - "Ecs", - "; timelineId: string; }) => React.ReactNode" + "string | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", + "lineNumber": 21 }, - "deprecated": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "securitySolution", - "id": "def-common.__0", - "type": "Object", - "tags": [], - "label": "__0", - "description": [], - "signature": [ - "{ browserFields: Readonly>>; data: ", - "Ecs", - "; timelineId: string; }" - ], - "source": { - "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", - "lineNumber": 15 - }, - "deprecated": false - } - ] + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TimelineEqlRequestOptions.size", + "type": "number", + "tags": [], + "label": "size", + "description": [], + "signature": [ + "number | undefined" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", + "lineNumber": 22 + }, + "deprecated": false } ], "initialIsOpen": false }, { "parentPluginId": "securitySolution", - "id": "def-common.SerializedFilterQuery", + "id": "def-common.TimelineEqlResponse", "type": "Interface", "tags": [], - "label": "SerializedFilterQuery", + "label": "TimelineEqlResponse", "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineEqlResponse", + "text": "TimelineEqlResponse" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.EqlSearchStrategyResponse", + "text": "EqlSearchStrategyResponse" + }, + "<", + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.EqlSearchResponse", + "text": "EqlSearchResponse" + }, + ">" + ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 28 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", + "lineNumber": 25 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.SerializedFilterQuery.kuery", - "type": "CompoundType", + "id": "def-common.TimelineEqlResponse.edges", + "type": "Array", "tags": [], - "label": "kuery", + "label": "edges", "description": [], "signature": [ { - "pluginId": "securitySolution", + "pluginId": "timelines", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.KueryFilterQuery", - "text": "KueryFilterQuery" + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineEdges", + "text": "TimelineEdges" }, - " | null" + "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 29 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", + "lineNumber": 26 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.SerializedFilterQuery.serializedQuery", - "type": "string", + "id": "def-common.TimelineEqlResponse.totalCount", + "type": "number", "tags": [], - "label": "serializedQuery", + "label": "totalCount", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 30 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", + "lineNumber": 27 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.SerializedFilterQueryInput", - "type": "Interface", - "tags": [], - "label": "SerializedFilterQueryInput", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 149 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "securitySolution", - "id": "def-common.SerializedFilterQueryInput.filterQuery", - "type": "CompoundType", + "id": "def-common.TimelineEqlResponse.pageInfo", + "type": "Object", "tags": [], - "label": "filterQuery", + "label": "pageInfo", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.SerializedKueryQueryInput", - "text": "SerializedKueryQueryInput" - }, - " | null | undefined" + "{ activePage: number; querySize: number; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 150 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", + "lineNumber": 28 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.SerializedFilterQueryResult", - "type": "Interface", - "tags": [], - "label": "SerializedFilterQueryResult", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 667 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "securitySolution", - "id": "def-common.SerializedFilterQueryResult.filterQuery", + "id": "def-common.TimelineEqlResponse.inspect", "type": "CompoundType", "tags": [], - "label": "filterQuery", + "label": "inspect", "description": [], "signature": [ { - "pluginId": "securitySolution", + "pluginId": "timelines", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.SerializedKueryQueryResult", - "text": "SerializedKueryQueryResult" + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" }, - " | null | undefined" + " | null" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 668 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", + "lineNumber": 29 }, "deprecated": false } @@ -15757,108 +18025,113 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.SerializedKueryQueryInput", + "id": "def-common.TimelineEventsAllRequestOptions", "type": "Interface", "tags": [], - "label": "SerializedKueryQueryInput", + "label": "TimelineEventsAllRequestOptions", "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineEventsAllRequestOptions", + "text": "TimelineEventsAllRequestOptions" + }, + " extends ", + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineRequestOptionsPaginated", + "text": "TimelineRequestOptionsPaginated" + }, + "" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 153 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 39 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.SerializedKueryQueryInput.kuery", + "id": "def-common.TimelineEventsAllRequestOptions.fields", "type": "CompoundType", "tags": [], - "label": "kuery", + "label": "fields", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.KueryFilterQueryInput", - "text": "KueryFilterQueryInput" - }, - " | null | undefined" + "string[] | { field: string; include_unmapped: boolean; }[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 154 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 40 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.SerializedKueryQueryInput.serializedQuery", - "type": "CompoundType", + "id": "def-common.TimelineEventsAllRequestOptions.fieldRequested", + "type": "Array", "tags": [], - "label": "serializedQuery", + "label": "fieldRequested", "description": [], "signature": [ - "string | null | undefined" + "string[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 155 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 41 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.SerializedKueryQueryResult", - "type": "Interface", - "tags": [], - "label": "SerializedKueryQueryResult", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 671 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "securitySolution", - "id": "def-common.SerializedKueryQueryResult.kuery", + "id": "def-common.TimelineEventsAllRequestOptions.language", "type": "CompoundType", "tags": [], - "label": "kuery", + "label": "language", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.KueryFilterQueryResult", - "text": "KueryFilterQueryResult" - }, - " | null | undefined" + "\"eql\" | \"lucene\" | \"kuery\"" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 672 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 42 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.SerializedKueryQueryResult.serializedQuery", + "id": "def-common.TimelineEventsAllRequestOptions.excludeEcsData", "type": "CompoundType", "tags": [], - "label": "serializedQuery", + "label": "excludeEcsData", "description": [], "signature": [ - "string | null | undefined" + "boolean | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 673 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 43 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TimelineEventsAllRequestOptions.authFilter", + "type": "Object", + "tags": [], + "label": "authFilter", + "description": [], + "signature": [ + "JsonObject", + " | undefined" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 44 }, "deprecated": false } @@ -15867,66 +18140,107 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.ShardsResponse", + "id": "def-common.TimelineEventsAllStrategyResponse", "type": "Interface", "tags": [], - "label": "ShardsResponse", + "label": "TimelineEventsAllStrategyResponse", "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineEventsAllStrategyResponse", + "text": "TimelineEventsAllStrategyResponse" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 43 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 32 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.ShardsResponse.total", - "type": "number", + "id": "def-common.TimelineEventsAllStrategyResponse.edges", + "type": "Array", "tags": [], - "label": "total", + "label": "edges", "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineEdges", + "text": "TimelineEdges" + }, + "[]" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 44 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 33 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.ShardsResponse.successful", + "id": "def-common.TimelineEventsAllStrategyResponse.totalCount", "type": "number", "tags": [], - "label": "successful", + "label": "totalCount", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 45 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 34 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.ShardsResponse.failed", - "type": "number", + "id": "def-common.TimelineEventsAllStrategyResponse.pageInfo", + "type": "Object", "tags": [], - "label": "failed", + "label": "pageInfo", "description": [], + "signature": [ + "{ activePage: number; querySize: number; }" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 46 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 35 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.ShardsResponse.skipped", - "type": "number", + "id": "def-common.TimelineEventsAllStrategyResponse.inspect", + "type": "CompoundType", "tags": [], - "label": "skipped", + "label": "inspect", "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 47 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 36 }, "deprecated": false } @@ -15935,127 +18249,104 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.SortColumnTimeline", + "id": "def-common.TimelineEventsDetailsItem", "type": "Interface", "tags": [], - "label": "SortColumnTimeline", + "label": "TimelineEventsDetailsItem", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 34 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 14 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.SortColumnTimeline.columnId", + "id": "def-common.TimelineEventsDetailsItem.ariaRowindex", + "type": "CompoundType", + "tags": [], + "label": "ariaRowindex", + "description": [], + "signature": [ + "number | null | undefined" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 15 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TimelineEventsDetailsItem.category", "type": "string", "tags": [], - "label": "columnId", + "label": "category", "description": [], + "signature": [ + "string | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 35 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 16 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.SortColumnTimeline.columnType", + "id": "def-common.TimelineEventsDetailsItem.field", "type": "string", "tags": [], - "label": "columnType", + "label": "field", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 36 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 17 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.SortColumnTimeline.sortDirection", + "id": "def-common.TimelineEventsDetailsItem.values", "type": "CompoundType", "tags": [], - "label": "sortDirection", + "label": "values", "description": [], "signature": [ - "\"none\" | \"asc\" | \"desc\" | ", - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Direction", - "text": "Direction" - } + "string[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 37 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 18 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.SortField", - "type": "Interface", - "tags": [], - "label": "SortField", - "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.SortField", - "text": "SortField" }, - "" - ], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 30 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.SortField.field", - "type": "Uncategorized", + "id": "def-common.TimelineEventsDetailsItem.originalValue", + "type": "Any", "tags": [], - "label": "field", + "label": "originalValue", "description": [], "signature": [ - "Field" + "any" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 31 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 20 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.SortField.direction", - "type": "Enum", + "id": "def-common.TimelineEventsDetailsItem.isObjectArray", + "type": "boolean", "tags": [], - "label": "direction", + "label": "isObjectArray", "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Direction", - "text": "Direction" - } - ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 32 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 21 }, "deprecated": false } @@ -16064,58 +18355,75 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.SortTimeline", + "id": "def-common.TimelineEventsDetailsRequestOptions", "type": "Interface", "tags": [], - "label": "SortTimeline", + "label": "TimelineEventsDetailsRequestOptions", "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineEventsDetailsRequestOptions", + "text": "TimelineEventsDetailsRequestOptions" + }, + " extends Partial<", + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineRequestOptionsPaginated", + "text": "TimelineRequestOptionsPaginated" + }, + ">" + ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 719 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 29 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.SortTimeline.sortField", - "type": "Enum", + "id": "def-common.TimelineEventsDetailsRequestOptions.indexName", + "type": "string", "tags": [], - "label": "sortField", + "label": "indexName", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.SortFieldTimeline", - "text": "SortFieldTimeline" - } - ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 720 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 31 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.SortTimeline.sortOrder", - "type": "Enum", + "id": "def-common.TimelineEventsDetailsRequestOptions.eventId", + "type": "string", "tags": [], - "label": "sortOrder", + "label": "eventId", + "description": [], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 32 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TimelineEventsDetailsRequestOptions.authFilter", + "type": "Object", + "tags": [], + "label": "authFilter", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Direction", - "text": "Direction" - } + "JsonObject", + " | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 721 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 33 }, "deprecated": false } @@ -16124,46 +18432,78 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.SortTimelineInput", + "id": "def-common.TimelineEventsDetailsStrategyResponse", "type": "Interface", "tags": [], - "label": "SortTimelineInput", + "label": "TimelineEventsDetailsStrategyResponse", "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineEventsDetailsStrategyResponse", + "text": "TimelineEventsDetailsStrategyResponse" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 168 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 24 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.SortTimelineInput.columnId", + "id": "def-common.TimelineEventsDetailsStrategyResponse.data", "type": "CompoundType", "tags": [], - "label": "columnId", + "label": "data", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineEventsDetailsItem", + "text": "TimelineEventsDetailsItem" + }, + "[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 169 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 25 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.SortTimelineInput.sortDirection", + "id": "def-common.TimelineEventsDetailsStrategyResponse.inspect", "type": "CompoundType", "tags": [], - "label": "sortDirection", + "label": "inspect", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 170 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 26 }, "deprecated": false } @@ -16172,58 +18512,76 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEdges", + "id": "def-common.TimelineEventsLastEventTimeRequestOptions", "type": "Interface", "tags": [], - "label": "TimelineEdges", + "label": "TimelineEventsLastEventTimeRequestOptions", "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineEventsLastEventTimeRequestOptions", + "text": "TimelineEventsLastEventTimeRequestOptions" + }, + " extends Pick<", + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineRequestBasicOptions", + "text": "TimelineRequestBasicOptions" + }, + ", \"id\" | \"params\" | \"defaultIndex\" | \"docValueFields\" | \"factoryQueryType\" | \"indexType\" | \"entityType\" | \"alertConsumers\">" + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 13 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 39 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEdges.node", - "type": "Object", + "id": "def-common.TimelineEventsLastEventTimeRequestOptions.indexKey", + "type": "Enum", "tags": [], - "label": "node", + "label": "indexKey", "description": [], "signature": [ { "pluginId": "timelines", "scope": "common", "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineItem", - "text": "TimelineItem" + "section": "def-common.LastEventIndexKey", + "text": "LastEventIndexKey" } ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 14 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 41 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEdges.cursor", + "id": "def-common.TimelineEventsLastEventTimeRequestOptions.details", "type": "Object", "tags": [], - "label": "cursor", + "label": "details", "description": [], "signature": [ { "pluginId": "timelines", "scope": "common", "docId": "kibTimelinesPluginApi", - "section": "def-common.CursorType", - "text": "CursorType" + "section": "def-common.LastTimeDetails", + "text": "LastTimeDetails" } ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 42 }, "deprecated": false } @@ -16232,104 +18590,71 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEqlRequestOptions", + "id": "def-common.TimelineEventsLastEventTimeStrategyResponse", "type": "Interface", "tags": [], - "label": "TimelineEqlRequestOptions", + "label": "TimelineEventsLastEventTimeStrategyResponse", "description": [], "signature": [ { "pluginId": "timelines", "scope": "common", "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineEqlRequestOptions", - "text": "TimelineEqlRequestOptions" + "section": "def-common.TimelineEventsLastEventTimeStrategyResponse", + "text": "TimelineEventsLastEventTimeStrategyResponse" }, " extends ", { "pluginId": "data", "scope": "common", "docId": "kibDataSearchPluginApi", - "section": "def-common.EqlSearchStrategyRequest", - "text": "EqlSearchStrategyRequest" - }, - ",Pick<", - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineEventsAllRequestOptions", - "text": "TimelineEventsAllRequestOptions" + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" }, - ", \"id\" | \"sort\" | \"fields\" | \"language\" | \"timerange\" | \"defaultIndex\" | \"pagination\" | \"filterQuery\" | \"docValueFields\" | \"factoryQueryType\" | \"indexType\" | \"fieldRequested\" | \"excludeEcsData\">" + "" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", - "lineNumber": 16 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 25 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEqlRequestOptions.eventCategoryField", - "type": "string", - "tags": [], - "label": "eventCategoryField", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", - "lineNumber": 19 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineEqlRequestOptions.tiebreakerField", - "type": "string", - "tags": [], - "label": "tiebreakerField", - "description": [], - "signature": [ - "string | undefined" - ], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", - "lineNumber": 20 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineEqlRequestOptions.timestampField", - "type": "string", + "id": "def-common.TimelineEventsLastEventTimeStrategyResponse.lastSeen", + "type": "CompoundType", "tags": [], - "label": "timestampField", + "label": "lastSeen", "description": [], "signature": [ - "string | undefined" + "string | null" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", - "lineNumber": 21 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 26 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEqlRequestOptions.size", - "type": "number", + "id": "def-common.TimelineEventsLastEventTimeStrategyResponse.inspect", + "type": "CompoundType", "tags": [], - "label": "size", + "label": "inspect", "description": [], "signature": [ - "number | undefined" + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 27 }, "deprecated": false } @@ -16338,428 +18663,372 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEqlResponse", + "id": "def-common.TimelineInput", "type": "Interface", "tags": [], - "label": "TimelineEqlResponse", + "label": "TimelineInput", "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineEqlResponse", - "text": "TimelineEqlResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.EqlSearchStrategyResponse", - "text": "EqlSearchStrategyResponse" - }, - "<", - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.EqlSearchResponse", - "text": "EqlSearchResponse" - }, - ">" - ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", - "lineNumber": 25 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 173 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEqlResponse.edges", - "type": "Array", + "id": "def-common.TimelineInput.columns", + "type": "CompoundType", "tags": [], - "label": "edges", + "label": "columns", "description": [], "signature": [ { - "pluginId": "timelines", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineEdges", - "text": "TimelineEdges" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.ColumnHeaderInput", + "text": "ColumnHeaderInput" }, - "[]" + "[] | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", - "lineNumber": 26 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 174 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEqlResponse.totalCount", - "type": "number", + "id": "def-common.TimelineInput.dataProviders", + "type": "CompoundType", "tags": [], - "label": "totalCount", + "label": "dataProviders", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.DataProviderInput", + "text": "DataProviderInput" + }, + "[] | null | undefined" + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", - "lineNumber": 27 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 175 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEqlResponse.pageInfo", - "type": "Object", + "id": "def-common.TimelineInput.description", + "type": "CompoundType", "tags": [], - "label": "pageInfo", + "label": "description", "description": [], "signature": [ - "{ activePage: number; querySize: number; }" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", - "lineNumber": 28 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 176 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEqlResponse.inspect", + "id": "def-common.TimelineInput.eqlOptions", "type": "CompoundType", "tags": [], - "label": "inspect", + "label": "eqlOptions", "description": [], "signature": [ { - "pluginId": "timelines", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.EqlOptionsInput", + "text": "EqlOptionsInput" }, - " | null" + " | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", - "lineNumber": 29 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 177 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsAllRequestOptions", - "type": "Interface", - "tags": [], - "label": "TimelineEventsAllRequestOptions", - "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineEventsAllRequestOptions", - "text": "TimelineEventsAllRequestOptions" - }, - " extends ", - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineRequestOptionsPaginated", - "text": "TimelineRequestOptionsPaginated" }, - "" - ], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 37 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsAllRequestOptions.fields", + "id": "def-common.TimelineInput.eventType", "type": "CompoundType", "tags": [], - "label": "fields", + "label": "eventType", "description": [], "signature": [ - "string[] | { field: string; include_unmapped: boolean; }[]" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 38 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 178 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsAllRequestOptions.fieldRequested", - "type": "Array", + "id": "def-common.TimelineInput.excludedRowRendererIds", + "type": "CompoundType", "tags": [], - "label": "fieldRequested", + "label": "excludedRowRendererIds", "description": [], "signature": [ - "string[]" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RowRendererId", + "text": "RowRendererId" + }, + "[] | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 39 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 179 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsAllRequestOptions.language", + "id": "def-common.TimelineInput.filters", "type": "CompoundType", "tags": [], - "label": "language", + "label": "filters", "description": [], "signature": [ - "\"eql\" | \"lucene\" | \"kuery\"" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.FilterTimelineInput", + "text": "FilterTimelineInput" + }, + "[] | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 40 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 180 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsAllRequestOptions.excludeEcsData", + "id": "def-common.TimelineInput.kqlMode", "type": "CompoundType", "tags": [], - "label": "excludeEcsData", + "label": "kqlMode", "description": [], "signature": [ - "boolean | undefined" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 41 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 181 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsAllStrategyResponse", - "type": "Interface", - "tags": [], - "label": "TimelineEventsAllStrategyResponse", - "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineEventsAllStrategyResponse", - "text": "TimelineEventsAllStrategyResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" }, - "" - ], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 30 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsAllStrategyResponse.edges", - "type": "Array", + "id": "def-common.TimelineInput.kqlQuery", + "type": "CompoundType", "tags": [], - "label": "edges", + "label": "kqlQuery", "description": [], "signature": [ { - "pluginId": "timelines", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineEdges", - "text": "TimelineEdges" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.SerializedFilterQueryInput", + "text": "SerializedFilterQueryInput" }, - "[]" + " | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 31 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 182 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsAllStrategyResponse.totalCount", - "type": "number", + "id": "def-common.TimelineInput.indexNames", + "type": "CompoundType", "tags": [], - "label": "totalCount", + "label": "indexNames", "description": [], + "signature": [ + "string[] | null | undefined" + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 32 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 183 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsAllStrategyResponse.pageInfo", - "type": "Object", + "id": "def-common.TimelineInput.title", + "type": "CompoundType", "tags": [], - "label": "pageInfo", + "label": "title", "description": [], "signature": [ - "{ activePage: number; querySize: number; }" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 33 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 184 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsAllStrategyResponse.inspect", + "id": "def-common.TimelineInput.templateTimelineId", "type": "CompoundType", "tags": [], - "label": "inspect", + "label": "templateTimelineId", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" - }, - " | null | undefined" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 34 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 185 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsDetailsItem", - "type": "Interface", - "tags": [], - "label": "TimelineEventsDetailsItem", - "description": [], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 12 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsDetailsItem.ariaRowindex", + "id": "def-common.TimelineInput.templateTimelineVersion", "type": "CompoundType", "tags": [], - "label": "ariaRowindex", + "label": "templateTimelineVersion", "description": [], "signature": [ "number | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 13 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 186 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsDetailsItem.category", - "type": "string", + "id": "def-common.TimelineInput.timelineType", + "type": "CompoundType", "tags": [], - "label": "category", + "label": "timelineType", "description": [], "signature": [ - "string | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TimelineType", + "text": "TimelineType" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 14 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 187 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsDetailsItem.field", - "type": "string", + "id": "def-common.TimelineInput.dateRange", + "type": "CompoundType", "tags": [], - "label": "field", + "label": "dateRange", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.DateRangePickerInput", + "text": "DateRangePickerInput" + }, + " | null | undefined" + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 15 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 188 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsDetailsItem.values", + "id": "def-common.TimelineInput.savedQueryId", "type": "CompoundType", "tags": [], - "label": "values", + "label": "savedQueryId", "description": [], "signature": [ - "string[] | null | undefined" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 16 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 189 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsDetailsItem.originalValue", - "type": "Any", + "id": "def-common.TimelineInput.sort", + "type": "CompoundType", "tags": [], - "label": "originalValue", + "label": "sort", "description": [], "signature": [ - "any" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.SortTimelineInput", + "text": "SortTimelineInput" + }, + "[] | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 18 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 190 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsDetailsItem.isObjectArray", - "type": "boolean", + "id": "def-common.TimelineInput.status", + "type": "CompoundType", "tags": [], - "label": "isObjectArray", + "label": "status", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TimelineStatus", + "text": "TimelineStatus" + }, + " | null | undefined" + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 19 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 191 }, "deprecated": false } @@ -16768,58 +19037,82 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsDetailsRequestOptions", + "id": "def-common.TimelineItem", "type": "Interface", "tags": [], - "label": "TimelineEventsDetailsRequestOptions", + "label": "TimelineItem", "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineEventsDetailsRequestOptions", - "text": "TimelineEventsDetailsRequestOptions" - }, - " extends Partial<", - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineRequestOptionsPaginated", - "text": "TimelineRequestOptionsPaginated" - }, - ">" - ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 27 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 20 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsDetailsRequestOptions.indexName", + "id": "def-common.TimelineItem._id", "type": "string", "tags": [], - "label": "indexName", + "label": "_id", "description": [], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 29 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 21 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsDetailsRequestOptions.eventId", - "type": "string", + "id": "def-common.TimelineItem._index", + "type": "CompoundType", "tags": [], - "label": "eventId", + "label": "_index", "description": [], + "signature": [ + "string | null | undefined" + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 30 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 22 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TimelineItem.data", + "type": "Array", + "tags": [], + "label": "data", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineNonEcsData", + "text": "TimelineNonEcsData" + }, + "[]" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 23 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TimelineItem.ecs", + "type": "Object", + "tags": [], + "label": "ecs", + "description": [], + "signature": [ + "Ecs" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 24 }, "deprecated": false } @@ -16828,18 +19121,18 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsDetailsStrategyResponse", + "id": "def-common.TimelineKpiStrategyResponse", "type": "Interface", "tags": [], - "label": "TimelineEventsDetailsStrategyResponse", + "label": "TimelineKpiStrategyResponse", "description": [], "signature": [ { "pluginId": "timelines", "scope": "common", "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineEventsDetailsStrategyResponse", - "text": "TimelineEventsDetailsStrategyResponse" + "section": "def-common.TimelineKpiStrategyResponse", + "text": "TimelineKpiStrategyResponse" }, " extends ", { @@ -16852,37 +19145,27 @@ "" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 30 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsDetailsStrategyResponse.data", - "type": "CompoundType", + "id": "def-common.TimelineKpiStrategyResponse.destinationIpCount", + "type": "number", "tags": [], - "label": "data", + "label": "destinationIpCount", "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineEventsDetailsItem", - "text": "TimelineEventsDetailsItem" - }, - "[] | null | undefined" - ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 23 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 31 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsDetailsStrategyResponse.inspect", + "id": "def-common.TimelineKpiStrategyResponse.inspect", "type": "CompoundType", "tags": [], "label": "inspect", @@ -16898,86 +19181,60 @@ " | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 24 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 32 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsLastEventTimeRequestOptions", - "type": "Interface", - "tags": [], - "label": "TimelineEventsLastEventTimeRequestOptions", - "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineEventsLastEventTimeRequestOptions", - "text": "TimelineEventsLastEventTimeRequestOptions" }, - " extends Pick<", { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineRequestBasicOptions", - "text": "TimelineRequestBasicOptions" + "parentPluginId": "securitySolution", + "id": "def-common.TimelineKpiStrategyResponse.hostCount", + "type": "number", + "tags": [], + "label": "hostCount", + "description": [], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 33 + }, + "deprecated": false }, - ", \"id\" | \"params\" | \"defaultIndex\" | \"docValueFields\" | \"factoryQueryType\" | \"indexType\">" - ], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 38 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsLastEventTimeRequestOptions.indexKey", - "type": "Enum", + "id": "def-common.TimelineKpiStrategyResponse.processCount", + "type": "number", "tags": [], - "label": "indexKey", + "label": "processCount", + "description": [], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", + "lineNumber": 34 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TimelineKpiStrategyResponse.sourceIpCount", + "type": "number", + "tags": [], + "label": "sourceIpCount", "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.LastEventIndexKey", - "text": "LastEventIndexKey" - } - ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 40 + "lineNumber": 35 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsLastEventTimeRequestOptions.details", - "type": "Object", + "id": "def-common.TimelineKpiStrategyResponse.userCount", + "type": "number", "tags": [], - "label": "details", + "label": "userCount", "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.LastTimeDetails", - "text": "LastTimeDetails" - } - ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 41 + "lineNumber": 36 }, "deprecated": false } @@ -16986,71 +19243,43 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsLastEventTimeStrategyResponse", + "id": "def-common.TimelineNonEcsData", "type": "Interface", "tags": [], - "label": "TimelineEventsLastEventTimeStrategyResponse", + "label": "TimelineNonEcsData", "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineEventsLastEventTimeStrategyResponse", - "text": "TimelineEventsLastEventTimeStrategyResponse" - }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" - }, - "" - ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 24 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 27 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsLastEventTimeStrategyResponse.lastSeen", - "type": "CompoundType", + "id": "def-common.TimelineNonEcsData.field", + "type": "string", "tags": [], - "label": "lastSeen", + "label": "field", "description": [], - "signature": [ - "string | null" - ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 25 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 28 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineEventsLastEventTimeStrategyResponse.inspect", + "id": "def-common.TimelineNonEcsData.value", "type": "CompoundType", "tags": [], - "label": "inspect", + "label": "value", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" - }, - " | null | undefined" + "string[] | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 26 + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 29 }, "deprecated": false } @@ -17059,238 +19288,291 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput", + "id": "def-common.TimelinePersistInput", "type": "Interface", "tags": [], - "label": "TimelineInput", + "label": "TimelinePersistInput", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 173 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 40 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.columns", - "type": "CompoundType", + "id": "def-common.TimelinePersistInput.id", + "type": "string", "tags": [], - "label": "columns", + "label": "id", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 41 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TimelinePersistInput.dataProviders", + "type": "Array", + "tags": [], + "label": "dataProviders", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.DataProvider", + "text": "DataProvider" + }, + "[] | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 42 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TimelinePersistInput.dateRange", + "type": "Object", + "tags": [], + "label": "dateRange", + "description": [], + "signature": [ + "{ start: string; end: string; } | undefined" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 43 + }, + "deprecated": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TimelinePersistInput.excludedRowRendererIds", + "type": "Array", + "tags": [], + "label": "excludedRowRendererIds", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.ColumnHeaderInput", - "text": "ColumnHeaderInput" + "section": "def-common.RowRendererId", + "text": "RowRendererId" }, - "[] | null | undefined" + "[] | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 174 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 47 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.dataProviders", - "type": "CompoundType", + "id": "def-common.TimelinePersistInput.expandedDetail", + "type": "Object", "tags": [], - "label": "dataProviders", + "label": "expandedDetail", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.DataProviderInput", - "text": "DataProviderInput" + "section": "def-common.TimelineExpandedDetail", + "text": "TimelineExpandedDetail" }, - "[] | null | undefined" + " | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 175 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 48 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.description", - "type": "CompoundType", + "id": "def-common.TimelinePersistInput.filters", + "type": "Array", "tags": [], - "label": "description", + "label": "filters", "description": [], "signature": [ - "string | null | undefined" + "any[] | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 176 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 49 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.eqlOptions", - "type": "CompoundType", + "id": "def-common.TimelinePersistInput.columns", + "type": "Array", "tags": [], - "label": "eqlOptions", + "label": "columns", "description": [], "signature": [ { - "pluginId": "securitySolution", + "pluginId": "timelines", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.EqlOptionsInput", - "text": "EqlOptionsInput" + "docId": "kibTimelinesPluginApi", + "section": "def-common.ColumnHeaderOptions", + "text": "ColumnHeaderOptions" }, - " | null | undefined" + "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 177 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 50 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.eventType", - "type": "CompoundType", + "id": "def-common.TimelinePersistInput.itemsPerPage", + "type": "number", "tags": [], - "label": "eventType", + "label": "itemsPerPage", "description": [], "signature": [ - "string | null | undefined" + "number | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 178 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 51 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.excludedRowRendererIds", - "type": "CompoundType", + "id": "def-common.TimelinePersistInput.indexNames", + "type": "Array", "tags": [], - "label": "excludedRowRendererIds", + "label": "indexNames", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RowRendererId", - "text": "RowRendererId" - }, - "[] | null | undefined" + "string[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 179 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 52 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.filters", - "type": "CompoundType", + "id": "def-common.TimelinePersistInput.kqlQuery", + "type": "Object", "tags": [], - "label": "filters", + "label": "kqlQuery", "description": [], "signature": [ + "{ filterQuery: ", { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.FilterTimelineInput", - "text": "FilterTimelineInput" + "section": "def-common.SerializedFilterQuery", + "text": "SerializedFilterQuery" }, - "[] | null | undefined" + " | null; } | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 180 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 53 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.kqlMode", + "id": "def-common.TimelinePersistInput.show", "type": "CompoundType", "tags": [], - "label": "kqlMode", + "label": "show", "description": [], "signature": [ - "string | null | undefined" + "boolean | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 181 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 56 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.kqlQuery", - "type": "CompoundType", + "id": "def-common.TimelinePersistInput.sort", + "type": "Array", "tags": [], - "label": "kqlQuery", + "label": "sort", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.SerializedFilterQueryInput", - "text": "SerializedFilterQueryInput" + "section": "def-common.SortColumnTimeline", + "text": "SortColumnTimeline" }, - " | null | undefined" + "[] | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 182 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 57 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.indexNames", + "id": "def-common.TimelinePersistInput.showCheckboxes", "type": "CompoundType", "tags": [], - "label": "indexNames", + "label": "showCheckboxes", "description": [], "signature": [ - "string[] | null | undefined" + "boolean | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 183 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 58 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.title", + "id": "def-common.TimelinePersistInput.timelineType", "type": "CompoundType", "tags": [], - "label": "title", + "label": "timelineType", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TimelineType", + "text": "TimelineType" + }, + " | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 184 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 59 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.templateTimelineId", + "id": "def-common.TimelinePersistInput.templateTimelineId", "type": "CompoundType", "tags": [], "label": "templateTimelineId", @@ -17299,14 +19581,14 @@ "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 185 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 60 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.templateTimelineVersion", + "id": "def-common.TimelinePersistInput.templateTimelineVersion", "type": "CompoundType", "tags": [], "label": "templateTimelineVersion", @@ -17315,116 +19597,147 @@ "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 186 + "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", + "lineNumber": 61 }, "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TimelineRequestBasicOptions", + "type": "Interface", + "tags": [], + "label": "TimelineRequestBasicOptions", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TimelineRequestBasicOptions", + "text": "TimelineRequestBasicOptions" }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchRequest", + "text": "IEsSearchRequest" + } + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 38 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.timelineType", - "type": "CompoundType", + "id": "def-common.TimelineRequestBasicOptions.timerange", + "type": "Object", "tags": [], - "label": "timelineType", + "label": "timerange", "description": [], "signature": [ { - "pluginId": "securitySolution", + "pluginId": "timelines", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TimelineType", - "text": "TimelineType" - }, - " | null | undefined" + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimerangeInput", + "text": "TimerangeInput" + } ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 187 + "lineNumber": 39 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.dateRange", + "id": "def-common.TimelineRequestBasicOptions.filterQuery", "type": "CompoundType", "tags": [], - "label": "dateRange", + "label": "filterQuery", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.DateRangePickerInput", - "text": "DateRangePickerInput" - }, - " | null | undefined" + "string | ", + "JsonObject", + " | ", + "ESRangeQuery", + " | ", + "ESQueryStringQuery", + " | ", + "ESMatchQuery", + " | ", + "ESTermQuery", + " | ", + "ESBoolQuery", + " | undefined" ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 188 + "lineNumber": 40 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.savedQueryId", - "type": "CompoundType", + "id": "def-common.TimelineRequestBasicOptions.defaultIndex", + "type": "Array", "tags": [], - "label": "savedQueryId", + "label": "defaultIndex", "description": [], "signature": [ - "string | null | undefined" + "string[]" ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 189 + "lineNumber": 41 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.sort", - "type": "CompoundType", + "id": "def-common.TimelineRequestBasicOptions.docValueFields", + "type": "Array", "tags": [], - "label": "sort", + "label": "docValueFields", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.SortTimelineInput", - "text": "SortTimelineInput" - }, - "[] | null | undefined" + "SearchDocValueField", + "[] | undefined" ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 190 + "lineNumber": 42 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineInput.status", + "id": "def-common.TimelineRequestBasicOptions.factoryQueryType", "type": "CompoundType", "tags": [], - "label": "status", + "label": "factoryQueryType", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TimelineStatus", - "text": "TimelineStatus" + "section": "def-common.TimelineEventsQueries", + "text": "TimelineEventsQueries" }, - " | null | undefined" + " | undefined" ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 191 + "lineNumber": 43 }, "deprecated": false } @@ -17433,82 +19746,70 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineItem", + "id": "def-common.TimelineRequestOptionsPaginated", "type": "Interface", "tags": [], - "label": "TimelineItem", + "label": "TimelineRequestOptionsPaginated", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TimelineRequestOptionsPaginated", + "text": "TimelineRequestOptionsPaginated" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TimelineRequestBasicOptions", + "text": "TimelineRequestBasicOptions" + } + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 18 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 50 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineItem._id", - "type": "string", - "tags": [], - "label": "_id", - "description": [], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 19 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineItem._index", - "type": "CompoundType", + "id": "def-common.TimelineRequestOptionsPaginated.pagination", + "type": "Object", "tags": [], - "label": "_index", + "label": "pagination", "description": [], "signature": [ - "string | null | undefined" + "{ activePage: number; querySize: number; }" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 20 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 52 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineItem.data", + "id": "def-common.TimelineRequestOptionsPaginated.sort", "type": "Array", "tags": [], - "label": "data", - "description": [], - "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineNonEcsData", - "text": "TimelineNonEcsData" - }, - "[]" - ], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 21 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineItem.ecs", - "type": "Object", - "tags": [], - "label": "ecs", + "label": "sort", "description": [], "signature": [ - "Ecs" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TimelineRequestSortField", + "text": "TimelineRequestSortField" + }, + "[]" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 53 }, "deprecated": false } @@ -17517,240 +19818,241 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineKpiStrategyResponse", + "id": "def-common.TimelineRequestSortField", "type": "Interface", "tags": [], - "label": "TimelineKpiStrategyResponse", + "label": "TimelineRequestSortField", "description": [], "signature": [ { - "pluginId": "timelines", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimelineKpiStrategyResponse", - "text": "TimelineKpiStrategyResponse" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TimelineRequestSortField", + "text": "TimelineRequestSortField" }, - " extends ", + " extends ", { - "pluginId": "data", + "pluginId": "timelines", "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchResponse", - "text": "IEsSearchResponse" + "docId": "kibTimelinesPluginApi", + "section": "def-common.SortField", + "text": "SortField" }, - "" + "" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 29 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 46 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineKpiStrategyResponse.destinationIpCount", - "type": "number", + "id": "def-common.TimelineRequestSortField.type", + "type": "string", "tags": [], - "label": "destinationIpCount", + "label": "type", "description": [], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 30 + "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", + "lineNumber": 47 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TimelineResult", + "type": "Interface", + "tags": [], + "label": "TimelineResult", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 683 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineKpiStrategyResponse.inspect", + "id": "def-common.TimelineResult.columns", "type": "CompoundType", "tags": [], - "label": "inspect", + "label": "columns", "description": [], "signature": [ { - "pluginId": "timelines", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.Inspect", - "text": "Inspect" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.ColumnHeaderResult", + "text": "ColumnHeaderResult" }, - " | null | undefined" + "[] | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 31 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 684 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineKpiStrategyResponse.hostCount", - "type": "number", + "id": "def-common.TimelineResult.created", + "type": "CompoundType", "tags": [], - "label": "hostCount", + "label": "created", "description": [], + "signature": [ + "number | null | undefined" + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 32 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 685 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineKpiStrategyResponse.processCount", - "type": "number", + "id": "def-common.TimelineResult.createdBy", + "type": "CompoundType", "tags": [], - "label": "processCount", + "label": "createdBy", "description": [], + "signature": [ + "string | null | undefined" + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 33 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 686 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineKpiStrategyResponse.sourceIpCount", - "type": "number", + "id": "def-common.TimelineResult.dataProviders", + "type": "CompoundType", "tags": [], - "label": "sourceIpCount", + "label": "dataProviders", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.DataProviderResult", + "text": "DataProviderResult" + }, + "[] | null | undefined" + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 34 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 687 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineKpiStrategyResponse.userCount", - "type": "number", - "tags": [], - "label": "userCount", - "description": [], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 35 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineNonEcsData", - "type": "Interface", - "tags": [], - "label": "TimelineNonEcsData", - "description": [], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 25 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineNonEcsData.field", - "type": "string", + "id": "def-common.TimelineResult.dateRange", + "type": "CompoundType", "tags": [], - "label": "field", + "label": "dateRange", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.DateRangePickerResult", + "text": "DateRangePickerResult" + }, + " | null | undefined" + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 26 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 688 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineNonEcsData.value", + "id": "def-common.TimelineResult.description", "type": "CompoundType", "tags": [], - "label": "value", + "label": "description", "description": [], "signature": [ - "string[] | null | undefined" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 27 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 689 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput", - "type": "Interface", - "tags": [], - "label": "TimelinePersistInput", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 40 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.id", - "type": "string", + "id": "def-common.TimelineResult.eqlOptions", + "type": "CompoundType", "tags": [], - "label": "id", + "label": "eqlOptions", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.EqlOptionsResult", + "text": "EqlOptionsResult" + }, + " | null | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 41 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 690 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.dataProviders", - "type": "Array", + "id": "def-common.TimelineResult.eventIdToNoteIds", + "type": "CompoundType", "tags": [], - "label": "dataProviders", + "label": "eventIdToNoteIds", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.DataProvider", - "text": "DataProvider" - }, - "[] | undefined" + "NoteResult", + "[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 42 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 691 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.dateRange", - "type": "Object", + "id": "def-common.TimelineResult.eventType", + "type": "CompoundType", "tags": [], - "label": "dateRange", + "label": "eventType", "description": [], "signature": [ - "{ start: string; end: string; } | undefined" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 43 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 692 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.excludedRowRendererIds", - "type": "Array", + "id": "def-common.TimelineResult.excludedRowRendererIds", + "type": "CompoundType", "tags": [], "label": "excludedRowRendererIds", "description": [], @@ -17762,504 +20064,355 @@ "section": "def-common.RowRendererId", "text": "RowRendererId" }, - "[] | undefined" + "[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 47 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 693 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.expandedDetail", - "type": "Object", + "id": "def-common.TimelineResult.favorite", + "type": "CompoundType", "tags": [], - "label": "expandedDetail", + "label": "favorite", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TimelineExpandedDetail", - "text": "TimelineExpandedDetail" - }, - " | undefined" + "{ fullName?: string | null | undefined; userName?: string | null | undefined; favoriteDate?: number | null | undefined; }[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 48 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 694 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.filters", - "type": "Array", + "id": "def-common.TimelineResult.filters", + "type": "CompoundType", "tags": [], "label": "filters", "description": [], "signature": [ { - "pluginId": "data", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.FilterTimelineResult", + "text": "FilterTimelineResult" }, - "[] | undefined" + "[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 49 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 695 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.columns", - "type": "Array", + "id": "def-common.TimelineResult.kqlMode", + "type": "CompoundType", "tags": [], - "label": "columns", + "label": "kqlMode", "description": [], "signature": [ - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.ColumnHeaderOptions", - "text": "ColumnHeaderOptions" - }, - "[]" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 50 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 696 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.itemsPerPage", - "type": "number", + "id": "def-common.TimelineResult.kqlQuery", + "type": "CompoundType", "tags": [], - "label": "itemsPerPage", + "label": "kqlQuery", "description": [], "signature": [ - "number | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.SerializedFilterQueryResult", + "text": "SerializedFilterQueryResult" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 51 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 697 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.indexNames", - "type": "Array", + "id": "def-common.TimelineResult.indexNames", + "type": "CompoundType", "tags": [], "label": "indexNames", "description": [], "signature": [ - "string[]" + "string[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 52 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 698 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.kqlQuery", - "type": "Object", + "id": "def-common.TimelineResult.notes", + "type": "CompoundType", "tags": [], - "label": "kqlQuery", + "label": "notes", "description": [], "signature": [ - "{ filterQuery: ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.SerializedFilterQuery", - "text": "SerializedFilterQuery" - }, - " | null; } | undefined" + "NoteResult", + "[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 53 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 699 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.show", + "id": "def-common.TimelineResult.noteIds", "type": "CompoundType", "tags": [], - "label": "show", + "label": "noteIds", "description": [], "signature": [ - "boolean | undefined" + "string[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 56 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 700 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.sort", - "type": "Array", + "id": "def-common.TimelineResult.pinnedEventIds", + "type": "CompoundType", "tags": [], - "label": "sort", + "label": "pinnedEventIds", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.SortColumnTimeline", - "text": "SortColumnTimeline" - }, - "[] | undefined" + "string[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 57 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 701 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.showCheckboxes", + "id": "def-common.TimelineResult.pinnedEventsSaveObject", "type": "CompoundType", "tags": [], - "label": "showCheckboxes", + "label": "pinnedEventsSaveObject", "description": [], "signature": [ - "boolean | undefined" + "PinnedEvent", + "[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 58 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 702 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.timelineType", + "id": "def-common.TimelineResult.savedQueryId", "type": "CompoundType", "tags": [], - "label": "timelineType", + "label": "savedQueryId", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TimelineType", - "text": "TimelineType" - }, - " | undefined" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 59 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 703 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.templateTimelineId", - "type": "CompoundType", + "id": "def-common.TimelineResult.savedObjectId", + "type": "string", "tags": [], - "label": "templateTimelineId", + "label": "savedObjectId", "description": [], - "signature": [ - "string | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 60 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 704 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelinePersistInput.templateTimelineVersion", + "id": "def-common.TimelineResult.sort", "type": "CompoundType", "tags": [], - "label": "templateTimelineVersion", + "label": "sort", "description": [], "signature": [ - "number | null | undefined" + "{ columnId?: string | null | undefined; columnType?: string | null | undefined; sortDirection?: string | null | undefined; } | { columnId?: string | null | undefined; columnType?: string | null | undefined; sortDirection?: string | null | undefined; }[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/store.ts", - "lineNumber": 61 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 705 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineRequestBasicOptions", - "type": "Interface", - "tags": [], - "label": "TimelineRequestBasicOptions", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TimelineRequestBasicOptions", - "text": "TimelineRequestBasicOptions" }, - " extends ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataSearchPluginApi", - "section": "def-common.IEsSearchRequest", - "text": "IEsSearchRequest" - } - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 38 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineRequestBasicOptions.timerange", - "type": "Object", + "id": "def-common.TimelineResult.status", + "type": "CompoundType", "tags": [], - "label": "timerange", + "label": "status", "description": [], "signature": [ { - "pluginId": "timelines", + "pluginId": "securitySolution", "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.TimerangeInput", - "text": "TimerangeInput" - } + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TimelineStatus", + "text": "TimelineStatus" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 39 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 706 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineRequestBasicOptions.filterQuery", + "id": "def-common.TimelineResult.title", "type": "CompoundType", "tags": [], - "label": "filterQuery", + "label": "title", "description": [], "signature": [ - "string | ", - "JsonObject", - " | ", - "ESRangeQuery", - " | ", - "ESQueryStringQuery", - " | ", - "ESMatchQuery", - " | ", - "ESTermQuery", - " | ", - "ESBoolQuery", - " | undefined" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 40 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 707 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineRequestBasicOptions.defaultIndex", - "type": "Array", + "id": "def-common.TimelineResult.templateTimelineId", + "type": "CompoundType", "tags": [], - "label": "defaultIndex", + "label": "templateTimelineId", "description": [], "signature": [ - "string[]" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 41 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 708 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineRequestBasicOptions.docValueFields", - "type": "Array", + "id": "def-common.TimelineResult.templateTimelineVersion", + "type": "CompoundType", "tags": [], - "label": "docValueFields", + "label": "templateTimelineVersion", "description": [], "signature": [ - "SearchDocValueField", - "[] | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 42 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 709 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineRequestBasicOptions.factoryQueryType", + "id": "def-common.TimelineResult.timelineType", "type": "CompoundType", "tags": [], - "label": "factoryQueryType", + "label": "timelineType", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TimelineEventsQueries", - "text": "TimelineEventsQueries" + "section": "def-common.TimelineType", + "text": "TimelineType" }, - " | undefined" + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 43 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 710 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineRequestOptionsPaginated", - "type": "Interface", - "tags": [], - "label": "TimelineRequestOptionsPaginated", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TimelineRequestOptionsPaginated", - "text": "TimelineRequestOptionsPaginated" }, - " extends ", - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TimelineRequestBasicOptions", - "text": "TimelineRequestBasicOptions" - } - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 50 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineRequestOptionsPaginated.pagination", - "type": "Object", + "id": "def-common.TimelineResult.updated", + "type": "CompoundType", "tags": [], - "label": "pagination", + "label": "updated", "description": [], "signature": [ - "{ activePage: number; querySize: number; }" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 52 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 711 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineRequestOptionsPaginated.sort", - "type": "Array", + "id": "def-common.TimelineResult.updatedBy", + "type": "CompoundType", "tags": [], - "label": "sort", + "label": "updatedBy", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TimelineRequestSortField", - "text": "TimelineRequestSortField" - }, - "[]" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 53 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 712 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineRequestSortField", - "type": "Interface", - "tags": [], - "label": "TimelineRequestSortField", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TimelineRequestSortField", - "text": "TimelineRequestSortField" - }, - " extends ", - { - "pluginId": "timelines", - "scope": "common", - "docId": "kibTimelinesPluginApi", - "section": "def-common.SortField", - "text": "SortField" }, - "" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 46 - }, - "deprecated": false, - "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineRequestSortField.type", + "id": "def-common.TimelineResult.version", "type": "string", "tags": [], - "label": "type", + "label": "version", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts", - "lineNumber": 47 + "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", + "lineNumber": 713 }, "deprecated": false } @@ -18268,554 +20421,565 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult", + "id": "def-common.TimerangeInput", "type": "Interface", "tags": [], - "label": "TimelineResult", + "label": "TimerangeInput", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 681 + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 35 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.columns", - "type": "CompoundType", + "id": "def-common.TimerangeInput.interval", + "type": "string", "tags": [], - "label": "columns", - "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.ColumnHeaderResult", - "text": "ColumnHeaderResult" - }, - "[] | null | undefined" + "label": "interval", + "description": [ + "The interval string to use for last bucket. The format is '{value}{unit}'. For example '5m' would return the metrics for the last 5 minutes of the timespan." ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 682 + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 37 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.created", - "type": "CompoundType", + "id": "def-common.TimerangeInput.to", + "type": "string", "tags": [], - "label": "created", - "description": [], - "signature": [ - "number | null | undefined" + "label": "to", + "description": [ + "The end of the timerange" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 683 + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 39 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.createdBy", - "type": "CompoundType", + "id": "def-common.TimerangeInput.from", + "type": "string", "tags": [], - "label": "createdBy", - "description": [], - "signature": [ - "string | null | undefined" + "label": "from", + "description": [ + "The beginning of the timerange" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 684 + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 41 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TopCountriesItemDestination", + "type": "Interface", + "tags": [], + "label": "TopCountriesItemDestination", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 51 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.dataProviders", + "id": "def-common.TopCountriesItemDestination.country", "type": "CompoundType", "tags": [], - "label": "dataProviders", + "label": "country", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.DataProviderResult", - "text": "DataProviderResult" - }, - "[] | null | undefined" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 685 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 52 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.dateRange", + "id": "def-common.TopCountriesItemDestination.destination_ips", "type": "CompoundType", "tags": [], - "label": "dateRange", + "label": "destination_ips", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.DateRangePickerResult", - "text": "DateRangePickerResult" - }, - " | null | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 686 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 53 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.description", + "id": "def-common.TopCountriesItemDestination.flows", "type": "CompoundType", "tags": [], - "label": "description", + "label": "flows", "description": [], "signature": [ - "string | null | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 687 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 54 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.eqlOptions", + "id": "def-common.TopCountriesItemDestination.location", "type": "CompoundType", "tags": [], - "label": "eqlOptions", + "label": "location", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.EqlOptionsResult", - "text": "EqlOptionsResult" + "section": "def-common.GeoItem", + "text": "GeoItem" }, " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 688 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 55 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.eventIdToNoteIds", + "id": "def-common.TopCountriesItemDestination.source_ips", "type": "CompoundType", "tags": [], - "label": "eventIdToNoteIds", + "label": "source_ips", "description": [], "signature": [ - "NoteResult", - "[] | null | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 689 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 56 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TopCountriesItemSource", + "type": "Interface", + "tags": [], + "label": "TopCountriesItemSource", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 18 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.eventType", + "id": "def-common.TopCountriesItemSource.country", "type": "CompoundType", "tags": [], - "label": "eventType", + "label": "country", "description": [], "signature": [ "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 690 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 19 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.excludedRowRendererIds", + "id": "def-common.TopCountriesItemSource.destination_ips", "type": "CompoundType", "tags": [], - "label": "excludedRowRendererIds", + "label": "destination_ips", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.RowRendererId", - "text": "RowRendererId" - }, - "[] | null | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 691 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 20 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.favorite", + "id": "def-common.TopCountriesItemSource.flows", "type": "CompoundType", "tags": [], - "label": "favorite", + "label": "flows", "description": [], "signature": [ - "{ fullName?: string | null | undefined; userName?: string | null | undefined; favoriteDate?: number | null | undefined; }[] | null | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 692 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 21 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.filters", + "id": "def-common.TopCountriesItemSource.location", "type": "CompoundType", "tags": [], - "label": "filters", + "label": "location", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.FilterTimelineResult", - "text": "FilterTimelineResult" + "section": "def-common.GeoItem", + "text": "GeoItem" }, - "[] | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 693 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.kqlMode", - "type": "CompoundType", - "tags": [], - "label": "kqlMode", - "description": [], - "signature": [ - "string | null | undefined" + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 694 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 22 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.kqlQuery", + "id": "def-common.TopCountriesItemSource.source_ips", "type": "CompoundType", "tags": [], - "label": "kqlQuery", + "label": "source_ips", "description": [], "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.SerializedFilterQueryResult", - "text": "SerializedFilterQueryResult" - }, - " | null | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 695 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", + "lineNumber": 23 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TopNetworkTablesEcsField", + "type": "Interface", + "tags": [], + "label": "TopNetworkTablesEcsField", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/common/index.ts", + "lineNumber": 42 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.indexNames", + "id": "def-common.TopNetworkTablesEcsField.bytes_in", "type": "CompoundType", "tags": [], - "label": "indexNames", + "label": "bytes_in", "description": [], "signature": [ - "string[] | null | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 696 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/common/index.ts", + "lineNumber": 43 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.notes", + "id": "def-common.TopNetworkTablesEcsField.bytes_out", "type": "CompoundType", "tags": [], - "label": "notes", + "label": "bytes_out", "description": [], "signature": [ - "NoteResult", - "[] | null | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 697 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/common/index.ts", + "lineNumber": 44 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TopNFlowItemDestination", + "type": "Interface", + "tags": [], + "label": "TopNFlowItemDestination", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 64 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.noteIds", + "id": "def-common.TopNFlowItemDestination.autonomous_system", "type": "CompoundType", "tags": [], - "label": "noteIds", + "label": "autonomous_system", "description": [], "signature": [ - "string[] | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.AutonomousSystemItem", + "text": "AutonomousSystemItem" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 698 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 65 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.pinnedEventIds", + "id": "def-common.TopNFlowItemDestination.domain", "type": "CompoundType", "tags": [], - "label": "pinnedEventIds", + "label": "domain", "description": [], "signature": [ "string[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 699 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 66 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.pinnedEventsSaveObject", + "id": "def-common.TopNFlowItemDestination.ip", "type": "CompoundType", "tags": [], - "label": "pinnedEventsSaveObject", + "label": "ip", "description": [], "signature": [ - "PinnedEvent", - "[] | null | undefined" + "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 700 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 67 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.savedQueryId", + "id": "def-common.TopNFlowItemDestination.location", "type": "CompoundType", "tags": [], - "label": "savedQueryId", + "label": "location", "description": [], "signature": [ - "string | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.GeoItem", + "text": "GeoItem" + }, + " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 701 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 68 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.savedObjectId", - "type": "string", + "id": "def-common.TopNFlowItemDestination.flows", + "type": "CompoundType", "tags": [], - "label": "savedObjectId", + "label": "flows", "description": [], + "signature": [ + "number | null | undefined" + ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 702 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 69 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.sort", + "id": "def-common.TopNFlowItemDestination.source_ips", "type": "CompoundType", "tags": [], - "label": "sort", + "label": "source_ips", "description": [], "signature": [ - "{ columnId?: string | null | undefined; columnType?: string | null | undefined; sortDirection?: string | null | undefined; } | { columnId?: string | null | undefined; columnType?: string | null | undefined; sortDirection?: string | null | undefined; }[] | null | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 703 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 70 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.TopNFlowItemSource", + "type": "Interface", + "tags": [], + "label": "TopNFlowItemSource", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 50 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.status", + "id": "def-common.TopNFlowItemSource.autonomous_system", "type": "CompoundType", "tags": [], - "label": "status", + "label": "autonomous_system", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TimelineStatus", - "text": "TimelineStatus" + "section": "def-common.AutonomousSystemItem", + "text": "AutonomousSystemItem" }, " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 704 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 51 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.title", + "id": "def-common.TopNFlowItemSource.domain", "type": "CompoundType", "tags": [], - "label": "title", + "label": "domain", "description": [], "signature": [ - "string | null | undefined" + "string[] | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 705 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 52 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.templateTimelineId", + "id": "def-common.TopNFlowItemSource.ip", "type": "CompoundType", "tags": [], - "label": "templateTimelineId", + "label": "ip", "description": [], "signature": [ "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 706 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.templateTimelineVersion", - "type": "CompoundType", - "tags": [], - "label": "templateTimelineVersion", - "description": [], - "signature": [ - "number | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 707 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 53 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.timelineType", + "id": "def-common.TopNFlowItemSource.location", "type": "CompoundType", "tags": [], - "label": "timelineType", + "label": "location", "description": [], "signature": [ { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.TimelineType", - "text": "TimelineType" + "section": "def-common.GeoItem", + "text": "GeoItem" }, " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 708 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 54 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.updated", + "id": "def-common.TopNFlowItemSource.flows", "type": "CompoundType", "tags": [], - "label": "updated", + "label": "flows", "description": [], "signature": [ "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 709 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 55 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.updatedBy", + "id": "def-common.TopNFlowItemSource.destination_ips", "type": "CompoundType", "tags": [], - "label": "updatedBy", + "label": "destination_ips", "description": [], "signature": [ - "string | null | undefined" + "number | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 710 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimelineResult.version", - "type": "string", - "tags": [], - "label": "version", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 711 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "lineNumber": 56 }, "deprecated": false } @@ -18824,59 +20988,40 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TimerangeInput", + "id": "def-common.TotalHit", "type": "Interface", "tags": [], - "label": "TimerangeInput", + "label": "TotalHit", "description": [], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 35 + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 50 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TimerangeInput.interval", - "type": "string", - "tags": [], - "label": "interval", - "description": [ - "The interval string to use for last bucket. The format is '{value}{unit}'. For example '5m' would return the metrics for the last 5 minutes of the timespan." - ], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 37 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TimerangeInput.to", - "type": "string", + "id": "def-common.TotalHit.value", + "type": "number", "tags": [], - "label": "to", - "description": [ - "The end of the timerange" - ], + "label": "value", + "description": [], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 39 + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 51 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TimerangeInput.from", + "id": "def-common.TotalHit.relation", "type": "string", "tags": [], - "label": "from", - "description": [ - "The beginning of the timerange" - ], + "label": "relation", + "description": [], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 41 + "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", + "lineNumber": 52 }, "deprecated": false } @@ -18885,101 +21030,40 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TopCountriesItemDestination", + "id": "def-common.TotalValue", "type": "Interface", "tags": [], - "label": "TopCountriesItemDestination", + "label": "TotalValue", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 51 + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 11 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TopCountriesItemDestination.country", - "type": "CompoundType", - "tags": [], - "label": "country", - "description": [], - "signature": [ - "string | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 52 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TopCountriesItemDestination.destination_ips", - "type": "CompoundType", - "tags": [], - "label": "destination_ips", - "description": [], - "signature": [ - "number | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 53 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TopCountriesItemDestination.flows", - "type": "CompoundType", - "tags": [], - "label": "flows", - "description": [], - "signature": [ - "number | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 54 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TopCountriesItemDestination.location", - "type": "CompoundType", + "id": "def-common.TotalValue.value", + "type": "number", "tags": [], - "label": "location", + "label": "value", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.GeoItem", - "text": "GeoItem" - }, - " | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 55 + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 12 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopCountriesItemDestination.source_ips", - "type": "CompoundType", + "id": "def-common.TotalValue.relation", + "type": "string", "tags": [], - "label": "source_ips", + "label": "relation", "description": [], - "signature": [ - "number | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 56 + "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", + "lineNumber": 13 }, "deprecated": false } @@ -18988,101 +21072,92 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TopCountriesItemSource", + "id": "def-common.UserRulesByUser", "type": "Interface", "tags": [], - "label": "TopCountriesItemSource", + "label": "UserRulesByUser", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 18 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 44 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TopCountriesItemSource.country", + "id": "def-common.UserRulesByUser._id", "type": "CompoundType", "tags": [], - "label": "country", + "label": "_id", "description": [], "signature": [ "string | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 19 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 45 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopCountriesItemSource.destination_ips", - "type": "CompoundType", + "id": "def-common.UserRulesByUser.UserRulesFields.userName", + "type": "string", "tags": [], - "label": "destination_ips", + "label": "[UserRulesFields.userName]", "description": [], - "signature": [ - "number | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 20 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 46 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopCountriesItemSource.flows", - "type": "CompoundType", + "id": "def-common.UserRulesByUser.UserRulesFields.riskScore", + "type": "number", "tags": [], - "label": "flows", + "label": "[UserRulesFields.riskScore]", "description": [], - "signature": [ - "number | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 21 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 47 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopCountriesItemSource.location", - "type": "CompoundType", + "id": "def-common.UserRulesByUser.UserRulesFields.ruleCount", + "type": "number", "tags": [], - "label": "location", + "label": "[UserRulesFields.ruleCount]", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.GeoItem", - "text": "GeoItem" - }, - " | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 22 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 48 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopCountriesItemSource.source_ips", - "type": "CompoundType", + "id": "def-common.UserRulesByUser.UserRulesFields.rules", + "type": "Array", "tags": [], - "label": "source_ips", + "label": "[UserRulesFields.rules]", "description": [], "signature": [ - "number | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostRulesEdges", + "text": "HostRulesEdges" + }, + "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_countries/index.ts", - "lineNumber": 23 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 49 }, "deprecated": false } @@ -19091,172 +21166,200 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TopNetworkTablesEcsField", + "id": "def-common.UserRulesHit", "type": "Interface", "tags": [], - "label": "TopNetworkTablesEcsField", + "label": "UserRulesHit", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UserRulesHit", + "text": "UserRulesHit" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.Hit", + "text": "Hit" + } + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/common/index.ts", - "lineNumber": 42 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 27 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TopNetworkTablesEcsField.bytes_in", - "type": "CompoundType", + "id": "def-common.UserRulesHit._source", + "type": "Object", "tags": [], - "label": "bytes_in", + "label": "_source", "description": [], "signature": [ - "number | null | undefined" + "{ '@timestamp': string; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/common/index.ts", - "lineNumber": 43 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 28 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopNetworkTablesEcsField.bytes_out", - "type": "CompoundType", + "id": "def-common.UserRulesHit.key", + "type": "string", "tags": [], - "label": "bytes_out", + "label": "key", "description": [], - "signature": [ - "number | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/common/index.ts", - "lineNumber": 44 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 31 }, "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemDestination", - "type": "Interface", - "tags": [], - "label": "TopNFlowItemDestination", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 64 - }, - "deprecated": false, - "children": [ + }, { "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemDestination.autonomous_system", - "type": "CompoundType", + "id": "def-common.UserRulesHit.doc_count", + "type": "number", "tags": [], - "label": "autonomous_system", + "label": "doc_count", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.AutonomousSystemItem", - "text": "AutonomousSystemItem" - }, - " | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 65 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 32 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemDestination.domain", - "type": "CompoundType", + "id": "def-common.UserRulesHit.risk_score", + "type": "Object", "tags": [], - "label": "domain", + "label": "risk_score", "description": [], "signature": [ - "string[] | null | undefined" + "{ value: number; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 66 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 33 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemDestination.ip", - "type": "CompoundType", + "id": "def-common.UserRulesHit.rule_count", + "type": "Object", "tags": [], - "label": "ip", + "label": "rule_count", "description": [], "signature": [ - "string | null | undefined" + "{ value: number; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 67 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 36 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemDestination.location", - "type": "CompoundType", + "id": "def-common.UserRulesHit.rule_name", + "type": "Object", "tags": [], - "label": "location", + "label": "rule_name", "description": [], "signature": [ + "{ buckets?: ", { "pluginId": "securitySolution", "scope": "common", "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.GeoItem", - "text": "GeoItem" + "section": "def-common.RuleNameHit", + "text": "RuleNameHit" }, - " | null | undefined" + "[] | undefined; }" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 68 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 39 }, "deprecated": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.UserRulesRequestOptions", + "type": "Interface", + "tags": [], + "label": "UserRulesRequestOptions", + "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UserRulesRequestOptions", + "text": "UserRulesRequestOptions" + }, + " extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RequestOptionsPaginated", + "text": "RequestOptionsPaginated" + }, + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostRulesFields", + "text": "HostRulesFields" }, + ">" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 65 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemDestination.flows", - "type": "CompoundType", + "id": "def-common.UserRulesRequestOptions.defaultIndex", + "type": "Array", "tags": [], - "label": "flows", + "label": "defaultIndex", "description": [], "signature": [ - "number | null | undefined" + "string[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 69 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 66 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemDestination.source_ips", - "type": "CompoundType", + "id": "def-common.UserRulesRequestOptions.hostName", + "type": "string", "tags": [], - "label": "source_ips", + "label": "hostName", "description": [], - "signature": [ - "number | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 70 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 67 }, "deprecated": false } @@ -19265,166 +21368,178 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemSource", + "id": "def-common.UserRulesStrategyResponse", "type": "Interface", "tags": [], - "label": "TopNFlowItemSource", + "label": "UserRulesStrategyResponse", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UserRulesStrategyResponse", + "text": "UserRulesStrategyResponse" + }, + " extends ", + { + "pluginId": "data", + "scope": "common", + "docId": "kibDataSearchPluginApi", + "section": "def-common.IEsSearchResponse", + "text": "IEsSearchResponse" + }, + "" + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 50 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 60 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemSource.autonomous_system", + "id": "def-common.UserRulesStrategyResponse.inspect", "type": "CompoundType", "tags": [], - "label": "autonomous_system", + "label": "inspect", "description": [], "signature": [ { - "pluginId": "securitySolution", + "pluginId": "timelines", "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.AutonomousSystemItem", - "text": "AutonomousSystemItem" + "docId": "kibTimelinesPluginApi", + "section": "def-common.Inspect", + "text": "Inspect" }, " | null | undefined" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 51 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 61 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemSource.domain", - "type": "CompoundType", + "id": "def-common.UserRulesStrategyResponse.data", + "type": "Array", "tags": [], - "label": "domain", + "label": "data", "description": [], "signature": [ - "string[] | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UserRulesStrategyUserResponse", + "text": "UserRulesStrategyUserResponse" + }, + "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 52 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 62 }, "deprecated": false - }, + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.UserRulesStrategyUserResponse", + "type": "Interface", + "tags": [], + "label": "UserRulesStrategyUserResponse", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 52 + }, + "deprecated": false, + "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemSource.ip", - "type": "CompoundType", + "id": "def-common.UserRulesStrategyUserResponse.UserRulesFields.userName", + "type": "string", "tags": [], - "label": "ip", + "label": "[UserRulesFields.userName]", "description": [], - "signature": [ - "string | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", "lineNumber": 53 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemSource.location", - "type": "CompoundType", + "id": "def-common.UserRulesStrategyUserResponse.UserRulesFields.riskScore", + "type": "number", "tags": [], - "label": "location", + "label": "[UserRulesFields.riskScore]", "description": [], - "signature": [ - { - "pluginId": "securitySolution", - "scope": "common", - "docId": "kibSecuritySolutionPluginApi", - "section": "def-common.GeoItem", - "text": "GeoItem" - }, - " | null | undefined" - ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", "lineNumber": 54 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemSource.flows", - "type": "CompoundType", + "id": "def-common.UserRulesStrategyUserResponse.edges", + "type": "Array", "tags": [], - "label": "flows", + "label": "edges", "description": [], "signature": [ - "number | null | undefined" + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostRulesEdges", + "text": "HostRulesEdges" + }, + "[]" ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", "lineNumber": 55 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TopNFlowItemSource.destination_ips", - "type": "CompoundType", - "tags": [], - "label": "destination_ips", - "description": [], - "signature": [ - "number | null | undefined" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/network/top_n_flow/index.ts", - "lineNumber": 56 - }, - "deprecated": false - } - ], - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TotalHit", - "type": "Interface", - "tags": [], - "label": "TotalHit", - "description": [], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 50 - }, - "deprecated": false, - "children": [ - { - "parentPluginId": "securitySolution", - "id": "def-common.TotalHit.value", + "id": "def-common.UserRulesStrategyUserResponse.totalCount", "type": "number", "tags": [], - "label": "value", + "label": "totalCount", "description": [], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 51 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 56 }, "deprecated": false }, { "parentPluginId": "securitySolution", - "id": "def-common.TotalHit.relation", - "type": "string", + "id": "def-common.UserRulesStrategyUserResponse.pageInfo", + "type": "Object", "tags": [], - "label": "relation", + "label": "pageInfo", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.PageInfoPaginated", + "text": "PageInfoPaginated" + } + ], "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/common/index.ts", - "lineNumber": 52 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 57 }, "deprecated": false } @@ -19433,40 +21548,50 @@ }, { "parentPluginId": "securitySolution", - "id": "def-common.TotalValue", + "id": "def-common.UsersRulesHit", "type": "Interface", "tags": [], - "label": "TotalValue", + "label": "UsersRulesHit", "description": [], + "signature": [ + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UsersRulesHit", + "text": "UsersRulesHit" + }, + " extends ", + "SearchHit", + "" + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 11 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 72 }, "deprecated": false, "children": [ { "parentPluginId": "securitySolution", - "id": "def-common.TotalValue.value", - "type": "number", - "tags": [], - "label": "value", - "description": [], - "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 12 - }, - "deprecated": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.TotalValue.relation", - "type": "string", + "id": "def-common.UsersRulesHit.aggregations", + "type": "Object", "tags": [], - "label": "relation", + "label": "aggregations", "description": [], + "signature": [ + "{ user_data: { buckets: ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UserRulesHit", + "text": "UserRulesHit" + }, + "[]; }; }" + ], "source": { - "path": "x-pack/plugins/timelines/common/search_strategy/common/index.ts", - "lineNumber": 13 + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 73 }, "deprecated": false } @@ -19554,7 +21679,21 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 12 + "lineNumber": 13 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostRulesFields", + "type": "Enum", + "tags": [], + "label": "HostRulesFields", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 21 }, "deprecated": false, "initialIsOpen": false @@ -19568,7 +21707,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 19 + "lineNumber": 20 }, "deprecated": false, "initialIsOpen": false @@ -19601,6 +21740,20 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostTacticsFields", + "type": "Enum", + "tags": [], + "label": "HostTacticsFields", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 40 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "securitySolution", "id": "def-common.LastEventIndexKey", @@ -19727,6 +21880,20 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreFields", + "type": "Enum", + "tags": [], + "label": "RiskScoreFields", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 10 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "securitySolution", "id": "def-common.RowRendererId", @@ -19750,7 +21917,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 512 + "lineNumber": 514 }, "deprecated": false, "initialIsOpen": false @@ -19822,7 +21989,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 453 + "lineNumber": 455 }, "deprecated": false, "initialIsOpen": false @@ -19840,6 +22007,34 @@ }, "deprecated": false, "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.UebaQueries", + "type": "Enum", + "tags": [], + "label": "UebaQueries", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/index.ts", + "lineNumber": 14 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.UserRulesFields", + "type": "Enum", + "tags": [], + "label": "UserRulesFields", + "description": [], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/common/index.ts", + "lineNumber": 34 + }, + "deprecated": false, + "initialIsOpen": false } ], "misc": [ @@ -19887,7 +22082,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 405 + "lineNumber": 407 }, "deprecated": false, "initialIsOpen": false @@ -19936,41 +22131,24 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 586 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "securitySolution", - "id": "def-common.BeatFields", - "type": "Type", - "tags": [], - "label": "BeatFields", - "description": [], - "signature": [ - "{ [x: string]: FieldInfo; }" - ], - "source": { - "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 51 + "lineNumber": 588 }, "deprecated": false, "initialIsOpen": false }, { "parentPluginId": "securitySolution", - "id": "def-common.BeatFieldsFactoryQueryType", + "id": "def-common.BeatFields", "type": "Type", "tags": [], - "label": "BeatFieldsFactoryQueryType", + "label": "BeatFields", "description": [], "signature": [ - "\"beatFields\"" + "{ [x: string]: FieldInfo; }" ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 16 + "lineNumber": 46 }, "deprecated": false, "initialIsOpen": false @@ -19995,7 +22173,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 82 + "lineNumber": 77 }, "deprecated": false, "initialIsOpen": false @@ -20027,7 +22205,7 @@ "section": "def-common.ColumnHeaderOptions", "text": "ColumnHeaderOptions" }, - "; linkValues: string[] | undefined; timelineId: string; setFlyoutAlert?: ((data: any) => void) | undefined; }" + "; isDraggable: boolean; linkValues: string[] | undefined; timelineId: string; setFlyoutAlert?: ((data: any) => void) | undefined; }" ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/cells/index.ts", @@ -20057,18 +22235,12 @@ "text": "ColumnHeaderType" }, "; description?: string | undefined; example?: string | undefined; format?: string | undefined; linkField?: string | undefined; placeholder?: string | undefined; subType?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldSubType", - "text": "IFieldSubType" - }, + "IFieldSubType", " | undefined; type?: string | undefined; }" ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 19 + "lineNumber": 18 }, "deprecated": false, "initialIsOpen": false @@ -20085,7 +22257,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 13 + "lineNumber": 12 }, "deprecated": false, "initialIsOpen": false @@ -20104,7 +22276,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 16 + "lineNumber": 15 }, "deprecated": false, "initialIsOpen": false @@ -20191,7 +22363,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 85 + "lineNumber": 80 }, "deprecated": false, "initialIsOpen": false @@ -20228,7 +22400,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 412 + "lineNumber": 414 }, "deprecated": false, "initialIsOpen": false @@ -20248,7 +22420,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 411 + "lineNumber": 413 }, "deprecated": false, "initialIsOpen": false @@ -20305,7 +22477,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 419 + "lineNumber": 421 }, "deprecated": false, "initialIsOpen": false @@ -20334,6 +22506,14 @@ "text": "HostsKpiQueries" }, " | ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UebaQueries", + "text": "UebaQueries" + }, + " | ", { "pluginId": "securitySolution", "scope": "common", @@ -20355,7 +22535,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 79 + "lineNumber": 91 }, "deprecated": false, "initialIsOpen": false @@ -20372,7 +22552,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 542 + "lineNumber": 544 }, "deprecated": false, "initialIsOpen": false @@ -20455,7 +22635,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 566 + "lineNumber": 568 }, "deprecated": false, "initialIsOpen": false @@ -20520,7 +22700,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/hosts/common/index.ts", - "lineNumber": 121 + "lineNumber": 127 }, "deprecated": false, "initialIsOpen": false @@ -20548,6 +22728,38 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostRulesSortField", + "type": "Type", + "tags": [], + "label": "HostRulesSortField", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.SortField", + "text": "SortField" + }, + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostRulesFields", + "text": "HostRulesFields" + }, + ">" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_rules/index.ts", + "lineNumber": 48 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "securitySolution", "id": "def-common.HostsKpiAuthenticationsRequestOptions", @@ -20658,6 +22870,38 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "securitySolution", + "id": "def-common.HostTacticsSortField", + "type": "Type", + "tags": [], + "label": "HostTacticsSortField", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.SortField", + "text": "SortField" + }, + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostTacticsFields", + "text": "HostTacticsFields" + }, + ">" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/host_tactics/index.ts", + "lineNumber": 52 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "securitySolution", "id": "def-common.ImportTimelineResultSchema", @@ -20670,7 +22914,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 449 + "lineNumber": 451 }, "deprecated": false, "initialIsOpen": false @@ -21311,7 +23555,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 434 + "lineNumber": 436 }, "deprecated": false, "initialIsOpen": false @@ -21603,7 +23847,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 555 + "lineNumber": 557 }, "deprecated": false, "initialIsOpen": false @@ -21652,7 +23896,39 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 573 + "lineNumber": 575 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.RiskScoreSortField", + "type": "Type", + "tags": [], + "label": "RiskScoreSortField", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.SortField", + "text": "SortField" + }, + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RiskScoreFields", + "text": "RiskScoreFields" + }, + ">" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/risk_score/index.ts", + "lineNumber": 47 }, "deprecated": false, "initialIsOpen": false @@ -21874,7 +24150,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 369 + "lineNumber": 371 }, "deprecated": false, "initialIsOpen": false @@ -22280,6 +24556,70 @@ "section": "def-common.RequestBasicOptions", "text": "RequestBasicOptions" }, + " : T extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UebaQueries", + "text": "UebaQueries" + }, + ".riskScore ? ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RiskScoreRequestOptions", + "text": "RiskScoreRequestOptions" + }, + " : T extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UebaQueries", + "text": "UebaQueries" + }, + ".hostRules ? ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostRulesRequestOptions", + "text": "HostRulesRequestOptions" + }, + " : T extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UebaQueries", + "text": "UebaQueries" + }, + ".userRules ? ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UserRulesRequestOptions", + "text": "UserRulesRequestOptions" + }, + " : T extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UebaQueries", + "text": "UebaQueries" + }, + ".hostTactics ? ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostTacticsRequestOptions", + "text": "HostTacticsRequestOptions" + }, " : T extends \"matrixHistogram\" ? ", { "pluginId": "securitySolution", @@ -22296,7 +24636,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 158 + "lineNumber": 179 }, "deprecated": false, "initialIsOpen": false @@ -22342,6 +24682,70 @@ "text": "HostDetailsStrategyResponse" }, " : T extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UebaQueries", + "text": "UebaQueries" + }, + ".riskScore ? ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.RiskScoreStrategyResponse", + "text": "RiskScoreStrategyResponse" + }, + " : T extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UebaQueries", + "text": "UebaQueries" + }, + ".hostRules ? ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostRulesStrategyResponse", + "text": "HostRulesStrategyResponse" + }, + " : T extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UebaQueries", + "text": "UebaQueries" + }, + ".userRules ? ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UserRulesStrategyResponse", + "text": "UserRulesStrategyResponse" + }, + " : T extends ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.UebaQueries", + "text": "UebaQueries" + }, + ".hostTactics ? ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostTacticsStrategyResponse", + "text": "HostTacticsStrategyResponse" + }, + " : T extends ", { "pluginId": "securitySolution", "scope": "common", @@ -22677,7 +25081,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/index.ts", - "lineNumber": 108 + "lineNumber": 121 }, "deprecated": false, "initialIsOpen": false @@ -22758,7 +25162,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 393 + "lineNumber": 395 }, "deprecated": false, "initialIsOpen": false @@ -22775,7 +25179,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 451 + "lineNumber": 453 }, "deprecated": false, "initialIsOpen": false @@ -22832,7 +25236,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 498 + "lineNumber": 500 }, "deprecated": false, "initialIsOpen": false @@ -22857,7 +25261,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 493 + "lineNumber": 495 }, "deprecated": false, "initialIsOpen": false @@ -22874,7 +25278,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 464 + "lineNumber": 466 }, "deprecated": false, "initialIsOpen": false @@ -22891,7 +25295,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 474 + "lineNumber": 476 }, "deprecated": false, "initialIsOpen": false @@ -22916,7 +25320,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 483 + "lineNumber": 485 }, "deprecated": false, "initialIsOpen": false @@ -22999,6 +25403,14 @@ "section": "def-common.TimelineId", "text": "TimelineId" }, + ".uebaPageExternalAlerts | ", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TimelineId", + "text": "TimelineId" + }, ".active | ", { "pluginId": "securitySolution", @@ -23011,7 +25423,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 327 + "lineNumber": 329 }, "deprecated": false, "initialIsOpen": false @@ -23060,7 +25472,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 394 + "lineNumber": 396 }, "deprecated": false, "initialIsOpen": false @@ -23109,7 +25521,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 359 + "lineNumber": 361 }, "deprecated": false, "initialIsOpen": false @@ -23422,7 +25834,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 502 + "lineNumber": 504 }, "deprecated": false, "initialIsOpen": false @@ -23443,6 +25855,38 @@ }, "deprecated": false, "initialIsOpen": false + }, + { + "parentPluginId": "securitySolution", + "id": "def-common.UserRulesSortField", + "type": "Type", + "tags": [], + "label": "UserRulesSortField", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.SortField", + "text": "SortField" + }, + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.HostRulesFields", + "text": "HostRulesFields" + }, + ">" + ], + "source": { + "path": "x-pack/plugins/security_solution/common/search_strategy/security_solution/ueba/user_rules/index.ts", + "lineNumber": 70 + }, + "deprecated": false, + "initialIsOpen": false } ], "objects": [ @@ -24367,7 +26811,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 400 + "lineNumber": 402 }, "deprecated": false, "initialIsOpen": false @@ -25307,7 +27751,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 575 + "lineNumber": 577 }, "deprecated": false, "initialIsOpen": false @@ -25383,7 +27827,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 526 + "lineNumber": 528 }, "deprecated": false, "initialIsOpen": false @@ -25397,7 +27841,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 84 + "lineNumber": 79 }, "deprecated": false, "children": [], @@ -25412,7 +27856,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 86 + "lineNumber": 81 }, "deprecated": false, "children": [ @@ -25428,7 +27872,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 87 + "lineNumber": 82 }, "deprecated": false }, @@ -25441,7 +27885,7 @@ "description": [], "source": { "path": "x-pack/plugins/security_solution/common/search_strategy/index_fields/index.ts", - "lineNumber": 88 + "lineNumber": 83 }, "deprecated": false } @@ -25615,7 +28059,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 557 + "lineNumber": 559 }, "deprecated": false, "initialIsOpen": false @@ -25665,7 +28109,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 439 + "lineNumber": 441 }, "deprecated": false, "initialIsOpen": false @@ -25687,7 +28131,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 507 + "lineNumber": 509 }, "deprecated": false, "initialIsOpen": false @@ -25785,7 +28229,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 544 + "lineNumber": 546 }, "deprecated": false, "initialIsOpen": false @@ -27453,7 +29897,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 363 + "lineNumber": 365 }, "deprecated": false, "initialIsOpen": false @@ -27511,7 +29955,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 519 + "lineNumber": 521 }, "deprecated": false, "initialIsOpen": false @@ -27593,7 +30037,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 531 + "lineNumber": 533 }, "deprecated": false, "initialIsOpen": false @@ -27695,7 +30139,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 388 + "lineNumber": 390 }, "deprecated": false, "initialIsOpen": false @@ -27769,6 +30213,16 @@ "section": "def-common.TimelineId", "text": "TimelineId" }, + ".uebaPageExternalAlerts>, ", + "LiteralC", + "<", + { + "pluginId": "securitySolution", + "scope": "common", + "docId": "kibSecuritySolutionPluginApi", + "section": "def-common.TimelineId", + "text": "TimelineId" + }, ".active>, ", "LiteralC", "<", @@ -27783,7 +30237,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 317 + "lineNumber": 318 }, "deprecated": false, "initialIsOpen": false @@ -28727,7 +31181,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 374 + "lineNumber": 376 }, "deprecated": false, "initialIsOpen": false @@ -29459,7 +31913,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 333 + "lineNumber": 335 }, "deprecated": false, "initialIsOpen": false @@ -30379,7 +32833,7 @@ ], "source": { "path": "x-pack/plugins/security_solution/common/types/timeline/index.ts", - "lineNumber": 344 + "lineNumber": 346 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/security_solution.mdx b/api_docs/security_solution.mdx index 26a12f990db1a..c61a6e7d8e28f 100644 --- a/api_docs/security_solution.mdx +++ b/api_docs/security_solution.mdx @@ -18,7 +18,7 @@ import securitySolutionObj from './security_solution.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 1179 | 8 | 1130 | 27 | +| 1298 | 8 | 1247 | 27 | ## Client diff --git a/api_docs/share.json b/api_docs/share.json index 696cfe6ef1926..19b6e96169765 100644 --- a/api_docs/share.json +++ b/api_docs/share.json @@ -407,6 +407,89 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "share", + "id": "def-public.formatSearchParams", + "type": "Function", + "tags": [], + "label": "formatSearchParams", + "description": [], + "signature": [ + "(opts: ", + "RedirectOptions", + ") => URLSearchParams" + ], + "source": { + "path": "src/plugins/share/public/url_service/redirect/util/format_search_params.ts", + "lineNumber": 11 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "share", + "id": "def-public.formatSearchParams.$1", + "type": "Object", + "tags": [], + "label": "opts", + "description": [], + "signature": [ + "RedirectOptions" + ], + "source": { + "path": "src/plugins/share/public/url_service/redirect/util/format_search_params.ts", + "lineNumber": 11 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "share", + "id": "def-public.parseSearchParams", + "type": "Function", + "tags": [], + "label": "parseSearchParams", + "description": [ + "\nParses redirect endpoint URL path search parameters. Expects them in the\nfollowing form:\n\n```\n/r?l=&v=&p=\n```\n" + ], + "signature": [ + "(urlSearch: string) => ", + "RedirectOptions" + ], + "source": { + "path": "src/plugins/share/public/url_service/redirect/util/parse_search_params.ts", + "lineNumber": 24 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "share", + "id": "def-public.parseSearchParams.$1", + "type": "string", + "tags": [], + "label": "urlSearch", + "description": [ + "Search part of URL path." + ], + "signature": [ + "string" + ], + "source": { + "path": "src/plugins/share/public/url_service/redirect/util/parse_search_params.ts", + "lineNumber": 24 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [ + "Parsed out locator ID, version, and locator params." + ], + "initialIsOpen": false + }, { "parentPluginId": "share", "id": "def-public.useLocatorUrl", @@ -1873,7 +1956,7 @@ ], "source": { "path": "src/plugins/share/public/plugin.ts", - "lineNumber": 32 + "lineNumber": 33 }, "deprecated": false, "lifecycle": "setup", @@ -1903,7 +1986,7 @@ ], "source": { "path": "src/plugins/share/public/plugin.ts", - "lineNumber": 47 + "lineNumber": 48 }, "deprecated": false, "lifecycle": "start", diff --git a/api_docs/share.mdx b/api_docs/share.mdx index aa4adb67e38bf..7f6906c4a745c 100644 --- a/api_docs/share.mdx +++ b/api_docs/share.mdx @@ -18,7 +18,7 @@ import shareObj from './share.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 119 | 1 | 81 | 7 | +| 123 | 1 | 83 | 8 | ## Client diff --git a/api_docs/snapshot_restore.json b/api_docs/snapshot_restore.json index 52a33c6d8d4a6..b9e3b3bf07f84 100644 --- a/api_docs/snapshot_restore.json +++ b/api_docs/snapshot_restore.json @@ -140,6 +140,25 @@ }, "deprecated": false, "initialIsOpen": false + }, + { + "parentPluginId": "snapshotRestore", + "id": "def-common.SNAPSHOT_LIST_MAX_SIZE", + "type": "number", + "tags": [], + "label": "SNAPSHOT_LIST_MAX_SIZE", + "description": [ + "\n[Temporary workaround] In order to prevent client-side performance issues for users with a large number of snapshots,\nwe set a hard-coded limit on the number of snapshots we return from the ES snapshots API" + ], + "signature": [ + "1000" + ], + "source": { + "path": "x-pack/plugins/snapshot_restore/common/constants.ts", + "lineNumber": 73 + }, + "deprecated": false, + "initialIsOpen": false } ], "objects": [ diff --git a/api_docs/snapshot_restore.mdx b/api_docs/snapshot_restore.mdx index a0edd266161e9..a661fc77e3048 100644 --- a/api_docs/snapshot_restore.mdx +++ b/api_docs/snapshot_restore.mdx @@ -18,7 +18,7 @@ import snapshotRestoreObj from './snapshot_restore.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 22 | 1 | 22 | 1 | +| 23 | 1 | 22 | 1 | ## Common diff --git a/api_docs/spaces.json b/api_docs/spaces.json index bb609d31dddb8..7db86ee4786e2 100644 --- a/api_docs/spaces.json +++ b/api_docs/spaces.json @@ -1356,14 +1356,14 @@ "plugin": "infra", "link": { "path": "x-pack/plugins/infra/server/plugin.ts", - "lineNumber": 153 + "lineNumber": 174 } }, { "plugin": "securitySolution", "link": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 190 + "lineNumber": 191 } }, { @@ -2197,14 +2197,14 @@ "plugin": "infra", "link": { "path": "x-pack/plugins/infra/server/plugin.ts", - "lineNumber": 153 + "lineNumber": 174 } }, { "plugin": "securitySolution", "link": { "path": "x-pack/plugins/security_solution/server/plugin.ts", - "lineNumber": 190 + "lineNumber": 191 } } ] diff --git a/api_docs/task_manager.json b/api_docs/task_manager.json index f64f8b5461bcc..49e380a6a4280 100644 --- a/api_docs/task_manager.json +++ b/api_docs/task_manager.json @@ -53,7 +53,7 @@ ], "source": { "path": "x-pack/plugins/task_manager/server/plugin.ts", - "lineNumber": 47 + "lineNumber": 51 }, "deprecated": false, "children": [ @@ -69,7 +69,7 @@ ], "source": { "path": "x-pack/plugins/task_manager/server/plugin.ts", - "lineNumber": 58 + "lineNumber": 63 }, "deprecated": false, "children": [ @@ -92,7 +92,7 @@ ], "source": { "path": "x-pack/plugins/task_manager/server/plugin.ts", - "lineNumber": 58 + "lineNumber": 63 }, "deprecated": false, "isRequired": true @@ -116,7 +116,15 @@ "section": "def-server.CoreSetup", "text": "CoreSetup" }, - ") => ", + ", plugins: { usageCollection?: ", + { + "pluginId": "usageCollection", + "scope": "server", + "docId": "kibUsageCollectionPluginApi", + "section": "def-server.UsageCollectionSetup", + "text": "UsageCollectionSetup" + }, + " | undefined; }) => ", { "pluginId": "taskManager", "scope": "server", @@ -127,7 +135,7 @@ ], "source": { "path": "x-pack/plugins/task_manager/server/plugin.ts", - "lineNumber": 65 + "lineNumber": 70 }, "deprecated": false, "children": [ @@ -150,10 +158,48 @@ ], "source": { "path": "x-pack/plugins/task_manager/server/plugin.ts", - "lineNumber": 65 + "lineNumber": 71 }, "deprecated": false, "isRequired": true + }, + { + "parentPluginId": "taskManager", + "id": "def-server.TaskManagerPlugin.setup.$2.plugins", + "type": "Object", + "tags": [], + "label": "plugins", + "description": [], + "source": { + "path": "x-pack/plugins/task_manager/server/plugin.ts", + "lineNumber": 72 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "taskManager", + "id": "def-server.TaskManagerPlugin.setup.$2.plugins.usageCollection", + "type": "Object", + "tags": [], + "label": "usageCollection", + "description": [], + "signature": [ + { + "pluginId": "usageCollection", + "scope": "server", + "docId": "kibUsageCollectionPluginApi", + "section": "def-server.UsageCollectionSetup", + "text": "UsageCollectionSetup" + }, + " | undefined" + ], + "source": { + "path": "x-pack/plugins/task_manager/server/plugin.ts", + "lineNumber": 72 + }, + "deprecated": false + } + ] } ], "returnComment": [] @@ -185,7 +231,7 @@ ], "source": { "path": "x-pack/plugins/task_manager/server/plugin.ts", - "lineNumber": 111 + "lineNumber": 129 }, "deprecated": false, "children": [ @@ -207,7 +253,7 @@ ], "source": { "path": "x-pack/plugins/task_manager/server/plugin.ts", - "lineNumber": 111 + "lineNumber": 129 }, "deprecated": false, "isRequired": true @@ -257,6 +303,46 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "taskManager", + "id": "def-server.isEphemeralTaskRejectedDueToCapacityError", + "type": "Function", + "tags": [], + "label": "isEphemeralTaskRejectedDueToCapacityError", + "description": [], + "signature": [ + "(error: Error | ", + "EphemeralTaskRejectedDueToCapacityError", + ") => boolean" + ], + "source": { + "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "lineNumber": 44 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "taskManager", + "id": "def-server.isEphemeralTaskRejectedDueToCapacityError.$1", + "type": "CompoundType", + "tags": [], + "label": "error", + "description": [], + "signature": [ + "Error | ", + "EphemeralTaskRejectedDueToCapacityError" + ], + "source": { + "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", + "lineNumber": 45 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "taskManager", "id": "def-server.isUnrecoverableError", @@ -271,7 +357,7 @@ ], "source": { "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", - "lineNumber": 21 + "lineNumber": 35 }, "deprecated": false, "children": [ @@ -288,7 +374,7 @@ ], "source": { "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", - "lineNumber": 21 + "lineNumber": 35 }, "deprecated": false, "isRequired": true @@ -309,7 +395,7 @@ ], "source": { "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", - "lineNumber": 25 + "lineNumber": 39 }, "deprecated": false, "children": [ @@ -325,7 +411,7 @@ ], "source": { "path": "x-pack/plugins/task_manager/server/task_running/errors.ts", - "lineNumber": 25 + "lineNumber": 39 }, "deprecated": false, "isRequired": true @@ -593,6 +679,51 @@ ], "initialIsOpen": false }, + { + "parentPluginId": "taskManager", + "id": "def-server.RunNowResult", + "type": "Interface", + "tags": [], + "label": "RunNowResult", + "description": [], + "source": { + "path": "x-pack/plugins/task_manager/server/task_scheduling.ts", + "lineNumber": 59 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "taskManager", + "id": "def-server.RunNowResult.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "source": { + "path": "x-pack/plugins/task_manager/server/task_scheduling.ts", + "lineNumber": 60 + }, + "deprecated": false + }, + { + "parentPluginId": "taskManager", + "id": "def-server.RunNowResult.state", + "type": "Object", + "tags": [], + "label": "state", + "description": [], + "signature": [ + "Record | undefined" + ], + "source": { + "path": "x-pack/plugins/task_manager/server/task_scheduling.ts", + "lineNumber": 61 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "taskManager", "id": "def-server.TaskInstance", @@ -859,6 +990,25 @@ } ], "misc": [ + { + "parentPluginId": "taskManager", + "id": "def-server.EphemeralTask", + "type": "Type", + "tags": [], + "label": "EphemeralTask", + "description": [ + "\nA task instance that has an id and is ready for storage." + ], + "signature": [ + "{ params: Record; scope?: string[] | undefined; state: Record; taskType: string; }" + ], + "source": { + "path": "x-pack/plugins/task_manager/server/task.ts", + "lineNumber": 369 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "taskManager", "id": "def-server.TaskRunCreatorFunction", @@ -903,7 +1053,7 @@ ], "source": { "path": "x-pack/plugins/task_manager/server/plugin.ts", - "lineNumber": 31 + "lineNumber": 35 }, "deprecated": false, "lifecycle": "setup", @@ -919,13 +1069,13 @@ "signature": [ "Pick<", "TaskScheduling", - ", \"schedule\" | \"runNow\" | \"ensureScheduled\"> & Pick<", + ", \"schedule\" | \"runNow\" | \"ephemeralRunNow\" | \"ensureScheduled\"> & Pick<", "TaskStore", - ", \"remove\" | \"get\" | \"fetch\"> & { removeIfExists: (id: string) => Promise; }" + ", \"remove\" | \"get\" | \"fetch\"> & { removeIfExists: (id: string) => Promise; } & { supportsEphemeralTasks: () => boolean; }" ], "source": { "path": "x-pack/plugins/task_manager/server/plugin.ts", - "lineNumber": 39 + "lineNumber": 43 }, "deprecated": false, "lifecycle": "start", diff --git a/api_docs/task_manager.mdx b/api_docs/task_manager.mdx index 71c2961300c5e..f3d8befa755c2 100644 --- a/api_docs/task_manager.mdx +++ b/api_docs/task_manager.mdx @@ -18,7 +18,7 @@ import taskManagerObj from './task_manager.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 44 | 0 | 18 | 7 | +| 52 | 0 | 25 | 8 | ## Server diff --git a/api_docs/telemetry_collection_manager.json b/api_docs/telemetry_collection_manager.json index 681e10bd3ffaa..8fecd9f54d513 100644 --- a/api_docs/telemetry_collection_manager.json +++ b/api_docs/telemetry_collection_manager.json @@ -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\" | \"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: ", + ", \"get\" | \"delete\" | \"create\" | \"index\" | \"update\" | \"closePointInTime\" | \"count\" | \"search\" | \"security\" | \"eql\" | \"on\" | \"off\" | \"transform\" | \"helpers\" | \"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", diff --git a/api_docs/timelines.json b/api_docs/timelines.json index 09ec9db3f9b4f..321ebb422a3a3 100644 --- a/api_docs/timelines.json +++ b/api_docs/timelines.json @@ -15,7 +15,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/components/drag_and_drop/helpers.ts", - "lineNumber": 160 + "lineNumber": 159 }, "deprecated": false, "children": [ @@ -31,7 +31,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/components/drag_and_drop/helpers.ts", - "lineNumber": 160 + "lineNumber": 159 }, "deprecated": false, "isRequired": true @@ -605,7 +605,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/components/drag_and_drop/helpers.ts", - "lineNumber": 210 + "lineNumber": 209 }, "deprecated": false, "children": [ @@ -621,7 +621,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/components/drag_and_drop/helpers.ts", - "lineNumber": 210 + "lineNumber": 209 }, "deprecated": false, "isRequired": true @@ -1152,6 +1152,44 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "timelines", + "id": "def-public.StatefulFieldsBrowser", + "type": "Function", + "tags": [], + "label": "StatefulFieldsBrowser", + "description": [], + "signature": [ + "React.NamedExoticComponent<", + "FieldBrowserProps", + ">" + ], + "source": { + "path": "x-pack/plugins/timelines/public/components/t_grid/toolbar/fields_browser/index.tsx", + "lineNumber": 172 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "timelines", + "id": "def-public.props", + "type": "Uncategorized", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "P" + ], + "source": { + "path": "node_modules/@types/react/index.d.ts", + "lineNumber": 359 + }, + "deprecated": false + } + ], + "initialIsOpen": false + }, { "parentPluginId": "timelines", "id": "def-public.stopPropagationAndPreventDefault", @@ -1220,7 +1258,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/store/t_grid/reducer.ts", - "lineNumber": 53 + "lineNumber": 55 }, "deprecated": false, "returnComment": [], @@ -1782,23 +1820,23 @@ "section": "def-common.ColumnHeaderOptions", "text": "ColumnHeaderOptions" }, - "[]; filters?: ", + "[]; filters?: any[] | undefined; title: string; id: string; sort: ", { - "pluginId": "data", + "pluginId": "timelines", "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" + "docId": "kibTimelinesPluginApi", + "section": "def-common.SortColumnTimeline", + "text": "SortColumnTimeline" }, - "[] | undefined; title: string; id: string; sort: ", + "[]; version: string | null; isLoading: boolean; dateRange: { start: string; end: string; }; savedObjectId: string | null; dataProviders: ", { "pluginId": "timelines", "scope": "common", "docId": "kibTimelinesPluginApi", - "section": "def-common.SortColumnTimeline", - "text": "SortColumnTimeline" + "section": "def-common.DataProvider", + "text": "DataProvider" }, - "[]; version: string | null; isLoading: boolean; savedObjectId: string | null; dateRange: { start: string; end: string; }; deletedEventIds: string[]; excludedRowRendererIds: ", + "[]; deletedEventIds: string[]; excludedRowRendererIds: ", { "pluginId": "timelines", "scope": "common", @@ -1834,7 +1872,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/store/t_grid/model.ts", - "lineNumber": 81 + "lineNumber": 84 }, "deprecated": false, "initialIsOpen": false @@ -1887,10 +1925,29 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/public/types.ts", - "lineNumber": 20 + "lineNumber": 27 }, "deprecated": false, "children": [ + { + "parentPluginId": "timelines", + "id": "def-public.TimelinesUIStart.getHoverActions", + "type": "Function", + "tags": [], + "label": "getHoverActions", + "description": [], + "signature": [ + "() => ", + "HoverActionsConfig" + ], + "source": { + "path": "x-pack/plugins/timelines/public/types.ts", + "lineNumber": 28 + }, + "deprecated": false, + "returnComment": [], + "children": [] + }, { "parentPluginId": "timelines", "id": "def-public.TimelinesUIStart.getTGrid", @@ -1909,7 +1966,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/types.ts", - "lineNumber": 21 + "lineNumber": 29 }, "deprecated": false, "returnComment": [], @@ -1926,7 +1983,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/types.ts", - "lineNumber": 22 + "lineNumber": 30 }, "deprecated": false } @@ -1944,7 +2001,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/types.ts", - "lineNumber": 25 + "lineNumber": 33 }, "deprecated": false, "returnComment": [], @@ -1966,7 +2023,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/types.ts", - "lineNumber": 26 + "lineNumber": 34 }, "deprecated": false, "returnComment": [], @@ -1983,7 +2040,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/types.ts", - "lineNumber": 26 + "lineNumber": 34 }, "deprecated": false } @@ -2005,7 +2062,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/types.ts", - "lineNumber": 27 + "lineNumber": 35 }, "deprecated": false, "returnComment": [], @@ -2022,7 +2079,48 @@ ], "source": { "path": "x-pack/plugins/timelines/public/types.ts", - "lineNumber": 27 + "lineNumber": 35 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "timelines", + "id": "def-public.TimelinesUIStart.getFieldBrowser", + "type": "Function", + "tags": [], + "label": "getFieldBrowser", + "description": [], + "signature": [ + "(props: ", + "FieldBrowserWrappedProps", + ") => React.ReactElement<", + "FieldBrowserWrappedProps", + ">" + ], + "source": { + "path": "x-pack/plugins/timelines/public/types.ts", + "lineNumber": 36 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "timelines", + "id": "def-public.props", + "type": "CompoundType", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "Pick<", + "FieldBrowserProps", + ", \"timelineId\" | \"columnHeaders\" | \"browserFields\" | \"isEventViewer\" | \"onFieldSelected\"> & { width?: number | undefined; height?: number | undefined; }" + ], + "source": { + "path": "x-pack/plugins/timelines/public/types.ts", + "lineNumber": 36 }, "deprecated": false } @@ -2043,7 +2141,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/types.ts", - "lineNumber": 28 + "lineNumber": 37 }, "deprecated": false, "returnComment": [], @@ -2063,7 +2161,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/types.ts", - "lineNumber": 29 + "lineNumber": 38 }, "deprecated": false, "returnComment": [], @@ -2084,7 +2182,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/types.ts", - "lineNumber": 30 + "lineNumber": 39 }, "deprecated": false, "returnComment": [], @@ -2106,7 +2204,7 @@ ], "source": { "path": "x-pack/plugins/timelines/public/types.ts", - "lineNumber": 33 + "lineNumber": 42 }, "deprecated": false, "returnComment": [], @@ -2126,7 +2224,46 @@ ], "source": { "path": "x-pack/plugins/timelines/public/types.ts", - "lineNumber": 33 + "lineNumber": 42 + }, + "deprecated": false + } + ] + }, + { + "parentPluginId": "timelines", + "id": "def-public.TimelinesUIStart.getAddToCaseAction", + "type": "Function", + "tags": [], + "label": "getAddToCaseAction", + "description": [], + "signature": [ + "(props: ", + "AddToCaseActionProps", + ") => React.ReactElement<", + "AddToCaseActionProps", + ">" + ], + "source": { + "path": "x-pack/plugins/timelines/public/types.ts", + "lineNumber": 43 + }, + "deprecated": false, + "returnComment": [], + "children": [ + { + "parentPluginId": "timelines", + "id": "def-public.props", + "type": "Object", + "tags": [], + "label": "props", + "description": [], + "signature": [ + "AddToCaseActionProps" + ], + "source": { + "path": "x-pack/plugins/timelines/public/types.ts", + "lineNumber": 43 }, "deprecated": false } @@ -2153,7 +2290,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/server/types.ts", - "lineNumber": 12 + "lineNumber": 13 }, "deprecated": false, "children": [], @@ -2169,7 +2306,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/server/types.ts", - "lineNumber": 14 + "lineNumber": 15 }, "deprecated": false, "children": [], @@ -5903,7 +6040,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 63 + "lineNumber": 59 }, "deprecated": false, "children": [ @@ -5916,7 +6053,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 64 + "lineNumber": 60 }, "deprecated": false }, @@ -5929,7 +6066,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 65 + "lineNumber": 61 }, "deprecated": false }, @@ -5945,7 +6082,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 66 + "lineNumber": 62 }, "deprecated": false }, @@ -5961,7 +6098,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 67 + "lineNumber": 63 }, "deprecated": false }, @@ -5985,7 +6122,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 68 + "lineNumber": 64 }, "deprecated": false }, @@ -5998,7 +6135,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 69 + "lineNumber": 65 }, "deprecated": false }, @@ -6014,7 +6151,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 70 + "lineNumber": 66 }, "deprecated": false }, @@ -6027,7 +6164,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 71 + "lineNumber": 67 }, "deprecated": false }, @@ -6040,7 +6177,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 72 + "lineNumber": 68 }, "deprecated": false }, @@ -6053,7 +6190,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 73 + "lineNumber": 69 }, "deprecated": false }, @@ -6069,7 +6206,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 74 + "lineNumber": 70 }, "deprecated": false } @@ -6085,7 +6222,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 435 + "lineNumber": 437 }, "deprecated": false, "children": [ @@ -6098,7 +6235,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 436 + "lineNumber": 438 }, "deprecated": false }, @@ -6111,7 +6248,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 437 + "lineNumber": 439 }, "deprecated": false } @@ -6127,7 +6264,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 80 + "lineNumber": 84 }, "deprecated": false, "children": [ @@ -6143,7 +6280,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 81 + "lineNumber": 85 }, "deprecated": false }, @@ -6159,7 +6296,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 82 + "lineNumber": 86 }, "deprecated": false }, @@ -6175,7 +6312,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 83 + "lineNumber": 87 }, "deprecated": false }, @@ -6191,7 +6328,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 84 + "lineNumber": 88 }, "deprecated": false }, @@ -6207,7 +6344,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 85 + "lineNumber": 89 }, "deprecated": false }, @@ -6223,7 +6360,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 86 + "lineNumber": 90 }, "deprecated": false }, @@ -6239,7 +6376,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 87 + "lineNumber": 91 }, "deprecated": false }, @@ -6255,7 +6392,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 88 + "lineNumber": 92 }, "deprecated": false }, @@ -6271,7 +6408,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 89 + "lineNumber": 93 }, "deprecated": false }, @@ -6287,7 +6424,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 90 + "lineNumber": 94 }, "deprecated": false }, @@ -6303,7 +6440,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 91 + "lineNumber": 95 }, "deprecated": false } @@ -6319,7 +6456,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 607 + "lineNumber": 609 }, "deprecated": false, "children": [ @@ -6335,7 +6472,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 608 + "lineNumber": 610 }, "deprecated": false }, @@ -6351,7 +6488,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 609 + "lineNumber": 611 }, "deprecated": false }, @@ -6367,7 +6504,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 610 + "lineNumber": 612 }, "deprecated": false }, @@ -6383,7 +6520,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 611 + "lineNumber": 613 }, "deprecated": false }, @@ -6399,7 +6536,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 612 + "lineNumber": 614 }, "deprecated": false }, @@ -6415,7 +6552,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 613 + "lineNumber": 615 }, "deprecated": false }, @@ -6431,7 +6568,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 614 + "lineNumber": 616 }, "deprecated": false }, @@ -6447,7 +6584,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 615 + "lineNumber": 617 }, "deprecated": false }, @@ -6463,7 +6600,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 616 + "lineNumber": 618 }, "deprecated": false }, @@ -6479,7 +6616,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 617 + "lineNumber": 619 }, "deprecated": false }, @@ -6495,7 +6632,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 618 + "lineNumber": 620 }, "deprecated": false } @@ -6511,7 +6648,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 35 + "lineNumber": 34 }, "deprecated": false, "children": [ @@ -6535,7 +6672,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 36 + "lineNumber": 35 }, "deprecated": false, "returnComment": [], @@ -6549,7 +6686,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 36 + "lineNumber": 35 }, "deprecated": false }, @@ -6572,7 +6709,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 36 + "lineNumber": 35 }, "deprecated": false } @@ -6598,7 +6735,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 37 + "lineNumber": 36 }, "deprecated": false, "returnComment": [], @@ -6623,7 +6760,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 37 + "lineNumber": 36 }, "deprecated": false } @@ -6855,7 +6992,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 106 + "lineNumber": 110 }, "deprecated": false, "children": [ @@ -6871,7 +7008,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 107 + "lineNumber": 111 }, "deprecated": false }, @@ -6887,7 +7024,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 108 + "lineNumber": 112 }, "deprecated": false }, @@ -6903,7 +7040,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 109 + "lineNumber": 113 }, "deprecated": false }, @@ -6919,7 +7056,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 110 + "lineNumber": 114 }, "deprecated": false }, @@ -6935,7 +7072,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 111 + "lineNumber": 115 }, "deprecated": false }, @@ -6958,7 +7095,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 112 + "lineNumber": 116 }, "deprecated": false }, @@ -6981,7 +7118,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 113 + "lineNumber": 117 }, "deprecated": false }, @@ -7004,7 +7141,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 114 + "lineNumber": 118 }, "deprecated": false } @@ -7020,7 +7157,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 621 + "lineNumber": 623 }, "deprecated": false, "children": [ @@ -7036,7 +7173,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 622 + "lineNumber": 624 }, "deprecated": false }, @@ -7052,7 +7189,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 623 + "lineNumber": 625 }, "deprecated": false }, @@ -7068,7 +7205,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 624 + "lineNumber": 626 }, "deprecated": false }, @@ -7084,7 +7221,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 625 + "lineNumber": 627 }, "deprecated": false }, @@ -7100,7 +7237,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 626 + "lineNumber": 628 }, "deprecated": false }, @@ -7123,7 +7260,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 627 + "lineNumber": 629 }, "deprecated": false }, @@ -7146,7 +7283,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 628 + "lineNumber": 630 }, "deprecated": false }, @@ -7169,7 +7306,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 629 + "lineNumber": 631 }, "deprecated": false } @@ -7185,7 +7322,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 163 + "lineNumber": 167 }, "deprecated": false, "children": [ @@ -7201,7 +7338,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 164 + "lineNumber": 168 }, "deprecated": false }, @@ -7217,7 +7354,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 165 + "lineNumber": 169 }, "deprecated": false } @@ -7233,7 +7370,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 640 + "lineNumber": 642 }, "deprecated": false, "children": [ @@ -7249,7 +7386,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 642 + "lineNumber": 644 }, "deprecated": false }, @@ -7265,7 +7402,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 644 + "lineNumber": 646 }, "deprecated": false } @@ -7348,7 +7485,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 117 + "lineNumber": 121 }, "deprecated": false, "children": [ @@ -7364,7 +7501,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 118 + "lineNumber": 122 }, "deprecated": false }, @@ -7380,7 +7517,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 119 + "lineNumber": 123 }, "deprecated": false }, @@ -7396,7 +7533,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 120 + "lineNumber": 124 }, "deprecated": false }, @@ -7412,7 +7549,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 121 + "lineNumber": 125 }, "deprecated": false }, @@ -7428,7 +7565,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 122 + "lineNumber": 126 }, "deprecated": false } @@ -7444,7 +7581,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 647 + "lineNumber": 649 }, "deprecated": false, "children": [ @@ -7460,7 +7597,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 648 + "lineNumber": 650 }, "deprecated": false }, @@ -7476,7 +7613,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 649 + "lineNumber": 651 }, "deprecated": false }, @@ -7492,7 +7629,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 650 + "lineNumber": 652 }, "deprecated": false }, @@ -7508,7 +7645,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 651 + "lineNumber": 653 }, "deprecated": false }, @@ -7524,7 +7661,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 653 + "lineNumber": 655 }, "deprecated": false } @@ -7957,7 +8094,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 420 + "lineNumber": 422 }, "deprecated": false, "children": [ @@ -7974,7 +8111,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 421 + "lineNumber": 423 }, "deprecated": false }, @@ -7991,7 +8128,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 422 + "lineNumber": 424 }, "deprecated": false } @@ -8007,7 +8144,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 430 + "lineNumber": 432 }, "deprecated": false, "children": [ @@ -8020,7 +8157,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 431 + "lineNumber": 433 }, "deprecated": false }, @@ -8033,7 +8170,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 432 + "lineNumber": 434 }, "deprecated": false } @@ -8091,7 +8228,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 125 + "lineNumber": 129 }, "deprecated": false, "children": [ @@ -8107,7 +8244,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 126 + "lineNumber": 130 }, "deprecated": false }, @@ -8123,7 +8260,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 127 + "lineNumber": 131 }, "deprecated": false }, @@ -8139,7 +8276,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 128 + "lineNumber": 132 }, "deprecated": false }, @@ -8155,7 +8292,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 129 + "lineNumber": 133 }, "deprecated": false }, @@ -8171,7 +8308,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 130 + "lineNumber": 134 }, "deprecated": false }, @@ -8187,7 +8324,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 131 + "lineNumber": 135 }, "deprecated": false }, @@ -8203,7 +8340,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 132 + "lineNumber": 136 }, "deprecated": false }, @@ -8219,7 +8356,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 133 + "lineNumber": 137 }, "deprecated": false }, @@ -8235,7 +8372,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 134 + "lineNumber": 138 }, "deprecated": false }, @@ -8251,7 +8388,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 135 + "lineNumber": 139 }, "deprecated": false }, @@ -8267,7 +8404,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 136 + "lineNumber": 140 }, "deprecated": false } @@ -8283,7 +8420,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 666 + "lineNumber": 668 }, "deprecated": false, "children": [ @@ -8299,7 +8436,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 667 + "lineNumber": 669 }, "deprecated": false }, @@ -8315,7 +8452,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 668 + "lineNumber": 670 }, "deprecated": false }, @@ -8331,7 +8468,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 669 + "lineNumber": 671 }, "deprecated": false }, @@ -8347,7 +8484,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 670 + "lineNumber": 672 }, "deprecated": false }, @@ -8363,7 +8500,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 671 + "lineNumber": 673 }, "deprecated": false }, @@ -8379,7 +8516,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 672 + "lineNumber": 674 }, "deprecated": false }, @@ -8395,7 +8532,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 673 + "lineNumber": 675 }, "deprecated": false }, @@ -8411,7 +8548,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 674 + "lineNumber": 676 }, "deprecated": false }, @@ -8427,7 +8564,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 675 + "lineNumber": 677 }, "deprecated": false }, @@ -8443,7 +8580,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 676 + "lineNumber": 678 }, "deprecated": false }, @@ -8459,7 +8596,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 677 + "lineNumber": 679 }, "deprecated": false } @@ -8475,7 +8612,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 139 + "lineNumber": 143 }, "deprecated": false, "children": [ @@ -8491,7 +8628,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 140 + "lineNumber": 144 }, "deprecated": false }, @@ -8514,7 +8651,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 141 + "lineNumber": 145 }, "deprecated": false }, @@ -8530,7 +8667,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 142 + "lineNumber": 146 }, "deprecated": false }, @@ -8546,7 +8683,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 143 + "lineNumber": 147 }, "deprecated": false }, @@ -8562,7 +8699,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 144 + "lineNumber": 148 }, "deprecated": false }, @@ -8578,7 +8715,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 145 + "lineNumber": 149 }, "deprecated": false }, @@ -8594,7 +8731,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 146 + "lineNumber": 150 }, "deprecated": false } @@ -8610,7 +8747,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 656 + "lineNumber": 658 }, "deprecated": false, "children": [ @@ -8626,7 +8763,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 657 + "lineNumber": 659 }, "deprecated": false }, @@ -8649,7 +8786,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 658 + "lineNumber": 660 }, "deprecated": false }, @@ -8665,7 +8802,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 659 + "lineNumber": 661 }, "deprecated": false }, @@ -8681,7 +8818,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 660 + "lineNumber": 662 }, "deprecated": false }, @@ -8697,7 +8834,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 661 + "lineNumber": 663 }, "deprecated": false }, @@ -8713,7 +8850,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 662 + "lineNumber": 664 }, "deprecated": false }, @@ -8729,7 +8866,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 663 + "lineNumber": 665 }, "deprecated": false } @@ -8745,7 +8882,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 737 + "lineNumber": 739 }, "deprecated": false, "children": [ @@ -8767,7 +8904,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 738 + "lineNumber": 740 }, "deprecated": false }, @@ -8783,7 +8920,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 739 + "lineNumber": 741 }, "deprecated": false }, @@ -8806,7 +8943,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 740 + "lineNumber": 742 }, "deprecated": false }, @@ -8822,7 +8959,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 741 + "lineNumber": 743 }, "deprecated": false }, @@ -8845,7 +8982,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 742 + "lineNumber": 744 }, "deprecated": false }, @@ -8868,7 +9005,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 743 + "lineNumber": 745 }, "deprecated": false } @@ -9108,7 +9245,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 27 + "lineNumber": 23 }, "deprecated": false, "children": [ @@ -9123,7 +9260,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 29 + "lineNumber": 25 }, "deprecated": false }, @@ -9141,7 +9278,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 31 + "lineNumber": 27 }, "deprecated": false }, @@ -9159,7 +9296,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 33 + "lineNumber": 29 }, "deprecated": false }, @@ -9174,7 +9311,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 35 + "lineNumber": 31 }, "deprecated": false }, @@ -9189,7 +9326,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 37 + "lineNumber": 33 }, "deprecated": false }, @@ -9204,7 +9341,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 39 + "lineNumber": 35 }, "deprecated": false }, @@ -9219,7 +9356,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 41 + "lineNumber": 37 }, "deprecated": false }, @@ -9237,7 +9374,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 43 + "lineNumber": 39 }, "deprecated": false }, @@ -9253,7 +9390,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 44 + "lineNumber": 40 }, "deprecated": false }, @@ -9271,7 +9408,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 46 + "lineNumber": 42 }, "deprecated": false }, @@ -9283,18 +9420,12 @@ "label": "subType", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldSubType", - "text": "IFieldSubType" - }, + "IFieldSubType", " | undefined" ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 47 + "lineNumber": 43 }, "deprecated": false }, @@ -9307,7 +9438,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 48 + "lineNumber": 44 }, "deprecated": false } @@ -9340,7 +9471,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 53 + "lineNumber": 49 }, "deprecated": false, "children": [ @@ -9356,7 +9487,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 54 + "lineNumber": 50 }, "deprecated": false }, @@ -9369,7 +9500,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 55 + "lineNumber": 51 }, "deprecated": false } @@ -9403,7 +9534,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 58 + "lineNumber": 54 }, "deprecated": false, "children": [ @@ -9426,7 +9557,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 59 + "lineNumber": 55 }, "deprecated": false }, @@ -9442,7 +9573,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 60 + "lineNumber": 56 }, "deprecated": false } @@ -9535,7 +9666,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 158 + "lineNumber": 162 }, "deprecated": false, "children": [ @@ -9551,7 +9682,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 159 + "lineNumber": 163 }, "deprecated": false }, @@ -9567,7 +9698,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 160 + "lineNumber": 164 }, "deprecated": false } @@ -9583,7 +9714,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 689 + "lineNumber": 691 }, "deprecated": false, "children": [ @@ -9599,7 +9730,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 690 + "lineNumber": 692 }, "deprecated": false }, @@ -9615,7 +9746,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 691 + "lineNumber": 693 }, "deprecated": false } @@ -9631,7 +9762,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 19 + "lineNumber": 20 }, "deprecated": false, "children": [ @@ -9647,7 +9778,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 20 + "lineNumber": 21 }, "deprecated": false }, @@ -9663,7 +9794,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 21 + "lineNumber": 22 }, "deprecated": false } @@ -9679,7 +9810,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 601 + "lineNumber": 603 }, "deprecated": false, "children": [ @@ -9692,7 +9823,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 602 + "lineNumber": 604 }, "deprecated": false }, @@ -9705,7 +9836,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 604 + "lineNumber": 606 }, "deprecated": false } @@ -9890,7 +10021,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 94 + "lineNumber": 98 }, "deprecated": false, "children": [ @@ -9906,7 +10037,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 95 + "lineNumber": 99 }, "deprecated": false }, @@ -9922,7 +10053,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 97 + "lineNumber": 101 }, "deprecated": false }, @@ -9938,7 +10069,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 99 + "lineNumber": 103 }, "deprecated": false }, @@ -9954,7 +10085,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 101 + "lineNumber": 105 }, "deprecated": false }, @@ -9970,7 +10101,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 103 + "lineNumber": 107 }, "deprecated": false } @@ -9986,7 +10117,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 632 + "lineNumber": 634 }, "deprecated": false, "children": [ @@ -10002,7 +10133,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 633 + "lineNumber": 635 }, "deprecated": false }, @@ -10018,7 +10149,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 634 + "lineNumber": 636 }, "deprecated": false }, @@ -10034,7 +10165,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 635 + "lineNumber": 637 }, "deprecated": false }, @@ -10050,7 +10181,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 636 + "lineNumber": 638 }, "deprecated": false }, @@ -10066,7 +10197,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 637 + "lineNumber": 639 }, "deprecated": false } @@ -10082,7 +10213,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 727 + "lineNumber": 729 }, "deprecated": false, "children": [ @@ -10098,7 +10229,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 728 + "lineNumber": 730 }, "deprecated": false }, @@ -10114,7 +10245,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 729 + "lineNumber": 731 }, "deprecated": false }, @@ -10136,7 +10267,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 730 + "lineNumber": 732 }, "deprecated": false } @@ -10223,7 +10354,7 @@ "label": "renderRow", "description": [], "signature": [ - "({ browserFields, data, timelineId, }: { browserFields: Readonly>>; data: ", "Ecs", - "; timelineId: string; }) => React.ReactNode" + "; isDraggable: boolean; timelineId: string; }) => React.ReactNode" ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", @@ -10260,7 +10391,7 @@ }, ">>>; data: ", "Ecs", - "; timelineId: string; }" + "; isDraggable: boolean; timelineId: string; }" ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/rows/index.ts", @@ -10334,7 +10465,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 149 + "lineNumber": 153 }, "deprecated": false, "children": [ @@ -10357,7 +10488,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 150 + "lineNumber": 154 }, "deprecated": false } @@ -10373,7 +10504,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 680 + "lineNumber": 682 }, "deprecated": false, "children": [ @@ -10396,7 +10527,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 681 + "lineNumber": 683 }, "deprecated": false } @@ -10412,7 +10543,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 153 + "lineNumber": 157 }, "deprecated": false, "children": [ @@ -10435,7 +10566,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 154 + "lineNumber": 158 }, "deprecated": false }, @@ -10451,7 +10582,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 155 + "lineNumber": 159 }, "deprecated": false } @@ -10467,7 +10598,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 684 + "lineNumber": 686 }, "deprecated": false, "children": [ @@ -10490,7 +10621,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 685 + "lineNumber": 687 }, "deprecated": false }, @@ -10506,7 +10637,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 686 + "lineNumber": 688 }, "deprecated": false } @@ -10651,7 +10782,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 732 + "lineNumber": 734 }, "deprecated": false, "children": [ @@ -10673,7 +10804,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 733 + "lineNumber": 735 }, "deprecated": false }, @@ -10695,7 +10826,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 734 + "lineNumber": 736 }, "deprecated": false } @@ -10711,7 +10842,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 168 + "lineNumber": 172 }, "deprecated": false, "children": [ @@ -10727,7 +10858,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 169 + "lineNumber": 173 }, "deprecated": false }, @@ -10743,7 +10874,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 170 + "lineNumber": 174 }, "deprecated": false } @@ -10759,7 +10890,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 13 + "lineNumber": 15 }, "deprecated": false, "children": [ @@ -10781,7 +10912,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 14 + "lineNumber": 16 }, "deprecated": false }, @@ -10803,7 +10934,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 15 + "lineNumber": 17 }, "deprecated": false } @@ -10841,7 +10972,7 @@ "section": "def-common.TimelineEventsAllRequestOptions", "text": "TimelineEventsAllRequestOptions" }, - ", \"id\" | \"sort\" | \"fields\" | \"language\" | \"timerange\" | \"defaultIndex\" | \"pagination\" | \"filterQuery\" | \"docValueFields\" | \"factoryQueryType\" | \"indexType\" | \"fieldRequested\" | \"excludeEcsData\">" + ", \"id\" | \"sort\" | \"fields\" | \"timerange\" | \"language\" | \"defaultIndex\" | \"pagination\" | \"filterQuery\" | \"docValueFields\" | \"factoryQueryType\" | \"indexType\" | \"entityType\" | \"alertConsumers\" | \"fieldRequested\" | \"excludeEcsData\" | \"authFilter\">" ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/eql/index.ts", @@ -11060,7 +11191,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 37 + "lineNumber": 39 }, "deprecated": false, "children": [ @@ -11076,7 +11207,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 38 + "lineNumber": 40 }, "deprecated": false }, @@ -11092,7 +11223,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 39 + "lineNumber": 41 }, "deprecated": false }, @@ -11108,7 +11239,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 40 + "lineNumber": 42 }, "deprecated": false }, @@ -11124,7 +11255,24 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 41 + "lineNumber": 43 + }, + "deprecated": false + }, + { + "parentPluginId": "timelines", + "id": "def-common.TimelineEventsAllRequestOptions.authFilter", + "type": "Object", + "tags": [], + "label": "authFilter", + "description": [], + "signature": [ + "JsonObject", + " | undefined" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", + "lineNumber": 44 }, "deprecated": false } @@ -11158,7 +11306,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 30 + "lineNumber": 32 }, "deprecated": false, "children": [ @@ -11181,7 +11329,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 31 + "lineNumber": 33 }, "deprecated": false }, @@ -11194,7 +11342,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 32 + "lineNumber": 34 }, "deprecated": false }, @@ -11210,7 +11358,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 33 + "lineNumber": 35 }, "deprecated": false }, @@ -11233,7 +11381,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 34 + "lineNumber": 36 }, "deprecated": false } @@ -11249,7 +11397,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 12 + "lineNumber": 14 }, "deprecated": false, "children": [ @@ -11265,7 +11413,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 13 + "lineNumber": 15 }, "deprecated": false }, @@ -11281,7 +11429,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 14 + "lineNumber": 16 }, "deprecated": false }, @@ -11294,7 +11442,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 15 + "lineNumber": 17 }, "deprecated": false }, @@ -11310,7 +11458,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 16 + "lineNumber": 18 }, "deprecated": false }, @@ -11326,7 +11474,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 18 + "lineNumber": 20 }, "deprecated": false }, @@ -11339,7 +11487,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 19 + "lineNumber": 21 }, "deprecated": false } @@ -11373,7 +11521,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 27 + "lineNumber": 29 }, "deprecated": false, "children": [ @@ -11386,7 +11534,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 29 + "lineNumber": 31 }, "deprecated": false }, @@ -11399,7 +11547,24 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 30 + "lineNumber": 32 + }, + "deprecated": false + }, + { + "parentPluginId": "timelines", + "id": "def-common.TimelineEventsDetailsRequestOptions.authFilter", + "type": "Object", + "tags": [], + "label": "authFilter", + "description": [], + "signature": [ + "JsonObject", + " | undefined" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", + "lineNumber": 33 }, "deprecated": false } @@ -11433,7 +11598,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 22 + "lineNumber": 24 }, "deprecated": false, "children": [ @@ -11456,7 +11621,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 23 + "lineNumber": 25 }, "deprecated": false }, @@ -11479,7 +11644,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/details/index.ts", - "lineNumber": 24 + "lineNumber": 26 }, "deprecated": false } @@ -11509,11 +11674,11 @@ "section": "def-common.TimelineRequestBasicOptions", "text": "TimelineRequestBasicOptions" }, - ", \"id\" | \"params\" | \"defaultIndex\" | \"docValueFields\" | \"factoryQueryType\" | \"indexType\">" + ", \"id\" | \"params\" | \"defaultIndex\" | \"docValueFields\" | \"factoryQueryType\" | \"indexType\" | \"entityType\" | \"alertConsumers\">" ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 38 + "lineNumber": 39 }, "deprecated": false, "children": [ @@ -11535,7 +11700,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 40 + "lineNumber": 41 }, "deprecated": false }, @@ -11557,7 +11722,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 41 + "lineNumber": 42 }, "deprecated": false } @@ -11591,7 +11756,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 24 + "lineNumber": 25 }, "deprecated": false, "children": [ @@ -11607,7 +11772,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 25 + "lineNumber": 26 }, "deprecated": false }, @@ -11630,7 +11795,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 26 + "lineNumber": 27 }, "deprecated": false } @@ -11646,7 +11811,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 173 + "lineNumber": 177 }, "deprecated": false, "children": [ @@ -11669,7 +11834,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 174 + "lineNumber": 178 }, "deprecated": false }, @@ -11692,7 +11857,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 175 + "lineNumber": 179 }, "deprecated": false }, @@ -11708,7 +11873,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 176 + "lineNumber": 180 }, "deprecated": false }, @@ -11731,7 +11896,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 177 + "lineNumber": 181 }, "deprecated": false }, @@ -11747,7 +11912,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 178 + "lineNumber": 182 }, "deprecated": false }, @@ -11770,7 +11935,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 179 + "lineNumber": 183 }, "deprecated": false }, @@ -11793,7 +11958,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 180 + "lineNumber": 184 }, "deprecated": false }, @@ -11809,7 +11974,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 181 + "lineNumber": 185 }, "deprecated": false }, @@ -11832,7 +11997,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 182 + "lineNumber": 186 }, "deprecated": false }, @@ -11848,7 +12013,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 183 + "lineNumber": 187 }, "deprecated": false }, @@ -11864,7 +12029,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 184 + "lineNumber": 188 }, "deprecated": false }, @@ -11880,7 +12045,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 185 + "lineNumber": 189 }, "deprecated": false }, @@ -11896,7 +12061,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 186 + "lineNumber": 190 }, "deprecated": false }, @@ -11919,7 +12084,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 187 + "lineNumber": 191 }, "deprecated": false }, @@ -11942,7 +12107,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 188 + "lineNumber": 192 }, "deprecated": false }, @@ -11958,7 +12123,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 189 + "lineNumber": 193 }, "deprecated": false }, @@ -11981,7 +12146,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 190 + "lineNumber": 194 }, "deprecated": false }, @@ -12004,7 +12169,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 191 + "lineNumber": 195 }, "deprecated": false } @@ -12020,7 +12185,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 18 + "lineNumber": 20 }, "deprecated": false, "children": [ @@ -12033,7 +12198,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 19 + "lineNumber": 21 }, "deprecated": false }, @@ -12049,7 +12214,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 20 + "lineNumber": 22 }, "deprecated": false }, @@ -12072,7 +12237,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 21 + "lineNumber": 23 }, "deprecated": false }, @@ -12088,7 +12253,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 22 + "lineNumber": 24 }, "deprecated": false } @@ -12122,7 +12287,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 29 + "lineNumber": 30 }, "deprecated": false, "children": [ @@ -12135,7 +12300,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 30 + "lineNumber": 31 }, "deprecated": false }, @@ -12158,7 +12323,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 31 + "lineNumber": 32 }, "deprecated": false }, @@ -12171,7 +12336,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 32 + "lineNumber": 33 }, "deprecated": false }, @@ -12184,7 +12349,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 33 + "lineNumber": 34 }, "deprecated": false }, @@ -12197,7 +12362,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 34 + "lineNumber": 35 }, "deprecated": false }, @@ -12210,7 +12375,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/last_event_time/index.ts", - "lineNumber": 35 + "lineNumber": 36 }, "deprecated": false } @@ -12226,7 +12391,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 25 + "lineNumber": 27 }, "deprecated": false, "children": [ @@ -12239,7 +12404,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 26 + "lineNumber": 28 }, "deprecated": false }, @@ -12255,7 +12420,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/all/index.ts", - "lineNumber": 27 + "lineNumber": 29 }, "deprecated": false } @@ -12381,14 +12546,7 @@ "label": "filters", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined" + "any[] | undefined" ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/store.ts", @@ -12607,7 +12765,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 38 + "lineNumber": 40 }, "deprecated": false, "children": [ @@ -12629,7 +12787,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 39 + "lineNumber": 41 }, "deprecated": false }, @@ -12657,7 +12815,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 40 + "lineNumber": 42 }, "deprecated": false }, @@ -12673,7 +12831,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 41 + "lineNumber": 43 }, "deprecated": false }, @@ -12690,7 +12848,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 42 + "lineNumber": 44 }, "deprecated": false }, @@ -12713,7 +12871,47 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 43 + "lineNumber": 45 + }, + "deprecated": false + }, + { + "parentPluginId": "timelines", + "id": "def-common.TimelineRequestBasicOptions.entityType", + "type": "CompoundType", + "tags": [], + "label": "entityType", + "description": [], + "signature": [ + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.EntityType", + "text": "EntityType" + }, + " | undefined" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", + "lineNumber": 46 + }, + "deprecated": false + }, + { + "parentPluginId": "timelines", + "id": "def-common.TimelineRequestBasicOptions.alertConsumers", + "type": "Array", + "tags": [], + "label": "alertConsumers", + "description": [], + "signature": [ + "ALERTS_CONSUMERS", + "[] | undefined" + ], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", + "lineNumber": 47 }, "deprecated": false } @@ -12746,7 +12944,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 50 + "lineNumber": 54 }, "deprecated": false, "children": [ @@ -12762,7 +12960,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 52 + "lineNumber": 56 }, "deprecated": false }, @@ -12785,7 +12983,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 53 + "lineNumber": 57 }, "deprecated": false } @@ -12819,7 +13017,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 46 + "lineNumber": 50 }, "deprecated": false, "children": [ @@ -12832,7 +13030,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 47 + "lineNumber": 51 }, "deprecated": false } @@ -12848,7 +13046,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 694 + "lineNumber": 696 }, "deprecated": false, "children": [ @@ -12871,7 +13069,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 695 + "lineNumber": 697 }, "deprecated": false }, @@ -12887,7 +13085,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 696 + "lineNumber": 698 }, "deprecated": false }, @@ -12903,7 +13101,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 697 + "lineNumber": 699 }, "deprecated": false }, @@ -12926,7 +13124,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 698 + "lineNumber": 700 }, "deprecated": false }, @@ -12949,7 +13147,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 699 + "lineNumber": 701 }, "deprecated": false }, @@ -12965,7 +13163,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 700 + "lineNumber": 702 }, "deprecated": false }, @@ -12988,7 +13186,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 701 + "lineNumber": 703 }, "deprecated": false }, @@ -13005,7 +13203,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 702 + "lineNumber": 704 }, "deprecated": false }, @@ -13021,7 +13219,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 703 + "lineNumber": 705 }, "deprecated": false }, @@ -13044,7 +13242,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 704 + "lineNumber": 706 }, "deprecated": false }, @@ -13060,7 +13258,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 705 + "lineNumber": 707 }, "deprecated": false }, @@ -13083,7 +13281,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 706 + "lineNumber": 708 }, "deprecated": false }, @@ -13099,7 +13297,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 707 + "lineNumber": 709 }, "deprecated": false }, @@ -13122,7 +13320,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 708 + "lineNumber": 710 }, "deprecated": false }, @@ -13138,7 +13336,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 709 + "lineNumber": 711 }, "deprecated": false }, @@ -13155,7 +13353,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 710 + "lineNumber": 712 }, "deprecated": false }, @@ -13171,7 +13369,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 711 + "lineNumber": 713 }, "deprecated": false }, @@ -13187,7 +13385,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 712 + "lineNumber": 714 }, "deprecated": false }, @@ -13204,7 +13402,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 713 + "lineNumber": 715 }, "deprecated": false }, @@ -13220,7 +13418,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 714 + "lineNumber": 716 }, "deprecated": false }, @@ -13233,7 +13431,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 715 + "lineNumber": 717 }, "deprecated": false }, @@ -13249,7 +13447,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 716 + "lineNumber": 718 }, "deprecated": false }, @@ -13272,7 +13470,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 717 + "lineNumber": 719 }, "deprecated": false }, @@ -13288,7 +13486,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 718 + "lineNumber": 720 }, "deprecated": false }, @@ -13304,7 +13502,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 719 + "lineNumber": 721 }, "deprecated": false }, @@ -13320,7 +13518,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 720 + "lineNumber": 722 }, "deprecated": false }, @@ -13343,7 +13541,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 721 + "lineNumber": 723 }, "deprecated": false }, @@ -13359,7 +13557,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 722 + "lineNumber": 724 }, "deprecated": false }, @@ -13375,7 +13573,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 723 + "lineNumber": 725 }, "deprecated": false }, @@ -13388,7 +13586,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 724 + "lineNumber": 726 }, "deprecated": false } @@ -13560,6 +13758,20 @@ "deprecated": false, "initialIsOpen": false }, + { + "parentPluginId": "timelines", + "id": "def-common.EntityType", + "type": "Enum", + "tags": [], + "label": "EntityType", + "description": [], + "source": { + "path": "x-pack/plugins/timelines/common/search_strategy/timeline/events/index.ts", + "lineNumber": 20 + }, + "deprecated": false, + "initialIsOpen": false + }, { "parentPluginId": "timelines", "id": "def-common.FlowDirection", @@ -13569,7 +13781,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 194 + "lineNumber": 198 }, "deprecated": false, "initialIsOpen": false @@ -13611,7 +13823,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 525 + "lineNumber": 527 }, "deprecated": false, "initialIsOpen": false @@ -13683,7 +13895,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 459 + "lineNumber": 461 }, "deprecated": false, "initialIsOpen": false @@ -13748,7 +13960,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 411 + "lineNumber": 413 }, "deprecated": false, "initialIsOpen": false @@ -13797,7 +14009,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 599 + "lineNumber": 601 }, "deprecated": false, "initialIsOpen": false @@ -13852,7 +14064,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 51 + "lineNumber": 47 }, "deprecated": false, "initialIsOpen": false @@ -13869,7 +14081,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 16 + "lineNumber": 12 }, "deprecated": false, "initialIsOpen": false @@ -13894,7 +14106,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 82 + "lineNumber": 78 }, "deprecated": false, "initialIsOpen": false @@ -13926,7 +14138,7 @@ "section": "def-common.ColumnHeaderOptions", "text": "ColumnHeaderOptions" }, - "; linkValues: string[] | undefined; timelineId: string; setFlyoutAlert?: ((data: any) => void) | undefined; }" + "; isDraggable: boolean; linkValues: string[] | undefined; timelineId: string; setFlyoutAlert?: ((data: any) => void) | undefined; }" ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/cells/index.ts", @@ -13956,18 +14168,12 @@ "text": "ColumnHeaderType" }, "; description?: string | undefined; example?: string | undefined; format?: string | undefined; linkField?: string | undefined; placeholder?: string | undefined; subType?: ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataIndexPatternsPluginApi", - "section": "def-common.IFieldSubType", - "text": "IFieldSubType" - }, + "IFieldSubType", " | undefined; type?: string | undefined; }" ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 19 + "lineNumber": 18 }, "deprecated": false, "initialIsOpen": false @@ -13984,7 +14190,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 13 + "lineNumber": 12 }, "deprecated": false, "initialIsOpen": false @@ -14003,7 +14209,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/columns/index.ts", - "lineNumber": 16 + "lineNumber": 15 }, "deprecated": false, "initialIsOpen": false @@ -14128,7 +14334,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 85 + "lineNumber": 81 }, "deprecated": false, "initialIsOpen": false @@ -14182,7 +14388,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 418 + "lineNumber": 420 }, "deprecated": false, "initialIsOpen": false @@ -14202,7 +14408,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 417 + "lineNumber": 419 }, "deprecated": false, "initialIsOpen": false @@ -14259,7 +14465,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 425 + "lineNumber": 427 }, "deprecated": false, "initialIsOpen": false @@ -14276,7 +14482,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 555 + "lineNumber": 557 }, "deprecated": false, "initialIsOpen": false @@ -14412,7 +14618,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 579 + "lineNumber": 581 }, "deprecated": false, "initialIsOpen": false @@ -14462,7 +14668,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 455 + "lineNumber": 457 }, "deprecated": false, "initialIsOpen": false @@ -14536,7 +14742,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 440 + "lineNumber": 442 }, "deprecated": false, "initialIsOpen": false @@ -14839,7 +15045,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 568 + "lineNumber": 570 }, "deprecated": false, "initialIsOpen": false @@ -14888,7 +15094,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 586 + "lineNumber": 588 }, "deprecated": false, "initialIsOpen": false @@ -15109,7 +15315,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 375 + "lineNumber": 377 }, "deprecated": false, "initialIsOpen": false @@ -15282,7 +15488,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 399 + "lineNumber": 401 }, "deprecated": false, "initialIsOpen": false @@ -15299,7 +15505,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 457 + "lineNumber": 459 }, "deprecated": false, "initialIsOpen": false @@ -15316,7 +15522,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 511 + "lineNumber": 513 }, "deprecated": false, "initialIsOpen": false @@ -15333,7 +15539,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 506 + "lineNumber": 508 }, "deprecated": false, "initialIsOpen": false @@ -15350,7 +15556,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 470 + "lineNumber": 472 }, "deprecated": false, "initialIsOpen": false @@ -15367,7 +15573,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 480 + "lineNumber": 482 }, "deprecated": false, "initialIsOpen": false @@ -15384,7 +15590,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 496 + "lineNumber": 498 }, "deprecated": false, "initialIsOpen": false @@ -15407,7 +15613,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 36 + "lineNumber": 38 }, "deprecated": false, "initialIsOpen": false @@ -15467,6 +15673,14 @@ "section": "def-common.TimelineId", "text": "TimelineId" }, + ".uebaPageExternalAlerts | ", + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineId", + "text": "TimelineId" + }, ".active | ", { "pluginId": "timelines", @@ -15479,7 +15693,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 333 + "lineNumber": 335 }, "deprecated": false, "initialIsOpen": false @@ -15528,7 +15742,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 400 + "lineNumber": 402 }, "deprecated": false, "initialIsOpen": false @@ -15577,7 +15791,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 365 + "lineNumber": 367 }, "deprecated": false, "initialIsOpen": false @@ -15705,7 +15919,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 68 + "lineNumber": 72 }, "deprecated": false, "initialIsOpen": false @@ -15786,7 +16000,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts", - "lineNumber": 56 + "lineNumber": 60 }, "deprecated": false, "initialIsOpen": false @@ -15882,7 +16096,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 515 + "lineNumber": 517 }, "deprecated": false, "initialIsOpen": false @@ -16820,7 +17034,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 406 + "lineNumber": 408 }, "deprecated": false, "initialIsOpen": false @@ -17770,7 +17984,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 588 + "lineNumber": 590 }, "deprecated": false, "initialIsOpen": false @@ -17846,7 +18060,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 539 + "lineNumber": 541 }, "deprecated": false, "initialIsOpen": false @@ -17860,7 +18074,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 84 + "lineNumber": 80 }, "deprecated": false, "children": [], @@ -17875,7 +18089,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 86 + "lineNumber": 82 }, "deprecated": false, "children": [ @@ -17891,7 +18105,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 87 + "lineNumber": 83 }, "deprecated": false }, @@ -17904,7 +18118,7 @@ "description": [], "source": { "path": "x-pack/plugins/timelines/common/search_strategy/index_fields/index.ts", - "lineNumber": 88 + "lineNumber": 84 }, "deprecated": false } @@ -18088,7 +18302,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 570 + "lineNumber": 572 }, "deprecated": false, "initialIsOpen": false @@ -18128,7 +18342,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 445 + "lineNumber": 447 }, "deprecated": false, "initialIsOpen": false @@ -18150,7 +18364,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 520 + "lineNumber": 522 }, "deprecated": false, "initialIsOpen": false @@ -18258,7 +18472,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 557 + "lineNumber": 559 }, "deprecated": false, "initialIsOpen": false @@ -19946,7 +20160,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 369 + "lineNumber": 371 }, "deprecated": false, "initialIsOpen": false @@ -20004,7 +20218,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 532 + "lineNumber": 534 }, "deprecated": false, "initialIsOpen": false @@ -20086,7 +20300,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 544 + "lineNumber": 546 }, "deprecated": false, "initialIsOpen": false @@ -20188,7 +20402,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 394 + "lineNumber": 396 }, "deprecated": false, "initialIsOpen": false @@ -20262,6 +20476,16 @@ "section": "def-common.TimelineId", "text": "TimelineId" }, + ".uebaPageExternalAlerts>, ", + "LiteralC", + "<", + { + "pluginId": "timelines", + "scope": "common", + "docId": "kibTimelinesPluginApi", + "section": "def-common.TimelineId", + "text": "TimelineId" + }, ".active>, ", "LiteralC", "<", @@ -20276,7 +20500,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 323 + "lineNumber": 324 }, "deprecated": false, "initialIsOpen": false @@ -21230,7 +21454,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 380 + "lineNumber": 382 }, "deprecated": false, "initialIsOpen": false @@ -21972,7 +22196,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 339 + "lineNumber": 341 }, "deprecated": false, "initialIsOpen": false @@ -22902,7 +23126,7 @@ ], "source": { "path": "x-pack/plugins/timelines/common/types/timeline/index.ts", - "lineNumber": 350 + "lineNumber": 352 }, "deprecated": false, "initialIsOpen": false diff --git a/api_docs/timelines.mdx b/api_docs/timelines.mdx index d1bfb86877898..78b00340cc544 100644 --- a/api_docs/timelines.mdx +++ b/api_docs/timelines.mdx @@ -18,7 +18,7 @@ import timelinesObj from './timelines.json'; | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 877 | 6 | 758 | 22 | +| 889 | 6 | 770 | 26 | ## Client diff --git a/api_docs/triggers_actions_ui.json b/api_docs/triggers_actions_ui.json index bccb50d96759a..ef489c8ef2f96 100644 --- a/api_docs/triggers_actions_ui.json +++ b/api_docs/triggers_actions_ui.json @@ -1599,7 +1599,7 @@ "label": "setAlertProperty", "description": [], "signature": [ - "(key: Prop, value: Pick<", + "(key: Prop, value: Pick<", { "pluginId": "alerting", "scope": "common", @@ -1607,7 +1607,7 @@ "section": "def-common.Alert", "text": "Alert" }, - ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[Prop] | null) => void" + ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[Prop] | null) => void" ], "source": { "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", @@ -1648,7 +1648,7 @@ "section": "def-common.Alert", "text": "Alert" }, - ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[Prop] | null" + ", \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[Prop] | null" ], "source": { "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", @@ -2175,9 +2175,9 @@ "ActionTypeModel", "; register: (objectType: ", "ActionTypeModel", - ") => void; list: () => ", + ") => void; has: (id: string) => boolean; list: () => ", "ActionTypeModel", - "[]; has: (id: string) => boolean; }" + "[]; }" ], "source": { "path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx", @@ -2187,10 +2187,10 @@ }, { "parentPluginId": "triggersActionsUi", - "id": "def-public.TriggersAndActionsUiServices.alertTypeRegistry", + "id": "def-public.TriggersAndActionsUiServices.ruleTypeRegistry", "type": "Object", "tags": [], - "label": "alertTypeRegistry", + "label": "ruleTypeRegistry", "description": [], "signature": [ "{ get: (id: string) => ", @@ -2209,7 +2209,7 @@ "section": "def-public.AlertTypeModel", "text": "AlertTypeModel" }, - ">) => void; list: () => ", + ">) => void; has: (id: string) => boolean; list: () => ", { "pluginId": "triggersActionsUi", "scope": "public", @@ -2217,7 +2217,7 @@ "section": "def-public.AlertTypeModel", "text": "AlertTypeModel" }, - ">[]; has: (id: string) => boolean; }" + ">[]; }" ], "source": { "path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx", @@ -2447,9 +2447,9 @@ "ActionTypeModel", "; register: (objectType: ", "ActionTypeModel", - ") => void; list: () => ", + ") => void; has: (id: string) => boolean; list: () => ", "ActionTypeModel", - "[]; has: (id: string) => boolean; }" + "[]; }" ], "source": { "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", @@ -2491,7 +2491,7 @@ "section": "def-common.AlertAction", "text": "AlertAction" }, - "[]; tags: string[]; alertTypeId: string; consumer: string; schedule: ", + "[]; throttle: string | null; tags: string[]; alertTypeId: string; consumer: string; schedule: ", { "pluginId": "alerting", "scope": "common", @@ -2499,7 +2499,7 @@ "section": "def-common.IntervalSchedule", "text": "IntervalSchedule" }, - "; scheduledTaskId?: string | undefined; createdBy: string | null; updatedBy: string | null; createdAt: Date; updatedAt: Date; apiKeyOwner: string | null; throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null; muteAll: boolean; mutedInstanceIds: string[]; executionStatus: ", + "; scheduledTaskId?: string | undefined; createdBy: string | null; updatedBy: string | null; createdAt: Date; updatedAt: Date; apiKeyOwner: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null; muteAll: boolean; mutedInstanceIds: string[]; executionStatus: ", { "pluginId": "alerting", "scope": "common", @@ -2535,10 +2535,44 @@ }, { "parentPluginId": "triggersActionsUi", - "id": "def-public.AlertTypeRegistryContract", + "id": "def-public.DEFAULT_HIDDEN_ACTION_TYPES", + "type": "Array", + "tags": [], + "label": "DEFAULT_HIDDEN_ACTION_TYPES", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "lineNumber": 14 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "triggersActionsUi", + "id": "def-public.DEFAULT_HIDDEN_ONLY_ON_ALERTS_ACTION_TYPES", + "type": "Array", + "tags": [], + "label": "DEFAULT_HIDDEN_ONLY_ON_ALERTS_ACTION_TYPES", + "description": [], + "signature": [ + "string[]" + ], + "source": { + "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", + "lineNumber": 16 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "triggersActionsUi", + "id": "def-public.RuleTypeRegistryContract", "type": "Type", "tags": [], - "label": "AlertTypeRegistryContract", + "label": "RuleTypeRegistryContract", "description": [], "signature": [ "{ get: (id: string) => ", @@ -2557,7 +2591,7 @@ "section": "def-public.AlertTypeModel", "text": "AlertTypeModel" }, - ">) => void; list: () => ", + ">) => void; has: (id: string) => boolean; list: () => ", { "pluginId": "triggersActionsUi", "scope": "public", @@ -2565,7 +2599,7 @@ "section": "def-public.AlertTypeModel", "text": "AlertTypeModel" }, - ">[]; has: (id: string) => boolean; }" + ">[]; }" ], "source": { "path": "x-pack/plugins/triggers_actions_ui/public/types.ts", @@ -2574,40 +2608,6 @@ "deprecated": false, "initialIsOpen": false }, - { - "parentPluginId": "triggersActionsUi", - "id": "def-public.DEFAULT_HIDDEN_ACTION_TYPES", - "type": "Array", - "tags": [], - "label": "DEFAULT_HIDDEN_ACTION_TYPES", - "description": [], - "signature": [ - "string[]" - ], - "source": { - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", - "lineNumber": 14 - }, - "deprecated": false, - "initialIsOpen": false - }, - { - "parentPluginId": "triggersActionsUi", - "id": "def-public.DEFAULT_HIDDEN_ONLY_ON_ALERTS_ACTION_TYPES", - "type": "Array", - "tags": [], - "label": "DEFAULT_HIDDEN_ONLY_ON_ALERTS_ACTION_TYPES", - "description": [], - "signature": [ - "string[]" - ], - "source": { - "path": "x-pack/plugins/triggers_actions_ui/public/common/constants/index.ts", - "lineNumber": 16 - }, - "deprecated": false, - "initialIsOpen": false - }, { "parentPluginId": "triggersActionsUi", "id": "def-public.VIEW_LICENSE_OPTIONS_LINK", @@ -3623,10 +3623,10 @@ }, { "parentPluginId": "triggersActionsUi", - "id": "def-public.TriggersAndActionsUIPublicPluginSetup.alertTypeRegistry", + "id": "def-public.TriggersAndActionsUIPublicPluginSetup.ruleTypeRegistry", "type": "Object", "tags": [], - "label": "alertTypeRegistry", + "label": "ruleTypeRegistry", "description": [], "signature": [ "TypeRegistry", @@ -3684,10 +3684,10 @@ }, { "parentPluginId": "triggersActionsUi", - "id": "def-public.TriggersAndActionsUIPublicPluginStart.alertTypeRegistry", + "id": "def-public.TriggersAndActionsUIPublicPluginStart.ruleTypeRegistry", "type": "Object", "tags": [], - "label": "alertTypeRegistry", + "label": "ruleTypeRegistry", "description": [], "signature": [ "TypeRegistry", @@ -3872,7 +3872,7 @@ "section": "def-common.Alert", "text": "Alert" }, - ">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">> | undefined; reloadAlerts?: (() => Promise) | undefined; }" + ">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">> | undefined; reloadAlerts?: (() => Promise) | undefined; }" ], "source": { "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", @@ -3927,7 +3927,7 @@ "section": "def-common.Alert", "text": "Alert" }, - ">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">; }" + ">, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"throttle\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">; }" ], "source": { "path": "x-pack/plugins/triggers_actions_ui/public/plugin.ts", diff --git a/api_docs/ui_actions_enhanced.json b/api_docs/ui_actions_enhanced.json index 4442b9caf0ca8..2f8006e9c86fb 100644 --- a/api_docs/ui_actions_enhanced.json +++ b/api_docs/ui_actions_enhanced.json @@ -684,7 +684,7 @@ "label": "migrations", "description": [], "signature": [ - "{ [key: string]: ", + "{ [semver: string]: ", { "pluginId": "kibanaUtils", "scope": "common", @@ -692,23 +692,7 @@ "section": "def-common.MigrateFunction", "text": "MigrateFunction" }, - "<", - { - "pluginId": "kibanaUtils", - "scope": "common", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-common.SerializableState", - "text": "SerializableState" - }, - ", ", - { - "pluginId": "kibanaUtils", - "scope": "common", - "docId": "kibKibanaUtilsPluginApi", - "section": "def-common.SerializableState", - "text": "SerializableState" - }, - ">; }" + "; }" ], "source": { "path": "x-pack/plugins/ui_actions_enhanced/public/dynamic_actions/action_factory.ts", diff --git a/api_docs/url_forwarding.json b/api_docs/url_forwarding.json index 2925e2cfc2c1d..d54526f8859e9 100644 --- a/api_docs/url_forwarding.json +++ b/api_docs/url_forwarding.json @@ -100,7 +100,7 @@ }, ", { kibanaLegacy }: { kibanaLegacy: { dashboardConfig: ", "DashboardConfig", - "; loadFontAwesome: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; }; }) => { navigateToDefaultApp: ({ overwriteHash }?: { overwriteHash: boolean; }) => void; navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ", + "; loadFontAwesome: () => Promise; loadAngularBootstrap: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; }; }) => { navigateToDefaultApp: ({ overwriteHash }?: { overwriteHash: boolean; }) => void; navigateToLegacyKibanaUrl: (hash: string) => { navigated: boolean; }; getForwards: () => ", { "pluginId": "urlForwarding", "scope": "public", @@ -162,7 +162,7 @@ "signature": [ "{ dashboardConfig: ", "DashboardConfig", - "; loadFontAwesome: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; }" + "; loadFontAwesome: () => Promise; loadAngularBootstrap: () => Promise; config: Readonly<{} & { defaultAppId: string; }>; }" ], "source": { "path": "src/plugins/url_forwarding/public/plugin.ts", diff --git a/api_docs/visualizations.json b/api_docs/visualizations.json index eb8db4feff9ad..c29cbdf4719c1 100644 --- a/api_docs/visualizations.json +++ b/api_docs/visualizations.json @@ -1416,6 +1416,107 @@ "returnComment": [], "initialIsOpen": false }, + { + "parentPluginId": "visualizations", + "id": "def-public.prepareLogTable", + "type": "Function", + "tags": [], + "label": "prepareLogTable", + "description": [], + "signature": [ + "(datatable: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + }, + ", dimensions: ", + { + "pluginId": "visualizations", + "scope": "common", + "docId": "kibVisualizationsPluginApi", + "section": "def-common.Dimension", + "text": "Dimension" + }, + "[]) => { columns: { meta: { dimensionName: string | undefined; type: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumnType", + "text": "DatatableColumnType" + }, + "; field?: string | undefined; index?: string | undefined; params?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.SerializedFieldFormat", + "text": "SerializedFieldFormat" + }, + "> | undefined; source?: string | undefined; sourceParams?: ", + "SerializableState", + " | undefined; }; id: string; name: string; }[]; type: \"datatable\"; rows: Record[]; }" + ], + "source": { + "path": "src/plugins/visualizations/common/prepare_log_table.ts", + "lineNumber": 22 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "visualizations", + "id": "def-public.prepareLogTable.$1", + "type": "Object", + "tags": [], + "label": "datatable", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + } + ], + "source": { + "path": "src/plugins/visualizations/common/prepare_log_table.ts", + "lineNumber": 22 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "visualizations", + "id": "def-public.prepareLogTable.$2", + "type": "Array", + "tags": [], + "label": "dimensions", + "description": [], + "signature": [ + { + "pluginId": "visualizations", + "scope": "common", + "docId": "kibVisualizationsPluginApi", + "section": "def-common.Dimension", + "text": "Dimension" + }, + "[]" + ], + "source": { + "path": "src/plugins/visualizations/common/prepare_log_table.ts", + "lineNumber": 22 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, { "parentPluginId": "visualizations", "id": "def-public.updateOldState", @@ -2959,15 +3060,7 @@ "section": "def-common.TimeRange", "text": "TimeRange" }, - " | undefined) => ", - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.RangeFilter", - "text": "RangeFilter" - }, - " | undefined; getBounds: () => ", + " | undefined) => any; getBounds: () => ", { "pluginId": "data", "scope": "common", @@ -4130,19 +4223,12 @@ { "parentPluginId": "visualizations", "id": "def-public.VisualizeInput.query", - "type": "Object", + "type": "Any", "tags": [], "label": "query", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataQueryPluginApi", - "section": "def-common.Query", - "text": "Query" - }, - " | undefined" + "any" ], "source": { "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", @@ -4158,14 +4244,7 @@ "label": "filters", "description": [], "signature": [ - { - "pluginId": "data", - "scope": "common", - "docId": "kibDataPluginApi", - "section": "def-common.Filter", - "text": "Filter" - }, - "[] | undefined" + "any[] | undefined" ], "source": { "path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.ts", @@ -4236,7 +4315,7 @@ "; format: { id?: string | undefined; params: Record; }; }" ], "source": { - "path": "src/plugins/visualizations/public/expression_functions/vis_dimension.ts", + "path": "src/plugins/visualizations/common/expression_functions/vis_dimension.ts", "lineNumber": 23 }, "deprecated": false, @@ -4823,7 +4902,7 @@ ], "source": { "path": "src/plugins/visualizations/public/plugin.ts", - "lineNumber": 76 + "lineNumber": 77 }, "deprecated": false, "lifecycle": "setup", @@ -4896,7 +4975,7 @@ ], "source": { "path": "src/plugins/visualizations/public/plugin.ts", - "lineNumber": 78 + "lineNumber": 79 }, "deprecated": false, "children": [ @@ -4921,7 +5000,7 @@ ], "source": { "path": "src/plugins/visualizations/public/plugin.ts", - "lineNumber": 79 + "lineNumber": 80 }, "deprecated": false }, @@ -4969,7 +5048,7 @@ ], "source": { "path": "src/plugins/visualizations/public/plugin.ts", - "lineNumber": 80 + "lineNumber": 81 }, "deprecated": false, "returnComment": [], @@ -4983,7 +5062,7 @@ "description": [], "source": { "path": "src/plugins/visualizations/public/plugin.ts", - "lineNumber": 80 + "lineNumber": 81 }, "deprecated": false }, @@ -5014,7 +5093,7 @@ ], "source": { "path": "src/plugins/visualizations/public/plugin.ts", - "lineNumber": 80 + "lineNumber": 81 }, "deprecated": false } @@ -5056,7 +5135,7 @@ ], "source": { "path": "src/plugins/visualizations/public/plugin.ts", - "lineNumber": 81 + "lineNumber": 82 }, "deprecated": false, "returnComment": [], @@ -5120,7 +5199,7 @@ ], "source": { "path": "src/plugins/visualizations/public/plugin.ts", - "lineNumber": 82 + "lineNumber": 83 }, "deprecated": false, "returnComment": [], @@ -5172,7 +5251,7 @@ ], "source": { "path": "src/plugins/visualizations/public/plugin.ts", - "lineNumber": 83 + "lineNumber": 84 }, "deprecated": false, "returnComment": [], @@ -5291,7 +5370,7 @@ ], "source": { "path": "src/plugins/visualizations/public/plugin.ts", - "lineNumber": 84 + "lineNumber": 85 }, "deprecated": false } @@ -5310,7 +5389,239 @@ }, "common": { "classes": [], - "functions": [], + "functions": [ + { + "parentPluginId": "visualizations", + "id": "def-common.prepareLogTable", + "type": "Function", + "tags": [], + "label": "prepareLogTable", + "description": [], + "signature": [ + "(datatable: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + }, + ", dimensions: ", + { + "pluginId": "visualizations", + "scope": "common", + "docId": "kibVisualizationsPluginApi", + "section": "def-common.Dimension", + "text": "Dimension" + }, + "[]) => { columns: { meta: { dimensionName: string | undefined; type: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumnType", + "text": "DatatableColumnType" + }, + "; field?: string | undefined; index?: string | undefined; params?: ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.SerializedFieldFormat", + "text": "SerializedFieldFormat" + }, + "> | undefined; source?: string | undefined; sourceParams?: ", + "SerializableState", + " | undefined; }; id: string; name: string; }[]; type: \"datatable\"; rows: Record[]; }" + ], + "source": { + "path": "src/plugins/visualizations/common/prepare_log_table.ts", + "lineNumber": 22 + }, + "deprecated": false, + "children": [ + { + "parentPluginId": "visualizations", + "id": "def-common.prepareLogTable.$1", + "type": "Object", + "tags": [], + "label": "datatable", + "description": [], + "signature": [ + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + } + ], + "source": { + "path": "src/plugins/visualizations/common/prepare_log_table.ts", + "lineNumber": 22 + }, + "deprecated": false, + "isRequired": true + }, + { + "parentPluginId": "visualizations", + "id": "def-common.prepareLogTable.$2", + "type": "Array", + "tags": [], + "label": "dimensions", + "description": [], + "signature": [ + { + "pluginId": "visualizations", + "scope": "common", + "docId": "kibVisualizationsPluginApi", + "section": "def-common.Dimension", + "text": "Dimension" + }, + "[]" + ], + "source": { + "path": "src/plugins/visualizations/common/prepare_log_table.ts", + "lineNumber": 22 + }, + "deprecated": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "visualizations", + "id": "def-common.range", + "type": "Function", + "tags": [], + "label": "range", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"range\", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + }, + " | null, Arguments, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Range", + "text": "Range" + }, + ", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/visualizations/common/expression_functions/range.ts", + "lineNumber": 17 + }, + "deprecated": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "visualizations", + "id": "def-common.visDimension", + "type": "Function", + "tags": [], + "label": "visDimension", + "description": [], + "signature": [ + "() => ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionFunctionDefinition", + "text": "ExpressionFunctionDefinition" + }, + "<\"visdimension\", ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.Datatable", + "text": "Datatable" + }, + ", Arguments, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"vis_dimension\", { accessor: number | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" + }, + "; format: { id?: string | undefined; params: Record; }; }>, ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExecutionContext", + "text": "ExecutionContext" + }, + "<", + { + "pluginId": "inspector", + "scope": "common", + "docId": "kibInspectorPluginApi", + "section": "def-common.Adapters", + "text": "Adapters" + }, + ", ", + "SerializableState", + ">>" + ], + "source": { + "path": "src/plugins/visualizations/common/expression_functions/vis_dimension.ts", + "lineNumber": 34 + }, + "deprecated": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + } + ], "interfaces": [ { "parentPluginId": "visualizations", @@ -5556,7 +5867,66 @@ } ], "enums": [], - "misc": [], + "misc": [ + { + "parentPluginId": "visualizations", + "id": "def-common.Dimension", + "type": "Type", + "tags": [], + "label": "Dimension", + "description": [], + "signature": [ + "[", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.ExpressionValueBoxed", + "text": "ExpressionValueBoxed" + }, + "<\"vis_dimension\", { accessor: number | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" + }, + "; format: { id?: string | undefined; params: Record; }; }>[] | undefined, string]" + ], + "source": { + "path": "src/plugins/visualizations/common/prepare_log_table.ts", + "lineNumber": 12 + }, + "deprecated": false, + "initialIsOpen": false + }, + { + "parentPluginId": "visualizations", + "id": "def-common.ExpressionValueVisDimension", + "type": "Type", + "tags": [], + "label": "ExpressionValueVisDimension", + "description": [], + "signature": [ + "{ type: \"vis_dimension\"; } & { accessor: number | ", + { + "pluginId": "expressions", + "scope": "common", + "docId": "kibExpressionsPluginApi", + "section": "def-common.DatatableColumn", + "text": "DatatableColumn" + }, + "; format: { id?: string | undefined; params: Record; }; }" + ], + "source": { + "path": "src/plugins/visualizations/common/expression_functions/vis_dimension.ts", + "lineNumber": 23 + }, + "deprecated": false, + "initialIsOpen": false + } + ], "objects": [] } } \ No newline at end of file diff --git a/api_docs/visualizations.mdx b/api_docs/visualizations.mdx index a7dab0c029cc8..4686c5b64f936 100644 --- a/api_docs/visualizations.mdx +++ b/api_docs/visualizations.mdx @@ -18,7 +18,7 @@ Contact [Kibana App](https://github.com/orgs/elastic/teams/kibana-app) for quest | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 247 | 13 | 229 | 12 | +| 257 | 14 | 239 | 12 | ## Client @@ -48,6 +48,12 @@ Contact [Kibana App](https://github.com/orgs/elastic/teams/kibana-app) for quest ## Common +### Functions + + ### Interfaces +### Consts, variables and types + + diff --git a/docs/apm/correlations.asciidoc b/docs/apm/correlations.asciidoc index e184ca6bfa656..45781228cd200 100644 --- a/docs/apm/correlations.asciidoc +++ b/docs/apm/correlations.asciidoc @@ -1,73 +1,73 @@ [role="xpack"] [[correlations]] -=== Find latency and error correlations +=== Find transaction latency and failure correlations -**Correlations** surface attributes of your data that are potentially correlated with high-latency or erroneous transactions. -By default, a number of attributes commonly known to cause performance issues, like version, -infrastructure, and location, are included, but all are completely customizable to your APM data. -Find something interesting? A quick click of a button will auto-query your data as you work to resolve the underlying issue. +Correlations surface attributes of your data that are potentially correlated +with high-latency or erroneous transactions. For example, if you are a site +reliability engineer who is responsible for keeping production systems up and +running, you want to understand what is causing slow transactions. Identifying +attributes that are responsible for higher latency transactions can potentially +point you toward the root cause. You may find a correlation with a particular +piece of hardware, like a host or pod. Or, perhaps a set of users, based on IP +address or region, is facing increased latency due to local data center issues. -For example, a site reliability engineer, who is responsible for keeping production systems up and running, -notices an increase in latency in certain transactions. -Analyzing metadata or tags that exist in high-latency transactions but not in lower-latency transactions -can potentially point towards the root cause. -They may find that a particular piece of hardware, like a host or pod, has failed, increasing latency. -Or, perhaps set of users, based on IP address or region, is facing increased latency due to local data center issues. +To find correlations, select a service on the *Services* page in the {apm-app} +and click **View correlations**. -[discrete] -[[view-correlations]] -=== View correlations - -With a service selected, click **View correlations**: - -[role="screenshot"] -image::apm/images/correlations.png[Correlations] - -Queries within the APM app apply to the correlations shown in the correlations fly-out. - -If a correlated field seems noteworthy, use the **Filter** quick links: - -* `+` creates a new query in the APM app for filtering transactions containing the selected value. -* `-` creates a new query in the APM app to filter out transactions containing the selected value. +NOTE: Queries within the {apm-app} are also applied to the correlations. [discrete] [[correlations-latency]] -==== Find high-latency correlations - -Correlations help you discover which fields are contributing to increased service latency. - -A latency distribution chart visualizes the overall latency of the selected service's transactions. -Correlated attributes are sorted by _Impact_–a visual representation of the -{ref}/search-aggregations-bucket-significantterms-aggregation.html[significant terms aggregation] -score that powers correlations. -Attributes with a high impact, or attributes present in a large percentage of slow transactions, -may contribute to increased latency. - -To find high-latency correlations, hover over each potentially correlated attribute to -compare the latency distribution of transactions with and without the selected attribute. +==== Find high transaction latency correlations -For example, in the screenshot below, the field `user_agent.name` and value `HeadlessChrome` -exists primarily in higher-latency transactions between 3.7 and 8.7 seconds. +The correlations on the *Latency* tab help you discover which attributes are +contributing to increased transaction latency. [role="screenshot"] -image::apm/images/correlations-hover.png[Correlations hover effect] - -Select the `+` filter to create a new query in the APM app for transactions with -`user_agent.name: HeadlessChrome`. With the "noise" now filtered out, -you can begin viewing sample traces to continue your investigation. - -As you sift through high-latency transactions, you'll likely notice other interesting attributes. -Return to the correlations fly-out and select *Customize fields* to search on these new attributes. -You may need to do this a few times–each time filtering out more and more noise and bringing you -closer to a diagnosis. +image::apm/images/correlations-hover.png[Latency correlations] + +The progress bar indicates the status of the asynchronous analysis, which +performs statistical searches across a large number of attributes. For large +time ranges and services with high transaction throughput this might take some +time. To improve performance, reduce the time range on the service overview +page. + +The latency distribution chart visualizes the overall latency of the +transactions in the service. If there are attributes that have a statistically +significant correlation with slow response times, they are listed in a table +below the chart. The table is sorted by correlation coefficients that range from +0 to 1. Attributes with higher correlation values are more likely to contribute +to high latency transactions. By default, the attribute with the highest +correlation value is added to the chart. To see the latency distribution for +other attributes, hover over their row in the table. + +If a correlated attribute seems noteworthy, use the **Filter** quick links: + +* `+` creates a new query in the {apm-app} for filtering transactions containing +the selected value. +* `-` creates a new query in the {apm-app} to filter out transactions containing +the selected value. + +In this example screenshot, transactions with the field +`labels.orderPriceRange` and value `large` are skewed to the right with slower +response times than the overall latency distribution. If you select the `+` +filter in the appropriate row of the table, it creates a new query in the +{apm-app} for transactions with this attribute. With the "noise" now filtered +out, you can begin viewing sample traces to continue your investigation. [discrete] [[correlations-error-rate]] -==== Find error rate correlations +==== Find failed transaction correlations + +The correlations on the *Error rate* tab help you discover which fields are +contributing to failed transactions. -Correlations help you discover which fields are contributing to failed transactions. +By default, a number of attributes commonly known to cause performance issues, +like version, infrastructure, and location, are included, but all are completely +customizable to your APM data. Find something interesting? A quick click of a +button will auto-query your data as you work to resolve the underlying issue. -The Error rate over time chart visualizes the change in error rate over the selected time frame. +The error rate over time chart visualizes the change in error rate over the selected time frame. Correlated attributes are sorted by _Impact_–a visual representation of the {ref}/search-aggregations-bucket-significantterms-aggregation.html[significant terms aggregation] score that powers correlations. @@ -83,7 +83,7 @@ existed in 100% of failed transactions between 6:00 and 10:30. [role="screenshot"] image::apm/images/error-rate-hover.png[Correlations errors hover effect] -Select the `+` filter to create a new query in the APM app for transactions with +Select the `+` filter to create a new query in the {apm-app} for transactions with `url.original: http://localhost:3100...`. With the "noise" now filtered out, you can begin viewing sample traces to continue your investigation. @@ -94,16 +94,14 @@ closer to a diagnosis. [discrete] [[correlations-customize-fields]] -==== Customize fields +===== Customize fields -Correlations are only as good as the data they're searching for. -By default, a handful of attributes commonly known to cause performance issues are included. -During the course of an investigation however, you may to need to add and remove fields from -this list multiple times as you narrow in on a diagnosis. +By default, a handful of attributes commonly known to cause performance issues +are included in the analysis on the *Error rate* tab. You can add and remove +fields under the **Customize fields** dropdown. -Add and remove fields under the **Customize fields** dropdown. -The following fields are selected by default. -To keep the default list manageable, only the first six matching fields with wildcards are used. +The following fields are selected by default. To keep the default list +manageable, only the first six matching fields with wildcards are used. **Frontend (RUM) agent:** @@ -120,4 +118,9 @@ To keep the default list manageable, only the first six matching fields with wil * `service.node.name` * `service.version` -TIP: Want to start over? Select **reset** to clear your customizations. +[TIP] +==== +* Want to start over? Select **reset** to clear your customizations. +* The *Latency* tab does not have a **Customize fields** dropdown, since it +automatically considers all relevant fields in the transactions. +==== diff --git a/docs/apm/images/correlations-hover.png b/docs/apm/images/correlations-hover.png index b903a8cdf8de6..c8d5622156b4c 100644 Binary files a/docs/apm/images/correlations-hover.png and b/docs/apm/images/correlations-hover.png differ diff --git a/docs/apm/images/correlations.png b/docs/apm/images/correlations.png deleted file mode 100644 index e35e800cb9e01..0000000000000 Binary files a/docs/apm/images/correlations.png and /dev/null differ diff --git a/docs/concepts/index.asciidoc b/docs/concepts/index.asciidoc index ae6e48556f684..20d7103f021cd 100644 --- a/docs/concepts/index.asciidoc +++ b/docs/concepts/index.asciidoc @@ -115,6 +115,14 @@ Following are some example KQL queries. For more detailed examples, refer to << | `machine.os:win*` |=== +[float] +[[autocomplete-suggestions]] +==== Suggestions for autocomplete + +Beginning in 7.14, {kib} uses the {ref}/search-terms-enum.html[terms enum API] for autocomplete. {kib} returns results faster, but suggestions are approximate, sorted alphabetically, and can be outside the selected time range, even if `autocomplete:useTimeFilter` is enabled (as the terms enum API applies time filtering on an index-level, rather than document-level). + +Previously, {kib} used the {ref}/search-aggregations-bucket-terms-aggregation.html[terms aggregation API], which is slower, but suggestions included all values that matched your query, and optionally, your time range, and were sorted by popularity. To revert to using the terms aggregation API, go to <>, and set `autocomplete:valueSuggestionMethod` to `terms_agg`. + [float] ==== Additional filters with AND diff --git a/docs/developer/advanced/development-basepath.asciidoc b/docs/developer/advanced/development-basepath.asciidoc index 30086288de834..6ce55ade6ff28 100644 --- a/docs/developer/advanced/development-basepath.asciidoc +++ b/docs/developer/advanced/development-basepath.asciidoc @@ -3,9 +3,9 @@ In dev mode, {kib} by default runs behind a proxy which adds a random path component to its URL. -You can set this explicitly using `server.basePath` in <>. +You can set this explicitly using <>. This setting cannot end in a slash (/). -Use the server.rewriteBasePath setting to tell {kib} if it should remove the basePath from requests it receives, and to prevent a deprecation warning at startup. This setting cannot end in a slash (/). +Use <> to tell {kib} if it should remove the basePath from requests it receives, and to prevent a deprecation warning at startup. If you want to turn off the basepath when in development mode, start {kib} with the `--no-base-path` flag @@ -15,4 +15,3 @@ yarn start --no-base-path ---- - diff --git a/docs/developer/getting-started/monorepo-packages.asciidoc b/docs/developer/getting-started/monorepo-packages.asciidoc index 0b635df68aca4..66e342d84b619 100644 --- a/docs/developer/getting-started/monorepo-packages.asciidoc +++ b/docs/developer/getting-started/monorepo-packages.asciidoc @@ -27,16 +27,6 @@ Non Bazel packages can be built independently with yarn kbn run build -i PACKAGE_NAME ---- -[discrete] -=== Watching Non Bazel Packages - -Non Bazel packages can be watched independently with - -[source,bash] ----- -yarn kbn watch -i PACKAGE_NAME ----- - [discrete] === Building Bazel Packages @@ -44,7 +34,7 @@ Bazel packages are built as a whole for now. You can use: [source,bash] ---- -yarn kbn build-bazel +yarn kbn build ---- [discrete] @@ -54,7 +44,7 @@ Bazel packages are watched as a whole for now. You can use: [source,bash] ---- -yarn kbn watch-bazel +yarn kbn watch ---- diff --git a/docs/developer/plugin-list.asciidoc b/docs/developer/plugin-list.asciidoc index ba594b1f312e9..1548669b1c060 100644 --- a/docs/developer/plugin-list.asciidoc +++ b/docs/developer/plugin-list.asciidoc @@ -6,7 +6,7 @@ NOTE: node scripts/build_plugin_list_docs - You can update the template within node_modules/@kbn/dev-utils/target/plugin_list/generate_plugin_list.js + You can update the template within node_modules/@kbn/dev-utils/target_node/plugin_list/generate_plugin_list.js //// diff --git a/docs/development/core/public/kibana-plugin-core-public.doclinksstart.links.md b/docs/development/core/public/kibana-plugin-core-public.doclinksstart.links.md index 3650fe970d8fc..cadb34ae63b86 100644 --- a/docs/development/core/public/kibana-plugin-core-public.doclinksstart.links.md +++ b/docs/development/core/public/kibana-plugin-core-public.doclinksstart.links.md @@ -141,6 +141,7 @@ readonly links: { readonly luceneQuerySyntax: string; readonly percolate: string; readonly queryDsl: string; + readonly autocompleteChanges: string; }; readonly date: { readonly dateMath: string; diff --git a/docs/development/core/public/kibana-plugin-core-public.doclinksstart.md b/docs/development/core/public/kibana-plugin-core-public.doclinksstart.md index 4f66cc9a2c10f..aded69733b58b 100644 --- a/docs/development/core/public/kibana-plugin-core-public.doclinksstart.md +++ b/docs/development/core/public/kibana-plugin-core-public.doclinksstart.md @@ -17,5 +17,5 @@ export interface DocLinksStart | --- | --- | --- | | [DOC\_LINK\_VERSION](./kibana-plugin-core-public.doclinksstart.doc_link_version.md) | string | | | [ELASTIC\_WEBSITE\_URL](./kibana-plugin-core-public.doclinksstart.elastic_website_url.md) | string | | -| [links](./kibana-plugin-core-public.doclinksstart.links.md) | {
readonly settings: string;
readonly canvas: {
readonly guide: string;
};
readonly dashboard: {
readonly guide: string;
readonly drilldowns: string;
readonly drilldownsTriggerPicker: string;
readonly urlDrilldownTemplateSyntax: string;
readonly urlDrilldownVariables: string;
};
readonly discover: Record<string, string>;
readonly filebeat: {
readonly base: string;
readonly installation: string;
readonly configuration: string;
readonly elasticsearchOutput: string;
readonly elasticsearchModule: string;
readonly startup: string;
readonly exportedFields: string;
readonly suricataModule: string;
readonly zeekModule: string;
};
readonly auditbeat: {
readonly base: string;
readonly auditdModule: string;
readonly systemModule: string;
};
readonly metricbeat: {
readonly base: string;
readonly configure: string;
readonly httpEndpoint: string;
readonly install: string;
readonly start: string;
};
readonly enterpriseSearch: {
readonly base: string;
readonly appSearchBase: string;
readonly workplaceSearchBase: string;
};
readonly heartbeat: {
readonly base: string;
};
readonly libbeat: {
readonly getStarted: string;
};
readonly logstash: {
readonly base: string;
};
readonly functionbeat: {
readonly base: string;
};
readonly winlogbeat: {
readonly base: string;
};
readonly aggs: {
readonly composite: string;
readonly composite_missing_bucket: string;
readonly date_histogram: string;
readonly date_range: string;
readonly date_format_pattern: string;
readonly filter: string;
readonly filters: string;
readonly geohash_grid: string;
readonly histogram: string;
readonly ip_range: string;
readonly range: string;
readonly significant_terms: string;
readonly terms: string;
readonly avg: string;
readonly avg_bucket: string;
readonly max_bucket: string;
readonly min_bucket: string;
readonly sum_bucket: string;
readonly cardinality: string;
readonly count: string;
readonly cumulative_sum: string;
readonly derivative: string;
readonly geo_bounds: string;
readonly geo_centroid: string;
readonly max: string;
readonly median: string;
readonly min: string;
readonly moving_avg: string;
readonly percentile_ranks: string;
readonly serial_diff: string;
readonly std_dev: string;
readonly sum: string;
readonly top_hits: string;
};
readonly runtimeFields: {
readonly overview: string;
readonly mapping: string;
};
readonly scriptedFields: {
readonly scriptFields: string;
readonly scriptAggs: string;
readonly painless: string;
readonly painlessApi: string;
readonly painlessLangSpec: string;
readonly painlessSyntax: string;
readonly painlessWalkthrough: string;
readonly luceneExpressions: string;
};
readonly search: {
readonly sessions: string;
readonly sessionLimits: string;
};
readonly indexPatterns: {
readonly introduction: string;
readonly fieldFormattersNumber: string;
readonly fieldFormattersString: string;
readonly runtimeFields: string;
};
readonly addData: string;
readonly kibana: string;
readonly upgradeAssistant: string;
readonly rollupJobs: string;
readonly elasticsearch: Record<string, string>;
readonly siem: {
readonly guide: string;
readonly gettingStarted: string;
readonly ml: string;
readonly ruleChangeLog: string;
readonly detectionsReq: string;
readonly networkMap: string;
};
readonly query: {
readonly eql: string;
readonly kueryQuerySyntax: string;
readonly luceneQuerySyntax: string;
readonly percolate: string;
readonly queryDsl: string;
};
readonly date: {
readonly dateMath: string;
readonly dateMathIndexNames: string;
};
readonly management: Record<string, string>;
readonly ml: Record<string, string>;
readonly transforms: Record<string, string>;
readonly visualize: Record<string, string>;
readonly apis: Readonly<{
bulkIndexAlias: string;
byteSizeUnits: string;
createAutoFollowPattern: string;
createFollower: string;
createIndex: string;
createSnapshotLifecyclePolicy: string;
createRoleMapping: string;
createRoleMappingTemplates: string;
createRollupJobsRequest: string;
createApiKey: string;
createPipeline: string;
createTransformRequest: string;
cronExpressions: string;
executeWatchActionModes: string;
indexExists: string;
openIndex: string;
putComponentTemplate: string;
painlessExecute: string;
painlessExecuteAPIContexts: string;
putComponentTemplateMetadata: string;
putSnapshotLifecyclePolicy: string;
putIndexTemplateV1: string;
putWatch: string;
simulatePipeline: string;
timeUnits: string;
updateTransform: string;
}>;
readonly observability: Record<string, string>;
readonly alerting: Record<string, string>;
readonly maps: Record<string, string>;
readonly monitoring: Record<string, string>;
readonly security: Readonly<{
apiKeyServiceSettings: string;
clusterPrivileges: string;
elasticsearchSettings: string;
elasticsearchEnableSecurity: string;
indicesPrivileges: string;
kibanaTLS: string;
kibanaPrivileges: string;
mappingRoles: string;
mappingRolesFieldRules: string;
runAsPrivilege: string;
}>;
readonly watcher: Record<string, string>;
readonly ccs: Record<string, string>;
readonly plugins: Record<string, string>;
readonly snapshotRestore: Record<string, string>;
readonly ingest: Record<string, string>;
readonly fleet: Readonly<{
guide: string;
fleetServer: string;
fleetServerAddFleetServer: string;
settings: string;
settingsFleetServerHostSettings: string;
troubleshooting: string;
elasticAgent: string;
datastreams: string;
datastreamsNamingScheme: string;
upgradeElasticAgent: string;
upgradeElasticAgent712lower: string;
}>;
readonly ecs: {
readonly guide: string;
};
} | | +| [links](./kibana-plugin-core-public.doclinksstart.links.md) | {
readonly settings: string;
readonly canvas: {
readonly guide: string;
};
readonly dashboard: {
readonly guide: string;
readonly drilldowns: string;
readonly drilldownsTriggerPicker: string;
readonly urlDrilldownTemplateSyntax: string;
readonly urlDrilldownVariables: string;
};
readonly discover: Record<string, string>;
readonly filebeat: {
readonly base: string;
readonly installation: string;
readonly configuration: string;
readonly elasticsearchOutput: string;
readonly elasticsearchModule: string;
readonly startup: string;
readonly exportedFields: string;
readonly suricataModule: string;
readonly zeekModule: string;
};
readonly auditbeat: {
readonly base: string;
readonly auditdModule: string;
readonly systemModule: string;
};
readonly metricbeat: {
readonly base: string;
readonly configure: string;
readonly httpEndpoint: string;
readonly install: string;
readonly start: string;
};
readonly enterpriseSearch: {
readonly base: string;
readonly appSearchBase: string;
readonly workplaceSearchBase: string;
};
readonly heartbeat: {
readonly base: string;
};
readonly libbeat: {
readonly getStarted: string;
};
readonly logstash: {
readonly base: string;
};
readonly functionbeat: {
readonly base: string;
};
readonly winlogbeat: {
readonly base: string;
};
readonly aggs: {
readonly composite: string;
readonly composite_missing_bucket: string;
readonly date_histogram: string;
readonly date_range: string;
readonly date_format_pattern: string;
readonly filter: string;
readonly filters: string;
readonly geohash_grid: string;
readonly histogram: string;
readonly ip_range: string;
readonly range: string;
readonly significant_terms: string;
readonly terms: string;
readonly avg: string;
readonly avg_bucket: string;
readonly max_bucket: string;
readonly min_bucket: string;
readonly sum_bucket: string;
readonly cardinality: string;
readonly count: string;
readonly cumulative_sum: string;
readonly derivative: string;
readonly geo_bounds: string;
readonly geo_centroid: string;
readonly max: string;
readonly median: string;
readonly min: string;
readonly moving_avg: string;
readonly percentile_ranks: string;
readonly serial_diff: string;
readonly std_dev: string;
readonly sum: string;
readonly top_hits: string;
};
readonly runtimeFields: {
readonly overview: string;
readonly mapping: string;
};
readonly scriptedFields: {
readonly scriptFields: string;
readonly scriptAggs: string;
readonly painless: string;
readonly painlessApi: string;
readonly painlessLangSpec: string;
readonly painlessSyntax: string;
readonly painlessWalkthrough: string;
readonly luceneExpressions: string;
};
readonly search: {
readonly sessions: string;
readonly sessionLimits: string;
};
readonly indexPatterns: {
readonly introduction: string;
readonly fieldFormattersNumber: string;
readonly fieldFormattersString: string;
readonly runtimeFields: string;
};
readonly addData: string;
readonly kibana: string;
readonly upgradeAssistant: string;
readonly rollupJobs: string;
readonly elasticsearch: Record<string, string>;
readonly siem: {
readonly guide: string;
readonly gettingStarted: string;
readonly ml: string;
readonly ruleChangeLog: string;
readonly detectionsReq: string;
readonly networkMap: string;
};
readonly query: {
readonly eql: string;
readonly kueryQuerySyntax: string;
readonly luceneQuerySyntax: string;
readonly percolate: string;
readonly queryDsl: string;
readonly autocompleteChanges: string;
};
readonly date: {
readonly dateMath: string;
readonly dateMathIndexNames: string;
};
readonly management: Record<string, string>;
readonly ml: Record<string, string>;
readonly transforms: Record<string, string>;
readonly visualize: Record<string, string>;
readonly apis: Readonly<{
bulkIndexAlias: string;
byteSizeUnits: string;
createAutoFollowPattern: string;
createFollower: string;
createIndex: string;
createSnapshotLifecyclePolicy: string;
createRoleMapping: string;
createRoleMappingTemplates: string;
createRollupJobsRequest: string;
createApiKey: string;
createPipeline: string;
createTransformRequest: string;
cronExpressions: string;
executeWatchActionModes: string;
indexExists: string;
openIndex: string;
putComponentTemplate: string;
painlessExecute: string;
painlessExecuteAPIContexts: string;
putComponentTemplateMetadata: string;
putSnapshotLifecyclePolicy: string;
putIndexTemplateV1: string;
putWatch: string;
simulatePipeline: string;
timeUnits: string;
updateTransform: string;
}>;
readonly observability: Record<string, string>;
readonly alerting: Record<string, string>;
readonly maps: Record<string, string>;
readonly monitoring: Record<string, string>;
readonly security: Readonly<{
apiKeyServiceSettings: string;
clusterPrivileges: string;
elasticsearchSettings: string;
elasticsearchEnableSecurity: string;
indicesPrivileges: string;
kibanaTLS: string;
kibanaPrivileges: string;
mappingRoles: string;
mappingRolesFieldRules: string;
runAsPrivilege: string;
}>;
readonly watcher: Record<string, string>;
readonly ccs: Record<string, string>;
readonly plugins: Record<string, string>;
readonly snapshotRestore: Record<string, string>;
readonly ingest: Record<string, string>;
readonly fleet: Readonly<{
guide: string;
fleetServer: string;
fleetServerAddFleetServer: string;
settings: string;
settingsFleetServerHostSettings: string;
troubleshooting: string;
elasticAgent: string;
datastreams: string;
datastreamsNamingScheme: string;
upgradeElasticAgent: string;
upgradeElasticAgent712lower: string;
}>;
readonly ecs: {
readonly guide: string;
};
} | | diff --git a/docs/development/core/public/kibana-plugin-core-public.kibanaexecutioncontext.md b/docs/development/core/public/kibana-plugin-core-public.kibanaexecutioncontext.md index afd66fbba18d3..06154c814c4e7 100644 --- a/docs/development/core/public/kibana-plugin-core-public.kibanaexecutioncontext.md +++ b/docs/development/core/public/kibana-plugin-core-public.kibanaexecutioncontext.md @@ -18,6 +18,6 @@ export interface KibanaExecutionContext | [description](./kibana-plugin-core-public.kibanaexecutioncontext.description.md) | string | human readable description. For example, a vis title, action name | | [id](./kibana-plugin-core-public.kibanaexecutioncontext.id.md) | string | unique value to identify the source | | [name](./kibana-plugin-core-public.kibanaexecutioncontext.name.md) | string | public name of a user-facing feature | -| [type](./kibana-plugin-core-public.kibanaexecutioncontext.type.md) | string | Kibana application initated an operation. Can be narrowed to an enum later. | +| [type](./kibana-plugin-core-public.kibanaexecutioncontext.type.md) | string | Kibana application initated an operation. | | [url](./kibana-plugin-core-public.kibanaexecutioncontext.url.md) | string | in browser - url to navigate to a current page, on server - endpoint path, for task: task SO url | diff --git a/docs/development/core/public/kibana-plugin-core-public.kibanaexecutioncontext.type.md b/docs/development/core/public/kibana-plugin-core-public.kibanaexecutioncontext.type.md index ca339ddd9d646..48009ebaaeaa5 100644 --- a/docs/development/core/public/kibana-plugin-core-public.kibanaexecutioncontext.type.md +++ b/docs/development/core/public/kibana-plugin-core-public.kibanaexecutioncontext.type.md @@ -4,7 +4,7 @@ ## KibanaExecutionContext.type property -Kibana application initated an operation. Can be narrowed to an enum later. +Kibana application initated an operation. Signature: diff --git a/docs/development/core/server/kibana-plugin-core-server.md b/docs/development/core/server/kibana-plugin-core-server.md index a26f8bd7b1594..a3f925151af61 100644 --- a/docs/development/core/server/kibana-plugin-core-server.md +++ b/docs/development/core/server/kibana-plugin-core-server.md @@ -329,6 +329,7 @@ The plugin integrates with the core system via lifecycle events: `setup` | [SavedObjectsImportHook](./kibana-plugin-core-server.savedobjectsimporthook.md) | A hook associated with a specific saved object type, that will be invoked during the import process. The hook will have access to the objects of the registered type.Currently, the only supported feature for import hooks is to return warnings to be displayed in the UI when the import succeeds. The only interactions the hook can have with the import process is via the hook's response. Mutating the objects inside the hook's code will have no effect. | | [SavedObjectsImportWarning](./kibana-plugin-core-server.savedobjectsimportwarning.md) | Composite type of all the possible types of import warnings.See [SavedObjectsImportSimpleWarning](./kibana-plugin-core-server.savedobjectsimportsimplewarning.md) and [SavedObjectsImportActionRequiredWarning](./kibana-plugin-core-server.savedobjectsimportactionrequiredwarning.md) for more details. | | [SavedObjectsNamespaceType](./kibana-plugin-core-server.savedobjectsnamespacetype.md) | The namespace type dictates how a saved object can be interacted in relation to namespaces. Each type is mutually exclusive: \* single (default): This type of saved object is namespace-isolated, e.g., it exists in only one namespace. \* multiple: This type of saved object is shareable, e.g., it can exist in one or more namespaces. \* multiple-isolated: This type of saved object is namespace-isolated, e.g., it exists in only one namespace, but object IDs must be unique across all namespaces. This is intended to be an intermediate step when objects with a "single" namespace type are being converted to a "multiple" namespace type. In other words, objects with a "multiple-isolated" namespace type will be \*share-capable\*, but will not actually be shareable until the namespace type is changed to "multiple". \* agnostic: This type of saved object is global. | +| [SavedObjectTypeExcludeFromUpgradeFilterHook](./kibana-plugin-core-server.savedobjecttypeexcludefromupgradefilterhook.md) | If defined, allows a type to run a search query and return a query filter that may match any documents which may be excluded from the next migration upgrade process. Useful for cleaning up large numbers of old documents which are no longer needed and may slow the migration process.If this hook fails, the migration will proceed without these documents having been filtered out, so this should not be used as a guarantee that these documents have been deleted.Experimental and subject to change | | [SavedObjectUnsanitizedDoc](./kibana-plugin-core-server.savedobjectunsanitizeddoc.md) | Describes Saved Object documents from Kibana < 7.0.0 which don't have a references root property defined. This type should only be used in migrations. | | [ScopeableRequest](./kibana-plugin-core-server.scopeablerequest.md) | A user credentials container. It accommodates the necessary auth credentials to impersonate the current user.See [KibanaRequest](./kibana-plugin-core-server.kibanarequest.md). | | [ServiceStatusLevel](./kibana-plugin-core-server.servicestatuslevel.md) | A convenience type that represents the union of each value in [ServiceStatusLevels](./kibana-plugin-core-server.servicestatuslevels.md). | diff --git a/docs/development/core/server/kibana-plugin-core-server.savedobjectmigrationcontext.issinglenamespacetype.md b/docs/development/core/server/kibana-plugin-core-server.savedobjectmigrationcontext.issinglenamespacetype.md new file mode 100644 index 0000000000000..528be67f029c6 --- /dev/null +++ b/docs/development/core/server/kibana-plugin-core-server.savedobjectmigrationcontext.issinglenamespacetype.md @@ -0,0 +1,13 @@ + + +[Home](./index.md) > [kibana-plugin-core-server](./kibana-plugin-core-server.md) > [SavedObjectMigrationContext](./kibana-plugin-core-server.savedobjectmigrationcontext.md) > [isSingleNamespaceType](./kibana-plugin-core-server.savedobjectmigrationcontext.issinglenamespacetype.md) + +## SavedObjectMigrationContext.isSingleNamespaceType property + +Whether this is a single-namespace type or not + +Signature: + +```typescript +readonly isSingleNamespaceType: boolean; +``` diff --git a/docs/development/core/server/kibana-plugin-core-server.savedobjectmigrationcontext.md b/docs/development/core/server/kibana-plugin-core-server.savedobjectmigrationcontext.md index c8a291e502845..21ca234fde185 100644 --- a/docs/development/core/server/kibana-plugin-core-server.savedobjectmigrationcontext.md +++ b/docs/development/core/server/kibana-plugin-core-server.savedobjectmigrationcontext.md @@ -17,6 +17,7 @@ export interface SavedObjectMigrationContext | Property | Type | Description | | --- | --- | --- | | [convertToMultiNamespaceTypeVersion](./kibana-plugin-core-server.savedobjectmigrationcontext.converttomultinamespacetypeversion.md) | string | The version in which this object type is being converted to a multi-namespace type | +| [isSingleNamespaceType](./kibana-plugin-core-server.savedobjectmigrationcontext.issinglenamespacetype.md) | boolean | Whether this is a single-namespace type or not | | [log](./kibana-plugin-core-server.savedobjectmigrationcontext.log.md) | SavedObjectsMigrationLogger | logger instance to be used by the migration handler | | [migrationVersion](./kibana-plugin-core-server.savedobjectmigrationcontext.migrationversion.md) | string | The migration version that this migration function is defined for | diff --git a/docs/development/core/server/kibana-plugin-core-server.savedobjectstype.excludeonupgrade.md b/docs/development/core/server/kibana-plugin-core-server.savedobjectstype.excludeonupgrade.md new file mode 100644 index 0000000000000..f5446b37dc29c --- /dev/null +++ b/docs/development/core/server/kibana-plugin-core-server.savedobjectstype.excludeonupgrade.md @@ -0,0 +1,13 @@ + + +[Home](./index.md) > [kibana-plugin-core-server](./kibana-plugin-core-server.md) > [SavedObjectsType](./kibana-plugin-core-server.savedobjectstype.md) > [excludeOnUpgrade](./kibana-plugin-core-server.savedobjectstype.excludeonupgrade.md) + +## SavedObjectsType.excludeOnUpgrade property + +If defined, allows a type to exclude unneeded documents from the migration process and effectively be deleted. See [SavedObjectTypeExcludeFromUpgradeFilterHook](./kibana-plugin-core-server.savedobjecttypeexcludefromupgradefilterhook.md) for more details. + +Signature: + +```typescript +excludeOnUpgrade?: SavedObjectTypeExcludeFromUpgradeFilterHook; +``` diff --git a/docs/development/core/server/kibana-plugin-core-server.savedobjectstype.md b/docs/development/core/server/kibana-plugin-core-server.savedobjectstype.md index c3aba5261561f..bdb90be2bc8fc 100644 --- a/docs/development/core/server/kibana-plugin-core-server.savedobjectstype.md +++ b/docs/development/core/server/kibana-plugin-core-server.savedobjectstype.md @@ -52,6 +52,7 @@ Example after converting to a multi-namespace (shareable) type in 8.1: ``` Note: migration function(s) can be optionally specified for any of these versions and will not interfere with the conversion process. | +| [excludeOnUpgrade](./kibana-plugin-core-server.savedobjectstype.excludeonupgrade.md) | SavedObjectTypeExcludeFromUpgradeFilterHook | If defined, allows a type to exclude unneeded documents from the migration process and effectively be deleted. See [SavedObjectTypeExcludeFromUpgradeFilterHook](./kibana-plugin-core-server.savedobjecttypeexcludefromupgradefilterhook.md) for more details. | | [hidden](./kibana-plugin-core-server.savedobjectstype.hidden.md) | boolean | Is the type hidden by default. If true, repositories will not have access to this type unless explicitly declared as an extraType when creating the repository.See [createInternalRepository](./kibana-plugin-core-server.savedobjectsservicestart.createinternalrepository.md). | | [indexPattern](./kibana-plugin-core-server.savedobjectstype.indexpattern.md) | string | If defined, the type instances will be stored in the given index instead of the default one. | | [management](./kibana-plugin-core-server.savedobjectstype.management.md) | SavedObjectsTypeManagementDefinition<Attributes> | An optional [saved objects management section](./kibana-plugin-core-server.savedobjectstypemanagementdefinition.md) definition for the type. | diff --git a/docs/development/core/server/kibana-plugin-core-server.savedobjecttypeexcludefromupgradefilterhook.md b/docs/development/core/server/kibana-plugin-core-server.savedobjecttypeexcludefromupgradefilterhook.md new file mode 100644 index 0000000000000..bd1c43529895c --- /dev/null +++ b/docs/development/core/server/kibana-plugin-core-server.savedobjecttypeexcludefromupgradefilterhook.md @@ -0,0 +1,19 @@ + + +[Home](./index.md) > [kibana-plugin-core-server](./kibana-plugin-core-server.md) > [SavedObjectTypeExcludeFromUpgradeFilterHook](./kibana-plugin-core-server.savedobjecttypeexcludefromupgradefilterhook.md) + +## SavedObjectTypeExcludeFromUpgradeFilterHook type + +If defined, allows a type to run a search query and return a query filter that may match any documents which may be excluded from the next migration upgrade process. Useful for cleaning up large numbers of old documents which are no longer needed and may slow the migration process. + +If this hook fails, the migration will proceed without these documents having been filtered out, so this should not be used as a guarantee that these documents have been deleted. + +Experimental and subject to change + +Signature: + +```typescript +export declare type SavedObjectTypeExcludeFromUpgradeFilterHook = (toolkit: { + readonlyEsClient: Pick; +}) => estypes.QueryDslQueryContainer | Promise; +``` diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.castestokbnfieldtypename.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.castestokbnfieldtypename.md index a3914a54decb3..c6135d9313b23 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.castestokbnfieldtypename.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.castestokbnfieldtypename.md @@ -4,10 +4,13 @@ ## castEsToKbnFieldTypeName variable -Get the KbnFieldType name for an esType string +> Warning: This API is now obsolete. +> +> Import from the "@kbn/field-types" package directly instead. 8.0 +> Signature: ```typescript -castEsToKbnFieldTypeName: (esType: ES_FIELD_TYPES | string) => KBN_FIELD_TYPES +castEsToKbnFieldTypeName: (esType: string) => import("@kbn/field-types").KBN_FIELD_TYPES ``` diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.customfilter.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.customfilter.md index 6763a8d2ba0bf..5c666c7f9fe1e 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.customfilter.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.customfilter.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.es_field_types.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.es_field_types.md deleted file mode 100644 index 61929355decc2..0000000000000 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.es_field_types.md +++ /dev/null @@ -1,54 +0,0 @@ - - -[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [ES\_FIELD\_TYPES](./kibana-plugin-plugins-data-public.es_field_types.md) - -## ES\_FIELD\_TYPES enum - -\* - -Signature: - -```typescript -export declare enum ES_FIELD_TYPES -``` - -## Enumeration Members - -| Member | Value | Description | -| --- | --- | --- | -| \_ID | "_id" | | -| \_INDEX | "_index" | | -| \_SOURCE | "_source" | | -| \_TYPE | "_type" | | -| ATTACHMENT | "attachment" | | -| BOOLEAN | "boolean" | | -| BYTE | "byte" | | -| DATE | "date" | | -| DATE\_NANOS | "date_nanos" | | -| DATE\_RANGE | "date_range" | | -| DOUBLE | "double" | | -| DOUBLE\_RANGE | "double_range" | | -| FLOAT | "float" | | -| FLOAT\_RANGE | "float_range" | | -| GEO\_POINT | "geo_point" | | -| GEO\_SHAPE | "geo_shape" | | -| HALF\_FLOAT | "half_float" | | -| HISTOGRAM | "histogram" | | -| INTEGER | "integer" | | -| INTEGER\_RANGE | "integer_range" | | -| IP | "ip" | | -| IP\_RANGE | "ip_range" | | -| KEYWORD | "keyword" | | -| LONG | "long" | | -| LONG\_RANGE | "long_range" | | -| MURMUR3 | "murmur3" | | -| NESTED | "nested" | | -| OBJECT | "object" | | -| SCALED\_FLOAT | "scaled_float" | | -| SHORT | "short" | | -| STRING | "string" | | -| TEXT | "text" | | -| TOKEN\_COUNT | "token_count" | | -| UNSIGNED\_LONG | "unsigned_long" | | -| VERSION | "version" | | - diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esfilters.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esfilters.md index eb06d99426197..c13f6e951be98 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esfilters.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esfilters.md @@ -4,6 +4,13 @@ ## esFilters variable +> Warning: This API is now obsolete. +> +> Please import helpers from the package kbn/es-query directly. This import will be removed in v8.0.0. +> + +Filter helpers namespace: + Signature: ```typescript @@ -13,18 +20,18 @@ esFilters: { FILTERS: typeof import("@kbn/es-query").FILTERS; FilterStateStore: typeof FilterStateStore; buildEmptyFilter: (isPinned: boolean, index?: string | undefined) => import("@kbn/es-query").Filter; - buildPhrasesFilter: (field: import("@kbn/es-query").IndexPatternFieldBase, params: any[], indexPattern: import("@kbn/es-query").IndexPatternBase) => import("@kbn/es-query").PhrasesFilter; + buildPhrasesFilter: (field: import("@kbn/es-query").IndexPatternFieldBase, params: string[], indexPattern: import("@kbn/es-query").IndexPatternBase) => import("@kbn/es-query").PhrasesFilter; buildExistsFilter: (field: import("@kbn/es-query").IndexPatternFieldBase, indexPattern: import("@kbn/es-query").IndexPatternBase) => import("@kbn/es-query").ExistsFilter; - buildPhraseFilter: (field: import("@kbn/es-query").IndexPatternFieldBase, value: any, indexPattern: import("@kbn/es-query").IndexPatternBase) => import("@kbn/es-query").PhraseFilter; - buildQueryFilter: (query: any, index: string, alias: string) => import("@kbn/es-query").QueryStringFilter; + buildPhraseFilter: (field: import("@kbn/es-query").IndexPatternFieldBase, value: string | number | boolean, indexPattern: import("@kbn/es-query").IndexPatternBase) => import("@kbn/es-query").PhraseFilter; + buildQueryFilter: (query: any, index: string, alias: string) => import("@kbn/es-query/target_types/filters/build_filters").QueryStringFilter; buildRangeFilter: (field: import("@kbn/es-query").IndexPatternFieldBase, params: import("@kbn/es-query").RangeFilterParams, indexPattern: import("@kbn/es-query").IndexPatternBase, formattedValue?: string | undefined) => import("@kbn/es-query").RangeFilter; - isPhraseFilter: (filter: any) => filter is import("@kbn/es-query").PhraseFilter; - isExistsFilter: (filter: any) => filter is import("@kbn/es-query").ExistsFilter; - isPhrasesFilter: (filter: any) => filter is import("@kbn/es-query").PhrasesFilter; - isRangeFilter: (filter: any) => filter is import("@kbn/es-query").RangeFilter; - isMatchAllFilter: (filter: any) => filter is import("@kbn/es-query").MatchAllFilter; - isMissingFilter: (filter: any) => filter is import("@kbn/es-query").MissingFilter; - isQueryStringFilter: (filter: any) => filter is import("@kbn/es-query").QueryStringFilter; + isPhraseFilter: (filter: import("@kbn/es-query").FieldFilter) => filter is import("@kbn/es-query").PhraseFilter; + isExistsFilter: (filter: import("@kbn/es-query").FieldFilter) => filter is import("@kbn/es-query").ExistsFilter; + isPhrasesFilter: (filter: import("@kbn/es-query").FieldFilter) => filter is import("@kbn/es-query").PhrasesFilter; + isRangeFilter: (filter?: import("@kbn/es-query").ExistsFilter | import("@kbn/es-query").GeoPolygonFilter | import("@kbn/es-query").PhrasesFilter | import("@kbn/es-query").PhraseFilter | import("@kbn/es-query").MatchAllFilter | import("@kbn/es-query").MissingFilter | import("@kbn/es-query").RangeFilter | import("@kbn/es-query").GeoBoundingBoxFilter | undefined) => filter is import("@kbn/es-query").RangeFilter; + isMatchAllFilter: (filter: import("@kbn/es-query").FieldFilter) => filter is import("@kbn/es-query").MatchAllFilter; + isMissingFilter: (filter: import("@kbn/es-query").FieldFilter) => filter is import("@kbn/es-query").MissingFilter; + isQueryStringFilter: (filter: import("@kbn/es-query").FieldFilter) => filter is import("@kbn/es-query/target_types/filters/build_filters").QueryStringFilter; isFilterPinned: (filter: import("@kbn/es-query").Filter) => boolean | undefined; toggleFilterNegated: (filter: import("@kbn/es-query").Filter) => { meta: { @@ -39,21 +46,23 @@ esFilters: { params?: any; value?: string | undefined; }; - $state?: import("@kbn/es-query/target_types/filters/types").FilterState | undefined; + $state?: { + store: FilterStateStore; + } | undefined; query?: any; }; disableFilter: (filter: import("@kbn/es-query").Filter) => import("@kbn/es-query").Filter; getPhraseFilterField: (filter: import("@kbn/es-query").PhraseFilter) => string; getPhraseFilterValue: (filter: import("@kbn/es-query").PhraseFilter) => string | number | boolean; getDisplayValueFromFilter: typeof getDisplayValueFromFilter; - compareFilters: (first: import("@kbn/es-query").Filter | import("@kbn/es-query").Filter[], second: import("@kbn/es-query").Filter | import("@kbn/es-query").Filter[], comparatorOptions?: import("../common").FilterCompareOptions) => boolean; - COMPARE_ALL_OPTIONS: import("../common").FilterCompareOptions; + compareFilters: (first: import("@kbn/es-query").Filter | import("@kbn/es-query").Filter[], second: import("@kbn/es-query").Filter | import("@kbn/es-query").Filter[], comparatorOptions?: import("@kbn/es-query").FilterCompareOptions | undefined) => boolean; + COMPARE_ALL_OPTIONS: import("@kbn/es-query").FilterCompareOptions; generateFilters: typeof generateFilters; onlyDisabledFiltersChanged: (newFilters?: import("@kbn/es-query").Filter[] | undefined, oldFilters?: import("@kbn/es-query").Filter[] | undefined) => boolean; - changeTimeFilter: typeof changeTimeFilter; - convertRangeFilterToTimeRangeString: typeof convertRangeFilterToTimeRangeString; + changeTimeFilter: typeof oldChangeTimeFilter; + convertRangeFilterToTimeRangeString: typeof oldConvertRangeFilterToTimeRangeString; mapAndFlattenFilters: (filters: import("@kbn/es-query").Filter[]) => import("@kbn/es-query").Filter[]; - extractTimeFilter: typeof extractTimeFilter; + extractTimeFilter: typeof oldExtractTimeFilter; extractTimeRange: typeof extractTimeRange; } ``` diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.eskuery.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.eskuery.md index 6ed9898ddd718..48cb20e0b9032 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.eskuery.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.eskuery.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import helpers from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import helpers from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esquery.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esquery.md index fa2ee4faa7466..deb50b1928010 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esquery.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esquery.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import helpers from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import helpers from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esqueryconfig.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esqueryconfig.md index 4480329c2df19..3e8c370941260 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esqueryconfig.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.esqueryconfig.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.existsfilter.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.existsfilter.md index ab756295eac8c..ec5bc71c614ec 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.existsfilter.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.existsfilter.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.extracttimerange.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.extracttimerange.md new file mode 100644 index 0000000000000..e0d9fcef130b6 --- /dev/null +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.extracttimerange.md @@ -0,0 +1,29 @@ + + +[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [extractTimeRange](./kibana-plugin-plugins-data-public.extracttimerange.md) + +## extractTimeRange() function + +Signature: + +```typescript +export declare function extractTimeRange(filters: Filter[], timeFieldName?: string): { + restOfFilters: Filter[]; + timeRange?: TimeRange; +}; +``` + +## Parameters + +| Parameter | Type | Description | +| --- | --- | --- | +| filters | Filter[] | | +| timeFieldName | string | | + +Returns: + +`{ + restOfFilters: Filter[]; + timeRange?: TimeRange; +}` + diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.fieldformat.hidden.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.fieldformat.hidden.md new file mode 100644 index 0000000000000..2032f0fc01112 --- /dev/null +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.fieldformat.hidden.md @@ -0,0 +1,15 @@ + + +[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [FieldFormat](./kibana-plugin-plugins-data-public.fieldformat.md) > [hidden](./kibana-plugin-plugins-data-public.fieldformat.hidden.md) + +## FieldFormat.hidden property + +Hidden field formats can only be accessed directly by id, They won't appear in field format editor UI, But they can be accessed and used from code internally. + + {boolean} - Is this a hidden field format + +Signature: + +```typescript +static hidden: boolean; +``` diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.fieldformat.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.fieldformat.md index c956ffffd85ec..640064af4be12 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.fieldformat.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.fieldformat.md @@ -25,6 +25,7 @@ export declare abstract class FieldFormat | [convertObject](./kibana-plugin-plugins-data-public.fieldformat.convertobject.md) | | FieldFormatConvert | undefined | {FieldFormatConvert} have to remove the private because of https://github.com/Microsoft/TypeScript/issues/17293 | | [fieldType](./kibana-plugin-plugins-data-public.fieldformat.fieldtype.md) | static | string | string[] | {string} - Field Format Type | | [getConfig](./kibana-plugin-plugins-data-public.fieldformat.getconfig.md) | | FieldFormatsGetConfigFn | undefined | | +| [hidden](./kibana-plugin-plugins-data-public.fieldformat.hidden.md) | static | boolean | Hidden field formats can only be accessed directly by id, They won't appear in field format editor UI, But they can be accessed and used from code internally. {boolean} - Is this a hidden field format | | [htmlConvert](./kibana-plugin-plugins-data-public.fieldformat.htmlconvert.md) | | HtmlContextTypeConvert | undefined | {htmlConvert} have to remove the protected because of https://github.com/Microsoft/TypeScript/issues/17293 | | [id](./kibana-plugin-plugins-data-public.fieldformat.id.md) | static | string | {string} - Field Format Id | | [textConvert](./kibana-plugin-plugins-data-public.fieldformat.textconvert.md) | | TextContextTypeConvert | undefined | {textConvert} have to remove the protected because of https://github.com/Microsoft/TypeScript/issues/17293 | diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.fieldformatsstart.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.fieldformatsstart.md index 1a0a08f44451a..ac8ddce6e7016 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.fieldformatsstart.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.fieldformatsstart.md @@ -8,7 +8,7 @@ Signature: ```typescript -export declare type FieldFormatsStart = Omit & { +export declare type FieldFormatsStart = Omit & { deserialize: FormatFactory; }; ``` diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.filter.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.filter.md index bf8d4ced016a3..454dde806532f 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.filter.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.filter.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.filteritem.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.filteritem.md new file mode 100644 index 0000000000000..1bb193521b429 --- /dev/null +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.filteritem.md @@ -0,0 +1,11 @@ + + +[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [FilterItem](./kibana-plugin-plugins-data-public.filteritem.md) + +## FilterItem variable + +Signature: + +```typescript +FilterItem: (props: FilterItemProps) => JSX.Element +``` diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.filterlabel.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.filterlabel.md new file mode 100644 index 0000000000000..59425a2e3605d --- /dev/null +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.filterlabel.md @@ -0,0 +1,11 @@ + + +[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [FilterLabel](./kibana-plugin-plugins-data-public.filterlabel.md) + +## FilterLabel variable + +Signature: + +```typescript +FilterLabel: (props: FilterLabelProps) => JSX.Element +``` diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.generatefilters.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.generatefilters.md new file mode 100644 index 0000000000000..31c8c3e98c639 --- /dev/null +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.generatefilters.md @@ -0,0 +1,30 @@ + + +[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [generateFilters](./kibana-plugin-plugins-data-public.generatefilters.md) + +## generateFilters() function + +Generate filter objects, as a result of triggering a filter action on a specific index pattern field. + +Signature: + +```typescript +export declare function generateFilters(filterManager: FilterManager, field: IFieldType | string, values: any, operation: string, index: string): Filter[]; +``` + +## Parameters + +| Parameter | Type | Description | +| --- | --- | --- | +| filterManager | FilterManager | | +| field | IFieldType | string | | +| values | any | | +| operation | string | | +| index | string | | + +Returns: + +`Filter[]` + +{object} An array of filters to be added back to filterManager + diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.getdisplayvaluefromfilter.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.getdisplayvaluefromfilter.md new file mode 100644 index 0000000000000..3666047e3cecb --- /dev/null +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.getdisplayvaluefromfilter.md @@ -0,0 +1,23 @@ + + +[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [getDisplayValueFromFilter](./kibana-plugin-plugins-data-public.getdisplayvaluefromfilter.md) + +## getDisplayValueFromFilter() function + +Signature: + +```typescript +export declare function getDisplayValueFromFilter(filter: Filter, indexPatterns: IIndexPattern[]): string; +``` + +## Parameters + +| Parameter | Type | Description | +| --- | --- | --- | +| filter | Filter | | +| indexPatterns | IIndexPattern[] | | + +Returns: + +`string` + diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.getesqueryconfig.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.getesqueryconfig.md new file mode 100644 index 0000000000000..9c00719badc5e --- /dev/null +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.getesqueryconfig.md @@ -0,0 +1,22 @@ + + +[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [getEsQueryConfig](./kibana-plugin-plugins-data-public.getesqueryconfig.md) + +## getEsQueryConfig() function + +Signature: + +```typescript +export declare function getEsQueryConfig(config: KibanaConfig): EsQueryConfig; +``` + +## Parameters + +| Parameter | Type | Description | +| --- | --- | --- | +| config | KibanaConfig | | + +Returns: + +`EsQueryConfig` + diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.getkbntypenames.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.getkbntypenames.md index 57ea5bab6e8c3..66effff722f3b 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.getkbntypenames.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.getkbntypenames.md @@ -4,9 +4,10 @@ ## getKbnTypeNames variable -Get the esTypes known by all kbnFieldTypes - - {Array} +> Warning: This API is now obsolete. +> +> Import from the "@kbn/field-types" package directly instead. 8.0 +> Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.ifieldsubtype.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.ifieldsubtype.md index d5d8a0b62d3c5..e2fa06a8acc6c 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.ifieldsubtype.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.ifieldsubtype.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.isfilter.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.isfilter.md index 2848e20edde1b..eb6b9968544c7 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.isfilter.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.isfilter.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.isfilters.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.isfilters.md index 881d50b8a49e1..52bfaa67e2258 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.isfilters.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.isfilters.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.kbn_field_types.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.kbn_field_types.md deleted file mode 100644 index 521ceeb1e37f2..0000000000000 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.kbn_field_types.md +++ /dev/null @@ -1,38 +0,0 @@ - - -[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [KBN\_FIELD\_TYPES](./kibana-plugin-plugins-data-public.kbn_field_types.md) - -## KBN\_FIELD\_TYPES enum - -\* - -Signature: - -```typescript -export declare enum KBN_FIELD_TYPES -``` - -## Enumeration Members - -| Member | Value | Description | -| --- | --- | --- | -| \_SOURCE | "_source" | | -| ATTACHMENT | "attachment" | | -| BOOLEAN | "boolean" | | -| CONFLICT | "conflict" | | -| DATE | "date" | | -| DATE\_RANGE | "date_range" | | -| GEO\_POINT | "geo_point" | | -| GEO\_SHAPE | "geo_shape" | | -| HISTOGRAM | "histogram" | | -| IP | "ip" | | -| IP\_RANGE | "ip_range" | | -| MISSING | "missing" | | -| MURMUR3 | "murmur3" | | -| NESTED | "nested" | | -| NUMBER | "number" | | -| NUMBER\_RANGE | "number_range" | | -| OBJECT | "object" | | -| STRING | "string" | | -| UNKNOWN | "unknown" | | - diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.kuerynode.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.kuerynode.md index 9cea144ff9d46..bb3eb02dc88b9 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.kuerynode.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.kuerynode.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.matchallfilter.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.matchallfilter.md index 39ae82865808c..36712d80ff644 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.matchallfilter.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.matchallfilter.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.md index e60e26bcb503e..49c9d1d143e6b 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.md @@ -30,9 +30,7 @@ | Enumeration | Description | | --- | --- | | [BUCKET\_TYPES](./kibana-plugin-plugins-data-public.bucket_types.md) | | -| [ES\_FIELD\_TYPES](./kibana-plugin-plugins-data-public.es_field_types.md) | \* | | [IndexPatternType](./kibana-plugin-plugins-data-public.indexpatterntype.md) | | -| [KBN\_FIELD\_TYPES](./kibana-plugin-plugins-data-public.kbn_field_types.md) | \* | | [METRIC\_TYPES](./kibana-plugin-plugins-data-public.metric_types.md) | | | [QuerySuggestionTypes](./kibana-plugin-plugins-data-public.querysuggestiontypes.md) | | | [SearchSessionState](./kibana-plugin-plugins-data-public.searchsessionstate.md) | Possible state that current session can be in | @@ -43,8 +41,12 @@ | Function | Description | | --- | --- | +| [extractTimeRange(filters, timeFieldName)](./kibana-plugin-plugins-data-public.extracttimerange.md) | | +| [generateFilters(filterManager, field, values, operation, index)](./kibana-plugin-plugins-data-public.generatefilters.md) | Generate filter objects, as a result of triggering a filter action on a specific index pattern field. | | [getDefaultQuery(language)](./kibana-plugin-plugins-data-public.getdefaultquery.md) | | +| [getDisplayValueFromFilter(filter, indexPatterns)](./kibana-plugin-plugins-data-public.getdisplayvaluefromfilter.md) | | | [getEsPreference(uiSettings, sessionId)](./kibana-plugin-plugins-data-public.getespreference.md) | | +| [getEsQueryConfig(config)](./kibana-plugin-plugins-data-public.getesqueryconfig.md) | | | [getSearchParamsFromRequest(searchRequest, dependencies)](./kibana-plugin-plugins-data-public.getsearchparamsfromrequest.md) | | | [getTime(indexPattern, timeRange, options)](./kibana-plugin-plugins-data-public.gettime.md) | | | [isEsError(e)](./kibana-plugin-plugins-data-public.iseserror.md) | Checks if a given errors originated from Elasticsearch. Those params are assigned to the attributes property of an error. | @@ -103,18 +105,20 @@ | [AggGroupNames](./kibana-plugin-plugins-data-public.agggroupnames.md) | | | [APPLY\_FILTER\_TRIGGER](./kibana-plugin-plugins-data-public.apply_filter_trigger.md) | | | [baseFormattersPublic](./kibana-plugin-plugins-data-public.baseformatterspublic.md) | | -| [castEsToKbnFieldTypeName](./kibana-plugin-plugins-data-public.castestokbnfieldtypename.md) | Get the KbnFieldType name for an esType string | +| [castEsToKbnFieldTypeName](./kibana-plugin-plugins-data-public.castestokbnfieldtypename.md) | | | [connectToQueryState](./kibana-plugin-plugins-data-public.connecttoquerystate.md) | Helper to setup two-way syncing of global data and a state container | | [createSavedQueryService](./kibana-plugin-plugins-data-public.createsavedqueryservice.md) | | | [ES\_SEARCH\_STRATEGY](./kibana-plugin-plugins-data-public.es_search_strategy.md) | | -| [esFilters](./kibana-plugin-plugins-data-public.esfilters.md) | | +| [esFilters](./kibana-plugin-plugins-data-public.esfilters.md) | Filter helpers namespace: | | [esKuery](./kibana-plugin-plugins-data-public.eskuery.md) | | | [esQuery](./kibana-plugin-plugins-data-public.esquery.md) | | | [exporters](./kibana-plugin-plugins-data-public.exporters.md) | | | [extractSearchSourceReferences](./kibana-plugin-plugins-data-public.extractsearchsourcereferences.md) | | | [fieldFormats](./kibana-plugin-plugins-data-public.fieldformats.md) | | | [fieldList](./kibana-plugin-plugins-data-public.fieldlist.md) | | -| [getKbnTypeNames](./kibana-plugin-plugins-data-public.getkbntypenames.md) | Get the esTypes known by all kbnFieldTypes {Array} | +| [FilterItem](./kibana-plugin-plugins-data-public.filteritem.md) | | +| [FilterLabel](./kibana-plugin-plugins-data-public.filterlabel.md) | | +| [getKbnTypeNames](./kibana-plugin-plugins-data-public.getkbntypenames.md) | | | [INDEX\_PATTERN\_SAVED\_OBJECT\_TYPE](./kibana-plugin-plugins-data-public.index_pattern_saved_object_type.md) | \* | | [indexPatterns](./kibana-plugin-plugins-data-public.indexpatterns.md) | | | [injectSearchSourceReferences](./kibana-plugin-plugins-data-public.injectsearchsourcereferences.md) | | diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.phrasefilter.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.phrasefilter.md index ca38ac25dcf50..1c0dcc0589d0a 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.phrasefilter.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.phrasefilter.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.phrasesfilter.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.phrasesfilter.md index 0c293cb909276..64bce6d4f6111 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.phrasesfilter.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.phrasesfilter.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.rangefilter.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.rangefilter.md index 3d9af100a707a..9f072aae6e194 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.rangefilter.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.rangefilter.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.rangefiltermeta.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.rangefiltermeta.md index 4060a71e62cd0..e1b4f2886a6de 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.rangefiltermeta.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.rangefiltermeta.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.rangefilterparams.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.rangefilterparams.md index cdf237ea5a1ec..23c11b1317c7e 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.rangefilterparams.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.rangefilterparams.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsourcefields.fieldsfromsource.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsourcefields.fieldsfromsource.md index d343d8ce180da..bd5fe56df98b6 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsourcefields.fieldsfromsource.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsourcefields.fieldsfromsource.md @@ -14,5 +14,5 @@ Retreive fields directly from \_source (legacy behavior) Signature: ```typescript -fieldsFromSource?: NameList; +fieldsFromSource?: estypes.Fields; ``` diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsourcefields.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsourcefields.md index 22dc6fa9f627b..e83e2261dc2a0 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsourcefields.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsourcefields.md @@ -18,7 +18,7 @@ export interface SearchSourceFields | --- | --- | --- | | [aggs](./kibana-plugin-plugins-data-public.searchsourcefields.aggs.md) | object | IAggConfigs | (() => object) | [AggConfigs](./kibana-plugin-plugins-data-public.aggconfigs.md) | | [fields](./kibana-plugin-plugins-data-public.searchsourcefields.fields.md) | SearchFieldValue[] | Retrieve fields via the search Fields API | -| [fieldsFromSource](./kibana-plugin-plugins-data-public.searchsourcefields.fieldsfromsource.md) | NameList | Retreive fields directly from \_source (legacy behavior) | +| [fieldsFromSource](./kibana-plugin-plugins-data-public.searchsourcefields.fieldsfromsource.md) | estypes.Fields | Retreive fields directly from \_source (legacy behavior) | | [filter](./kibana-plugin-plugins-data-public.searchsourcefields.filter.md) | Filter[] | Filter | (() => Filter[] | Filter | undefined) | [Filter](./kibana-plugin-plugins-data-public.filter.md) | | [from](./kibana-plugin-plugins-data-public.searchsourcefields.from.md) | number | | | [highlight](./kibana-plugin-plugins-data-public.searchsourcefields.highlight.md) | any | | @@ -29,7 +29,7 @@ export interface SearchSourceFields | [searchAfter](./kibana-plugin-plugins-data-public.searchsourcefields.searchafter.md) | EsQuerySearchAfter | | | [size](./kibana-plugin-plugins-data-public.searchsourcefields.size.md) | number | | | [sort](./kibana-plugin-plugins-data-public.searchsourcefields.sort.md) | EsQuerySortValue | EsQuerySortValue[] | [EsQuerySortValue](./kibana-plugin-plugins-data-public.esquerysortvalue.md) | -| [source](./kibana-plugin-plugins-data-public.searchsourcefields.source.md) | NameList | | +| [source](./kibana-plugin-plugins-data-public.searchsourcefields.source.md) | boolean | estypes.Fields | | | [terminate\_after](./kibana-plugin-plugins-data-public.searchsourcefields.terminate_after.md) | number | | | [timeout](./kibana-plugin-plugins-data-public.searchsourcefields.timeout.md) | string | | | [trackTotalHits](./kibana-plugin-plugins-data-public.searchsourcefields.tracktotalhits.md) | boolean | number | | diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsourcefields.source.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsourcefields.source.md index 0066e96d0dfc1..09b347223418f 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsourcefields.source.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchsourcefields.source.md @@ -7,5 +7,5 @@ Signature: ```typescript -source?: NameList; +source?: boolean | estypes.Fields; ``` diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.ui_settings.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.ui_settings.md index 9a0c37c8edd38..bdfc881878efd 100644 --- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.ui_settings.md +++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.ui_settings.md @@ -38,5 +38,6 @@ UI_SETTINGS: { readonly FILTERS_PINNED_BY_DEFAULT: "filters:pinnedByDefault"; readonly FILTERS_EDITOR_SUGGEST_VALUES: "filterEditor:suggestValues"; readonly AUTOCOMPLETE_USE_TIMERANGE: "autocomplete:useTimeRange"; + readonly AUTOCOMPLETE_VALUE_SUGGESTION_METHOD: "autocomplete:valueSuggestionMethod"; } ``` diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.asyncsearchstatusresponse._shards.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.asyncsearchstatusresponse._shards.md index 5cb7e7135aecf..3235bb08cfbf7 100644 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.asyncsearchstatusresponse._shards.md +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.asyncsearchstatusresponse._shards.md @@ -7,5 +7,5 @@ Signature: ```typescript -_shards: ShardsResponse; +_shards: estypes.ShardStatistics; ``` diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.asyncsearchstatusresponse.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.asyncsearchstatusresponse.md index 5d7ea57939269..2d1d6fbce4e27 100644 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.asyncsearchstatusresponse.md +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.asyncsearchstatusresponse.md @@ -14,6 +14,6 @@ export interface AsyncSearchStatusResponse extends OmitShardsResponse | | +| [\_shards](./kibana-plugin-plugins-data-server.asyncsearchstatusresponse._shards.md) | estypes.ShardStatistics | | | [completion\_status](./kibana-plugin-plugins-data-server.asyncsearchstatusresponse.completion_status.md) | number | | diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.buildqueryfromfilters.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.buildqueryfromfilters.md new file mode 100644 index 0000000000000..fba0d9fe62c78 --- /dev/null +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.buildqueryfromfilters.md @@ -0,0 +1,21 @@ + + +[Home](./index.md) > [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) > [buildQueryFromFilters](./kibana-plugin-plugins-data-server.buildqueryfromfilters.md) + +## buildQueryFromFilters variable + +> Warning: This API is now obsolete. +> +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. +> + +Signature: + +```typescript +buildQueryFromFilters: (filters: oldFilter[] | undefined, indexPattern: import("@kbn/es-query").IndexPatternBase | undefined, ignoreFilterIfFieldNotInIndex?: boolean | undefined) => { + must: never[]; + filter: oldFilter[]; + should: never[]; + must_not: oldFilter[]; +} +``` diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.castestokbnfieldtypename.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.castestokbnfieldtypename.md index ea009601acdff..834fe302ad9f8 100644 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.castestokbnfieldtypename.md +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.castestokbnfieldtypename.md @@ -4,10 +4,13 @@ ## castEsToKbnFieldTypeName variable -Get the KbnFieldType name for an esType string +> Warning: This API is now obsolete. +> +> Import from the "@kbn/field-types" package directly instead. 8.0 +> Signature: ```typescript -castEsToKbnFieldTypeName: (esType: ES_FIELD_TYPES | string) => KBN_FIELD_TYPES +castEsToKbnFieldTypeName: (esType: string) => import("@kbn/field-types").KBN_FIELD_TYPES ``` diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.es_field_types.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.es_field_types.md deleted file mode 100644 index 5061e3e97a346..0000000000000 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.es_field_types.md +++ /dev/null @@ -1,54 +0,0 @@ - - -[Home](./index.md) > [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) > [ES\_FIELD\_TYPES](./kibana-plugin-plugins-data-server.es_field_types.md) - -## ES\_FIELD\_TYPES enum - -\* - -Signature: - -```typescript -export declare enum ES_FIELD_TYPES -``` - -## Enumeration Members - -| Member | Value | Description | -| --- | --- | --- | -| \_ID | "_id" | | -| \_INDEX | "_index" | | -| \_SOURCE | "_source" | | -| \_TYPE | "_type" | | -| ATTACHMENT | "attachment" | | -| BOOLEAN | "boolean" | | -| BYTE | "byte" | | -| DATE | "date" | | -| DATE\_NANOS | "date_nanos" | | -| DATE\_RANGE | "date_range" | | -| DOUBLE | "double" | | -| DOUBLE\_RANGE | "double_range" | | -| FLOAT | "float" | | -| FLOAT\_RANGE | "float_range" | | -| GEO\_POINT | "geo_point" | | -| GEO\_SHAPE | "geo_shape" | | -| HALF\_FLOAT | "half_float" | | -| HISTOGRAM | "histogram" | | -| INTEGER | "integer" | | -| INTEGER\_RANGE | "integer_range" | | -| IP | "ip" | | -| IP\_RANGE | "ip_range" | | -| KEYWORD | "keyword" | | -| LONG | "long" | | -| LONG\_RANGE | "long_range" | | -| MURMUR3 | "murmur3" | | -| NESTED | "nested" | | -| OBJECT | "object" | | -| SCALED\_FLOAT | "scaled_float" | | -| SHORT | "short" | | -| STRING | "string" | | -| TEXT | "text" | | -| TOKEN\_COUNT | "token_count" | | -| UNSIGNED\_LONG | "unsigned_long" | | -| VERSION | "version" | | - diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.esfilters.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.esfilters.md index 9006b088993a1..b37d0555194fc 100644 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.esfilters.md +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.esfilters.md @@ -8,13 +8,13 @@ ```typescript esFilters: { - buildQueryFilter: (query: any, index: string, alias: string) => import("@kbn/es-query").QueryStringFilter; + buildQueryFilter: (query: any, index: string, alias: string) => import("@kbn/es-query/target_types/filters/build_filters").QueryStringFilter; buildCustomFilter: typeof import("@kbn/es-query").buildCustomFilter; buildEmptyFilter: (isPinned: boolean, index?: string | undefined) => import("@kbn/es-query").Filter; buildExistsFilter: (field: import("@kbn/es-query").IndexPatternFieldBase, indexPattern: import("@kbn/es-query").IndexPatternBase) => import("@kbn/es-query").ExistsFilter; buildFilter: typeof import("@kbn/es-query").buildFilter; - buildPhraseFilter: (field: import("@kbn/es-query").IndexPatternFieldBase, value: any, indexPattern: import("@kbn/es-query").IndexPatternBase) => import("@kbn/es-query").PhraseFilter; - buildPhrasesFilter: (field: import("@kbn/es-query").IndexPatternFieldBase, params: any[], indexPattern: import("@kbn/es-query").IndexPatternBase) => import("@kbn/es-query").PhrasesFilter; + buildPhraseFilter: (field: import("@kbn/es-query").IndexPatternFieldBase, value: string | number | boolean, indexPattern: import("@kbn/es-query").IndexPatternBase) => import("@kbn/es-query").PhraseFilter; + buildPhrasesFilter: (field: import("@kbn/es-query").IndexPatternFieldBase, params: string[], indexPattern: import("@kbn/es-query").IndexPatternBase) => import("@kbn/es-query").PhrasesFilter; buildRangeFilter: (field: import("@kbn/es-query").IndexPatternFieldBase, params: import("@kbn/es-query").RangeFilterParams, indexPattern: import("@kbn/es-query").IndexPatternBase, formattedValue?: string | undefined) => import("@kbn/es-query").RangeFilter; isFilterDisabled: (filter: import("@kbn/es-query").Filter) => boolean; } diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.esqueryconfig.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.esqueryconfig.md index 5c736f40cdbf4..6d8383ead501f 100644 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.esqueryconfig.md +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.esqueryconfig.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.filter.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.filter.md index f46ff36277d93..e7f3777cd2d3f 100644 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.filter.md +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.filter.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.getesqueryconfig.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.getesqueryconfig.md new file mode 100644 index 0000000000000..f8909a7e7715f --- /dev/null +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.getesqueryconfig.md @@ -0,0 +1,22 @@ + + +[Home](./index.md) > [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) > [getEsQueryConfig](./kibana-plugin-plugins-data-server.getesqueryconfig.md) + +## getEsQueryConfig() function + +Signature: + +```typescript +export declare function getEsQueryConfig(config: KibanaConfig): EsQueryConfig; +``` + +## Parameters + +| Parameter | Type | Description | +| --- | --- | --- | +| config | KibanaConfig | | + +Returns: + +`EsQueryConfig` + diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.ifieldsubtype.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.ifieldsubtype.md index e8e872577b46b..07a59d41fb0a3 100644 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.ifieldsubtype.md +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.ifieldsubtype.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.isearchstart.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.isearchstart.md index 52579a0a14b4d..5a1b0cd265300 100644 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.isearchstart.md +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.isearchstart.md @@ -17,5 +17,6 @@ export interface ISearchStartAggsStart | | | [asScoped](./kibana-plugin-plugins-data-server.isearchstart.asscoped.md) | (request: KibanaRequest) => IScopedSearchClient | | | [getSearchStrategy](./kibana-plugin-plugins-data-server.isearchstart.getsearchstrategy.md) | (name?: string) => ISearchStrategy<SearchStrategyRequest, SearchStrategyResponse> | Get other registered search strategies by name (or, by default, the Elasticsearch strategy). For example, if a new strategy needs to use the already-registered ES search strategy, it can use this function to accomplish that. | +| [searchAsInternalUser](./kibana-plugin-plugins-data-server.isearchstart.searchasinternaluser.md) | ISearchStrategy | Search as the internal Kibana system user. This is not a registered search strategy as we don't want to allow access from the client. | | [searchSource](./kibana-plugin-plugins-data-server.isearchstart.searchsource.md) | {
asScoped: (request: KibanaRequest) => Promise<ISearchStartSearchSource>;
} | | diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.isearchstart.searchasinternaluser.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.isearchstart.searchasinternaluser.md new file mode 100644 index 0000000000000..f6a18dafc8518 --- /dev/null +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.isearchstart.searchasinternaluser.md @@ -0,0 +1,13 @@ + + +[Home](./index.md) > [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) > [ISearchStart](./kibana-plugin-plugins-data-server.isearchstart.md) > [searchAsInternalUser](./kibana-plugin-plugins-data-server.isearchstart.searchasinternaluser.md) + +## ISearchStart.searchAsInternalUser property + +Search as the internal Kibana system user. This is not a registered search strategy as we don't want to allow access from the client. + +Signature: + +```typescript +searchAsInternalUser: ISearchStrategy; +``` diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.kbn_field_types.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.kbn_field_types.md deleted file mode 100644 index 40fa872ff0fc6..0000000000000 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.kbn_field_types.md +++ /dev/null @@ -1,38 +0,0 @@ - - -[Home](./index.md) > [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) > [KBN\_FIELD\_TYPES](./kibana-plugin-plugins-data-server.kbn_field_types.md) - -## KBN\_FIELD\_TYPES enum - -\* - -Signature: - -```typescript -export declare enum KBN_FIELD_TYPES -``` - -## Enumeration Members - -| Member | Value | Description | -| --- | --- | --- | -| \_SOURCE | "_source" | | -| ATTACHMENT | "attachment" | | -| BOOLEAN | "boolean" | | -| CONFLICT | "conflict" | | -| DATE | "date" | | -| DATE\_RANGE | "date_range" | | -| GEO\_POINT | "geo_point" | | -| GEO\_SHAPE | "geo_shape" | | -| HISTOGRAM | "histogram" | | -| IP | "ip" | | -| IP\_RANGE | "ip_range" | | -| MISSING | "missing" | | -| MURMUR3 | "murmur3" | | -| NESTED | "nested" | | -| NUMBER | "number" | | -| NUMBER\_RANGE | "number_range" | | -| OBJECT | "object" | | -| STRING | "string" | | -| UNKNOWN | "unknown" | | - diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.kuerynode.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.kuerynode.md index a5c14ee8627b1..28d64cf9e17da 100644 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.kuerynode.md +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.kuerynode.md @@ -6,7 +6,7 @@ > Warning: This API is now obsolete. > -> Please import from the package kbn/es-query directly. This import will be deprecated in v8.0.0. +> Please import from the package kbn/es-query directly. This import will be removed in v8.0.0. > Signature: diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.md index 8e23f47976bd9..755fa33bfe506 100644 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.md +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.md @@ -22,8 +22,6 @@ | Enumeration | Description | | --- | --- | | [BUCKET\_TYPES](./kibana-plugin-plugins-data-server.bucket_types.md) | | -| [ES\_FIELD\_TYPES](./kibana-plugin-plugins-data-server.es_field_types.md) | \* | -| [KBN\_FIELD\_TYPES](./kibana-plugin-plugins-data-server.kbn_field_types.md) | \* | | [METRIC\_TYPES](./kibana-plugin-plugins-data-server.metric_types.md) | | ## Functions @@ -32,6 +30,7 @@ | --- | --- | | [getCapabilitiesForRollupIndices(indices)](./kibana-plugin-plugins-data-server.getcapabilitiesforrollupindices.md) | | | [getDefaultSearchParams(uiSettingsClient)](./kibana-plugin-plugins-data-server.getdefaultsearchparams.md) | | +| [getEsQueryConfig(config)](./kibana-plugin-plugins-data-server.getesqueryconfig.md) | | | [getShardTimeout(config)](./kibana-plugin-plugins-data-server.getshardtimeout.md) | | | [getTime(indexPattern, timeRange, options)](./kibana-plugin-plugins-data-server.gettime.md) | | | [parseInterval(interval)](./kibana-plugin-plugins-data-server.parseinterval.md) | | @@ -72,7 +71,8 @@ | --- | --- | | [AggGroupLabels](./kibana-plugin-plugins-data-server.agggrouplabels.md) | | | [AggGroupNames](./kibana-plugin-plugins-data-server.agggroupnames.md) | | -| [castEsToKbnFieldTypeName](./kibana-plugin-plugins-data-server.castestokbnfieldtypename.md) | Get the KbnFieldType name for an esType string | +| [buildQueryFromFilters](./kibana-plugin-plugins-data-server.buildqueryfromfilters.md) | | +| [castEsToKbnFieldTypeName](./kibana-plugin-plugins-data-server.castestokbnfieldtypename.md) | | | [config](./kibana-plugin-plugins-data-server.config.md) | | | [ES\_SEARCH\_STRATEGY](./kibana-plugin-plugins-data-server.es_search_strategy.md) | | | [esFilters](./kibana-plugin-plugins-data-server.esfilters.md) | | diff --git a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.ui_settings.md b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.ui_settings.md index c2edc64f292d2..387dac22e1c83 100644 --- a/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.ui_settings.md +++ b/docs/development/plugins/data/server/kibana-plugin-plugins-data-server.ui_settings.md @@ -38,5 +38,6 @@ UI_SETTINGS: { readonly FILTERS_PINNED_BY_DEFAULT: "filters:pinnedByDefault"; readonly FILTERS_EDITOR_SUGGEST_VALUES: "filterEditor:suggestValues"; readonly AUTOCOMPLETE_USE_TIMERANGE: "autocomplete:useTimeRange"; + readonly AUTOCOMPLETE_VALUE_SUGGESTION_METHOD: "autocomplete:valueSuggestionMethod"; } ``` diff --git a/docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.buildexpressionfunction.md b/docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.buildexpressionfunction.md index 79deb7157130e..c5aa2efd51ac0 100644 --- a/docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.buildexpressionfunction.md +++ b/docs/development/plugins/expressions/public/kibana-plugin-plugins-expressions-public.buildexpressionfunction.md @@ -13,7 +13,7 @@ Note that to preserve type safety and ensure no args are missing, all required a ```typescript export declare function buildExpressionFunction(fnName: InferFunctionDefinition['name'], initialArgs: { - [K in keyof FunctionArgs]: FunctionArgs[K] | ExpressionAstExpressionBuilder | ExpressionAstExpressionBuilder[]; + [K in keyof FunctionArgs]: FunctionArgs[K] | ExpressionAstExpressionBuilder | ExpressionAstExpressionBuilder[] | ExpressionAstExpression | ExpressionAstExpression[]; }): ExpressionAstFunctionBuilder; ``` @@ -22,7 +22,7 @@ initialArgs: { | Parameter | Type | Description | | --- | --- | --- | | fnName | InferFunctionDefinition<FnDef>['name'] | | -| initialArgs | {
[K in keyof FunctionArgs<FnDef>]: FunctionArgs<FnDef>[K] | ExpressionAstExpressionBuilder | ExpressionAstExpressionBuilder[];
} | | +| initialArgs | {
[K in keyof FunctionArgs<FnDef>]: FunctionArgs<FnDef>[K] | ExpressionAstExpressionBuilder | ExpressionAstExpressionBuilder[] | ExpressionAstExpression | ExpressionAstExpression[];
} | | Returns: diff --git a/docs/development/plugins/expressions/server/kibana-plugin-plugins-expressions-server.buildexpressionfunction.md b/docs/development/plugins/expressions/server/kibana-plugin-plugins-expressions-server.buildexpressionfunction.md index 09afd3d59a070..8fe851cdc64c4 100644 --- a/docs/development/plugins/expressions/server/kibana-plugin-plugins-expressions-server.buildexpressionfunction.md +++ b/docs/development/plugins/expressions/server/kibana-plugin-plugins-expressions-server.buildexpressionfunction.md @@ -13,7 +13,7 @@ Note that to preserve type safety and ensure no args are missing, all required a ```typescript export declare function buildExpressionFunction(fnName: InferFunctionDefinition['name'], initialArgs: { - [K in keyof FunctionArgs]: FunctionArgs[K] | ExpressionAstExpressionBuilder | ExpressionAstExpressionBuilder[]; + [K in keyof FunctionArgs]: FunctionArgs[K] | ExpressionAstExpressionBuilder | ExpressionAstExpressionBuilder[] | ExpressionAstExpression | ExpressionAstExpression[]; }): ExpressionAstFunctionBuilder; ``` @@ -22,7 +22,7 @@ initialArgs: { | Parameter | Type | Description | | --- | --- | --- | | fnName | InferFunctionDefinition<FnDef>['name'] | | -| initialArgs | {
[K in keyof FunctionArgs<FnDef>]: FunctionArgs<FnDef>[K] | ExpressionAstExpressionBuilder | ExpressionAstExpressionBuilder[];
} | | +| initialArgs | {
[K in keyof FunctionArgs<FnDef>]: FunctionArgs<FnDef>[K] | ExpressionAstExpressionBuilder | ExpressionAstExpressionBuilder[] | ExpressionAstExpression | ExpressionAstExpression[];
} | | Returns: diff --git a/docs/glossary.asciidoc b/docs/glossary.asciidoc deleted file mode 100644 index e6b81d624b02e..0000000000000 --- a/docs/glossary.asciidoc +++ /dev/null @@ -1,498 +0,0 @@ -[glossary] -[[glossary]] -= Glossary - -<> | <> | <> | <> | <> | <> | <> | H | I | J | <> | <> | <> | N | O | <> | <> | <> | <> | <> | <> | V | <> | X | Y | Z - -[float] -[[a_glos]] -== A - -[glossary] -[[glossary-action]] action :: -+ --- -// tag::action-def[] -The rule-specific response that occurs when an alerting <> -fires. A rule can have multiple actions. See -{kibana-ref}/action-types.html[Connectors and actions]. -// end::action-def[] --- - -[[glossary-advanced-settings]] Advanced Settings :: -// tag::advanced-settings-def[] -Enables you to control the appearance and behavior of {kib} -by setting the date format, default index, and other attributes. -Part of {kib} Stack Management. -See {kibana-ref}/advanced-options.html[Advanced Settings]. -// end::advanced-settings-def[] - -[[glossary-annotation]] annotation :: -// tag::annotation-def[] -A way to augment a data display with descriptive domain knowledge. -// end::annotation-def[] - - -[[glossary-app]] app :: -// tag::app-def[] -A top-level {kib} component that is accessed through the side navigation. -Apps include core {kib} components such as Discover and Dashboard, -solutions like Observability and Security, and special-purpose tools -like Maps and Stack Management. -// end::app-def[] - - -[float] -[[b_glos]] -== B - -[[glossary-basemap]] basemap :: -// tag::basemap-def[] -The background detail necessary to orient the location of a map. -// end::basemap-def[] - -[[glossary-bucket]] bucket :: -// tag::bucket-def[] -A set of documents in {kib} that have certain characteristics in common. -For example, matching documents might be bucketed by color, distance, or date range. -// end::bucket-def[] - -[[glossary-bucket-aggregation]] bucket aggregation:: -// tag::bucket-aggregation-def[] -An aggregation that creates buckets of documents. Each bucket is associated with a -criterion (depending on the aggregation type), which determines whether or not a document -in the current context falls into the bucket. -// end::bucket-aggregation-def[] - -[float] -[[c_glos]] -== C - -[[glossary-canvas]] Canvas :: -// tag::canvas-def[] -Enables you to create presentations and infographics that pull live data directly from {es}. -See {kibana-ref}/canvas.html[Canvas]. -// end::canvas-def[] - -[[glossary-canvas-language]] Canvas expression language:: -// tag::canvas-language-def[] -A pipeline-based expression language for manipulating and visualizing data. -Includes dozens of functions and other capabilities, such as table transforms, -type casting, and sub-expressions. Supports TinyMath functions for complex math calculations. -See {kibana-ref}/canvas-function-reference.html[Canvas function reference]. -// end::canvas-language-def[] - - -[[glossary-certainty]] certainty :: -// tag::certainty-def[] -Specifies how many documents must contain a pair of terms before it is considered -a useful connection in a graph. -// end::certainty-def[] - -[[glossary-clusters]] clusters :: -// tag::clusters-def[] -A layer type and display option in the *Maps* application. -Clusters display a cluster symbol across a grid on the map, one symbol per grid cluster. -The cluster location is the weighted centroid for all documents in the grid cell. -// end::clusters-def[] - -[[glossary-condition]] condition :: -// tag::condition-def[] -Specifies the circumstances that must be met to trigger an alerting -<>. -// end::condition-def[] - -[[glossary-connector]] connector :: -// tag::connector-def[] -A configuration that enables integration with an external system (the destination for an action). -See {kibana-ref}/action-types.html[Connectors and actions]. -// end::connector-def[] - -[[glossary-console]] Console :: -// tag::console-def[] -A tool for interacting with the {es} REST API. -You can send requests to {es}, view responses, -view API documentation, and get your request history. -See {kibana-ref}/console-kibana.html[Console]. -// end::console-def[] - -[float] -[[d_glos]] -== D - -[[glossary-dashboard]] dashboard :: -// tag::dashboard-def[] -A collection of -<>, <>, and -<> that -provide insights into your data from multiple perspectives. -// end::dashboard-def[] - -[[glossary-data-source]] data source :: -// tag::data-source-def[] -A file, database, or service that provides the underlying data for a map, Canvas element, or visualization. -// end::data-source-def[] - -[[glossary-discover]] Discover :: -// tag::discover-def[] -Enables you to search and filter your data to zoom in on the information -that you are interested in. -// end::discover-def[] - -[[glossary-drilldown]] drilldown :: -// tag::drilldown-def[] -A navigation path that retains context (time range and filters) -from the source to the destination, so you can view the data from a new perspective. -A dashboard that shows the overall status of multiple data centers -might have a drilldown to a dashboard for a single data center. See {kibana-ref}/dashboard.html[Drilldowns]. -// end::drilldown-def[] - - - -[float] -[[e_glos]] -== E - -[[glossary-edge]] edge :: -// tag::edge-def[] -A connection between nodes in a graph that shows that they are related. -The line weight indicates the strength of the relationship. See -{kibana-ref}/xpack-graph.html[Graph]. -// end::edge-def[] - - -[[glossary-ems]] Elastic Maps Service (EMS) :: -// tag::ems-def[] -A service that provides basemap tiles, shape files, and other key features -that are essential for visualizing geospatial data. -// end::ems-def[] - -[[glossary-element]] element :: -// tag::element-def[] -A <> workpad object that displays an image, text, or visualization. -// end::element-def[] - - -[float] -[[f_glos]] -== F - -[[glossary-feature-controls]] Feature Controls :: -// tag::feature-controls-def[] -Enables administrators to customize which features are -available in each <>. See -{kibana-ref}//xpack-spaces.html#spaces-control-feature-visibility[Feature Controls]. -// end::feature-controls-def[] - -[float] -[[g_glos]] -== G - -[[glossary-graph]] graph :: -// tag::graph-def[] -A data structure and visualization that shows interconnections between -a set of entities. Each entity is represented by a node. Connections between -nodes are represented by <>. See {kibana-ref}/xpack-graph.html[Graph]. -// end::graph-def[] - -[[glossary-geojson]] GeoJSON :: -// tag::geojson-def[] -A format for representing geospatial data. GeoJSON is also a file-type, -commonly used in the *Maps* application to upload a file of geospatial data. -See {kibana-ref}/indexing-geojson-data-tutorial.html[GeoJSON data]. -// end::geojson-def[] - -[[glossary-geo-point]] geo-point :: -// tag::geo-point-def[] -A field type in {es}. A geo-point field accepts latitude-longitude pairs -for storing point locations. The latitude-longitude format can be from a string, -geohash, array, well-known text, or object. -See {ref}/geo-point.html[geo-point]. -// end::geo-point-def[] - -[[glossary-geo-shape]] geo-shape :: -// tag::geo-shape-def[] -A field type in {es}. A geo-shape field accepts arbitrary geographic primitives, -like polygons, lines, or rectangles (and more). You can populate a geo-shape -field from GeoJSON or well-known text. -See {ref}/geo-shape.html[geo-shape]. -// end::geo-shape-def[] - -[[glossary-grok-debugger]] Grok Debugger :: -// tag::grok-debugger-def[] -A tool for building and debugging grok patterns. Grok is good for parsing -syslog, Apache, and other webserver logs. See -{kibana-ref}/xpack-grokdebugger.html[Debugging grok expressions]. -// end::grok-debugger-def[] - -[float] -[[h_glos]] -== H - -[[glossary-heat-map]] heat map :: -// tag::heat-map-def[] -A layer type in the *Maps* application. Heat maps cluster locations to show higher -(or lower) densities. Heat maps describe a visualization with color-coded cells -or regions to analyze patterns across multiple dimensions. -See {kibana-ref}/heatmap-layer.html[Heat map layer]. -// end::heat-map-def[] - - -[float] -[[k_glos]] -== K - -[[glossary-kibana-privileges]] {kib} privileges :: -// tag::kibana-privileges-def[] -Enable administrators to grant users read-only, read-write, or no access to -individual features within <> in {kib}. See -{kibana-ref}/kibana-privileges.html[{kib} privileges]. -// end::kibana-privileges-def[] - -[[glossary-kql]] {kib} Query Language (KQL) :: -// tag::kql-def[] -The default language for querying in {kib}. KQL provides -support for scripted fields. See -{kibana-ref}/kuery-query.html[Kibana Query Language]. -// end::kql-def[] - - -[float] -[[l_glos]] -== L - -[[glossary-lens]] Lens :: -// tag::lens-def[] -Enables you to build visualizations by dragging and dropping data fields. -Lens makes makes smart visualization suggestions for your data, -allowing you to switch between visualization types. -See {kibana-ref}/dashboard.html[Lens]. -// end::lens-def[] - - -[[glossary-lucene]] Lucene query syntax :: -// tag::lucene-def[] -The query syntax for {kib}’s legacy query language. The Lucene query -syntax is available under the options menu in the query bar and from -<>. -// end::lucene-def[] - -[float] -[[m_glos]] -== M - -[[glossary-map]] map :: -// tag::map-def[] -A representation of geographic data using symbols and labels. -See {kibana-ref}/maps.html[Maps]. -// end::map-def[] - -[[glossary-metric-aggregation]] metric aggregation :: -// tag::metric-aggregation-def[] -An aggregation that calculates and tracks metrics for a set of documents. -// end::metric-aggregation-def[] - - -[float] -[[p_glos]] -== P - -[[glossary-painless-lab]] Painless Lab :: -// tag::painless-lab-def[] -An interactive code editor that lets you test and debug Painless scripts in real-time. -See {kibana-ref}/painlesslab.html[Painless Lab]. -// end::painless-lab-def[] - - -[[glossary-panel]] panel :: -// tag::panel-def[] -A <> component that contains a -query element or visualization, such as a chart, table, or list. -// end::panel-def[] - - -[float] -[[q_glos]] -== Q - -[[glossary-query-profiler]] Query Profiler :: -// tag::query-profiler-def[] -A tool that enables you to inspect and analyze search queries to diagnose and debug poorly performing queries. -See {kibana-ref}/xpack-profiler.html[Query Profiler]. -// end::query-profiler-def[] - -[float] -[[r_glos]] -== R - -[[glossary-rule]] rule :: -// tag::rule-def[] -A set of <>, schedules, and <> -that enable notifications. -See <>. -// end::rule-def[] - -[[glossary-rules-and-connectors]] Rules and Connectors :: -// tag::rules-and-connectors-def[] -A comprehensive view of all your alerting rules. Enables you to access and -manage rules for all {kib} apps from one place. -See {kibana-ref}/alerting-getting-started.html[Rules and Connectors]. -// end::rules-and-connectors-def[] - -[float] -[[s_glos]] -== S - -[[glossary-saved-object]] saved object :: -// tag::saved-object-def[] -A representation of a dashboard, visualization, map, index pattern, or Canvas workpad -that can be stored and reloaded. -// end::saved-object-def[] - -[[glossary-saved-search]] saved search :: -// tag::saved-search-def[] -The query text, filters, and time filter that make up a search, -saved for later retrieval and reuse. -// end::saved-search-def[] - -[[glossary-scripted-field]] scripted field :: -// tag::scripted-field-def[] -A field that computes data on the fly from the data in {es} indices. -Scripted field data is shown in Discover and used in visualizations. -// end::scripted-field-def[] - -[[glossary-search-session]] search session :: -// tag::search-session-def[] -A group of one or more queries that are executed asynchronously. -The results of the session are stored for a period of time, -so you can recall the query. Search sessions are user specific. -// end::search-session-def[] - -[[glossary-shareable]] shareable :: -// tag::shareable-def[] -A Canvas workpad that can be embedded on any webpage. -Shareables enable you to display Canvas visualizations on internal wiki pages or public websites. -// end::shareable-def[] - -[[glossary-space]] space :: -// tag::space-def[] -A place for organizing <>, -<>, and other <> by category. -For example, you might have different spaces for each team, use case, or individual. -See -{kibana-ref}/xpack-spaces.html[Spaces]. -// end::space-def[] - -[[glossary-stack-alerts]] stack alerts :: -// tag::stack-alert-def[] -The general purpose alert types {kib} provides out of the box. Index threshold and geo alerts are currently the two stack alert types. -// end::stack-alert-def[] - - -[float] -[[t_glos]] -== T - -[[glossary-tag]] tag :: -// tag::tag-def[] -A keyword or label that you assign to {kib} saved objects, such as dashboards and visualizations, -so you can classify them in a way that is meaningful to you. Tags makes it easier for you to manage your content. -See {kibana-ref}/managing-tags.html[Tags]. -// end::tag-def[] - -[[glossary-term-join]] term join :: -// tag::term-join-def[] -A shared key that combines vector features with the results of an -{es} terms aggregation. Term joins augment vector features with -properties for data-driven styling and rich tooltip content in maps. -// end::term-join-def[] - -[[glossary-time-filter]] time filter :: -// tag::time-filter-def[] -A {kib} control that constrains the search results to a particular time period. -// end::time-filter-def[] - -[[glossary-timelion]] Timelion :: -// tag::timelion-def[] -A tool for building a time series visualization that analyzes data in time order. -See {kibana-ref}/dashboard.html[Timelion]. -// end::timelion-def[] - - -[[glossary-time-series-data]] time series data :: -// tag::time-series-data-def[] -Timestamped data such as logs, metrics, and events that is indexed on an ongoing basis. -// end::time-series-data-def[] - -[[glossary-tracks]] tracks :: -// tag::tracks-def[] -A layer type in the *Maps* application. This layer converts a series of point -locations into a line, often representing a path or route. -// end::tracks-def[] - - -[[glossary-TSVB-data]] TSVB :: -// tag::tsvb-def[] -A time series data visualizer that allows you to combine an -infinite number of aggregations to display complex data. -See {kibana-ref}/dashboard.html[TSVB]. -// end::tsvb-def[] - - -[float] -[[u_glos]] -== U - -[[glossary-upgrade-assistant]] Upgrade Assistant :: -// tag::upgrade-assistant-def[] -A tool that helps you prepare for an upgrade to the next major version of -{es}. The assistant identifies the deprecated settings in your cluster and -indices and guides you through resolving issues, including reindexing. See -{kibana-ref}/upgrade-assistant.html[Upgrade Assistant]. -// end::upgrade-assistant-def[] - - -[float] -[[v_glos]] -== V - -[[glossary-vega]] Vega :: -// tag::vega-def[] -A declarative language used to create interactive visualizations. -See {kibana-ref}/dashboard.html[Vega]. -// end::vega-def[] - -[[glossary-vector]] vector data:: -// tag::vector-def[] -Points, lines, and polygons used to represent a map. -// end::vector-def[] - -[[glossary-visualization]] visualization :: -// tag::visualization-def[] -A graphical representation of query results in {kib} (e.g., a histogram, line graph, pie chart, or heat map). -// end::visualization-def[] - -[float] -[[w_glos]] -== W - -[[glossary-watcher]] Watcher :: -// tag::watcher-def[] -The original suite of alerting features. -See -{kibana-ref}/watcher-ui.html[Watcher]. -// end::watcher-def[] - -[[glossary-workpad]] workpad :: -// tag::workpad-def[] -A workspace where you build presentations of your live data in <>. -See -{kibana-ref}/canvas.html[Create a workpad]. -// end::workpad-def[] - -[[glossary-wms]] Web Map Service (WMS) :: -// tag::wms-def[] -A layer type in the *Maps* application. -Add a WMS source to provide authoritative geographic context to your map. -See the https://www.ogc.org/standards/wms[OpenGIS Web Map Service]. -// end::wms-def[] diff --git a/docs/management/advanced-options.asciidoc b/docs/management/advanced-options.asciidoc index 32736522d583a..23f79c1bbb480 100644 --- a/docs/management/advanced-options.asciidoc +++ b/docs/management/advanced-options.asciidoc @@ -1,51 +1,48 @@ [[advanced-options]] == Advanced Settings -The *Advanced Settings* UI enables you to edit settings that control the -behavior of Kibana. For example, you can change the format used to display dates, -specify the default index pattern, and set the precision for displayed decimal -values. +*Advanced Settings* control the behavior of {kib}. For example, you can change the format used to display dates, +specify the default index pattern, and set the precision for displayed decimal values. . Open the main menu, then click *Stack Management > Advanced Settings*. -. Scroll or search for the setting you want to modify. -. Enter a new value for the setting. -. Click *Save changes*. +. Scroll or search for the setting. +. Make your change, then click *Save changes*. [float] === Required permissions The `Advanced Settings` {kib} privilege is required to access *Advanced Settings*. -To add the privilege, open the menu, then click *Stack Management > Roles*. - - -[float] -[[settings-read-only-access]] -=== [xpack]#Read only access# -When you have insufficient privileges to edit advanced settings, the following -indicator in Kibana will be displayed. The buttons to edit settings won't be -visible. For more information on granting access to Kibana, see -<>. +When you have insufficient privileges to edit advanced settings, the edit options are not visible, and the following +indicator is displayed: [role="screenshot"] image::images/settings-read-only-badge.png[Example of Advanced Settings Management's read only access indicator in Kibana's header] +To add the privilege, open the main menu, then click *Stack Management > Roles*. + +For more information on granting access to {kib}, refer to <>. + [float] [[kibana-settings-reference]] -=== Kibana settings reference +=== {kib} settings reference -WARNING: Modifying a setting can affect {kib} performance and cause problems +WARNING: Changing a setting can affect {kib} performance and cause problems that are difficult to diagnose. Setting a property value to a blank field reverts to the default behavior, which might not be compatible with other -configuration settings. Deleting a custom setting removes it from {kib} -permanently. - +configuration settings. Deleting a custom setting permanently removes it from {kib}. [float] [[kibana-general-settings]] ==== General [horizontal] +[[auto-complete-use-time-tange]]`autocomplete:useTimeRange`:: +When disabled, autocompletes the suggestions from your data set instead of the time range. + +[[bfetch-disable-compression]]`bfetch:disableCompression`:: +When disabled, allows you to debug individual requests, but increases the response size. + [[csv-quotevalues]]`csv:quoteValues`:: Set this property to `true` to quote exported values. @@ -88,8 +85,16 @@ Sets the file size limit when importing files. The default value is `100MB`. The highest supported value for this setting is `1GB`. [[filtereditor-suggestvalues]]`filterEditor:suggestValues`:: -Set this property to `false` to prevent the filter editor from suggesting values -for fields. +Set this property to `false` to prevent the filter editor and KQL autocomplete +from suggesting values for fields. + +[[autocomplete-valuesuggestionmethod]]`autocomplete:valueSuggestionMethod`:: +When set to `terms_enum`, autocomplete uses the terms enum API for value suggestions. Kibana returns results faster, but suggestions are approximate, sorted alphabetically, and can be outside the selected time range. +When set to `terms_agg`, Kibana uses a terms aggregation for value suggestions, which is slower, but suggestions include all values that optionally match your time range and are sorted by popularity. +<>. + +[[autocomplete-usetimerange]]`autocomplete:useTimeRange`:: +Disable this property to get autocomplete suggestions from your full dataset, rather than from the current time range. <>. [[filters-pinnedbydefault]]`filters:pinnedByDefault`:: Set this property to `true` to make filters have a global state (be pinned) by @@ -180,6 +185,9 @@ short. Set to `true` to enable a dark mode for the {kib} UI. You must refresh the page to apply the setting. +[[theme-version]]`theme:version`:: +Specifies the {kib} theme. If you change the setting, refresh the page to apply the setting. + [[timepicker-quickranges]]`timepicker:quickRanges`:: The list of ranges to show in the Quick section of the time filter. This should be an array of objects, with each object containing `from`, `to` (see @@ -197,10 +205,20 @@ The default selection in the time filter. The maximum height that a cell occupies in a table. Set to 0 to disable truncation. -[[xpack-defaultadminemail]]`xPack:defaultAdminEmail`:: -Email address for {xpack} admin operations, such as cluster alert notifications -from *{stack-monitor-app}*. +[float] +[[presentation-labs]] +==== Presentation Labs + +[horizontal] +[[labs-canvas-enable-ui]]`labs:canvas:enable_ui`:: +When enabled, provides access to the experimental *Labs* features for *Canvas*. + +[[labs-dashboard-defer-below-fold]]`labs:dashboard:deferBelowFold`:: +When enabled, the panels that appear below the fold are loaded when they become visible on the dashboard. +_Below the fold_ refers to panels that are not immediately visible when you open a dashboard, but become visible as you scroll. For additional information, refer to <>. +[[labs-dashboard-enable-ui]]`labs:dashboard:enable_ui`:: +When enabled, provides access to the experimental *Labs* features for *Dashboard*. [float] [[kibana-accessibility-settings]] @@ -271,13 +289,30 @@ The columns that appear by default on the *Discover* page. The default is [[discover-samplesize]]`discover:sampleSize`:: The number of rows to show in the *Discover* table. -[[discover-sort-defaultorder]]`discover:sort:defaultOrder`:: -The default sort direction for time-based index patterns. +[[discover-max-doc-fields-displayed]]`discover:maxDocFieldsDisplayed`:: +Specifies the maximum number of fields to show in the document column of the *Discover* table. + +[[discover-modify-columns-on-switch]]`discover:modifyColumnsOnSwitch`:: +When enabled, removes the columns that are not in the new index pattern. + +[[discover-sample-size]]`discover:sampleSize`:: +Specifies the number of rows to display in the *Discover* table. + +[[discover-searchFieldsFromSource]]`discover:searchFieldsFromSource`:: +Load fields from the original JSON {ref}/mapping-source-field.html[`_source`]. +When disabled, *Discover* loads fields using the {es} search API's +{ref}/search-fields.html#search-fields-param[`fields`] parameter. [[discover-searchonpageload]]`discover:searchOnPageLoad`:: Controls whether a search is executed when *Discover* first loads. This setting does not have an effect when loading a saved search. +[[discover:showMultiFields]]`discover:showMultiFields`:: +When enabled, displays multi-fields in the expanded document view. + +[[discover-sort-defaultorder]]`discover:sort:defaultOrder`:: +The default sort direction for time-based index patterns. + [[doctable-hidetimecolumn]]`doc_table:hideTimeColumn`:: Hides the "Time" column in *Discover* and in all saved searches on dashboards. @@ -288,14 +323,9 @@ slows requests when working on big documents. [[doctable-legacy]]`doc_table:legacy`:: Controls the way the document table looks and works. Set this property to `true` to revert to the legacy implementation. -[[discover-searchFieldsFromSource]]`discover:searchFieldsFromSource`:: -Load fields from the original JSON {ref}/mapping-source-field.html[`_source`]. -When disabled, *Discover* loads fields using the {es} search API's -{ref}/search-fields.html#search-fields-param[`fields`] parameter. - [float] [[kibana-ml-settings]] -==== Machine learning +==== Machine Learning [horizontal] [[ml-anomalydetection-results-enabletimedefaults]]`ml:anomalyDetection:results:enableTimeDefaults`:: @@ -309,7 +339,6 @@ must contain `from` and `to` values (see {ref}/common-options.html#date-math[accepted formats]). It is ignored unless `ml:anomalyDetection:results:enableTimeDefaults` is enabled. - [float] [[kibana-notification-settings]] ==== Notifications @@ -335,6 +364,16 @@ default value is 5000. The duration, in milliseconds, for warning notification displays. The default value is 10000. +[float] +[[observability-advanced-settings]] +==== Observability + +[horizontal] +[[apm-enable-service-overview]]`apm:enableServiceOverview`:: +When enabled, displays the *Overview* tab for services in *APM*. + +[[observability-enable-inspect-es-queries]]`observability:enableInspectEsQueries`:: +When enabled, allows you to inspect {es} queries in API responses. [float] [[kibana-reporting-settings]] @@ -344,7 +383,6 @@ value is 10000. [[xpackreporting-custompdflogo]]`xpackReporting:customPdfLogo`:: A custom image to use in the footer of the PDF. - [float] [[kibana-rollups-settings]] ==== Rollup @@ -403,7 +441,7 @@ completion. [float] [[kibana-siem-settings]] -==== Security solution +==== Security Solution [horizontal] [[securitysolution-defaultanomalyscore]]`securitySolution:defaultAnomalyScore`:: @@ -413,20 +451,23 @@ The threshold above which {ml} job anomalies are displayed in the {security-app} A comma-delimited list of {es} indices from which the {security-app} collects events. +[[securitysolution-enablenewsfeed]]`securitySolution:enableNewsFeed`:: Enables +the security news feed on the Security *Overview* page. + [[securitysolution-ipreputationlinks]]`securitySolution:ipReputationLinks`:: A JSON array containing links for verifying the reputation of an IP address. The links are displayed on {security-guide}/network-page-overview.html[IP detail] pages. -[[securitysolution-enablenewsfeed]]`securitySolution:enableNewsFeed`:: Enables -the security news feed on the Security *Overview* page. - [[securitysolution-newsfeedurl]]`securitySolution:newsFeedUrl`:: The URL from which the security news feed content is retrieved. [[securitysolution-refreshintervaldefaults]]`securitySolution:refreshIntervalDefaults`:: The default refresh interval for the Security time filter, in milliseconds. +[[security-solution-rules-table-refresh]]`securitySolution:rulesTableRefresh`:: +The default period of time in the Security time filter. + [[securitysolution-timedefaults]]`securitySolution:timeDefaults`:: The default period of time in the Security time filter. @@ -473,19 +514,15 @@ Shows the Timelion tutorial to users when they first open the Timelion app. Used for calculating automatic intervals in visualizations, this is the number of buckets to try to represent. +[[timelion-legacyChartsLibrary]]`timelion:legacyChartsLibrary`:: +Enables the legacy charts library for timelion charts in Visualize. + [float] [[kibana-visualization-settings]] ==== Visualization [horizontal] -[[visualization-visualize-chartslibrary]]`visualization:visualize:legacyChartsLibrary`:: -**The legacy XY charts are deprecated and will not be supported as of 7.16.** -The visualize editor uses a new XY charts library with improved performance, color palettes, fill capacity, and more. Enable this option if you prefer to use the legacy charts library. - -[[visualization-visualize-pieChartslibrary]]`visualization:visualize:legacyPieChartsLibrary`:: -The visualize editor uses new pie charts with improved performance, color palettes, label positioning, and more. Enable this option if you prefer to use to the legacy charts library. - [[visualization-colormapping]]`visualization:colorMapping`:: **This setting is deprecated and will not be supported as of 8.0.** Maps values to specific colors in charts using the *Compatibility* palette. @@ -508,14 +545,22 @@ The maximum geoHash precision displayed in tile maps. 7 is high, 10 is very high and 12 is the maximum. For more information, refer to {ref}/search-aggregations-bucket-geohashgrid-aggregation.html#_cell_dimensions_at_the_equator[Cell dimensions at the equator]. +[[visualization-visualize-chartslibrary]]`visualization:visualize:legacyChartsLibrary`:: +**The legacy XY charts are deprecated and will not be supported as of 7.16.** +The visualize editor uses a new XY charts library with improved performance, color palettes, fill capacity, and more. Enable this option if you prefer to use the legacy charts library. + +[[visualization-visualize-pieChartslibrary]]`visualization:visualize:legacyPieChartsLibrary`:: +The visualize editor uses new pie charts with improved performance, color palettes, label positioning, and more. Enable this option if you prefer to use to the legacy charts library. + [[visualize-enablelabs]]`visualize:enableLabs`:: Enables users to create, view, and edit experimental visualizations. When disabled, only production-ready visualizations are available to users. - [float] [[kibana-telemetry-settings]] -==== Usage data +==== Usage Data -Helps improve the Elastic Stack by providing usage statistics for +[horizontal] +[[telemetry-enabled-advanced-setting]]`telemetry:enabled`:: +When enabled, helps improve the Elastic Stack by providing usage statistics for basic features. This data will not be shared outside of Elastic. diff --git a/docs/management/manage-index-patterns.asciidoc b/docs/management/manage-index-patterns.asciidoc index 28e823e3e48b8..ac07aa833c3b9 100644 --- a/docs/management/manage-index-patterns.asciidoc +++ b/docs/management/manage-index-patterns.asciidoc @@ -48,7 +48,7 @@ The script must match the field *Type*, or the script fails. + For information on how to create runtime fields in *Discover*, refer to <>. + -For information on how to create runtime fields in *Lens*, refer to <>. +For information on how to create runtime fields in *Lens*, refer to <>. [float] [[runtime-field-examples]] diff --git a/docs/maps/images/gs_dashboard_with_map.png b/docs/maps/images/gs_dashboard_with_map.png index a4bf95948edf0..fdd4cc976d105 100644 Binary files a/docs/maps/images/gs_dashboard_with_map.png and b/docs/maps/images/gs_dashboard_with_map.png differ diff --git a/docs/maps/images/gs_dashboard_with_terms_filter.png b/docs/maps/images/gs_dashboard_with_terms_filter.png index bf84b2ee371af..ad88fe9db8179 100644 Binary files a/docs/maps/images/gs_dashboard_with_terms_filter.png and b/docs/maps/images/gs_dashboard_with_terms_filter.png differ diff --git a/docs/maps/maps-getting-started.asciidoc b/docs/maps/maps-getting-started.asciidoc index 39ea4daf2ba33..97a5fc7ddaef4 100644 --- a/docs/maps/maps-getting-started.asciidoc +++ b/docs/maps/maps-getting-started.asciidoc @@ -163,13 +163,12 @@ View your geospatial data alongside a heat map and pie chart, and then filter th When you apply a filter in one panel, it is applied to all panels on the dashboard. . Click **Add from library** to open a list of panels that you can add to the dashboard. -. Add **[Logs] Heatmap** and **[Logs] Visitors by OS** to the dashboard. +. Add **[Logs] Unique Visitor Heatmap** and **[Logs] Bytes distribution** to the dashboard. + [role="screenshot"] image::maps/images/gs_dashboard_with_map.png[] -. To filter for documents where **machine.os.keyword** is **osx**, click -the **osx** slice in the pie chart. +. To filter for documents with unusually high byte values, click and drag in the *Bytes distribution* chart. . Remove the filter by clicking **x** next to its name in the filter bar. diff --git a/docs/redirects.asciidoc b/docs/redirects.asciidoc index bcc00951de3c1..97a87506f2337 100644 --- a/docs/redirects.asciidoc +++ b/docs/redirects.asciidoc @@ -7,6 +7,22 @@ The following pages have moved or been deleted. -- +[role="exclude",id="configuring-tls"] +== Encrypt TLS communications in {kib} +Refer to {ref}/security-basic-setup-https.html#encrypt-kibana-http[Encrypt HTTP client communications for {kib}]. + +[float] +[role="exclude",id="configuring-tls-browser-kib"] +=== Encrypt traffic between the browser and {kib} + +Refer to {ref}/security-basic-setup-https.html#encrypt-kibana-browser[Encrypt traffic between your browser and {kib}]. + +[float] +[role="exclude",id="configuring-tls-kib-es"] +=== Encrypt traffic between {kib} and {es} + +Refer to {ref}/security-basic-setup-https.html#encrypt-kibana-elasticsearch[Encrypt traffic between {kib} and {es}]. + [role="exclude",id="monitoring-xpack-kibana"] == Configuring monitoring in {kib} diff --git a/docs/user/dashboard/aggregation-based.asciidoc b/docs/user/dashboard/aggregation-based.asciidoc index 7559cd3c1b1b8..d901ab8deccb8 100644 --- a/docs/user/dashboard/aggregation-based.asciidoc +++ b/docs/user/dashboard/aggregation-based.asciidoc @@ -1,8 +1,22 @@ [[add-aggregation-based-visualization-panels]] === Aggregation-based -Aggregation-based visualizations are the core {kib} panels, and are not optimized -for a specific use case. +Aggregation-based visualizations are the core {kib} panels, and are not optimized for a specific use case. + +With aggregation-based visualizations, you can: + +* Split charts up to three aggregation levels, which is more than *Lens* and *TSVB* +* Create visualization with non-time series data +* Use a <> as an input +* Sort data tables and use the summary row and percentage column features +* Assign colors to data series +* Extend features with plugins + +Aggregation-based visualizations include the following limitations: + +* Limited styling options +* Math is unsupported +* Multiple indices is unsupported [float] [[types-of-visualizations]] @@ -135,7 +149,7 @@ Add the sample web logs data that you'll use to create the bar chart, then creat [float] ===== Open and set up the aggregation-based bar chart -Open the bar chart visualization builder and change the time range. +Open the *Aggregation based* editor and change the time range. . On the dashboard, click *All types > Aggregation based*, select *Vertical bar*, then select *kibana_sample_data_logs*. diff --git a/docs/user/dashboard/create-panels-with-editors.asciidoc b/docs/user/dashboard/create-panels-with-editors.asciidoc index 77a4706e249fd..4b60b808a15a6 100644 --- a/docs/user/dashboard/create-panels-with-editors.asciidoc +++ b/docs/user/dashboard/create-panels-with-editors.asciidoc @@ -1,134 +1,496 @@ -[[create-panels-with-editors]] +[[aggregation-reference]] == Create panels with editors -{kib} provides several editors that you can use to create panels of your data. +{kib} provides several editors that you can use to create panels of your data. Each editor supports different features and {ref}/search-aggregations.html[{es} aggregations]. To choose the best editor for your data, review the following information. -[cols="2"] +[float] +[[chart-types]] +=== Supported panel types + +[options="header"] |=== -| <> -| Create visualizations with the drag and drop editor. +| Panel type | *Lens* | *TSVB* | *Aggregation-based* | *Vega* | *Timelion* + +| Table +| ✓ +| ✓ +| ✓ +| +| + +| Bar, line, and area +| ✓ +| ✓ +| ✓ +| ✓ +| ✓ + +| Split chart and small multiples +| +| ✓ +| ✓ +| ✓ +| + +| Pie and donut +| ✓ +| +| ✓ +| ✓ +| + +| Sunburst +| ✓ +| +| ✓ +| ✓ +| + +| Treemap +| ✓ +| +| +| ✓ +| + +| Heatmap +| ✓ +| +| ✓ +| ✓ +| + +| Gauge and Goal +| +| ✓ +| ✓ +| ✓ +| + +| Markdown +| +| ✓ +| +| +| + +| Metric +| ✓ +| ✓ +| ✓ +| ✓ +| + +| Tag cloud +| +| +| ✓ +| ✓ +| + +|=== -| <> -| Create visualizations with your geographical data. +[float] +[[xy-features]] +=== Bar, line, and area chart features -| <> -| Create visualizations with your time series data. +[options="header"] +|=== -| <> -| Create custom visualizations with the *Vega* and *Vega-Lite* grammars. +| Feature | *Lens* | *TSVB* | *Aggregation-based* | *Vega* | *Timelion* + +| Dense time series +| Customizable +| ✓ +| Customizable +| ✓ +| ✓ + +| Percentage mode +| ✓ +| ✓ +| ✓ +| ✓ +| + +| Break downs +| 1 +| 1 +| 3 +| ∞ +| 1 + +| Custom color with break downs +| +| Only for Filters +| ✓ +| ✓ +| + +| Fit missing values +| ✓ +| +| ✓ +| ✓ +| ✓ + +| Synchronized tooltips +| +| ✓ +| +| +| -| <> -| Build most visualization types using {es} <>. +|=== -| <> -| Create visualizations with your time series data using a simple expression language. +[float] +[[other-features]] +=== Advanced features + +[options="header"] +|=== + +| Feature | *Lens* | *TSVB* | *Vega* | *Timelion* + +| Math +| ✓ +| ✓ +| ✓ +| ✓ + +| Math across indices +| +| +| ✓ +| ✓ + +| Visualize two indices +| ✓ +| ✓ +| ✓ +| ✓ + +| Time shift +| ✓ +| ✓ +| ✓ +| ✓ + +| Custom {es} queries +| +| +| ✓ +| + +| Normalize by time +| ✓ +| ✓ +| +| + +| Automatically generated suggestions +| ✓ +| +| +| + +| Annotations +| +| ✓ +| +| |=== [float] -[[lens-editor]] -=== Lens +[[table-features]] +=== Table features -*Lens* is the drag and drop editor that creates visualizations of your data, recommended for most -users. +[options="header"] +|=== -With *Lens*, you can: +| Feature | *Lens* | *TSVB* | *Aggregation-based* -* Use the automatically generated suggestions to change the visualization type. -* Create visualizations with multiple layers and indices. -* Change the aggregation and labels to customize the data. -* Perform math on aggregations using *Formula*. -* Use time shifts to compare data at two times, such as month over month. +| Summary row +| ✓ +| +| ✓ -[role="screenshot"] -image:dashboard/images/lens_advanced_1_1.png[Lens] +| Pivot table +| ✓ +| +| + +| Calculated column +| Formula +| ✓ +| Percent only + +| Color by value +| ✓ +| ✓ +| + +|=== [float] -[[tsvb-editor]] -=== TSVB +[[custom-functions]] +=== Functions -*TSVB* is a time series data visualization editor that allows you to use the full power of the {es} aggregation framework. +[options="header"] +|=== -With *TSVB*, you can: +| Function | *Lens* | *TSVB* -* Combine an infinite number of <> to display your data. -* Annotate time series data with timestamped events from an {es} index. -* View the data in several types of visualizations, including charts, data tables, and markdown panels. -* Display multiple <> in each visualization. -* Customize the data with labels and colors. +| Counter rate +| ✓ +| ✓ -[role="screenshot"] -image::images/tsvb.png[TSVB UI] +| <> +| Use <> +| ✓ -[float] -[[custom-visualizations]] -=== Custom visualizations +| <> +| +| ✓ -*Vega* and *Vega-Lite* are visualization grammars that are integrated into {kib} for custom visualizations. +| <> +| +| ✓ -* *Vega-Lite* — A high-level grammar for rapid analysis. +| Static value +| +| ✓ -* *Vega* — A declarative language with support for interactivity. +|=== -*Vega* and *Vega-Lite* panels can display one or more data sources, including {es}, Elastic Map Service, -URL, or static data, and support <> that allow you to embed the panels on your dashboard and add interactive tools. +[float] +[[metrics-aggregations]] +=== Metrics aggregations -Use *Vega* or *Vega-Lite* when you want to create visualizations with: +Metric aggregations are calculated from the values in the aggregated documents. The values are extracted from the document fields. -* Aggregations that use `nested` or `parent/child` mapping -* Aggregations without an index pattern -* Queries that use custom time filters -* Complex calculations -* Extracted data from _source instead of aggregations -* Scatter charts, sankey charts, and custom maps -* An unsupported visual theme +[options="header"] +|=== -These grammars have some limitations: they do not support tables, and can't run queries conditionally. +| Aggregation | *Lens* | *TSVB* | *Aggregation-based* | *Vega* + +| Metrics with filters +| ✓ +| +| +| ✓ + +| Average, Sum, Max, Min +| ✓ +| ✓ +| ✓ +| ✓ + +| Unique count (Cardinality) +| ✓ +| ✓ +| ✓ +| ✓ + +| Percentiles and Median +| ✓ +| ✓ +| ✓ +| ✓ + +| Percentiles Rank +| +| ✓ +| ✓ +| ✓ + +| Standard deviation +| +| ✓ +| ✓ +| ✓ + +| Sum of squares +| +| ✓ +| +| ✓ + +| Top hit (Last value) +| ✓ +| ✓ +| ✓ +| ✓ + +| Value count +| +| +| ✓ +| ✓ + +| Variance +| +| ✓ +| +| ✓ -[role="screenshot"] -image::images/vega.png[Vega UI] +|=== -For detailed *Vega* and *Vega-Lite* information and examples, refer to <>. +For information about {es} metrics aggregations, refer to {ref}/search-aggregations-metrics.html[Metrics aggregations]. [float] -[[aggregation-based]] -=== Aggregation-based +[[bucket-aggregations]] +=== Bucket aggregations -With aggregation-based visualizations, you can: +Bucket aggregations group, or bucket, documents based on the aggregation type. To define the document buckets, bucket aggregations compute and return the number of documents for each bucket. -* Create heat map, tag cloud, gauge, and goal visualizations -* Split charts up to three aggregation levels, which is more than *Lens* and *TSVB* -* Time series data is not required -* Use a <> as an input -* Sort data tables and use the summary row and percentage column features -* Assign colors to series -* Extend features with plugins - -[role="screenshot"] -image:dashboard/images/aggregation_based.png[Aggregation-based editor] +[options="header"] +|=== +| Aggregation | *Lens* | *TSVB* | *Aggregation-based* | *Vega* + +| Histogram +| ✓ +| +| ✓ +| ✓ + +| Date histogram +| ✓ +| ✓ +| ✓ +| ✓ + +| Date range +| Use filters +| +| ✓ +| ✓ + +| Filter +| +| ✓ +| +| ✓ + +| Filters +| ✓ +| ✓ +| ✓ +| ✓ + +| GeoHash grid +| +| +| ✓ +| ✓ + +| IP range +| Use filters +| Use filters +| ✓ +| ✓ + +| Range +| ✓ +| Use filters +| ✓ +| ✓ + +| Terms +| ✓ +| ✓ +| ✓ +| ✓ + +| Significant terms +| +| +| ✓ +| ✓ -Aggregation-based visualizations include the following limitations: +|=== -* Limited styling options -* Math is unsupported -* Multiple indices is unsupported +For information about {es} bucket aggregations, refer to {ref}/search-aggregations-bucket.html[Bucket aggregations]. [float] -[[timelion-editor]] -=== Timelion +[[pipeline-aggregations]] +=== Pipeline aggregations -*Timelion* is driven by a simple expression language that you use to: +Pipeline aggregations are dependent on the outputs calculated from other aggregations. Parent pipeline aggregations are provided with the output of the parent aggregation, and compute new buckets or aggregations that are added to existing buckets. Sibling pipeline aggregations are provided with the output of a sibling aggregation, and compute new aggregations for the same level as the sibling aggregation. -* Retrieve time series data from one or more indices -* Perform math across two or more time series -* Visualize the results +[options="header"] +|=== + +| Aggregation | *Lens* | *TSVB* | *Aggregation-based* | *Vega* + +| Avg bucket +| <> +| ✓ +| ✓ +| ✓ + +| Derivative +| ✓ +| ✓ +| ✓ +| ✓ + +| Max bucket +| <> +| ✓ +| ✓ +| ✓ + +| Min bucket +| <> +| ✓ +| ✓ +| ✓ + +| Sum bucket +| <> +| ✓ +| ✓ +| ✓ + +| Moving average +| ✓ +| ✓ +| ✓ +| ✓ + +| Cumulative sum +| ✓ +| ✓ +| ✓ +| ✓ + +| Bucket script +| +| +| ✓ +| ✓ + +| Bucket selector +| +| +| +| ✓ + +| Serial differencing +| +| ✓ +| ✓ +| ✓ + +|=== -[role="screenshot"] -image:dashboard/images/timelion.png[Timelion] +For information about {es} pipeline aggregations, refer to {ref}/search-aggregations-pipeline.html[Pipeline aggregations]. include::lens.asciidoc[] include::tsvb.asciidoc[] include::vega.asciidoc[] include::aggregation-based.asciidoc[] -include::timelion.asciidoc[] \ No newline at end of file +include::timelion.asciidoc[] diff --git a/docs/user/dashboard/dashboard.asciidoc b/docs/user/dashboard/dashboard.asciidoc index c251ce7307968..374dc4f735e9b 100644 --- a/docs/user/dashboard/dashboard.asciidoc +++ b/docs/user/dashboard/dashboard.asciidoc @@ -16,7 +16,7 @@ Panels display your data in charts, tables, maps, and more, which allow you to c [cols="2"] |=== -| <> +| <> | Use the *Lens*, *TSVB*, *Vega*, and *Timelion* editors to create visualizations of your data, or create *Aggregation based* visualizations using {es} aggregations. *Lens* is the recommended editor. @@ -270,15 +270,15 @@ You can add additional interactions that allow you to open *Discover* from dashb Panel interaction:: Opens the data in *Discover* with the current dashboard filters, but does not take the filters saved with the panel. + -To enable panel interactions, refere to <>. +To enable panel interactions, refer to <>. ++ +NOTE: In {kib} 7.13 and earlier, the panel interaction is enabled by default. Series interaction:: Opens the series data in *Discover* from inside the panel. + To enable series interactions, refer to <>. -NOTE: In {kib} 7.13 and earlier, the panel interaction was enabled by default. - [float] [[download-csv]] == Download panel data @@ -315,6 +315,26 @@ Download the data for non-*Lens* panels. [role="screenshot"] image:images/Dashboard_inspect.png[Inspect in dashboard] +[float] +[[defer-loading-panels-below-the-fold]] +== Improve dashboard loading time + +To improve the dashboard loading time, enable the *Defer loading panels below the fold* *Lab*, which loads the dashboard panels as they become visible on the dashboard. + +. In the toolbar, click *Labs*. ++ +To enable *Labs*, contact your administrator, or configure the <>. + +. To specify how you want to enable the lab, use the following actions: + +* *{kib}* — Enables the lab in {kib}. + +* *Browser* — Enables the lab for your browser, and persists after you close the browser. + +* *Session* — Enables the lab for this browser session, then resets after you close the browser. + +. Click *Close*. + [float] [[share-the-dashboard]] == Share dashboards @@ -335,5 +355,3 @@ include::lens-advanced.asciidoc[] include::create-panels-with-editors.asciidoc[] include::make-dashboards-interactive.asciidoc[] - -include::aggregation-reference.asciidoc[] diff --git a/docs/user/dashboard/images/final_time_series_analysis_dashboard.png b/docs/user/dashboard/images/final_time_series_analysis_dashboard.png new file mode 100644 index 0000000000000..d0a73382dc20a Binary files /dev/null and b/docs/user/dashboard/images/final_time_series_analysis_dashboard.png differ diff --git a/docs/user/dashboard/images/formula_reference.png b/docs/user/dashboard/images/formula_reference.png new file mode 100644 index 0000000000000..dff574120c2a1 Binary files /dev/null and b/docs/user/dashboard/images/formula_reference.png differ diff --git a/docs/user/dashboard/images/lens_advanced_1_1.png b/docs/user/dashboard/images/lens_advanced_1_1.png index 9d67f5cc691ff..bfc842914bfb8 100644 Binary files a/docs/user/dashboard/images/lens_advanced_1_1.png and b/docs/user/dashboard/images/lens_advanced_1_1.png differ diff --git a/docs/user/dashboard/images/lens_advanced_1_2.png b/docs/user/dashboard/images/lens_advanced_1_2.png index bc5d1f67be46c..87c457a106029 100644 Binary files a/docs/user/dashboard/images/lens_advanced_1_2.png and b/docs/user/dashboard/images/lens_advanced_1_2.png differ diff --git a/docs/user/dashboard/images/lens_advanced_2_3.png b/docs/user/dashboard/images/lens_advanced_2_3.png index 1d88bcd238ca3..69c76439effba 100644 Binary files a/docs/user/dashboard/images/lens_advanced_2_3.png and b/docs/user/dashboard/images/lens_advanced_2_3.png differ diff --git a/docs/user/dashboard/images/lens_advanced_3_2.png b/docs/user/dashboard/images/lens_advanced_3_2.png index 15f2f0228a0fc..b243444a2b504 100644 Binary files a/docs/user/dashboard/images/lens_advanced_3_2.png and b/docs/user/dashboard/images/lens_advanced_3_2.png differ diff --git a/docs/user/dashboard/images/lens_advanced_4_1.png b/docs/user/dashboard/images/lens_advanced_4_1.png index 50d1affa268dd..6983b2d27b098 100644 Binary files a/docs/user/dashboard/images/lens_advanced_4_1.png and b/docs/user/dashboard/images/lens_advanced_4_1.png differ diff --git a/docs/user/dashboard/images/lens_drag_drop_2.png b/docs/user/dashboard/images/lens_drag_drop_2.png index 4c3c35ce58c9f..e9f425ece65bb 100644 Binary files a/docs/user/dashboard/images/lens_drag_drop_2.png and b/docs/user/dashboard/images/lens_drag_drop_2.png differ diff --git a/docs/user/dashboard/images/lens_dropdown_menus.gif b/docs/user/dashboard/images/lens_dropdown_menus.gif new file mode 100644 index 0000000000000..753d65e8e43f2 Binary files /dev/null and b/docs/user/dashboard/images/lens_dropdown_menus.gif differ diff --git a/docs/user/dashboard/images/lens_end_to_end_1_2.png b/docs/user/dashboard/images/lens_end_to_end_1_2.png new file mode 100644 index 0000000000000..83cf894dccbc6 Binary files /dev/null and b/docs/user/dashboard/images/lens_end_to_end_1_2.png differ diff --git a/docs/user/dashboard/images/lens_end_to_end_1_2_1.png b/docs/user/dashboard/images/lens_end_to_end_1_2_1.png new file mode 100644 index 0000000000000..6032e8e6b9804 Binary files /dev/null and b/docs/user/dashboard/images/lens_end_to_end_1_2_1.png differ diff --git a/docs/user/dashboard/images/lens_end_to_end_1_3.png b/docs/user/dashboard/images/lens_end_to_end_1_3.png new file mode 100644 index 0000000000000..a650d407a24ac Binary files /dev/null and b/docs/user/dashboard/images/lens_end_to_end_1_3.png differ diff --git a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_2_1_1.png b/docs/user/dashboard/images/lens_end_to_end_2_1_1.png similarity index 100% rename from docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_2_1_1.png rename to docs/user/dashboard/images/lens_end_to_end_2_1_1.png diff --git a/docs/user/dashboard/images/lens_end_to_end_3_1_1.gif b/docs/user/dashboard/images/lens_end_to_end_3_1_1.gif new file mode 100644 index 0000000000000..0029e7c24cd6a Binary files /dev/null and b/docs/user/dashboard/images/lens_end_to_end_3_1_1.gif differ diff --git a/docs/user/dashboard/images/lens_end_to_end_4_3.png b/docs/user/dashboard/images/lens_end_to_end_4_3.png new file mode 100644 index 0000000000000..61b15ad4feaf5 Binary files /dev/null and b/docs/user/dashboard/images/lens_end_to_end_4_3.png differ diff --git a/docs/user/dashboard/images/lens_end_to_end_6_1.png b/docs/user/dashboard/images/lens_end_to_end_6_1.png new file mode 100644 index 0000000000000..73299bac0354e Binary files /dev/null and b/docs/user/dashboard/images/lens_end_to_end_6_1.png differ diff --git a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_7_2.png b/docs/user/dashboard/images/lens_end_to_end_7_2.png similarity index 100% rename from docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_7_2.png rename to docs/user/dashboard/images/lens_end_to_end_7_2.png diff --git a/docs/user/dashboard/images/lens_end_to_end_dashboard.png b/docs/user/dashboard/images/lens_end_to_end_dashboard.png new file mode 100644 index 0000000000000..16d680f955f11 Binary files /dev/null and b/docs/user/dashboard/images/lens_end_to_end_dashboard.png differ diff --git a/docs/user/dashboard/images/lens_missing_values_strategy.png b/docs/user/dashboard/images/lens_missing_values_strategy.png index d77c230b533f5..426b8607a92fa 100644 Binary files a/docs/user/dashboard/images/lens_missing_values_strategy.png and b/docs/user/dashboard/images/lens_missing_values_strategy.png differ diff --git a/docs/user/dashboard/images/lens_percent_chage.png b/docs/user/dashboard/images/lens_percent_chage.png new file mode 100644 index 0000000000000..440240b8916b7 Binary files /dev/null and b/docs/user/dashboard/images/lens_percent_chage.png differ diff --git a/docs/user/dashboard/images/lens_table_over_time.png b/docs/user/dashboard/images/lens_table_over_time.png new file mode 100644 index 0000000000000..48cfbd7d14f65 Binary files /dev/null and b/docs/user/dashboard/images/lens_table_over_time.png differ diff --git a/docs/user/dashboard/images/lens_time_shift.png b/docs/user/dashboard/images/lens_time_shift.png index f7edf80bdd0d6..64ea4b2e6f39a 100644 Binary files a/docs/user/dashboard/images/lens_time_shift.png and b/docs/user/dashboard/images/lens_time_shift.png differ diff --git a/docs/visualize/images/markdown_example_1.png b/docs/user/dashboard/images/markdown_example_1.png similarity index 100% rename from docs/visualize/images/markdown_example_1.png rename to docs/user/dashboard/images/markdown_example_1.png diff --git a/docs/visualize/images/markdown_example_2.png b/docs/user/dashboard/images/markdown_example_2.png similarity index 100% rename from docs/visualize/images/markdown_example_2.png rename to docs/user/dashboard/images/markdown_example_2.png diff --git a/docs/visualize/images/markdown_example_3.png b/docs/user/dashboard/images/markdown_example_3.png similarity index 100% rename from docs/visualize/images/markdown_example_3.png rename to docs/user/dashboard/images/markdown_example_3.png diff --git a/docs/visualize/images/markdown_example_4.png b/docs/user/dashboard/images/markdown_example_4.png similarity index 100% rename from docs/visualize/images/markdown_example_4.png rename to docs/user/dashboard/images/markdown_example_4.png diff --git a/docs/visualize/images/read-only-badge.png b/docs/user/dashboard/images/read-only-badge.png similarity index 100% rename from docs/visualize/images/read-only-badge.png rename to docs/user/dashboard/images/read-only-badge.png diff --git a/docs/visualize/images/tsvb-screenshot.png b/docs/user/dashboard/images/tsvb-screenshot.png similarity index 100% rename from docs/visualize/images/tsvb-screenshot.png rename to docs/user/dashboard/images/tsvb-screenshot.png diff --git a/docs/visualize/images/vega_lite_tutorial_2.png b/docs/user/dashboard/images/vega_lite_tutorial_2.png similarity index 100% rename from docs/visualize/images/vega_lite_tutorial_2.png rename to docs/user/dashboard/images/vega_lite_tutorial_2.png diff --git a/docs/visualize/images/vega_lite_tutorial_4.png b/docs/user/dashboard/images/vega_lite_tutorial_4.png similarity index 100% rename from docs/visualize/images/vega_lite_tutorial_4.png rename to docs/user/dashboard/images/vega_lite_tutorial_4.png diff --git a/docs/visualize/images/vega_lite_tutorial_5.png b/docs/user/dashboard/images/vega_lite_tutorial_5.png similarity index 100% rename from docs/visualize/images/vega_lite_tutorial_5.png rename to docs/user/dashboard/images/vega_lite_tutorial_5.png diff --git a/docs/visualize/images/vega_lite_tutorial_6.png b/docs/user/dashboard/images/vega_lite_tutorial_6.png similarity index 100% rename from docs/visualize/images/vega_lite_tutorial_6.png rename to docs/user/dashboard/images/vega_lite_tutorial_6.png diff --git a/docs/visualize/images/vega_lite_tutorial_7.png b/docs/user/dashboard/images/vega_lite_tutorial_7.png similarity index 100% rename from docs/visualize/images/vega_lite_tutorial_7.png rename to docs/user/dashboard/images/vega_lite_tutorial_7.png diff --git a/docs/visualize/images/vega_tutorial_3.png b/docs/user/dashboard/images/vega_tutorial_3.png similarity index 100% rename from docs/visualize/images/vega_tutorial_3.png rename to docs/user/dashboard/images/vega_tutorial_3.png diff --git a/docs/visualize/images/vega_tutorial_4.png b/docs/user/dashboard/images/vega_tutorial_4.png similarity index 100% rename from docs/visualize/images/vega_tutorial_4.png rename to docs/user/dashboard/images/vega_tutorial_4.png diff --git a/docs/visualize/images/vega_tutorial_getting_help.png b/docs/user/dashboard/images/vega_tutorial_getting_help.png similarity index 100% rename from docs/visualize/images/vega_tutorial_getting_help.png rename to docs/user/dashboard/images/vega_tutorial_getting_help.png diff --git a/docs/visualize/images/vega_tutorial_inspect_data_sets.png b/docs/user/dashboard/images/vega_tutorial_inspect_data_sets.png similarity index 100% rename from docs/visualize/images/vega_tutorial_inspect_data_sets.png rename to docs/user/dashboard/images/vega_tutorial_inspect_data_sets.png diff --git a/docs/visualize/images/vega_tutorial_inspect_requests.png b/docs/user/dashboard/images/vega_tutorial_inspect_requests.png similarity index 100% rename from docs/visualize/images/vega_tutorial_inspect_requests.png rename to docs/user/dashboard/images/vega_tutorial_inspect_requests.png diff --git a/docs/user/dashboard/lens-advanced.asciidoc b/docs/user/dashboard/lens-advanced.asciidoc index 374d36e7586c4..d5a52428cff36 100644 --- a/docs/user/dashboard/lens-advanced.asciidoc +++ b/docs/user/dashboard/lens-advanced.asciidoc @@ -1,76 +1,66 @@ [[create-a-dashboard-of-panels-with-ecommerce-data]] -== Time series analysis with Lens +== Analyze time series data -The tutorial uses sample data from the perspective of a shop owner looking -at sales trends, but this type of dashboard works on any type of data. -To create dashboard panels of the data, open the *Lens* visualization builder, then -create the visualization panels that best display the data. -Before using this tutorial, you should be familiar with the <>. +In this tutorial, you'll use the ecommerce sample data to analyze sales trends, but you can use any type of data to complete the tutorial. +Before using this tutorial, review the <>. [role="screenshot"] -image::images/lens_advanced_result.png[Dashboard view] +image::images/final_time_series_analysis_dashboard.png[Final dashboard with ecommerce sample data, width=50%] [discrete] [[add-the-data-and-create-the-dashboard-advanced]] === Add the data and create the dashboard -If you are working with your own data, you should already have an <>. -To install the sample sales data: +Add the sample ecommerce data that you'll use to create the dashboard panels. -. From the {kib} *Home* page, click *Try our sample data*. +. Go to the {kib} *Home* page, then click *Try our sample data*. -. From *Sample eCommerce orders*, click *Add data*. +. On the *Sample eCommerce orders* card, click *Add data*. -Then create a new dashboard: +Create the dashboard where you'll display the visualization panels. . Open the main menu, then click *Dashboard*. . On the *Dashboards* page, click *Create dashboard*. -. Set the <> to *Last 30 days*. - [float] [[open-and-set-up-lens-advanced]] === Open and set up Lens -*Lens* is designed to help you quickly build visualizations for your dashboard, as shown in <>, while providing support for advanced usage as well. - -Open the *Lens* editor, then make sure the correct fields appear. +Open *Lens*, then make sure the correct fields appear. . From the dashboard, click *Create visualization*. . Make sure the *kibana_sample_data_ecommerce* index appears. ++ +If you are using your own data, select the <> that contains your data. [discrete] [[custom-time-interval]] === View a date histogram with a custom time interval It is common to use the automatic date histogram interval, but sometimes you want a larger or smaller -interval. *Lens* only lets you choose the minimum time interval, not the exact time interval, for -performance reasons. The performance limit is controlled by the <> -advanced setting and the overall time range. To see hourly sales over a 30 day time period, choose -one of these options: +interval. For performance reasonse, *Lens* lets you choose the minimum time interval, not the exact time interval. The performance limit is controlled by the <> setting and the <>. -* View less than 30 days at a time, then use the time picker to select each day separately. +If you are using your own data, use one of the following options to see hourly sales over the last 30 days: -* Increase `histogram:maxBars` from 100 to at least 720, which the number of hours in 30 days. -This affects all visualizations and can reduce performance. +* View less than 30 days at a time, then use the time filter to select each day separately. -* If approximation is okay, use the *Normalize unit* option. This can convert *Average sales per 12 hours* -into *Average sales per 12 hours (per hour)* by dividing the number of hours. +* Increase `histogram:maxBars` to at least 720, which is the number of hours in 30 days. This affects all visualizations and can reduce performance. -For the sample data, approximation is okay. To use the *Normalize unit* option: +If you are using the sample data, use *Normalize unit*, which converts *Average sales per 12 hours* +into *Average sales per 12 hours (per hour)* by dividing the number of hours: . Set the <> to *Last 30 days*. -. From the *Available fields* list, drag and drop *Records* to the visualization builder. +. From the *Available fields* list, drag *Records* to the workspace. + +. To zoom in on the data you want to view, click and drag your cursor across the bars. + [role="screenshot"] image::images/lens_advanced_1_1.png[Added records to the workspace] -. Change the *Vertical axis* title and display the number of orders per day. - -.. In the editor, click *Count of Records*. +. In the layer pane, click *Count of Records*. .. In the *Display name* field, enter `Number of orders`. @@ -80,9 +70,6 @@ image::images/lens_advanced_1_1.png[Added records to the workspace] . To hide the *Horizontal axis* label, open the *Bottom Axis* menu, then deselect *Show*. + -[role="screenshot"] -image::images/lens_advanced_1_1_2.png[Bottom axis menu] -+ You have a bar chart that shows you how many orders were made at your store every hour. + [role="screenshot"] @@ -92,103 +79,89 @@ image::images/lens_advanced_1_2.png[Orders per day] [discrete] [[add-a-data-layer-advanced]] -=== Monitor multiple series within a date histogram +=== Monitor multiple series -It is often required to monitor multiple series within a time interval. These series can be have similar configurations with few changes between one and another. -*Lens* copies a function when you drag and drop it to the *Drop a field or click to add* -field within the same group, or when you drag and drop to the *Duplicate* field on a different group. -You can also drag and drop using your keyboard. For more information, refer to <>. +It is often required to monitor multiple series within a time interval. These series can have similar configurations with minor differences. +*Lens* copies a function when you drag it to the *Drop a field or click to add* field within the same group. To quickly create many copies of a percentile metric that shows distribution of price over time: -. From the *Chart Type* dropdown, select *Line*. -+ -[role="screenshot"] -image::images/lens_advanced_2_1.png[Chart type menu with Line selected, width=50%] +. On the dashboard, click *Create visualization*. -. From the *Available fields* list, drag and drop *products.price* to the visualization builder. +. Open the *Chart Type* dropdown, then select *Line*. -. Create the 95th percentile. +. From the *Available fields* list, drag *products.price* to the workspace. -.. In the editor, click *Median of products.price*. +Create the 95th percentile. -.. From *Select a function*, click *Percentile*. +. In the layer pane, click *Median of products.price*. -.. In the *Display name* field, enter `95th`, then click *Close*. +. Click the *Percentile* function. -. To create the 90th percentile, duplicate the `95th` percentile. +. In the *Display name* field, enter `95th`, then click *Close*. -.. Drag and drop *95th* to *Drop a field or click to add*. +To create the 90th percentile, duplicate the `95th` percentile. -.. Click *95th [1]*, then enter `90` in the *Percentile* field. - -.. In the *Display name* field enter `90th`, then click *Close*. +. Drag the *95th* field to the *Drop a field or click to add* field in the *Vertical axis* group. + [role="screenshot"] image::images/lens_advanced_2_2.gif[Easily duplicate the items with drag and drop] -.. Repeat the duplication steps to create the `50th` and `10th` percentile, naming them accordingly. +. Click *95th [1]*, then enter `90` in the *Percentile* field. -. To change the left axis label, open the *Left Axis* menu, then enter `Percentiles for product prices` in the *Axis name* field. -+ -[role="screenshot"] -image::images/lens_advanced_2_2_1.png[Left Axis menu] +. In the *Display name* field enter `90th`, then click *Close*. + +. Repeat the duplication steps to create the `50th` and `10th` percentiles. + +. Open the *Left Axis* menu, then enter `Percentiles for product prices` in the *Axis name* field. + You have a line chart that shows you the price distribution of products sold over time. + [role="screenshot"] image::images/lens_advanced_2_3.png[Percentiles for product prices chart] -. Add the filter for the redirect codes. +. Click *Save and return*. [discrete] [[add-a-data-layer]] -==== Multiple chart types or index patterns in one visualization +==== Add multiple chart types or index patterns -You can add multiple metrics to a single chart type, but if you want to overlay -multiple chart types or index patterns, use a second layer. When building layered charts, -it is important to match the data on the horizontal axis so that it uses the same -scale. To add a line chart layer on top of an existing chart: +To overlay visualization types or index patterns, add layers. When you create layered charts, match the data on the horizontal axis so that it uses the same scale. -To compare product prices with customers traffic: +. On the dashboard, click *Create visualization*. -. From the *Available fields* list, drag and drop *products.price* to the visualization builder. +. From the *Available fields* list, drag *products.price* to the workspace. -.. In the *KQL* field, enter `response.keyword>=500 AND response.keyword<600`. +. In the layer pane, click *Median of products.price*. -.. From *Select a function*, click *Average*. +.. Click the *Average* function. .. In the *Display name* field, enter `Average of prices`, then click *Close*. -. From the *Chart Type* dropdown, select *Area*. +. Open the *Chart Type* dropdown, then select *Area*. -. Create a new layer to overlay with custom traffic. +Create a new layer to overlay with custom traffic. -. In the editor, click *+*. -+ -[role="screenshot"] -image::images/lens_advanced_3_1.png[Add new layer button] +. In the layer pane, click *+*. -. From the *Available fields* list, drag and drop *customer_id* to the *Vertical Axis* of the newly created layer. +. From the *Available fields* list, drag *customer_id* to the *Vertical Axis* field in the second layer. -.. In the editor, click *Unique count of customer_id*. +. In the second layer, click *Unique count of customer_id*. -.. In the *Display name* field, enter `Unique customers`, then click *Close*. +.. In the *Display name* field, enter `Unique customers`. -. In the *Series color* field, enter *#D36086*, then click *Close*. +.. In the *Series color* field, enter *#D36086*. -. For *Axis side*, click *Right*, then click *Close*. +.. Click *Right* for the *Axis side*, then click *Close*. -. From the *Available fields* list, drag and drop *order_date* to the *Horizontal Axis* of the newly created layer. +. From the *Available fields* list, drag *order_date* to the *Horizontal Axis* field in the second layer. -. From the new layer editor, click the *Chart type* dropdown, then click the line chart. +. In the second layer pane, open the *Chart type* menu, then click the line chart. + [role="screenshot"] image::images/lens_advanced_3_2.png[Change layer type] -The visualization is done, but the legend uses a lot of space. Change the legend position to the top of the chart. - -. From the *Legend* dropdown, select the top position. +. Open the *Legend* menu, then select the arrow that points up. . Click *Save and return*. @@ -198,47 +171,41 @@ The visualization is done, but the legend uses a lot of space. Change the legend By default, *Lens* shows *date histograms* using a stacked chart visualization, which helps understand how distinct sets of documents perform over time. Sometimes it is useful to understand how the distributions of these sets change over time. Combine *filters* and *date histogram* functions to see the change over time in specific -sets of documents. To view this as a percentage, use a *stacked percentage* bar or area chart. +sets of documents. To view this as a percentage, use a *Stacked percentage* bar or area chart. -To see sales change of product by type over time: +. On the dashboard, click *Create visualization*. -. From the *Available fields* list, drag and drop *Records* to the visualization builder. +. From the *Available fields* list, drag *Records* to the workspace. -. Click *Bar vertical stacked*, then select *Area percentage*. +. Open the *Chart type* dropdown, then select *Area percentage*. -For each category type that you want to break down, create a filter. +For each category type, create a filter. -. In the editor, click the *Drop a field or click to add* field for *Break down by*. +. In the layer pane, click the *Drop a field or click to add* field for *Break down by*. -. From *Select a function*, click *Filters*. +. Click the *Filters* function. -. Add the filter for the clothing category. +. Click *All records*, enter the following, then press Return: -.. Click *All records*. +* *KQL* — `category.keyword : *Clothing` -.. In the *KQL* field, enter `category.keyword : *Clothing`. +* *Label* — `Clothing` -.. In the *Label* field, enter `Clothing`, then press Return. +. Click *Add a filter*, enter the following, then press Return: -. Add the filter for the shoes category. +* *KQL* — `category.keyword : *Shoes` -.. Click *Add a filter*. +* *Label* — `Shoes` -.. In the *KQL* field, enter `category.keyword : *Shoes`. +. Click *Add a filter*, enter the following, then press Return: -.. In the *Label* field, enter `Shoes`, then press Return. +* *KQL* — `category.keyword : *Accessories` -. Add the filter for the accessories category. +* *Label* — `Accessories` -.. Click *Add a filter*. +. Click *Close*. -.. In the *KQL* field, enter `category.keyword : *Accessories`. - -.. In the *Label* field, enter `Accessories`, then press Return. - -Change the legend position to the top of the chart. - -. From the *Legend* dropdown, select the top position. +. Open the *Legend* menu, then select the arrow that points up. + [role="screenshot"] image::images/lens_advanced_4_1.png[Prices share by category] @@ -251,43 +218,35 @@ image::images/lens_advanced_4_1.png[Prices share by category] To determine the number of orders made only on Saturday and Sunday, create an area chart, then add it to the dashboard. -. Open *Lens*. +. On the dashboard, click *Create visualization*. -. From the *Chart Type* dropdown, select *Area*. +. Open the *Chart Type* dropdown, then select *Area*. -. Configure the cumulative sum of the store orders. +Configure the cumulative sum of the store orders. -.. From the *Available fields* list, drag and drop *Records* to the visualization builder. +. From the *Available fields* list, drag *Records* to the workspace. -.. From the editor, click *Count of Records*. +. In the layer pane, click *Count of Records*. -.. From *Select a function*, click *Cumulative sum*. +. Click the *Cumulative sum* function. -.. In the *Display name* field, enter `Cumulative orders during weekend days`, then click *Close*. +. In the *Display name* field, enter `Cumulative orders during weekend days`, then click *Close*. -. Filter the results to display the data for only Saturday and Sunday. +Filter the results to display the data for only Saturday and Sunday. -.. From the editor, click the *Drop a field or click to add* field for *Break down by*. +. In the layer pane, click the *Drop a field or click to add* field for *Break down by*. -.. From *Select a function*, click *Filters*. +. Click the *Filters* function. -.. Click *All records*. +. Click *All records*, enter the following, then press Return: -.. In the *KQL* field, enter `day_of_week : "Saturday" or day_of_week : "Sunday"`, then press Return. -+ -The <> displays all documents where `day_of_week` matches `Saturday` or `Sunday`. -+ -[role="screenshot"] -image::images/lens_advanced_5_1.png[Filter aggregation to filter weekend days] +* *KQL* — `day_of_week : "Saturday" or day_of_week : "Sunday"` -. To hide the legend, open the *Legend* menu, then click *Hide*. -+ -[role="screenshot"] -image::images/lens_advanced_5_2_1.png[Legend menu] +* *Label* — `Saturday and Sunday` + -You have an area chart that shows you how many orders your store received during the weekend. +The <> displays all documents where `day_of_week` matches `Saturday` or `Sunday`. -. Click *Bar vertical stacked*, then select *Area*. +. Open the *Legend* menu, then click *Hide*. + [role="screenshot"] image::images/lens_advanced_5_2.png[Line chart with cumulative sum of orders made on the weekend] @@ -298,34 +257,33 @@ image::images/lens_advanced_5_2.png[Line chart with cumulative sum of orders mad [[compare-time-ranges]] === Compare time ranges -*Lens* allows you to compare the currently selected time range with historical data using the *Time shift* option. To calculate the percent -change, use *Formula*. +*Lens* allows you to compare the selected time range with historical data using the *Time shift* option. -If multiple time shifts are used in a single chart, a multiple of the date histogram interval should be chosen - otherwise data points might not line up in the chart and empty spots can occur. -For example, if a daily interval is used, shifting one series by *36h*, and another one by *1d*, is not recommended. In this scenario, either reduce the interval to *12h*, or create two separate charts. +If multiple time shifts are used in a single chart, a multiple of the date histogram interval should be chosen, or the data points might not line up and gaps can appear. +For example, if a daily interval is used, shifting one series by *36h*, and another by *1d* is not recommended. You can reduce the interval to *12h*, or create two separate charts. To compare current sales numbers with sales from a week ago, follow these steps: -. Open *Lens*. - -. From the *Chart Type* dropdown, select *Line*. +. On the dashboard, click *Create visualization*. -. From the *Available fields* list, drag and drop *Records* to the visualization builder. +. Open the *Chart Type* dropdown, then select *Line*. -. Copy the *Count of Records* series by dragging it to the empty drop target of the *Vertical axis* dimension group (*Drop a field or click to add*) +. From the *Available fields* list, drag *Records* to the workspace. -. Shift the second *Count of Records* series by one week to do a week-over-week comparison +. In the layer pane, drag *Count of Records* to the *Drop a field or click to add* field in the *Vertical axis* group. -.. Click the new *Count of Records [1]* dimension +To create a week-over-week comparison, shift the second *Count of Records* by one week. -.. Click *Add advanced options* below the field selector +. In the layer pane, click *Count of Records [1]*. -.. Click *Time shift* +. Open the *Add advanced options* dropdown, then select *Time shift*. -.. Click the *1 week* option. You can also define custom shifts by typing amount followed by time unit (like *1w* for a one week shift), then hit enter. +. Click *1 week ago*. ++ +To define custom time shifts, enter the time value, the time increment, then press Enter. For example, to use a one week time shift, enter *1w*. + [role="screenshot"] -image::images/lens_time_shift.png[Line chart with week-over-week sales comparison, width=50%] +image::images/lens_time_shift.png[Line chart with week-over-week sales comparison] . Click *Save and return*. @@ -333,64 +291,63 @@ image::images/lens_time_shift.png[Line chart with week-over-week sales compariso [[compare-time-as-percent]] ==== Compare time ranges as a percent change -To view the percent change in sales between the current time and the previous week, use a *Formula*: +To view the percent change in sales between the current time and the previous week, create a *Formula*. -. Open *Lens*. +. On the dashboard, click *Create visualization*. -. From the *Available fields* list, drag and drop *Records* to the visualization builder. +. From the *Available fields* list, drag *Records* to the workspace. -. Click *Count of Records*, then click *Formula*. +. In the layer pane, click *Count of Records*. -. Type `count() / count(shift='1w') - 1`. To learn more about the formula -syntax, click *Help*. +.. Click *Formula*, then enter `count() / count(shift='1w') - 1`. -. Click *Value format* and select *Percent* with 0 decimals. +.. Open the *Value format* dropdown, select *Percent*, then enter `0` in the *D*ecimals* field. -. In the *Display name* field, enter `Percent change`, then click *Close*. +.. In the *Display name* field, enter `Percent change`, then click *Close*. ++ +[role="screenshot"] +image::images/lens_percent_chage.png[Bar chart with percent change in sales between the current time and the previous week] . Click *Save and return*. [discrete] [[view-customers-over-time-by-continents]] -=== View table of customers by category over time +=== Create a table of customers by category over time -Tables are an alternative type of visualization for time series, useful when you want to read the actual values. -You can build a date histogram table, and group the customer count metric by category, like the continent registered in their profile. +Tables are useful when you want to display the actual field values. +You can build a date histogram table, and group the customer count metric by category, such as the continent registered in user accounts. In *Lens* you can split the metric in a table leveraging the *Columns* field, where each data value from the aggregation is used as column of the table and the relative metric value is shown. -To build a date histogram table: +. On the dashboard, click *Create visualization*. -. Open *Lens*. +. Open the *Chart Type* dropdown, then click *Table*. -. From the *Chart Type* dropdown, select *Table*. +. From the *Available fields* list, drag *customer_id* to the *Metrics* field in the layer pane. -.. From the *Available fields* list, drag and drop *customer_id* to the *Metrics* field of the editor. +. In the layer pane, click *Unique count of customer_id*. -.. From the editor, click *Unique count of customer_id*. +. In the *Display name* field, enter `Customers`, then click *Close*. -.. In the *Display name* field, enter `Customers`, then click *Close*. +. From the *Available fields* list, drag *order_date* to the *Rows* field in the layer pane. -.. From the *Available fields* list, drag and drop *order_date* to the *Rows* field of the editor. +. In the layer pane, click the *order_date*. -.. From the editor *Rows*, click the *order_date* field just dropped. +.. Select *Customize time interval*. -. Select *Customize time interval*. - -. Change the *Minimum interval* to `1 days`, then click *Close*. +.. Change the *Minimum interval* to *1 days*. .. In the *Display name* field, enter `Sale`, then click *Close*. -To split the customers count by continent: +Add columns for each continent. -. From the *Available fields* list, drag and drop *geoip.continent_name* to the *Columns* field of the editor. +. From the *Available fields* list, drag *geoip.continent_name* to the *Columns* field in the layer pane. + [role="screenshot"] -image::images/lens_advanced_6_1.png[Table with daily customers by continent configuration, width=50%] +image::images/lens_table_over_time.png[Date histogram table with groups for the customer count metric] . Click *Save and return*. - [discrete] === Save the dashboard @@ -398,4 +355,8 @@ Now that you have a complete overview of your ecommerce sales data, save the das . In the toolbar, click *Save*. -. On the *Save dashboard* window, enter `Ecommerce sales data`, then click *Save*. +. On the *Save dashboard* window, enter `Ecommerce sales`, then click *Save*. + +. Select *Store time with dashboard*. + +. Click *Save*. diff --git a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_1_2.png b/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_1_2.png deleted file mode 100644 index ea58057433a19..0000000000000 Binary files a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_1_2.png and /dev/null differ diff --git a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_1_2_1.png b/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_1_2_1.png deleted file mode 100644 index fa404d50b4dd1..0000000000000 Binary files a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_1_2_1.png and /dev/null differ diff --git a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_1_3.png b/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_1_3.png deleted file mode 100644 index b069acae43163..0000000000000 Binary files a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_1_3.png and /dev/null differ diff --git a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_3_1_1.gif b/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_3_1_1.gif deleted file mode 100644 index 469cb3d02c10c..0000000000000 Binary files a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_3_1_1.gif and /dev/null differ diff --git a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_4_3.png b/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_4_3.png deleted file mode 100644 index 2cd75d2797a98..0000000000000 Binary files a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_4_3.png and /dev/null differ diff --git a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_6_1.png b/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_6_1.png deleted file mode 100644 index 19fd00a44797a..0000000000000 Binary files a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_6_1.png and /dev/null differ diff --git a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_dashboard.png b/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_dashboard.png deleted file mode 100644 index 9e9a5ed3d758e..0000000000000 Binary files a/docs/user/dashboard/lens-end-to-end/images/lens_end_to_end_dashboard.png and /dev/null differ diff --git a/docs/user/dashboard/lens.asciidoc b/docs/user/dashboard/lens.asciidoc index 7d0e684e5f81b..4b39d001de8c7 100644 --- a/docs/user/dashboard/lens.asciidoc +++ b/docs/user/dashboard/lens.asciidoc @@ -1,8 +1,14 @@ [[lens]] === Lens -To create visualizations with *Lens*, you drag and drop data fields onto the visualization builder, -then *Lens* uses heuristics to apply each field. +To create visualization panels with *Lens*, you drag the data fields you want to visualize to the workspace, then *Lens* uses heuristics to apply each field and create a visualization for you. + +With *Lens*, you can: + +* Create area, line, and bar charts with multiple layers, indices, and visualization types. +* Change the aggregation function and labels to customize the data. +* Perform math on aggregations using *Formula*. +* Use time shifts to compare data for two time intervals, such as month over month. ++++