[Moving] Move Observability Onboarding folder into /x-pack/observability_solution (#177458)

## Summary

This PR is part of the initiative to consolidate Observability plugins
into `x-pack/plugins/observability_solution`.

This PR is strictly a move and an update in references.

This was discussed and agreed upon with the Observability org in the
Observability Office Hours meeting at the end of 2023.

## Related PRs:
- [ ] [Move APM ](https://github.com/elastic/kibana/pull/177433)
- [x] [Move Data Quality](https://github.com/elastic/kibana/pull/177456)
- [x] [Move Exploratory
View](https://github.com/elastic/kibana/pull/177440)
- [ ] [Move Infra](https://github.com/elastic/kibana/pull/177443)
- [X] Move Logs Explorer
- [x] [Move Observability AI
Assistant](https://github.com/elastic/kibana/pull/177427)
- [ ] [Move Observability
App](https://github.com/elastic/kibana/pull/177437)
- [ ] [Move Observability
Onboarding](https://github.com/elastic/kibana/pull/177458) <-- you are
here
- [x] [Move Observability
Shared](https://github.com/elastic/kibana/pull/177463)
- [x] [Move Profiling](https://github.com/elastic/kibana/pull/177453)
- [ ] [Move Synthetics](https://github.com/elastic/kibana/pull/177464) 
- [ ] [Move Uptime](https://github.com/elastic/kibana/pull/177466)
- [x] [Move UX](https://github.com/elastic/kibana/pull/177470)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Coen Warmer 2024-02-22 16:37:21 +01:00 committed by GitHub
parent c747a3b35d
commit cc915bd4d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
130 changed files with 128 additions and 272 deletions

View file

@ -1212,8 +1212,8 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana']
| Deprecated API | Reference location(s) | Remove By |
| ---------------|-----------|-----------|
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" text="KibanaThemeProvider"/> | [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_onboarding/public/application/app.tsx#:~:text=KibanaThemeProvider), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_onboarding/public/application/app.tsx#:~:text=KibanaThemeProvider), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_onboarding/public/application/app.tsx#:~:text=KibanaThemeProvider) | - |
| <DocLink id="kibKbnCoreElasticsearchServerPluginApi" section="def-common.ElasticsearchServiceSetup.legacy" text="legacy"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_onboarding/server/plugin.ts#:~:text=legacy) | - |
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaThemeProvider" text="KibanaThemeProvider"/> | [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/public/application/app.tsx#:~:text=KibanaThemeProvider), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/public/application/app.tsx#:~:text=KibanaThemeProvider), [app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/public/application/app.tsx#:~:text=KibanaThemeProvider) | - |
| <DocLink id="kibKbnCoreElasticsearchServerPluginApi" section="def-common.ElasticsearchServiceSetup.legacy" text="legacy"/> | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability_onboarding/server/plugin.ts#:~:text=legacy) | - |

View file

@ -26,9 +26,7 @@
"type": "Interface",
"tags": [],
"label": "ElasticsearchApiToRedactInLogs",
"description": [
"\nDefinition of an API that should redact the requested body in the logs"
],
"description": ["\nDefinition of an API that should redact the requested body in the logs"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false,
@ -42,9 +40,7 @@
"description": [
"\nThe ES path.\n- If specified as a string, it'll be checked as `contains`.\n- If specified as a RegExp, it'll be tested against the path."
],
"signature": [
"string | RegExp"
],
"signature": ["string | RegExp"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -58,9 +54,7 @@
"description": [
"\nHTTP method.\nIf not provided, the path will be checked for all methods."
],
"signature": [
"string | undefined"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -74,9 +68,7 @@
"type": "Interface",
"tags": [],
"label": "ElasticsearchCapabilities",
"description": [
"\nRepresent the capabilities supported by a given ES cluster.\n"
],
"description": ["\nRepresent the capabilities supported by a given ES cluster.\n"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts",
"deprecated": false,
"trackAdoption": false,
@ -117,9 +109,7 @@
"tags": [],
"label": "customHeaders",
"description": [],
"signature": [
"{ [x: string]: string; }"
],
"signature": ["{ [x: string]: string; }"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -131,9 +121,7 @@
"tags": [],
"label": "requestHeadersWhitelist",
"description": [],
"signature": [
"string[]"
],
"signature": ["string[]"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -167,9 +155,7 @@
"tags": [],
"label": "idleSocketTimeout",
"description": [],
"signature": [
"moment.Duration"
],
"signature": ["moment.Duration"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -214,9 +200,7 @@
"tags": [],
"label": "sniffInterval",
"description": [],
"signature": [
"false | moment.Duration"
],
"signature": ["false | moment.Duration"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -228,9 +212,7 @@
"tags": [],
"label": "username",
"description": [],
"signature": [
"string | undefined"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -242,9 +224,7 @@
"tags": [],
"label": "password",
"description": [],
"signature": [
"string | undefined"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -256,9 +236,7 @@
"tags": [],
"label": "serviceAccountToken",
"description": [],
"signature": [
"string | undefined"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -270,9 +248,7 @@
"tags": [],
"label": "hosts",
"description": [],
"signature": [
"string[]"
],
"signature": ["string[]"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -284,9 +260,7 @@
"tags": [],
"label": "keepAlive",
"description": [],
"signature": [
"boolean | undefined"
],
"signature": ["boolean | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -298,9 +272,7 @@
"tags": [],
"label": "pingTimeout",
"description": [],
"signature": [
"number | moment.Duration | undefined"
],
"signature": ["number | moment.Duration | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -312,9 +284,7 @@
"tags": [],
"label": "requestTimeout",
"description": [],
"signature": [
"number | moment.Duration | undefined"
],
"signature": ["number | moment.Duration | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -326,9 +296,7 @@
"tags": [],
"label": "caFingerprint",
"description": [],
"signature": [
"string | undefined"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -396,9 +364,7 @@
"tags": [],
"label": "verificationMode",
"description": [],
"signature": [
"\"none\" | \"full\" | \"certificate\" | undefined"
],
"signature": ["\"none\" | \"full\" | \"certificate\" | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -410,9 +376,7 @@
"tags": [],
"label": "certificate",
"description": [],
"signature": [
"string | undefined"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -424,9 +388,7 @@
"tags": [],
"label": "certificateAuthorities",
"description": [],
"signature": [
"string[] | undefined"
],
"signature": ["string[] | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -438,9 +400,7 @@
"tags": [],
"label": "key",
"description": [],
"signature": [
"string | undefined"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -452,9 +412,7 @@
"tags": [],
"label": "keyPassphrase",
"description": [],
"signature": [
"string | undefined"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -466,9 +424,7 @@
"tags": [],
"label": "alwaysPresentCertificate",
"description": [],
"signature": [
"boolean | undefined"
],
"signature": ["boolean | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/client_config.ts",
"deprecated": false,
"trackAdoption": false
@ -498,9 +454,7 @@
"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[]"
],
"signature": ["string[]"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts",
"deprecated": false,
"trackAdoption": false
@ -527,9 +481,7 @@
"type": "Interface",
"tags": [],
"label": "ElasticsearchRequestHandlerContext",
"description": [
"\nCore's `elasticsearch` request handler context."
],
"description": ["\nCore's `elasticsearch` request handler context."],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/request_handler_context.ts",
"deprecated": false,
"trackAdoption": false,
@ -574,12 +526,8 @@
"type": "Object",
"tags": [],
"label": "config",
"description": [
"\nA limited set of Elasticsearch configuration entries.\n"
],
"signature": [
"{ readonly hosts: string[]; readonly credentialsSpecified: boolean; }"
],
"description": ["\nA limited set of Elasticsearch configuration entries.\n"],
"signature": ["{ readonly hosts: string[]; readonly credentialsSpecified: boolean; }"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts",
"deprecated": false,
"trackAdoption": false
@ -621,12 +569,8 @@
"type": "string",
"tags": [],
"label": "type",
"description": [
"Unique identifier of the client"
],
"signature": [
"string"
],
"description": ["Unique identifier of the client"],
"signature": ["string"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts",
"deprecated": false,
"trackAdoption": false,
@ -726,9 +670,7 @@
"parentPluginId": "@kbn/core-elasticsearch-server",
"id": "def-common.ElasticsearchServiceSetup.legacy",
"type": "Object",
"tags": [
"deprecated"
],
"tags": ["deprecated"],
"label": "legacy",
"description": [],
"signature": [
@ -766,7 +708,7 @@
},
{
"plugin": "observabilityOnboarding",
"path": "x-pack/plugins/observability_onboarding/server/plugin.ts"
"path": "x-pack/plugins/observability_solution/observability_onboarding/server/plugin.ts"
},
{
"plugin": "console",
@ -798,9 +740,7 @@
"type": "Object",
"tags": [],
"label": "client",
"description": [
"\nA pre-configured {@link IClusterClient | Elasticsearch client}\n"
],
"description": ["\nA pre-configured {@link IClusterClient | Elasticsearch client}\n"],
"signature": [
{
"pluginId": "@kbn/core-elasticsearch-server",
@ -851,12 +791,8 @@
"type": "string",
"tags": [],
"label": "type",
"description": [
"Unique identifier of the client"
],
"signature": [
"string"
],
"description": ["Unique identifier of the client"],
"signature": ["string"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/contracts.ts",
"deprecated": false,
"trackAdoption": false,
@ -896,9 +832,7 @@
"type": "Function",
"tags": [],
"label": "getCapabilities",
"description": [
"\nReturns the capabilities for the default cluster."
],
"description": ["\nReturns the capabilities for the default cluster."],
"signature": [
"() => ",
{
@ -936,9 +870,7 @@
"tags": [],
"label": "verificationMode",
"description": [],
"signature": [
"\"none\" | \"full\" | \"certificate\""
],
"signature": ["\"none\" | \"full\" | \"certificate\""],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -950,9 +882,7 @@
"tags": [],
"label": "certificate",
"description": [],
"signature": [
"string | undefined"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -964,9 +894,7 @@
"tags": [],
"label": "certificateAuthorities",
"description": [],
"signature": [
"string[] | undefined"
],
"signature": ["string[] | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -978,9 +906,7 @@
"tags": [],
"label": "key",
"description": [],
"signature": [
"string | undefined"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -992,9 +918,7 @@
"tags": [],
"label": "keyPassphrase",
"description": [],
"signature": [
"string | undefined"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -1019,9 +943,7 @@
"type": "Interface",
"tags": [],
"label": "FakeRequest",
"description": [
"\nFake request object created manually by Kibana plugins."
],
"description": ["\nFake request object created manually by Kibana plugins."],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/scopeable_request.ts",
"deprecated": false,
"trackAdoption": false,
@ -1032,9 +954,7 @@
"type": "CompoundType",
"tags": [],
"label": "headers",
"description": [
"Headers used for authentication against Elasticsearch"
],
"description": ["Headers used for authentication against Elasticsearch"],
"signature": [
"{ date?: string | string[] | undefined; warning?: string | string[] | undefined; location?: string | string[] | undefined; range?: string | string[] | undefined; from?: string | string[] | undefined; etag?: string | string[] | undefined; accept?: string | string[] | undefined; \"accept-language\"?: string | string[] | undefined; \"accept-patch\"?: string | string[] | undefined; \"accept-ranges\"?: string | string[] | undefined; \"access-control-allow-credentials\"?: string | string[] | undefined; \"access-control-allow-headers\"?: string | string[] | undefined; \"access-control-allow-methods\"?: string | string[] | undefined; \"access-control-allow-origin\"?: string | string[] | undefined; \"access-control-expose-headers\"?: string | string[] | undefined; \"access-control-max-age\"?: string | string[] | undefined; \"access-control-request-headers\"?: string | string[] | undefined; \"access-control-request-method\"?: string | string[] | undefined; age?: string | string[] | undefined; allow?: string | string[] | undefined; \"alt-svc\"?: string | string[] | undefined; authorization?: string | string[] | undefined; \"cache-control\"?: string | string[] | undefined; connection?: string | string[] | undefined; \"content-disposition\"?: string | string[] | undefined; \"content-encoding\"?: string | string[] | undefined; \"content-language\"?: string | string[] | undefined; \"content-length\"?: string | string[] | undefined; \"content-location\"?: string | string[] | undefined; \"content-range\"?: string | string[] | undefined; \"content-type\"?: string | string[] | undefined; cookie?: string | string[] | undefined; expect?: string | string[] | undefined; expires?: string | string[] | undefined; forwarded?: string | string[] | undefined; host?: string | string[] | undefined; \"if-match\"?: string | string[] | undefined; \"if-modified-since\"?: string | string[] | undefined; \"if-none-match\"?: string | string[] | undefined; \"if-unmodified-since\"?: string | string[] | undefined; \"last-modified\"?: string | string[] | undefined; origin?: string | string[] | undefined; pragma?: string | string[] | undefined; \"proxy-authenticate\"?: string | string[] | undefined; \"proxy-authorization\"?: string | string[] | undefined; \"public-key-pins\"?: string | string[] | undefined; referer?: string | string[] | undefined; \"retry-after\"?: string | string[] | undefined; \"sec-websocket-accept\"?: string | string[] | undefined; \"sec-websocket-extensions\"?: string | string[] | undefined; \"sec-websocket-key\"?: string | string[] | undefined; \"sec-websocket-protocol\"?: string | string[] | undefined; \"sec-websocket-version\"?: string | string[] | undefined; \"set-cookie\"?: string | string[] | undefined; \"strict-transport-security\"?: string | string[] | undefined; tk?: string | string[] | undefined; trailer?: string | string[] | undefined; \"transfer-encoding\"?: string | string[] | undefined; upgrade?: string | string[] | undefined; \"user-agent\"?: string | string[] | undefined; vary?: string | string[] | undefined; via?: string | string[] | undefined; \"www-authenticate\"?: string | string[] | undefined; } & { [header: string]: string | string[] | undefined; }"
],
@ -2354,9 +2274,7 @@
"type": "Interface",
"tags": [],
"label": "ICustomClusterClient",
"description": [
"\nSee {@link IClusterClient}\n"
],
"description": ["\nSee {@link IClusterClient}\n"],
"signature": [
{
"pluginId": "@kbn/core-elasticsearch-server",
@ -2387,9 +2305,7 @@
"description": [
"\nCloses the cluster client. After that client cannot be used and one should\ncreate a new client instance to be able to interact with Elasticsearch API."
],
"signature": [
"() => Promise<void>"
],
"signature": ["() => Promise<void>"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/cluster_client.ts",
"deprecated": false,
"trackAdoption": false,
@ -2419,9 +2335,7 @@
"description": [
"\nThe interval between health check requests Kibana sends to the Elasticsearch."
],
"signature": [
"moment.Duration"
],
"signature": ["moment.Duration"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -2487,9 +2401,7 @@
"description": [
"\nThe timeout for idle sockets kept open between Kibana and Elasticsearch. If the socket is idle for longer than this timeout, it will be closed."
],
"signature": [
"moment.Duration"
],
"signature": ["moment.Duration"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -2500,9 +2412,7 @@
"type": "boolean",
"tags": [],
"label": "compression",
"description": [
"\nWhether to use compression for communications with elasticsearch."
],
"description": ["\nWhether to use compression for communications with elasticsearch."],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -2516,9 +2426,7 @@
"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[]"
],
"signature": ["string[]"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -2532,9 +2440,7 @@
"description": [
"\nList of Kibana client-side headers to send to Elasticsearch when request\nscoped cluster client is used. If this is an empty array then *no* client-side\nwill be sent."
],
"signature": [
"string[]"
],
"signature": ["string[]"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -2545,12 +2451,8 @@
"type": "Object",
"tags": [],
"label": "pingTimeout",
"description": [
"\nTimeout after which PING HTTP request will be aborted and retried."
],
"signature": [
"moment.Duration"
],
"description": ["\nTimeout after which PING HTTP request will be aborted and retried."],
"signature": ["moment.Duration"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -2561,12 +2463,8 @@
"type": "Object",
"tags": [],
"label": "requestTimeout",
"description": [
"\nTimeout after which HTTP request will be aborted and retried."
],
"signature": [
"moment.Duration"
],
"description": ["\nTimeout after which HTTP request will be aborted and retried."],
"signature": ["moment.Duration"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -2580,9 +2478,7 @@
"description": [
"\nTimeout for Elasticsearch to wait for responses from shards. Set to 0 to disable."
],
"signature": [
"moment.Duration"
],
"signature": ["moment.Duration"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -2609,9 +2505,7 @@
"description": [
"\nInterval to perform a sniff operation and make sure the list of nodes is complete.\nIf `false` then sniffing is disabled."
],
"signature": [
"false | moment.Duration"
],
"signature": ["false | moment.Duration"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -2638,9 +2532,7 @@
"description": [
"\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"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -2654,9 +2546,7 @@
"description": [
"\nIf Elasticsearch is protected with basic authentication, this setting provides\nthe password that the Kibana server uses to perform its administrative functions."
],
"signature": [
"string | undefined"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -2670,9 +2560,7 @@
"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"
],
"signature": ["string | undefined"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -2686,9 +2574,7 @@
"description": [
"\nHeader names and values to send to Elasticsearch with every request. These\nheaders cannot be overwritten by client-side headers and aren't affected by\n`requestHeadersWhitelist` configuration."
],
"signature": [
"{ [x: string]: string; }"
],
"signature": ["{ [x: string]: string; }"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/elasticsearch_config.ts",
"deprecated": false,
"trackAdoption": false
@ -2721,9 +2607,7 @@
"type": "Array",
"tags": [],
"label": "apisToRedactInLogs",
"description": [
"\nExtends the list of APIs that should be redacted in logs."
],
"description": ["\nExtends the list of APIs that should be redacted in logs."],
"signature": [
{
"pluginId": "@kbn/core-elasticsearch-server",
@ -5239,9 +5123,7 @@
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"notHandled\""
],
"signature": ["\"notHandled\""],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts",
"deprecated": false,
"trackAdoption": false
@ -5267,10 +5149,7 @@
"tags": [],
"label": "error",
"description": [],
"signature": [
"ResponseError",
" & { statusCode: 401; }"
],
"signature": ["ResponseError", " & { statusCode: 401; }"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts",
"deprecated": false,
"trackAdoption": false
@ -5317,9 +5196,7 @@
"tags": [],
"label": "authHeaders",
"description": [],
"signature": [
"{ [x: string]: string | string[]; }"
],
"signature": ["{ [x: string]: string | string[]; }"],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts",
"deprecated": false,
"trackAdoption": false
@ -5362,9 +5239,7 @@
"tags": [],
"label": "type",
"description": [],
"signature": [
"\"retry\""
],
"signature": ["\"retry\""],
"path": "packages/core/elasticsearch/core-elasticsearch-server/src/client/unauthorized_error_handler.ts",
"deprecated": false,
"trackAdoption": false
@ -5477,9 +5352,7 @@
"type": "Type",
"tags": [],
"label": "ElasticsearchClient",
"description": [
"\nClient used to query the elasticsearch cluster.\n"
],
"description": ["\nClient used to query the elasticsearch cluster.\n"],
"signature": [
"{ create: { <TDocument = unknown>(this: That, params: ",
"CreateRequest",
@ -6859,4 +6732,4 @@
],
"objects": []
}
}
}

View file

@ -1515,15 +1515,15 @@
},
{
"plugin": "observabilityOnboarding",
"path": "x-pack/plugins/observability_onboarding/public/application/app.tsx"
"path": "x-pack/plugins/observability_solution/observability_onboarding/public/application/app.tsx"
},
{
"plugin": "observabilityOnboarding",
"path": "x-pack/plugins/observability_onboarding/public/application/app.tsx"
"path": "x-pack/plugins/observability_solution/observability_onboarding/public/application/app.tsx"
},
{
"plugin": "observabilityOnboarding",
"path": "x-pack/plugins/observability_onboarding/public/application/app.tsx"
"path": "x-pack/plugins/observability_solution/observability_onboarding/public/application/app.tsx"
},
{
"plugin": "painlessLab",

View file

@ -11,7 +11,7 @@
"tags": [],
"label": "ConfigSchema",
"description": [],
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
"path": "x-pack/plugins/observability_solution/observability_onboarding/public/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
@ -22,10 +22,8 @@
"tags": [],
"label": "ui",
"description": [],
"signature": [
"{ enabled: boolean; }"
],
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
"signature": ["{ enabled: boolean; }"],
"path": "x-pack/plugins/observability_solution/observability_onboarding/public/index.ts",
"deprecated": false,
"trackAdoption": false
},
@ -36,10 +34,8 @@
"tags": [],
"label": "serverless",
"description": [],
"signature": [
"{ enabled: boolean; }"
],
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
"signature": ["{ enabled: boolean; }"],
"path": "x-pack/plugins/observability_solution/observability_onboarding/public/index.ts",
"deprecated": false,
"trackAdoption": false
}
@ -53,7 +49,7 @@
"tags": [],
"label": "ObservabilityOnboardingAppServices",
"description": [],
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
"path": "x-pack/plugins/observability_solution/observability_onboarding/public/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
@ -73,7 +69,7 @@
"text": "ApplicationStart"
}
],
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
"path": "x-pack/plugins/observability_solution/observability_onboarding/public/index.ts",
"deprecated": false,
"trackAdoption": false
},
@ -93,7 +89,7 @@
"text": "HttpSetup"
}
],
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
"path": "x-pack/plugins/observability_solution/observability_onboarding/public/index.ts",
"deprecated": false,
"trackAdoption": false
},
@ -113,7 +109,7 @@
"text": "ConfigSchema"
}
],
"path": "x-pack/plugins/observability_onboarding/public/index.ts",
"path": "x-pack/plugins/observability_solution/observability_onboarding/public/index.ts",
"deprecated": false,
"trackAdoption": false
}
@ -131,10 +127,8 @@
"tags": [],
"label": "ObservabilityOnboardingPluginStart",
"description": [],
"signature": [
"void"
],
"path": "x-pack/plugins/observability_onboarding/public/plugin.ts",
"signature": ["void"],
"path": "x-pack/plugins/observability_solution/observability_onboarding/public/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
@ -157,7 +151,7 @@
"signature": [
"{ readonly ui: Readonly<{} & { enabled: boolean; }>; readonly serverless: Readonly<{} & { enabled: true; }>; }"
],
"path": "x-pack/plugins/observability_onboarding/server/index.ts",
"path": "x-pack/plugins/observability_solution/observability_onboarding/server/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@ -171,7 +165,7 @@
"tags": [],
"label": "ObservabilityOnboardingPluginSetup",
"description": [],
"path": "x-pack/plugins/observability_onboarding/server/types.ts",
"path": "x-pack/plugins/observability_solution/observability_onboarding/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
@ -185,7 +179,7 @@
"tags": [],
"label": "ObservabilityOnboardingPluginStart",
"description": [],
"path": "x-pack/plugins/observability_onboarding/server/types.ts",
"path": "x-pack/plugins/observability_solution/observability_onboarding/server/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
@ -206,10 +200,8 @@
"tags": [],
"label": "PLUGIN_ID",
"description": [],
"signature": [
"\"observabilityOnboarding\""
],
"path": "x-pack/plugins/observability_onboarding/common/index.ts",
"signature": ["\"observabilityOnboarding\""],
"path": "x-pack/plugins/observability_solution/observability_onboarding/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@ -221,10 +213,8 @@
"tags": [],
"label": "PLUGIN_NAME",
"description": [],
"signature": [
"\"observabilityOnboarding\""
],
"path": "x-pack/plugins/observability_onboarding/common/index.ts",
"signature": ["\"observabilityOnboarding\""],
"path": "x-pack/plugins/observability_solution/observability_onboarding/common/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
@ -232,4 +222,4 @@
],
"objects": []
}
}
}